SYMBOL INDEX (106713 symbols across 978 files) FILE: api/schemas/schemas.go type OutputROA (line 3) | type OutputROA struct type OutputASN (line 8) | type OutputASN struct type OutputIP (line 14) | type OutputIP struct type OutputRes (line 21) | type OutputRes struct type ResourcesJSON (line 51) | type ResourcesJSON struct FILE: ca/xml.go constant XML_VERSION_RFC8181 (line 10) | XML_VERSION_RFC8181 = 4 constant XML_VERSION_RFC8183 (line 11) | XML_VERSION_RFC8183 = 1 type XMLMessage (line 14) | type XMLMessage struct type XMLMessageChildRequest (line 21) | type XMLMessageChildRequest struct type XMLMessageParentResponse (line 29) | type XMLMessageParentResponse struct type XMLMessagePublisherRequest (line 39) | type XMLMessagePublisherRequest struct type XMLMessageRepositoryResponse (line 47) | type XMLMessageRepositoryResponse struct function NewXMLList (line 58) | func NewXMLList() *XMLMessage { type Content (line 66) | type Content struct function DecodeInner (line 75) | func DecodeInner(inner []byte) ([]Content, error) { function DecodeXML (line 91) | func DecodeXML(message []byte) (*XMLMessage, error) { function DecodeXMLFull (line 99) | func DecodeXMLFull(message []byte) (*XMLMessage, []Content, error) { function DecodeXMLCRFull (line 111) | func DecodeXMLCRFull(message []byte) (*XMLMessageChildRequest, []Content... function DecodeXMLPRFull (line 123) | func DecodeXMLPRFull(message []byte) (*XMLMessageParentResponse, []Conte... FILE: cmd/ctrpki/ctrpki.go function BatchCertificateTransparency (line 32) | func BatchCertificateTransparency(ctclient *client.LogClient, chain chan... function main (line 48) | func main() { FILE: cmd/localrpki/localrpki.go type OutputROA (line 32) | type OutputROA struct type OutputROAs (line 39) | type OutputROAs struct function main (line 43) | func main() { FILE: cmd/octorpki/ct.go function SingleSendCertificateTransparency (line 28) | func SingleSendCertificateTransparency(httpclient *http.Client, path str... function BatchCertificateTransparency (line 42) | func BatchCertificateTransparency(httpclient *http.Client, path string, ... method SendCertificateTransparency (line 53) | func (s *OctoRPKI) SendCertificateTransparency(pSpan opentracing.Span, c... FILE: cmd/octorpki/filter.go function FilterInvalidPrefixLen (line 5) | func FilterInvalidPrefixLen(roalist []prefixfile.ROAJson) []prefixfile.R... function FilterDuplicates (line 26) | func FilterDuplicates(roalist []prefixfile.ROAJson) []prefixfile.ROAJson { FILE: cmd/octorpki/filter_test.go function TestFilter (line 10) | func TestFilter(t *testing.T) { FILE: cmd/octorpki/octorpki.go function DefaultBin (line 174) | func DefaultBin() string { type RRDPInfo (line 179) | type RRDPInfo struct function ReadKey (line 188) | func ReadKey(key []byte, isPem bool) (*ecdsa.PrivateKey, error) { type OctoRPKI (line 204) | type OctoRPKI struct method getRRDPFetch (line 246) | func (s *OctoRPKI) getRRDPFetch() map[string]string { method setRRDPFetch (line 258) | func (s *OctoRPKI) setRRDPFetch(key, value string) { method getRRDPDomain (line 265) | func (s *OctoRPKI) getRRDPDomain(path string) (string, bool) { method setRRDPDomain (line 273) | func (s *OctoRPKI) setRRDPDomain(path string, domain string) { method MainReduce (line 292) | func (s *OctoRPKI) MainReduce() bool { method WriteRsyncFileOnDisk (line 326) | func (s *OctoRPKI) WriteRsyncFileOnDisk(rsyncURL string, data []byte) ... method ReceiveRRDPFileCallback (line 352) | func (s *OctoRPKI) ReceiveRRDPFileCallback(main string, url string, pa... method LoadRRDPInfo (line 370) | func (s *OctoRPKI) LoadRRDPInfo(file string) error { method saveRRDPInfo (line 388) | func (s *OctoRPKI) saveRRDPInfo(file string) error { method getRRDPInfo (line 402) | func (s *OctoRPKI) getRRDPInfo() map[string]RRDPInfo { method mainRRDP (line 414) | func (s *OctoRPKI) mainRRDP(pSpan opentracing.Span) { method fetchRRDP (line 427) | func (s *OctoRPKI) fetchRRDP(path string, rsyncURL string, span opentr... method newRRDPSystem (line 473) | func (s *OctoRPKI) newRRDPSystem(path string, rsync string) *syncpki.R... method rrdpError (line 487) | func (s *OctoRPKI) rrdpError(rsyncURL string, path string, err error, ... method mainRsync (line 515) | func (s *OctoRPKI) mainRsync(pSpan opentracing.Span) { method fetchRsync (line 550) | func (s *OctoRPKI) fetchRsync(uri string, span opentracing.Span) { method rsyncError (line 579) | func (s *OctoRPKI) rsyncError(uri string, path string, err error, rSpa... method mainTAL (line 616) | func (s *OctoRPKI) mainTAL(pSpan opentracing.Span) { method fetchTAL (line 629) | func (s *OctoRPKI) fetchTAL(path string, tal *librpki.RPKITAL, span op... method _fetchTAL (line 654) | func (s *OctoRPKI) _fetchTAL(tal *librpki.RPKITAL, path string, tSpan ... method getHTTP (line 665) | func (s *OctoRPKI) getHTTP(uri string, tfSpan opentracing.Span, sHub *... method fetchTALurl (line 714) | func (s *OctoRPKI) fetchTALurl(tal *librpki.RPKITAL, uri string, path ... method generateROAList (line 771) | func (s *OctoRPKI) generateROAList(pkiManagers []*pki.SimpleManager, s... method signROAList (line 1024) | func (s *OctoRPKI) signROAList(roaList *prefixfile.ROAList, span opent... method mainValidation (line 1037) | func (s *OctoRPKI) mainValidation(pSpan opentracing.Span) [][]*pki.PKI... method ct (line 1144) | func (s *OctoRPKI) ct(pkiManagers []*pki.SimpleManager, i int) [][]*pk... method setInfoAuthorities (line 1182) | func (s *OctoRPKI) setInfoAuthorities(ia [][]SIA) { method setROAList (line 1189) | func (s *OctoRPKI) setROAList(roaList *prefixfile.ROAList) { method getROAList (line 1196) | func (s *OctoRPKI) getROAList() *prefixfile.ROAList { method ServeROAs (line 1203) | func (s *OctoRPKI) ServeROAs(w http.ResponseWriter, r *http.Request) { method ServeResources (line 1238) | func (s *OctoRPKI) ServeResources(w http.ResponseWriter, r *http.Reque... method ServeHealth (line 1253) | func (s *OctoRPKI) ServeHealth(w http.ResponseWriter, r *http.Request) { method ServeInfo (line 1287) | func (s *OctoRPKI) ServeInfo(w http.ResponseWriter, r *http.Request) { method Serve (line 1328) | func (s *OctoRPKI) Serve(addr string, roaPath string, metricsPath stri... method validationLoop (line 1536) | func (s *OctoRPKI) validationLoop() { method mustOutput (line 1622) | func (s *OctoRPKI) mustOutput() { method output (line 1629) | func (s *OctoRPKI) output() error { method doRRDP (line 1647) | func (s *OctoRPKI) doRRDP(span opentracing.Span) { type octoRPKIStats (line 280) | type octoRPKIStats struct function newOctoRPKIStats (line 286) | func newOctoRPKIStats() *octoRPKIStats { function ExtractRsyncDomain (line 318) | func ExtractRsyncDomain(rsyncURL string) (string, error) { function mustMkdirAll (line 345) | func mustMkdirAll(fPath string) { function mustExtractFoldersPathFromRsyncURL (line 532) | func mustExtractFoldersPathFromRsyncURL(rsyncURL string) string { function mustExtractFilePathFromRsyncURL (line 541) | func mustExtractFilePathFromRsyncURL(rsyncURL string) string { function filterDuplicates (line 597) | func filterDuplicates(roalist []prefixfile.ROAJson) []prefixfile.ROAJson { function setJaegerError (line 611) | func setJaegerError(l []interface{}, err error) []interface{} { function logCollector (line 756) | func logCollector(sm *pki.SimpleManager, tal *pki.PKIFile, tSpan opentra... type SIA (line 1262) | type SIA struct type ROAsTAL (line 1267) | type ROAsTAL struct type InfoAuthorities (line 1272) | type InfoAuthorities struct type InfoResult (line 1277) | type InfoResult struct function init (line 1361) | func init() { function runningAsRoot (line 1374) | func runningAsRoot() bool { function main (line 1378) | func main() { function NewOctoRPKI (line 1470) | func NewOctoRPKI(tals []*pki.PKIFile, talNames []string) *OctoRPKI { type rsyncFetchJobManager (line 1493) | type rsyncFetchJobManager struct method delete (line 1504) | func (r *rsyncFetchJobManager) delete(job string) { method get (line 1511) | func (r *rsyncFetchJobManager) get() map[string]string { method set (line 1523) | func (r *rsyncFetchJobManager) set(key, value string) { function newRsyncFetchJobManager (line 1498) | func newRsyncFetchJobManager() *rsyncFetchJobManager { function newROAList (line 1530) | func newROAList() *prefixfile.ROAList { FILE: cmd/octorpki/rrdp_fetcher.go type rrdpFetchJob (line 9) | type rrdpFetchJob struct type rrdpFetcher (line 14) | type rrdpFetcher struct method worker (line 36) | func (r *rrdpFetcher) worker() { method done (line 44) | func (r *rrdpFetcher) done() { method wait (line 48) | func (r *rrdpFetcher) wait() { method fetch (line 52) | func (r *rrdpFetcher) fetch(path string, rsync string) { function newRRDPFetcher (line 21) | func newRRDPFetcher(octoRPKI *OctoRPKI, workers int, span opentracing.Sp... FILE: cmd/octorpki/rsync_fetcher.go type rsyncFetcher (line 9) | type rsyncFetcher struct method worker (line 31) | func (r *rsyncFetcher) worker() { method done (line 39) | func (r *rsyncFetcher) done() { method wait (line 43) | func (r *rsyncFetcher) wait() { method fetch (line 47) | func (r *rsyncFetcher) fetch(rsync string) { function newRsyncFetcher (line 16) | func newRsyncFetcher(octoRPKI *OctoRPKI, workers int, span opentracing.S... FILE: ov/ov.go constant STATE_UNKNOWN (line 14) | STATE_UNKNOWN = iota constant STATE_INVALID (line 15) | STATE_INVALID constant STATE_VALID (line 16) | STATE_VALID type AbstractROA (line 27) | type AbstractROA interface type AbstractRoute (line 33) | type AbstractRoute interface type OriginValidator (line 38) | type OriginValidator struct method Validate (line 83) | func (ov *OriginValidator) Validate(route AbstractRoute) ([]AbstractRO... function NewOV (line 45) | func NewOV(vrp []AbstractROA) *OriginValidator { type curValidation (line 61) | type curValidation struct method Filter (line 68) | func (cv *curValidation) Filter(payload int64) bool { FILE: ov/ov_test.go type TestROA (line 9) | type TestROA struct method GetPrefix (line 15) | func (r *TestROA) GetPrefix() *net.IPNet { method GetASN (line 19) | func (r *TestROA) GetASN() uint32 { method GetMaxLen (line 23) | func (r *TestROA) GetMaxLen() int { type TestRoute (line 27) | type TestRoute struct method GetPrefix (line 32) | func (r *TestRoute) GetPrefix() *net.IPNet { method GetASN (line 36) | func (r *TestRoute) GetASN() uint32 { function MakeData (line 40) | func MakeData() ([]AbstractROA, AbstractRoute) { function TestValid (line 76) | func TestValid(t *testing.T) { function TestInvalid (line 85) | func TestInvalid(t *testing.T) { function TestUnknown (line 94) | func TestUnknown(t *testing.T) { FILE: sync/api/cfrpki.pb.go constant _ (line 23) | _ = proto.ProtoPackageIsVersion3 type RRDPInfoQuery (line 25) | type RRDPInfoQuery struct method Reset (line 32) | func (m *RRDPInfoQuery) Reset() { *m = RRDPInfoQuery{} } method String (line 33) | func (m *RRDPInfoQuery) String() string { return proto.CompactTextStri... method ProtoMessage (line 34) | func (*RRDPInfoQuery) ProtoMessage() {} method Descriptor (line 35) | func (*RRDPInfoQuery) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 39) | func (m *RRDPInfoQuery) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 42) | func (m *RRDPInfoQuery) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 45) | func (m *RRDPInfoQuery) XXX_Merge(src proto.Message) { method XXX_Size (line 48) | func (m *RRDPInfoQuery) XXX_Size() int { method XXX_DiscardUnknown (line 51) | func (m *RRDPInfoQuery) XXX_DiscardUnknown() { method GetRRDP (line 57) | func (m *RRDPInfoQuery) GetRRDP() string { type RRDPInfo (line 64) | type RRDPInfo struct method Reset (line 73) | func (m *RRDPInfo) Reset() { *m = RRDPInfo{} } method String (line 74) | func (m *RRDPInfo) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 75) | func (*RRDPInfo) ProtoMessage() {} method Descriptor (line 76) | func (*RRDPInfo) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 80) | func (m *RRDPInfo) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 83) | func (m *RRDPInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 86) | func (m *RRDPInfo) XXX_Merge(src proto.Message) { method XXX_Size (line 89) | func (m *RRDPInfo) XXX_Size() int { method XXX_DiscardUnknown (line 92) | func (m *RRDPInfo) XXX_DiscardUnknown() { method GetRRDP (line 98) | func (m *RRDPInfo) GetRRDP() string { method GetSessionID (line 105) | func (m *RRDPInfo) GetSessionID() string { method GetSerial (line 112) | func (m *RRDPInfo) GetSerial() int64 { type ResourceQuery (line 119) | type ResourceQuery struct method Reset (line 127) | func (m *ResourceQuery) Reset() { *m = ResourceQuery{} } method String (line 128) | func (m *ResourceQuery) String() string { return proto.CompactTextStri... method ProtoMessage (line 129) | func (*ResourceQuery) ProtoMessage() {} method Descriptor (line 130) | func (*ResourceQuery) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 134) | func (m *ResourceQuery) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 137) | func (m *ResourceQuery) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 140) | func (m *ResourceQuery) XXX_Merge(src proto.Message) { method XXX_Size (line 143) | func (m *ResourceQuery) XXX_Size() int { method XXX_DiscardUnknown (line 146) | func (m *ResourceQuery) XXX_DiscardUnknown() { method GetPath (line 152) | func (m *ResourceQuery) GetPath() string { method GetRRDP (line 159) | func (m *ResourceQuery) GetRRDP() string { type ResourceData (line 166) | type ResourceData struct method Reset (line 174) | func (m *ResourceData) Reset() { *m = ResourceData{} } method String (line 175) | func (m *ResourceData) String() string { return proto.CompactTextStrin... method ProtoMessage (line 176) | func (*ResourceData) ProtoMessage() {} method Descriptor (line 177) | func (*ResourceData) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 181) | func (m *ResourceData) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 184) | func (m *ResourceData) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 187) | func (m *ResourceData) XXX_Merge(src proto.Message) { method XXX_Size (line 190) | func (m *ResourceData) XXX_Size() int { method XXX_DiscardUnknown (line 193) | func (m *ResourceData) XXX_DiscardUnknown() { method GetPath (line 199) | func (m *ResourceData) GetPath() string { method GetData (line 206) | func (m *ResourceData) GetData() []byte { type FetchQuery (line 213) | type FetchQuery struct method Reset (line 220) | func (m *FetchQuery) Reset() { *m = FetchQuery{} } method String (line 221) | func (m *FetchQuery) String() string { return proto.CompactTextString(... method ProtoMessage (line 222) | func (*FetchQuery) ProtoMessage() {} method Descriptor (line 223) | func (*FetchQuery) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 227) | func (m *FetchQuery) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 230) | func (m *FetchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 233) | func (m *FetchQuery) XXX_Merge(src proto.Message) { method XXX_Size (line 236) | func (m *FetchQuery) XXX_Size() int { method XXX_DiscardUnknown (line 239) | func (m *FetchQuery) XXX_DiscardUnknown() { method GetPath (line 245) | func (m *FetchQuery) GetPath() string { type SIA (line 252) | type SIA struct method Reset (line 260) | func (m *SIA) Reset() { *m = SIA{} } method String (line 261) | func (m *SIA) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 262) | func (*SIA) ProtoMessage() {} method Descriptor (line 263) | func (*SIA) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 267) | func (m *SIA) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 270) | func (m *SIA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { method XXX_Merge (line 273) | func (m *SIA) XXX_Merge(src proto.Message) { method XXX_Size (line 276) | func (m *SIA) XXX_Size() int { method XXX_DiscardUnknown (line 279) | func (m *SIA) XXX_DiscardUnknown() { method GetRSYNC (line 285) | func (m *SIA) GetRSYNC() string { method GetRRDP (line 292) | func (m *SIA) GetRRDP() string { type OperationResponse (line 299) | type OperationResponse struct method Reset (line 305) | func (m *OperationResponse) Reset() { *m = OperationResponse{} } method String (line 306) | func (m *OperationResponse) String() string { return proto.CompactText... method ProtoMessage (line 307) | func (*OperationResponse) ProtoMessage() {} method Descriptor (line 308) | func (*OperationResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 312) | func (m *OperationResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 315) | func (m *OperationResponse) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 318) | func (m *OperationResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 321) | func (m *OperationResponse) XXX_Size() int { method XXX_DiscardUnknown (line 324) | func (m *OperationResponse) XXX_DiscardUnknown() { function init (line 330) | func init() { function init (line 340) | func init() { proto.RegisterFile("cfrpki.proto", fileDescriptor_0b755a2b... constant _ (line 375) | _ = grpc.SupportPackageIsVersion4 type RPKIAPIClient (line 380) | type RPKIAPIClient interface type rPKIAPIClient (line 392) | type rPKIAPIClient struct method GetResource (line 400) | func (c *rPKIAPIClient) GetResource(ctx context.Context, in *ResourceQ... method GetRepository (line 409) | func (c *rPKIAPIClient) GetRepository(ctx context.Context, in *Resourc... method GetFetchRRDP (line 441) | func (c *rPKIAPIClient) GetFetchRRDP(ctx context.Context, in *FetchQue... method GetFetch (line 473) | func (c *rPKIAPIClient) GetFetch(ctx context.Context, in *FetchQuery, ... method PublishFile (line 505) | func (c *rPKIAPIClient) PublishFile(ctx context.Context, in *ResourceD... method DeleteFile (line 514) | func (c *rPKIAPIClient) DeleteFile(ctx context.Context, in *ResourceDa... method PostSIA (line 523) | func (c *rPKIAPIClient) PostSIA(ctx context.Context, in *SIA, opts ...... method PostRRDP (line 532) | func (c *rPKIAPIClient) PostRRDP(ctx context.Context, in *RRDPInfo, op... method GetRRDPInfo (line 541) | func (c *rPKIAPIClient) GetRRDPInfo(ctx context.Context, in *RRDPInfoQ... function NewRPKIAPIClient (line 396) | func NewRPKIAPIClient(cc *grpc.ClientConn) RPKIAPIClient { type RPKIAPI_GetRepositoryClient (line 424) | type RPKIAPI_GetRepositoryClient interface type rPKIAPIGetRepositoryClient (line 429) | type rPKIAPIGetRepositoryClient struct method Recv (line 433) | func (x *rPKIAPIGetRepositoryClient) Recv() (*ResourceData, error) { type RPKIAPI_GetFetchRRDPClient (line 456) | type RPKIAPI_GetFetchRRDPClient interface type rPKIAPIGetFetchRRDPClient (line 461) | type rPKIAPIGetFetchRRDPClient struct method Recv (line 465) | func (x *rPKIAPIGetFetchRRDPClient) Recv() (*SIA, error) { type RPKIAPI_GetFetchClient (line 488) | type RPKIAPI_GetFetchClient interface type rPKIAPIGetFetchClient (line 493) | type rPKIAPIGetFetchClient struct method Recv (line 497) | func (x *rPKIAPIGetFetchClient) Recv() (*SIA, error) { type RPKIAPIServer (line 551) | type RPKIAPIServer interface function RegisterRPKIAPIServer (line 563) | func RegisterRPKIAPIServer(s *grpc.Server, srv RPKIAPIServer) { function _RPKIAPI_GetResource_Handler (line 567) | func _RPKIAPI_GetResource_Handler(srv interface{}, ctx context.Context, ... function _RPKIAPI_GetRepository_Handler (line 585) | func _RPKIAPI_GetRepository_Handler(srv interface{}, stream grpc.ServerS... type RPKIAPI_GetRepositoryServer (line 593) | type RPKIAPI_GetRepositoryServer interface type rPKIAPIGetRepositoryServer (line 598) | type rPKIAPIGetRepositoryServer struct method Send (line 602) | func (x *rPKIAPIGetRepositoryServer) Send(m *ResourceData) error { function _RPKIAPI_GetFetchRRDP_Handler (line 606) | func _RPKIAPI_GetFetchRRDP_Handler(srv interface{}, stream grpc.ServerSt... type RPKIAPI_GetFetchRRDPServer (line 614) | type RPKIAPI_GetFetchRRDPServer interface type rPKIAPIGetFetchRRDPServer (line 619) | type rPKIAPIGetFetchRRDPServer struct method Send (line 623) | func (x *rPKIAPIGetFetchRRDPServer) Send(m *SIA) error { function _RPKIAPI_GetFetch_Handler (line 627) | func _RPKIAPI_GetFetch_Handler(srv interface{}, stream grpc.ServerStream... type RPKIAPI_GetFetchServer (line 635) | type RPKIAPI_GetFetchServer interface type rPKIAPIGetFetchServer (line 640) | type rPKIAPIGetFetchServer struct method Send (line 644) | func (x *rPKIAPIGetFetchServer) Send(m *SIA) error { function _RPKIAPI_PublishFile_Handler (line 648) | func _RPKIAPI_PublishFile_Handler(srv interface{}, ctx context.Context, ... function _RPKIAPI_DeleteFile_Handler (line 666) | func _RPKIAPI_DeleteFile_Handler(srv interface{}, ctx context.Context, d... function _RPKIAPI_PostSIA_Handler (line 684) | func _RPKIAPI_PostSIA_Handler(srv interface{}, ctx context.Context, dec ... function _RPKIAPI_PostRRDP_Handler (line 702) | func _RPKIAPI_PostRRDP_Handler(srv interface{}, ctx context.Context, dec... function _RPKIAPI_GetRRDPInfo_Handler (line 720) | func _RPKIAPI_GetRRDPInfo_Handler(srv interface{}, ctx context.Context, ... FILE: sync/api/fetch.go type APIFetch (line 13) | type APIFetch struct method GetFile (line 33) | func (s *APIFetch) GetFile(file *pki.PKIFile) (*pki.SeekFile, error) { method GetRepository (line 59) | func (s *APIFetch) GetRepository(file *pki.PKIFile, callback pki.Callb... function FetchFile (line 18) | func FetchFile(client RPKIAPIClient, ctx context.Context, path string) (... FILE: sync/lib/errors.go constant ERROR_RRDP_UNKNOWN (line 11) | ERROR_RRDP_UNKNOWN = iota constant ERROR_RRDP_FETCH (line 12) | ERROR_RRDP_FETCH type stack (line 15) | type stack type Frame (line 16) | type Frame type RRDPError (line 25) | type RRDPError struct method StackTrace (line 57) | func (e *RRDPError) StackTrace() []Frame { method Error (line 61) | func (e *RRDPError) Error() string { method SetSentryScope (line 75) | func (e *RRDPError) SetSentryScope(scope *sentry.Scope) { method SetURL (line 88) | func (e *RRDPError) SetURL(rrdp, rsync string) { function callers (line 38) | func callers() *stack { function StackTrace (line 49) | func StackTrace(s *stack) []Frame { function NewRRDPErrorFetch (line 93) | func NewRRDPErrorFetch(request *http.Request, err error) *RRDPError { FILE: sync/lib/fetch.go type LocalFetch (line 17) | type LocalFetch struct method SetRepositories (line 31) | func (s *LocalFetch) SetRepositories(repositories map[string]time.Time) { method GetFile (line 87) | func (s *LocalFetch) GetFile(file *pki.PKIFile) (*pki.SeekFile, error) { method GetFileConv (line 91) | func (s *LocalFetch) GetFileConv(file *pki.PKIFile, derEncoding bool) ... method GetRepository (line 119) | func (s *LocalFetch) GetRepository(file *pki.PKIFile, callback pki.Cal... function NewLocalFetch (line 23) | func NewLocalFetch(basepath string) *LocalFetch { function GetLocalPath (line 35) | func GetLocalPath(pathRep string, replace map[string]string) string { function ReplacePath (line 48) | func ReplacePath(file *pki.PKIFile, replace map[string]string) string { function FetchFile (line 54) | func FetchFile(path string, derEncoding bool) ([]byte, []byte, error) { function ParseMapDirectory (line 75) | func ParseMapDirectory(mapdir string) map[string]string { FILE: sync/lib/fetch_test.go function TestGetLocalPath (line 9) | func TestGetLocalPath(t *testing.T) { FILE: sync/lib/rrdp.go constant ResponseLimit (line 17) | ResponseLimit int64 = 1000000000 type RRDPFetcher (line 19) | type RRDPFetcher interface type HTTPFetcher (line 23) | type HTTPFetcher struct method GetXML (line 38) | func (f *HTTPFetcher) GetXML(url string) (string, error) { function NewHTTPFetcher (line 28) | func NewHTTPFetcher(userAgent string) *HTTPFetcher { function ParseRoot (line 68) | func ParseRoot(data string) (Notification, error) { function ParseNode (line 96) | func ParseNode(data string) ([]Cert, []Cert, error) { type RRDPFile (line 153) | type RRDPFile type RRDPSystem (line 155) | type RRDPSystem struct method SetSentryScope (line 168) | func (s *RRDPSystem) SetSentryScope(scope *sentry.Scope) { method FetchRRDP (line 182) | func (s *RRDPSystem) FetchRRDP(cbArgs ...interface{}) error { function DecodeRRDPBase64 (line 175) | func DecodeRRDPBase64(value string) ([]byte, error) { FILE: sync/lib/rrdp_struct.go type RootNode (line 7) | type RootNode struct type ElNode (line 14) | type ElNode struct type Cert (line 20) | type Cert struct type Notification (line 25) | type Notification struct type Delta (line 32) | type Delta struct type Snapshot (line 39) | type Snapshot struct FILE: sync/lib/rsync.go constant RsyncProtoPrefix (line 17) | RsyncProtoPrefix = "rsync://" function ExtractFoldersPathFromRsyncURL (line 25) | func ExtractFoldersPathFromRsyncURL(url string) (string, error) { function ExtractFilePathFromRsyncURL (line 35) | func ExtractFilePathFromRsyncURL(url string) (string, error) { function isRsyncURL (line 43) | func isRsyncURL(url string) bool { function FilterMatch (line 48) | func FilterMatch(line string) (string, bool, error) { type FileStat (line 56) | type FileStat struct function RunRsync (line 62) | func RunRsync(ctx context.Context, uri string, bin string, dirPath strin... FILE: sync/lib/rsync_test.go function TestExtractFoldersPathFromRsyncURL (line 9) | func TestExtractFoldersPathFromRsyncURL(t *testing.T) { FILE: sync/lib/utils.go type Logger (line 9) | type Logger interface type SubMap (line 18) | type SubMap struct function ExtractRsyncDomainModule (line 23) | func ExtractRsyncDomainModule(rsync string) (string, string, error) { function AddInMap (line 35) | func AddInMap(item string, m map[string]SubMap) { function ReduceMap (line 55) | func ReduceMap(m map[string]SubMap) []string { FILE: validator/lib/ber.go type asn1Object (line 15) | type asn1Object interface type asn1Structured (line 19) | type asn1Structured struct method encodeTo (line 24) | func (s asn1Structured) encodeTo(out *bytes.Buffer) error { type asn1Primitive (line 40) | type asn1Primitive struct method encodeTo (line 46) | func (p asn1Primitive) encodeTo(out *bytes.Buffer) error { function BER2DER (line 60) | func BER2DER(ber []byte) ([]byte, error) { function marshalLongLength (line 81) | func marshalLongLength(out *bytes.Buffer, i int) (err error) { function lengthLength (line 95) | func lengthLength(i int) (numBytes int) { function encodeLength (line 118) | func encodeLength(out *bytes.Buffer, length int) (err error) { function readObject (line 138) | func readObject(ber []byte, offset int) (asn1Object, int, error) { function isIndefiniteTermination (line 249) | func isIndefiniteTermination(ber []byte, offset int) (bool, error) { FILE: validator/lib/cert.go type IPNet (line 43) | type IPNet struct method String (line 47) | func (ipn *IPNet) String() string { method IsIPInRange (line 51) | func (ipn *IPNet) IsIPInRange(ip net.IP) (bool, bool) { method GetAfi (line 55) | func (ipn *IPNet) GetAfi() uint8 { method GetRange (line 64) | func (ipn *IPNet) GetRange() (net.IP, net.IP, bool) { method ASN1 (line 72) | func (ipn *IPNet) ASN1() ([]byte, error) { type IPAddressRange (line 76) | type IPAddressRange struct method String (line 81) | func (ipr *IPAddressRange) String() string { method IsIPInRange (line 85) | func (ipr *IPAddressRange) IsIPInRange(ip net.IP) (bool, bool) { method GetAfi (line 94) | func (ipr *IPAddressRange) GetAfi() uint8 { method GetRange (line 103) | func (ipr *IPAddressRange) GetRange() (net.IP, net.IP, bool) { method ASN1 (line 137) | func (ipr *IPAddressRange) ASN1() ([]byte, error) { function IPToBitString (line 107) | func IPToBitString(ip net.IP) asn1.BitString { function IPNetToBitString (line 120) | func IPNetToBitString(ipnet net.IPNet) asn1.BitString { type IPAddressNull (line 143) | type IPAddressNull struct method String (line 147) | func (ipan *IPAddressNull) String() string { method IsIPInRange (line 151) | func (ipan *IPAddressNull) IsIPInRange(ip net.IP) (bool, bool) { method GetAfi (line 160) | func (ipan *IPAddressNull) GetAfi() uint8 { method GetRange (line 164) | func (ipan *IPAddressNull) GetRange() (net.IP, net.IP, bool) { method ASN1 (line 168) | func (ipan *IPAddressNull) ASN1() ([]byte, error) { type IPCertificateInformation (line 172) | type IPCertificateInformation interface type ASNCertificateInformation (line 181) | type ASNCertificateInformation interface type ASNRange (line 189) | type ASNRange struct method String (line 194) | func (ar *ASNRange) String() string { method IsASNInRange (line 198) | func (ar *ASNRange) IsASNInRange(asn int) (bool, bool) { method GetRange (line 202) | func (ar *ASNRange) GetRange() (int, int, bool) { method ASN1 (line 206) | func (ar *ASNRange) ASN1() ([]byte, error) { type ASN (line 210) | type ASN struct method String (line 214) | func (a *ASN) String() string { method IsASNInRange (line 218) | func (a *ASN) IsASNInRange(asn int) (bool, bool) { method GetRange (line 222) | func (a *ASN) GetRange() (int, int, bool) { method ASN1 (line 226) | func (a *ASN) ASN1() ([]byte, error) { type ASNull (line 230) | type ASNull struct method String (line 233) | func (an *ASNull) String() string { method IsASNInRange (line 237) | func (an *ASNull) IsASNInRange(asn int) (bool, bool) { method GetRange (line 241) | func (an *ASNull) GetRange() (int, int, bool) { method ASN1 (line 245) | func (an *ASNull) ASN1() ([]byte, error) { function DecodeIP (line 249) | func DecodeIP(addrfamily []byte, addr asn1.BitString) (*net.IPNet, error) { function DecodeIPMinMax (line 268) | func DecodeIPMinMax(addrfamily []byte, addr asn1.BitString, max bool) (n... function DecodeIPAddressBlock (line 293) | func DecodeIPAddressBlock(data []byte) ([]IPCertificateInformation, erro... function DecodeASIdentifier (line 360) | func DecodeASIdentifier(data asn1.RawValue) ([]ASNCertificateInformation... function DecodeASN (line 401) | func DecodeASN(data []byte) ([]ASNCertificateInformation, []ASNCertifica... type RPKICertificate (line 428) | type RPKICertificate struct method HasRRDP (line 437) | func (cert *RPKICertificate) HasRRDP() bool { method GetRRDPGeneralName (line 447) | func (cert *RPKICertificate) GetRRDPGeneralName() string { method GetRsyncGeneralName (line 457) | func (cert *RPKICertificate) GetRsyncGeneralName() string { method IsIPRangeInCertificate (line 467) | func (cert *RPKICertificate) IsIPRangeInCertificate(min net.IP, max ne... method IsASRangeInCertificate (line 482) | func (cert *RPKICertificate) IsASRangeInCertificate(min int, max int) ... method ValidateIPCertificate (line 519) | func (cert *RPKICertificate) ValidateIPCertificate(parent *RPKICertifi... method ValidateASNCertificate (line 545) | func (cert *RPKICertificate) ValidateASNCertificate(parent *RPKICertif... method Validate (line 549) | func (cert *RPKICertificate) Validate(parent *RPKICertificate) error { method ValidateTime (line 563) | func (cert *RPKICertificate) ValidateTime(comp time.Time) error { method String (line 576) | func (cert *RPKICertificate) String() string { function ValidateIPCertificateList (line 497) | func ValidateIPCertificateList(list []IPCertificateInformation, parent *... function ValidateASNCertificateList (line 523) | func ValidateASNCertificateList(list []ASNCertificateInformation, parent... type SIA (line 609) | type SIA struct method String (line 614) | func (sia *SIA) String() string { function DecodeSubjectInformationAccess (line 618) | func DecodeSubjectInformationAccess(data []byte) ([]SIA, error) { function DecodeKeyAuthority (line 628) | func DecodeKeyAuthority(data []byte) ([]byte, error) { function DecodeKeyIdentifier (line 640) | func DecodeKeyIdentifier(data []byte) ([]byte, error) { function GroupIPAddressBlock (line 651) | func GroupIPAddressBlock(ips []IPCertificateInformation) map[byte][]IPCe... function EncodeInfoAccess (line 666) | func EncodeInfoAccess(authority bool, path string) (*pkix.Extension, err... function EncodePolicyInformation (line 696) | func EncodePolicyInformation(cps string) (*pkix.Extension, error) { function EncodeIPAddressBlock (line 731) | func EncodeIPAddressBlock(ips []IPCertificateInformation) (*pkix.Extensi... function EncodeIPAddressBlockVersion (line 762) | func EncodeIPAddressBlockVersion(version byte, ips []IPCertificateInform... function EncodeASNSeq (line 802) | func EncodeASNSeq(asns []ASNCertificateInformation) ([]asn1.RawValue, er... function EncodeASN (line 832) | func EncodeASN(nums []ASNCertificateInformation, rdi []ASNCertificateInf... function EncodeSIA (line 864) | func EncodeSIA(sias []*SIA) (*pkix.Extension, error) { function DecodeCertificate (line 889) | func DecodeCertificate(data []byte) (*RPKICertificate, error) { FILE: validator/lib/cert_test.go function MakeSIA (line 17) | func MakeSIA() []*SIA { function MakeIPs (line 34) | func MakeIPs(null bool) []IPCertificateInformation { function MakeASN (line 63) | func MakeASN(null bool) []ASNCertificateInformation { function TestEncodeSIA (line 87) | func TestEncodeSIA(t *testing.T) { function TestEncodeIPBlocks (line 96) | func TestEncodeIPBlocks(t *testing.T) { function TestEncodeASN (line 112) | func TestEncodeASN(t *testing.T) { function TestMakeCertificate (line 131) | func TestMakeCertificate(t *testing.T) { FILE: validator/lib/cms.go type Attribute (line 27) | type Attribute struct type SignerInfo (line 32) | type SignerInfo struct type CmsSignedData (line 43) | type CmsSignedData struct type CMS (line 52) | type CMS struct method Sign (line 214) | func (cms *CMS) Sign(rand io.Reader, ski []byte, encap []byte, priv in... method AddCRLs (line 271) | func (cms *CMS) AddCRLs(crls []byte) error { method CheckSignaturesMatch (line 282) | func (cms *CMS) CheckSignaturesMatch() (bool, error) { method Validate (line 332) | func (cms *CMS) Validate(encap []byte, cert *x509.Certificate) error { method GetRPKICertificate (line 410) | func (cms *CMS) GetRPKICertificate() (*RPKICertificate, error) { method GetSigningTime (line 418) | func (cms *CMS) GetSigningTime() (time.Time, error) { function RSAPublicDecrypt (line 58) | func RSAPublicDecrypt(pubKey *rsa.PublicKey, data []byte) []byte { function PrivateEncrypt (line 78) | func PrivateEncrypt(priv *rsa.PrivateKey, data []byte) (enc []byte, err ... type SignatureInner (line 138) | type SignatureInner struct type SignatureDecoded (line 143) | type SignatureDecoded struct type SignedAttributesDigest (line 148) | type SignedAttributesDigest struct function DecryptSignatureRSA (line 152) | func DecryptSignatureRSA(signature []byte, pubKey *rsa.PublicKey) ([]byt... function EncryptSignatureRSA (line 162) | func EncryptSignatureRSA(rand io.Reader, signature []byte, privKey *rsa.... function EContentToEncap (line 191) | func EContentToEncap(econtent []byte) ([]byte, error) { function EContentToEncapBF (line 195) | func EContentToEncapBF(econtent []byte, skipbf bool) ([]byte, error) { function BadFormatGroup (line 381) | func BadFormatGroup(data []byte) ([]byte, bool, error) { function EncodeCMS (line 430) | func EncodeCMS(certificate []byte, encapContent interface{}, signingTime... function DecodeCMS (line 565) | func DecodeCMS(data []byte) (*CMS, error) { FILE: validator/lib/crl.go type CRLAuthKeyId (line 19) | type CRLAuthKeyId struct function CreateCRL (line 24) | func CreateCRL(c *x509.Certificate, rand io.Reader, priv interface{}, re... FILE: validator/lib/manifest.go type File (line 15) | type File struct method GetHash (line 20) | func (f File) GetHash() []byte { type ManifestContent (line 24) | type ManifestContent struct type Manifest (line 32) | type Manifest struct type RPKIManifest (line 37) | type RPKIManifest struct function ManifestToEncap (line 45) | func ManifestToEncap(mft *Manifest) ([]byte, error) { function EncodeManifestContent (line 49) | func EncodeManifestContent(eContent ManifestContent) (*Manifest, error) { function DecodeManifest (line 67) | func DecodeManifest(data []byte) (*RPKIManifest, error) { method DecodeManifest (line 71) | func (cf *DecoderConfig) DecodeManifest(data []byte) (*RPKIManifest, err... FILE: validator/lib/manifest_test.go function MakeMFTContent (line 16) | func MakeMFTContent() ManifestContent { function TestEncodeMFTContent (line 44) | func TestEncodeMFTContent(t *testing.T) { FILE: validator/lib/roa.go type ROAIPAddresses (line 16) | type ROAIPAddresses struct type ROAAddressFamily (line 21) | type ROAAddressFamily struct type ROAContent (line 26) | type ROAContent struct type ROA (line 31) | type ROA struct type ROAEntry (line 36) | type ROAEntry struct method Validate (line 156) | func (entry *ROAEntry) Validate() error { type RPKIROA (line 41) | type RPKIROA struct method ValidateTime (line 175) | func (roa *RPKIROA) ValidateTime(comp time.Time) error { method ValidateEntries (line 183) | func (roa *RPKIROA) ValidateEntries() error { method ValidateIPRoaCertificate (line 214) | func (roa *RPKIROA) ValidateIPRoaCertificate(cert *RPKICertificate) ([... function ROAToEncap (line 56) | func ROAToEncap(roa *ROA) ([]byte, error) { function GroupEntries (line 60) | func GroupEntries(entries []*ROAEntry) map[byte][]*ROAEntry { function EncodeROAEntries (line 79) | func EncodeROAEntries(asn int, entries []*ROAEntry) (*ROA, error) { function GetRangeIP (line 136) | func GetRangeIP(ipnet *net.IPNet) (error, net.IP, net.IP) { function ValidateIPRoaCertificateList (line 193) | func ValidateIPRoaCertificateList(entries []*ROAEntry, cert *RPKICertifi... function ConvertROAEntries (line 218) | func ConvertROAEntries(roacontent ROAContent) ([]*ROAEntry, int, error) { type DecoderConfig (line 244) | type DecoderConfig struct method DecodeROA (line 258) | func (cf *DecoderConfig) DecodeROA(data []byte) (*RPKIROA, error) { function DecodeROA (line 254) | func DecodeROA(data []byte) (*RPKIROA, error) { FILE: validator/lib/roa_test.go function MakeROAEntries (line 16) | func MakeROAEntries() []*ROAEntry { function TestEncodeROAEntries (line 26) | func TestEncodeROAEntries(t *testing.T) { function TestEncodeROA (line 35) | func TestEncodeROA(t *testing.T) { function TestValidateROAEntry (line 76) | func TestValidateROAEntry(t *testing.T) { FILE: validator/lib/tal.go type RPKITAL (line 20) | type RPKITAL struct method HasRsync (line 27) | func (tal *RPKITAL) HasRsync() bool { method GetRsyncURI (line 38) | func (tal *RPKITAL) GetRsyncURI() string { method GetURI (line 54) | func (tal *RPKITAL) GetURI() string { method CheckCertificate (line 62) | func (tal *RPKITAL) CheckCertificate(cert *x509.Certificate) bool { function DeleteLineEnd (line 76) | func DeleteLineEnd(line string) string { function CreateTAL (line 86) | func CreateTAL(uri []string, pubkey interface{}) (*RPKITAL, error) { function EncodeTAL (line 104) | func EncodeTAL(tal *RPKITAL) ([]byte, error) { function HashPublicKey (line 108) | func HashPublicKey(key interface{}) ([]byte, error) { function HashRSAPublicKey (line 119) | func HashRSAPublicKey(key rsa.PublicKey) ([]byte, error) { function BundleRSAPublicKey (line 129) | func BundleRSAPublicKey(key rsa.PublicKey) (asn1.BitString, error) { function EncodeTALSize (line 138) | func EncodeTALSize(tal *RPKITAL, split int) ([]byte, error) { function DecodeTAL (line 189) | func DecodeTAL(data []byte) (*RPKITAL, error) { FILE: validator/lib/tal_test.go function TestEncodeTAL (line 13) | func TestEncodeTAL(t *testing.T) { function TestDecodeTAL (line 23) | func TestDecodeTAL(t *testing.T) { FILE: validator/lib/xml.go type XML (line 13) | type XML struct type XMLContent (line 18) | type XMLContent struct type RPKIXML (line 22) | type RPKIXML struct function EncodeXMLContent (line 30) | func EncodeXMLContent(content interface{}) (*XML, error) { function EncodeXMLData (line 40) | func EncodeXMLData(message []byte) (*XML, error) { function DecodeXML (line 53) | func DecodeXML(data []byte) (*RPKIXML, error) { FILE: validator/lib/xml_test.go function TestEncodeXMLContent (line 17) | func TestEncodeXMLContent(t *testing.T) { FILE: validator/pki/errors.go constant ERROR_CERTIFICATE_UNKNOWN (line 13) | ERROR_CERTIFICATE_UNKNOWN = iota constant ERROR_CERTIFICATE_EXPIRATION (line 14) | ERROR_CERTIFICATE_EXPIRATION constant ERROR_CERTIFICATE_PARENT (line 15) | ERROR_CERTIFICATE_PARENT constant ERROR_CERTIFICATE_REVOCATION (line 16) | ERROR_CERTIFICATE_REVOCATION constant ERROR_CERTIFICATE_RESOURCE (line 17) | ERROR_CERTIFICATE_RESOURCE constant ERROR_CERTIFICATE_CONFLICT (line 18) | ERROR_CERTIFICATE_CONFLICT constant ERROR_FILE (line 19) | ERROR_FILE constant ERROR_CERTIFICATE_MANIFEST (line 20) | ERROR_CERTIFICATE_MANIFEST constant ERROR_CERTIFICATE_HASH (line 21) | ERROR_CERTIFICATE_HASH constant ERROR_CERTIFICATE_CRL (line 22) | ERROR_CERTIFICATE_CRL type stack (line 25) | type stack type Frame (line 26) | type Frame type CertificateError (line 43) | type CertificateError struct method StackTrace (line 83) | func (e *CertificateError) StackTrace() []Frame { method AddFileErrorInfo (line 87) | func (e *CertificateError) AddFileErrorInfo(file *PKIFile, seek *SeekF... method Error (line 92) | func (e *CertificateError) Error() string { method SetSentryScope (line 127) | func (e *CertificateError) SetSentryScope(scope *sentry.Scope) { function callers (line 64) | func callers() *stack { function StackTrace (line 75) | func StackTrace(s *stack) []Frame { function NewCertificateErrorValidity (line 200) | func NewCertificateErrorValidity(cert *librpki.RPKICertificate, err erro... function NewCertificateErrorParent (line 210) | func NewCertificateErrorParent(cert, parent *librpki.RPKICertificate, er... function NewCertificateErrorRevocation (line 221) | func NewCertificateErrorRevocation(cert *librpki.RPKICertificate) *Certi... function NewCertificateErrorResource (line 230) | func NewCertificateErrorResource(cert *librpki.RPKICertificate, ips []li... function NewCertificateErrorConflict (line 241) | func NewCertificateErrorConflict(cert *librpki.RPKICertificate, conflict... function NewCertificateErrorManifestRevocation (line 251) | func NewCertificateErrorManifestRevocation(cert *librpki.RPKICertificate... function NewCertificateErrorCRLRevocation (line 262) | func NewCertificateErrorCRLRevocation(cert *librpki.RPKICertificate, err... type FileError (line 273) | type FileError method Error (line 275) | func (e *FileError) Error() string { method StackTrace (line 278) | func (e *FileError) StackTrace() []Frame { method SetSentryScope (line 281) | func (e *FileError) SetSentryScope(scope *sentry.Scope) { method AddFileErrorInfo (line 284) | func (e *FileError) AddFileErrorInfo(file *PKIFile, seek *SeekFile) { function NewFileError (line 288) | func NewFileError(err error) *FileError { type ResourceError (line 297) | type ResourceError struct method StackTrace (line 311) | func (e *ResourceError) StackTrace() []Frame { method Error (line 320) | func (e *ResourceError) Error() string { method SetSentryScope (line 324) | func (e *ResourceError) SetSentryScope(scope *sentry.Scope) { method AddFileErrorInfo (line 351) | func (e *ResourceError) AddFileErrorInfo(file *PKIFile, seek *SeekFile) { function NewResourceErrorWrap (line 356) | func NewResourceErrorWrap(wrapper interface{}, err error) *ResourceError { function NewResourceErrorHash (line 372) | func NewResourceErrorHash(hashFile, hashExpected []byte) *ResourceError { FILE: validator/pki/pki.go constant TYPE_UNKNOWN (line 17) | TYPE_UNKNOWN = iota constant TYPE_CER (line 18) | TYPE_CER constant TYPE_MFT (line 19) | TYPE_MFT constant TYPE_ROA (line 20) | TYPE_ROA constant TYPE_CRL (line 21) | TYPE_CRL constant TYPE_ROACER (line 22) | TYPE_ROACER constant TYPE_MFTCER (line 23) | TYPE_MFTCER constant TYPE_CAREPO (line 24) | TYPE_CAREPO constant TYPE_TAL (line 25) | TYPE_TAL type Resource (line 45) | type Resource struct method GetIdentifier (line 55) | func (res *Resource) GetIdentifier() (bool, []byte) { type SeekFile (line 67) | type SeekFile struct type FileSeeker (line 74) | type FileSeeker interface type Log (line 79) | type Log interface type SimpleManager (line 86) | type SimpleManager struct method Close (line 115) | func (sm *SimpleManager) Close() { method reportError (line 119) | func (sm *SimpleManager) reportError(err error) { method reportErrorFile (line 124) | func (sm *SimpleManager) reportErrorFile(err error, file *PKIFile, see... method PutFiles (line 131) | func (sm *SimpleManager) PutFiles(fileList []*PKIFile) { method HasMore (line 147) | func (sm *SimpleManager) HasMore() bool { method GetNextExplore (line 151) | func (sm *SimpleManager) GetNextExplore() (*PKIFile, bool, error) { method GetNextFile (line 160) | func (sm *SimpleManager) GetNextFile(curExplore *PKIFile) (*SeekFile, ... method GetNextRepository (line 178) | func (sm *SimpleManager) GetNextRepository(curExplore *PKIFile, callba... method AddInitial (line 768) | func (sm *SimpleManager) AddInitial(fileList []*PKIFile) { method InvalidateManifestParent (line 773) | func (sm *SimpleManager) InvalidateManifestParent(file *PKIFile, mftEr... method InvalidateCRLParent (line 794) | func (sm *SimpleManager) InvalidateCRLParent(file *PKIFile, crlError e... method ExploreAdd (line 815) | func (sm *SimpleManager) ExploreAdd(file *PKIFile, data *SeekFile, add... method Explore (line 850) | func (sm *SimpleManager) Explore(notMFT bool, addInvalidChilds bool) i... function NewSimpleManager (line 103) | func NewSimpleManager() *SimpleManager { type CallbackExplore (line 176) | type CallbackExplore type Validator (line 190) | type Validator struct method AddResource (line 277) | func (v *Validator) AddResource(pkifile *PKIFile, data []byte) (bool, ... method InvalidateObject (line 373) | func (v *Validator) InvalidateObject(keyid []byte) { method AddTAL (line 407) | func (v *Validator) AddTAL(tal *librpki.RPKITAL) ([]*PKIFile, *Resourc... method AddCert (line 424) | func (v *Validator) AddCert(cert *librpki.RPKICertificate, trust bool)... method ValidateCertificate (line 466) | func (v *Validator) ValidateCertificate(cert *librpki.RPKICertificate,... method AddROA (line 550) | func (v *Validator) AddROA(pkifile *PKIFile, roa *librpki.RPKIROA) (bo... method ValidateROA (line 590) | func (v *Validator) ValidateROA(roa *librpki.RPKIROA) error { method AddManifest (line 598) | func (v *Validator) AddManifest(pkifile *PKIFile, mft *librpki.RPKIMan... method AddCRL (line 636) | func (v *Validator) AddCRL(crl *pkix.CertificateList) (bool, *Resource... method GetRepositories (line 691) | func (v *Validator) GetRepositories() { method GetValidROAs (line 695) | func (v *Validator) GetValidROAs() { function NewValidator (line 220) | func NewValidator() *Validator { type PKIFile (line 247) | type PKIFile struct method ComputePath (line 257) | func (f *PKIFile) ComputePath() string { function ObjectToResource (line 269) | func ObjectToResource(data interface{}) *Resource { function DetermineType (line 699) | func DetermineType(path string) int { function ExtractPathCert (line 714) | func ExtractPathCert(cert *librpki.RPKICertificate) []*PKIFile { function ExtractPathManifest (line 748) | func ExtractPathManifest(mft *librpki.RPKIManifest) ([]*PKIFile, error) { FILE: validator/pki/pki_test.go function CreateKeys (line 24) | func CreateKeys() []*rsa.PrivateKey { type TestingFileSeeker (line 41) | type TestingFileSeeker struct method GetFile (line 52) | func (fs *TestingFileSeeker) GetFile(file *PKIFile) (*SeekFile, error) { method GetRepository (line 68) | func (fs *TestingFileSeeker) GetRepository(*PKIFile, CallbackExplore) ... method AddFile (line 74) | func (fs *TestingFileSeeker) AddFile(path string, payload []byte) { function NewFileSeeker (line 46) | func NewFileSeeker() *TestingFileSeeker { function Validate (line 78) | func Validate(talPath string, fs FileSeeker) int { function TestPKI (line 107) | func TestPKI(t *testing.T) { FILE: vendor/github.com/beorn7/perks/quantile/stream.go type Sample (line 24) | type Sample struct type Samples (line 31) | type Samples method Len (line 33) | func (a Samples) Len() int { return len(a) } method Less (line 34) | func (a Samples) Less(i, j int) bool { return a[i].Value < a[j].Value } method Swap (line 35) | func (a Samples) Swap(i, j int) { a[i], a[j] = a[j], a[i] } type invariant (line 37) | type invariant function NewLowBiased (line 49) | func NewLowBiased(epsilon float64) *Stream { function NewHighBiased (line 66) | func NewHighBiased(epsilon float64) *Stream { function NewTargeted (line 80) | func NewTargeted(targetMap map[float64]float64) *Stream { type target (line 104) | type target struct function targetMapToSlice (line 109) | func targetMapToSlice(targetMap map[float64]float64) []target { type Stream (line 125) | type Stream struct method Insert (line 137) | func (s *Stream) Insert(v float64) { method insert (line 141) | func (s *Stream) insert(sample Sample) { method Query (line 152) | func (s *Stream) Query(q float64) float64 { method Merge (line 176) | func (s *Stream) Merge(samples Samples) { method Reset (line 182) | func (s *Stream) Reset() { method Samples (line 188) | func (s *Stream) Samples() Samples { method Count (line 198) | func (s *Stream) Count() int { method flush (line 202) | func (s *Stream) flush() { method maybeSort (line 208) | func (s *Stream) maybeSort() { method flushed (line 215) | func (s *Stream) flushed() bool { function newStream (line 131) | func newStream(ƒ invariant) *Stream { type stream (line 219) | type stream struct method reset (line 225) | func (s *stream) reset() { method insert (line 230) | func (s *stream) insert(v float64) { method merge (line 234) | func (s *stream) merge(samples Samples) { method count (line 268) | func (s *stream) count() int { method query (line 272) | func (s *stream) query(q float64) float64 { method compress (line 287) | func (s *stream) compress() { method samples (line 312) | func (s *stream) samples() Samples { FILE: vendor/github.com/cespare/xxhash/v2/xxhash.go constant prime1 (line 12) | prime1 uint64 = 11400714785074694791 constant prime2 (line 13) | prime2 uint64 = 14029467366897019727 constant prime3 (line 14) | prime3 uint64 = 1609587929392839161 constant prime4 (line 15) | prime4 uint64 = 9650029242287828579 constant prime5 (line 16) | prime5 uint64 = 2870177450012600261 type Digest (line 26) | type Digest struct method Reset (line 44) | func (d *Digest) Reset() { method Size (line 54) | func (d *Digest) Size() int { return 8 } method BlockSize (line 57) | func (d *Digest) BlockSize() int { return 32 } method Write (line 60) | func (d *Digest) Write(b []byte) (n int, err error) { method Sum (line 98) | func (d *Digest) Sum(b []byte) []byte { method Sum64 (line 114) | func (d *Digest) Sum64() uint64 { method MarshalBinary (line 161) | func (d *Digest) MarshalBinary() ([]byte, error) { method UnmarshalBinary (line 175) | func (d *Digest) UnmarshalBinary(b []byte) error { function New (line 37) | func New() *Digest { constant magic (line 156) | magic = "xxh\x06" constant marshaledSize (line 157) | marshaledSize = len(magic) + 8*5 + 32 function appendUint64 (line 193) | func appendUint64(b []byte, x uint64) []byte { function consumeUint64 (line 199) | func consumeUint64(b []byte) ([]byte, uint64) { function u64 (line 204) | func u64(b []byte) uint64 { return binary.LittleEndian.Uint64(b) } function u32 (line 205) | func u32(b []byte) uint32 { return binary.LittleEndian.Uint32(b) } function round (line 207) | func round(acc, input uint64) uint64 { function mergeRound (line 214) | func mergeRound(acc, val uint64) uint64 { function rol1 (line 221) | func rol1(x uint64) uint64 { return bits.RotateLeft64(x, 1) } function rol7 (line 222) | func rol7(x uint64) uint64 { return bits.RotateLeft64(x, 7) } function rol11 (line 223) | func rol11(x uint64) uint64 { return bits.RotateLeft64(x, 11) } function rol12 (line 224) | func rol12(x uint64) uint64 { return bits.RotateLeft64(x, 12) } function rol18 (line 225) | func rol18(x uint64) uint64 { return bits.RotateLeft64(x, 18) } function rol23 (line 226) | func rol23(x uint64) uint64 { return bits.RotateLeft64(x, 23) } function rol27 (line 227) | func rol27(x uint64) uint64 { return bits.RotateLeft64(x, 27) } function rol31 (line 228) | func rol31(x uint64) uint64 { return bits.RotateLeft64(x, 31) } FILE: vendor/github.com/cespare/xxhash/v2/xxhash_asm.go function Sum64 (line 12) | func Sum64(b []byte) uint64 function writeBlocks (line 15) | func writeBlocks(d *Digest, b []byte) int FILE: vendor/github.com/cespare/xxhash/v2/xxhash_other.go function Sum64 (line 7) | func Sum64(b []byte) uint64 { function writeBlocks (line 64) | func writeBlocks(d *Digest, b []byte) int { FILE: vendor/github.com/cespare/xxhash/v2/xxhash_safe.go function Sum64String (line 9) | func Sum64String(s string) uint64 { method WriteString (line 14) | func (d *Digest) WriteString(s string) (n int, err error) { FILE: vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go function Sum64String (line 38) | func Sum64String(s string) uint64 { method WriteString (line 45) | func (d *Digest) WriteString(s string) (n int, err error) { type sliceHeader (line 55) | type sliceHeader struct FILE: vendor/github.com/cloudflare/gortr/prefixfile/prefixfile.go type ecdsaSignature (line 31) | type ecdsaSignature struct type ROAJson (line 80) | type ROAJson struct method GetASN2 (line 101) | func (roa *ROAJson) GetASN2() (uint32, error) { method GetASN (line 120) | func (roa *ROAJson) GetASN() uint32 { method SetASN (line 125) | func (roa *ROAJson) SetASN(asn uint32) { method GetPrefix2 (line 129) | func (roa *ROAJson) GetPrefix2() (*net.IPNet, error) { method GetPrefix (line 137) | func (roa *ROAJson) GetPrefix() *net.IPNet { method GetMaxLen (line 142) | func (roa *ROAJson) GetMaxLen() int { method String (line 146) | func (roa *ROAJson) String() string { type MetaData (line 87) | type MetaData struct type ROAList (line 96) | type ROAList struct method GenerateDigest (line 18) | func (roalist *ROAList) GenerateDigest() ([]byte, []byte, error) { method CheckFile (line 35) | func (roalist *ROAList) CheckFile(key *ecdsa.PublicKey) (bool, bool, e... method Sign (line 63) | func (roalist *ROAList) Sign(privkey *ecdsa.PrivateKey) (string, strin... function GetIPBroadcast (line 150) | func GetIPBroadcast(ipnet net.IPNet) net.IP { FILE: vendor/github.com/cloudflare/gortr/prefixfile/slurm.go type SlurmPrefixFilter (line 10) | type SlurmPrefixFilter struct method GetASN (line 16) | func (pf *SlurmPrefixFilter) GetASN() (uint32, bool) { method GetPrefix (line 32) | func (pf *SlurmPrefixFilter) GetPrefix() *net.IPNet { type SlurmValidationOutputFilters (line 37) | type SlurmValidationOutputFilters struct method FilterOnROAs (line 82) | func (s *SlurmValidationOutputFilters) FilterOnROAs(roas []ROAJson) ([... type SlurmPrefixAssertion (line 41) | type SlurmPrefixAssertion struct method GetASN (line 48) | func (pa *SlurmPrefixAssertion) GetASN() uint32 { method GetPrefix (line 52) | func (pa *SlurmPrefixAssertion) GetPrefix() *net.IPNet { method GetMaxLen (line 57) | func (pa *SlurmPrefixAssertion) GetMaxLen() int { type SlurmLocallyAddedAssertions (line 61) | type SlurmLocallyAddedAssertions struct method AssertROAs (line 131) | func (s *SlurmLocallyAddedAssertions) AssertROAs() []ROAJson { type SlurmConfig (line 65) | type SlurmConfig struct method FilterOnROAs (line 127) | func (s *SlurmConfig) FilterOnROAs(roas []ROAJson) ([]ROAJson, []ROAJs... method AssertROAs (line 156) | func (s *SlurmConfig) AssertROAs() []ROAJson { method FilterAssert (line 160) | func (s *SlurmConfig) FilterAssert(roas []ROAJson) []ROAJson { function DecodeJSONSlurm (line 71) | func DecodeJSONSlurm(buf io.Reader) (*SlurmConfig, error) { FILE: vendor/github.com/davecgh/go-spew/spew/bypass.go constant UnsafeDisabled (line 33) | UnsafeDisabled = false constant ptrSize (line 36) | ptrSize = unsafe.Sizeof((*byte)(nil)) type flag (line 39) | type flag constant flagKindMask (line 54) | flagKindMask = flag(0x1f) function flagField (line 80) | func flagField(v *reflect.Value) *flag { function unsafeReflectValue (line 93) | func unsafeReflectValue(v reflect.Value) reflect.Value { function init (line 105) | func init() { FILE: vendor/github.com/davecgh/go-spew/spew/bypasssafe.go constant UnsafeDisabled (line 28) | UnsafeDisabled = true function unsafeReflectValue (line 36) | func unsafeReflectValue(v reflect.Value) reflect.Value { FILE: vendor/github.com/davecgh/go-spew/spew/common.go function catchPanic (line 72) | func catchPanic(w io.Writer, v reflect.Value) { function handleMethods (line 85) | func handleMethods(cs *ConfigState, w io.Writer, v reflect.Value) (handl... function printBool (line 144) | func printBool(w io.Writer, val bool) { function printInt (line 153) | func printInt(w io.Writer, val int64, base int) { function printUint (line 158) | func printUint(w io.Writer, val uint64, base int) { function printFloat (line 164) | func printFloat(w io.Writer, val float64, precision int) { function printComplex (line 170) | func printComplex(w io.Writer, c complex128, floatPrecision int) { function printHexPtr (line 185) | func printHexPtr(w io.Writer, p uintptr) { type valuesSorter (line 219) | type valuesSorter struct method Len (line 279) | func (s *valuesSorter) Len() int { method Swap (line 285) | func (s *valuesSorter) Swap(i, j int) { method Less (line 326) | func (s *valuesSorter) Less(i, j int) bool { function newValuesSorter (line 228) | func newValuesSorter(values []reflect.Value, cs *ConfigState) sort.Inter... function canSortSimply (line 256) | func canSortSimply(kind reflect.Kind) bool { function valueSortLess (line 295) | func valueSortLess(a, b reflect.Value) bool { function sortValues (line 336) | func sortValues(values []reflect.Value, cs *ConfigState) { FILE: vendor/github.com/davecgh/go-spew/spew/config.go type ConfigState (line 37) | type ConfigState struct method Errorf (line 115) | func (c *ConfigState) Errorf(format string, a ...interface{}) (err err... method Fprint (line 127) | func (c *ConfigState) Fprint(w io.Writer, a ...interface{}) (n int, er... method Fprintf (line 139) | func (c *ConfigState) Fprintf(w io.Writer, format string, a ...interfa... method Fprintln (line 150) | func (c *ConfigState) Fprintln(w io.Writer, a ...interface{}) (n int, ... method Print (line 162) | func (c *ConfigState) Print(a ...interface{}) (n int, err error) { method Printf (line 174) | func (c *ConfigState) Printf(format string, a ...interface{}) (n int, ... method Println (line 186) | func (c *ConfigState) Println(a ...interface{}) (n int, err error) { method Sprint (line 197) | func (c *ConfigState) Sprint(a ...interface{}) string { method Sprintf (line 208) | func (c *ConfigState) Sprintf(format string, a ...interface{}) string { method Sprintln (line 219) | func (c *ConfigState) Sprintln(a ...interface{}) string { method NewFormatter (line 240) | func (c *ConfigState) NewFormatter(v interface{}) fmt.Formatter { method Fdump (line 246) | func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) { method Dump (line 273) | func (c *ConfigState) Dump(a ...interface{}) { method Sdump (line 279) | func (c *ConfigState) Sdump(a ...interface{}) string { method convertArgs (line 288) | func (c *ConfigState) convertArgs(args []interface{}) (formatters []in... function NewDefaultConfig (line 304) | func NewDefaultConfig() *ConfigState { FILE: vendor/github.com/davecgh/go-spew/spew/dump.go type dumpState (line 51) | type dumpState struct method indent (line 62) | func (d *dumpState) indent() { method unpackValue (line 73) | func (d *dumpState) unpackValue(v reflect.Value) reflect.Value { method dumpPtr (line 81) | func (d *dumpState) dumpPtr(v reflect.Value) { method dumpSlice (line 161) | func (d *dumpState) dumpSlice(v reflect.Value) { method dump (line 251) | func (d *dumpState) dump(v reflect.Value) { function fdump (line 453) | func fdump(cs *ConfigState, w io.Writer, a ...interface{}) { function Fdump (line 472) | func Fdump(w io.Writer, a ...interface{}) { function Sdump (line 478) | func Sdump(a ...interface{}) string { function Dump (line 507) | func Dump(a ...interface{}) { FILE: vendor/github.com/davecgh/go-spew/spew/format.go constant supportedFlags (line 28) | supportedFlags = "0-+# " type formatState (line 34) | type formatState struct method buildDefaultFormat (line 47) | func (f *formatState) buildDefaultFormat() (format string) { method constructOrigFormat (line 65) | func (f *formatState) constructOrigFormat(verb rune) (format string) { method unpackValue (line 94) | func (f *formatState) unpackValue(v reflect.Value) reflect.Value { method formatPtr (line 105) | func (f *formatState) formatPtr(v reflect.Value) { method format (line 201) | func (f *formatState) format(v reflect.Value) { method Format (line 371) | func (f *formatState) Format(fs fmt.State, verb rune) { function newFormatter (line 394) | func newFormatter(cs *ConfigState, v interface{}) fmt.Formatter { function NewFormatter (line 417) | func NewFormatter(v interface{}) fmt.Formatter { FILE: vendor/github.com/davecgh/go-spew/spew/spew.go function Errorf (line 32) | func Errorf(format string, a ...interface{}) (err error) { function Fprint (line 44) | func Fprint(w io.Writer, a ...interface{}) (n int, err error) { function Fprintf (line 56) | func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err e... function Fprintln (line 67) | func Fprintln(w io.Writer, a ...interface{}) (n int, err error) { function Print (line 79) | func Print(a ...interface{}) (n int, err error) { function Printf (line 91) | func Printf(format string, a ...interface{}) (n int, err error) { function Println (line 103) | func Println(a ...interface{}) (n int, err error) { function Sprint (line 114) | func Sprint(a ...interface{}) string { function Sprintf (line 125) | func Sprintf(format string, a ...interface{}) string { function Sprintln (line 136) | func Sprintln(a ...interface{}) string { function convertArgs (line 142) | func convertArgs(args []interface{}) (formatters []interface{}) { FILE: vendor/github.com/getsentry/sentry-go/client.go constant maxErrorDepth (line 28) | maxErrorDepth = 10 constant defaultMaxSpans (line 33) | defaultMaxSpans = 1000 type lockedRand (line 46) | type lockedRand struct method Float64 (line 52) | func (r *lockedRand) Float64() float64 { type usageError (line 74) | type usageError struct type EventProcessor (line 84) | type EventProcessor type EventModifier (line 90) | type EventModifier interface function AddGlobalEventProcessor (line 102) | func AddGlobalEventProcessor(processor EventProcessor) { type Integration (line 107) | type Integration interface type ClientOptions (line 113) | type ClientOptions struct type Client (line 223) | type Client struct method setupTransport (line 312) | func (client *Client) setupTransport() { method setupIntegrations (line 336) | func (client *Client) setupIntegrations() { method AddEventProcessor (line 370) | func (client *Client) AddEventProcessor(processor EventProcessor) { method Options (line 375) | func (client Client) Options() ClientOptions { method CaptureMessage (line 380) | func (client *Client) CaptureMessage(message string, hint *EventHint, ... method CaptureException (line 386) | func (client *Client) CaptureException(exception error, hint *EventHin... method CaptureEvent (line 396) | func (client *Client) CaptureEvent(event *Event, hint *EventHint, scop... method Recover (line 402) | func (client *Client) Recover(err interface{}, hint *EventHint, scope ... method RecoverWithContext (line 417) | func (client *Client) RecoverWithContext( method Flush (line 462) | func (client *Client) Flush(timeout time.Duration) bool { method eventFromMessage (line 466) | func (client *Client) eventFromMessage(message string, level Level) *E... method eventFromException (line 486) | func (client *Client) eventFromException(exception error, level Level)... method processEvent (line 533) | func (client *Client) processEvent(event *Event, hint *EventHint, scop... method prepareEvent (line 598) | func (client *Client) prepareEvent(event *Event, hint *EventHint, scop... method listIntegrations (line 670) | func (client Client) listIntegrations() []string { method integrationAlreadyInstalled (line 678) | func (client Client) integrationAlreadyInstalled(name string) bool { function NewClient (line 240) | func NewClient(options ClientOptions) (*Client, error) { function reverse (line 526) | func reverse(a []Exception) { function sample (line 689) | func sample(probability float64) bool { FILE: vendor/github.com/getsentry/sentry-go/dsn.go type scheme (line 12) | type scheme method defaultPort (line 19) | func (scheme scheme) defaultPort() int { constant schemeHTTP (line 15) | schemeHTTP scheme = "http" constant schemeHTTPS (line 16) | schemeHTTPS scheme = "https" type DsnParseError (line 32) | type DsnParseError struct method Error (line 36) | func (e DsnParseError) Error() string { type Dsn (line 41) | type Dsn struct method String (line 131) | func (dsn Dsn) String() string { method GetScheme (line 149) | func (dsn Dsn) GetScheme() string { method GetPublicKey (line 154) | func (dsn Dsn) GetPublicKey() string { method GetSecretKey (line 159) | func (dsn Dsn) GetSecretKey() string { method GetHost (line 164) | func (dsn Dsn) GetHost() string { method GetPort (line 169) | func (dsn Dsn) GetPort() int { method GetPath (line 174) | func (dsn Dsn) GetPath() string { method GetProjectID (line 179) | func (dsn Dsn) GetProjectID() string { method StoreAPIURL (line 185) | func (dsn Dsn) StoreAPIURL() *url.URL { method EnvelopeAPIURL (line 191) | func (dsn Dsn) EnvelopeAPIURL() *url.URL { method getAPIURL (line 195) | func (dsn Dsn) getAPIURL(s string) *url.URL { method RequestHeaders (line 210) | func (dsn Dsn) RequestHeaders() map[string]string { method MarshalJSON (line 225) | func (dsn Dsn) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 230) | func (dsn *Dsn) UnmarshalJSON(data []byte) error { function NewDsn (line 54) | func NewDsn(rawURL string) (*Dsn, error) { FILE: vendor/github.com/getsentry/sentry-go/dynamic_sampling_context.go constant sentryPrefix (line 11) | sentryPrefix = "sentry-" type DynamicSamplingContext (line 15) | type DynamicSamplingContext struct method HasEntries (line 93) | func (d DynamicSamplingContext) HasEntries() bool { method IsFrozen (line 97) | func (d DynamicSamplingContext) IsFrozen() bool { method String (line 101) | func (d DynamicSamplingContext) String() string { function DynamicSamplingContextFromHeader (line 20) | func DynamicSamplingContextFromHeader(header []byte) (DynamicSamplingCon... function DynamicSamplingContextFromTransaction (line 41) | func DynamicSamplingContextFromTransaction(span *Span) DynamicSamplingCo... FILE: vendor/github.com/getsentry/sentry-go/hub.go type contextKey (line 9) | type contextKey constant HubContextKey (line 15) | HubContextKey = contextKey(1) constant RequestContextKey (line 17) | RequestContextKey = contextKey(2) constant defaultMaxBreadcrumbs (line 22) | defaultMaxBreadcrumbs = 30 constant maxBreadcrumbs (line 26) | maxBreadcrumbs = 100 type Hub (line 41) | type Hub struct method LastEventID (line 99) | func (hub *Hub) LastEventID() EventID { method stackTop (line 108) | func (hub *Hub) stackTop() *layer { method Clone (line 119) | func (hub *Hub) Clone() *Hub { method Scope (line 129) | func (hub *Hub) Scope() *Scope { method Client (line 135) | func (hub *Hub) Client() *Client { method PushScope (line 141) | func (hub *Hub) PushScope() *Scope { method PopScope (line 169) | func (hub *Hub) PopScope() { method BindClient (line 183) | func (hub *Hub) BindClient(client *Client) { method WithScope (line 197) | func (hub *Hub) WithScope(f func(scope *Scope)) { method ConfigureScope (line 211) | func (hub *Hub) ConfigureScope(f func(scope *Scope)) { method CaptureEvent (line 219) | func (hub *Hub) CaptureEvent(event *Event) *EventID { method CaptureMessage (line 237) | func (hub *Hub) CaptureMessage(message string) *EventID { method CaptureException (line 255) | func (hub *Hub) CaptureException(exception error) *EventID { method AddBreadcrumb (line 274) | func (hub *Hub) AddBreadcrumb(breadcrumb *Breadcrumb, hint *Breadcrumb... method Recover (line 311) | func (hub *Hub) Recover(err interface{}) *EventID { method RecoverWithContext (line 325) | func (hub *Hub) RecoverWithContext(ctx context.Context, err interface{... method Flush (line 347) | func (hub *Hub) Flush(timeout time.Duration) bool { type layer (line 47) | type layer struct method Client (line 56) | func (l *layer) Client() *Client { method SetClient (line 63) | func (l *layer) SetClient(c *Client) { type stack (line 69) | type stack function NewHub (line 72) | func NewHub(client *Client, scope *Scope) *Hub { function CurrentHub (line 83) | func CurrentHub() *Hub { function HasHubOnContext (line 358) | func HasHubOnContext(ctx context.Context) bool { function GetHubFromContext (line 365) | func GetHubFromContext(ctx context.Context) *Hub { function hubFromContext (line 374) | func hubFromContext(ctx context.Context) *Hub { function SetHubOnContext (line 382) | func SetHubOnContext(ctx context.Context, hub *Hub) context.Context { FILE: vendor/github.com/getsentry/sentry-go/integrations.go type modulesIntegration (line 16) | type modulesIntegration struct method Name (line 21) | func (mi *modulesIntegration) Name() string { method SetupOnce (line 25) | func (mi *modulesIntegration) SetupOnce(client *Client) { method processor (line 29) | func (mi *modulesIntegration) processor(event *Event, hint *EventHint)... function extractModules (line 44) | func extractModules(info *debug.BuildInfo) map[string]string { type environmentIntegration (line 62) | type environmentIntegration struct method Name (line 64) | func (ei *environmentIntegration) Name() string { method SetupOnce (line 68) | func (ei *environmentIntegration) SetupOnce(client *Client) { method processor (line 72) | func (ei *environmentIntegration) processor(event *Event, hint *EventH... type ignoreErrorsIntegration (line 124) | type ignoreErrorsIntegration struct method Name (line 128) | func (iei *ignoreErrorsIntegration) Name() string { method SetupOnce (line 132) | func (iei *ignoreErrorsIntegration) SetupOnce(client *Client) { method processor (line 137) | func (iei *ignoreErrorsIntegration) processor(event *Event, hint *Even... function transformStringsIntoRegexps (line 153) | func transformStringsIntoRegexps(strings []string) []*regexp.Regexp { function getIgnoreErrorsSuspects (line 166) | func getIgnoreErrorsSuspects(event *Event) []string { type contextifyFramesIntegration (line 184) | type contextifyFramesIntegration struct method Name (line 190) | func (cfi *contextifyFramesIntegration) Name() string { method SetupOnce (line 194) | func (cfi *contextifyFramesIntegration) SetupOnce(client *Client) { method processor (line 201) | func (cfi *contextifyFramesIntegration) processor(event *Event, hint *... method contextify (line 227) | func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []F... method findNearbySourceCodeLocation (line 263) | func (cfi *contextifyFramesIntegration) findNearbySourceCodeLocation(o... method addContextLinesToFrame (line 281) | func (cfi *contextifyFramesIntegration) addContextLinesToFrame(frame F... FILE: vendor/github.com/getsentry/sentry-go/interfaces.go constant transactionType (line 17) | transactionType = "transaction" type Level (line 20) | type Level constant LevelDebug (line 24) | LevelDebug Level = "debug" constant LevelInfo (line 25) | LevelInfo Level = "info" constant LevelWarning (line 26) | LevelWarning Level = "warning" constant LevelError (line 27) | LevelError Level = "error" constant LevelFatal (line 28) | LevelFatal Level = "fatal" function getSensitiveHeaders (line 31) | func getSensitiveHeaders() map[string]bool { type SdkInfo (line 41) | type SdkInfo struct type SdkPackage (line 49) | type SdkPackage struct type BreadcrumbHint (line 59) | type BreadcrumbHint type Breadcrumb (line 63) | type Breadcrumb struct method MarshalJSON (line 76) | func (b *Breadcrumb) MarshalJSON() ([]byte, error) { type User (line 104) | type User struct method IsEmpty (line 114) | func (u User) IsEmpty() bool { type Request (line 147) | type Request struct function NewRequest (line 161) | func NewRequest(r *http.Request) *Request { type Mechanism (line 208) | type Mechanism struct method SetUnhandled (line 218) | func (m *Mechanism) SetUnhandled() { type Exception (line 224) | type Exception struct type SDKMetaData (line 235) | type SDKMetaData struct type TransactionInfo (line 240) | type TransactionInfo struct type EventID (line 246) | type EventID type Event (line 251) | type Event struct method MarshalJSON (line 294) | func (e *Event) MarshalJSON() ([]byte, error) { method defaultMarshalJSON (line 308) | func (e *Event) defaultMarshalJSON() ([]byte, error) { method transactionMarshalJSON (line 343) | func (e *Event) transactionMarshalJSON() ([]byte, error) { function NewEvent (line 379) | func NewEvent() *Event { type Thread (line 390) | type Thread struct type EventHint (line 399) | type EventHint struct FILE: vendor/github.com/getsentry/sentry-go/internal/debug/transport.go type Transport (line 14) | type Transport struct method RoundTrip (line 23) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... function ensureTrailingNewline (line 74) | func ensureTrailingNewline(b []byte) []byte { FILE: vendor/github.com/getsentry/sentry-go/internal/otel/baggage/baggage.go constant maxMembers (line 29) | maxMembers = 180 constant maxBytesPerMembers (line 30) | maxBytesPerMembers = 4096 constant maxBytesPerBaggageString (line 31) | maxBytesPerBaggageString = 8192 constant listDelimiter (line 33) | listDelimiter = "," constant keyValueDelimiter (line 34) | keyValueDelimiter = "=" constant propertyDelimiter (line 35) | propertyDelimiter = ";" constant keyDef (line 37) | keyDef = `([\x21\x23-\x27\x2A\x2B\x2D\x2E\x30-\x39\x41-\x5a\x5e-\x7... constant valueDef (line 38) | valueDef = `([\x21\x23-\x2b\x2d-\x3a\x3c-\x5B\x5D-\x7e]*)` constant keyValueDef (line 39) | keyValueDef = `\s*` + keyDef + `\s*` + keyValueDelimiter + `\s*` + value... type Property (line 59) | type Property struct method validate (line 135) | func (p Property) validate() error { method Key (line 157) | func (p Property) Key() string { method Value (line 164) | func (p Property) Value() (string, bool) { method String (line 170) | func (p Property) String() string { function NewKeyProperty (line 75) | func NewKeyProperty(key string) (Property, error) { function NewKeyValueProperty (line 87) | func NewKeyValueProperty(key, value string) (Property, error) { function newInvalidProperty (line 104) | func newInvalidProperty() Property { function parseProperty (line 111) | func parseProperty(property string) (Property, error) { type properties (line 177) | type properties method asInternal (line 195) | func (p properties) asInternal() []baggage.Property { method Copy (line 211) | func (p properties) Copy() properties { method validate (line 223) | func (p properties) validate() error { method String (line 234) | func (p properties) String() string { function fromInternalProperties (line 179) | func fromInternalProperties(iProps []baggage.Property) properties { type Member (line 244) | type Member struct method validate (line 343) | func (m Member) validate() error { method Key (line 359) | func (m Member) Key() string { return m.key } method Value (line 362) | func (m Member) Value() string { return m.value } method Properties (line 365) | func (m Member) Properties() []Property { return m.properties.Copy() } method String (line 369) | func (m Member) String() string { function NewMember (line 258) | func NewMember(key, value string, props ...Property) (Member, error) { function newInvalidMember (line 277) | func newInvalidMember() Member { function parseMember (line 284) | func parseMember(member string) (Member, error) { function percentEncodeValue (line 380) | func percentEncodeValue(s string) string { type Baggage (line 407) | type Baggage struct method Member (line 492) | func (b Baggage) Member(key string) Member { method Members (line 515) | func (b Baggage) Members() []Member { method SetMember (line 538) | func (b Baggage) SetMember(member Member) (Baggage, error) { method DeleteMember (line 567) | func (b Baggage) DeleteMember(key string) Baggage { method Len (line 585) | func (b Baggage) Len() int { method String (line 592) | func (b Baggage) String() string { function New (line 415) | func New(members ...Member) (Baggage, error) { function Parse (line 454) | func Parse(bStr string) (Baggage, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage/baggage.go type List (line 31) | type List type Item (line 34) | type Item struct type Property (line 40) | type Property struct FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/category.go type Category (line 15) | type Category method String (line 34) | func (c Category) String() string { constant CategoryAll (line 20) | CategoryAll Category = "" constant CategoryError (line 21) | CategoryError Category = "error" constant CategoryTransaction (line 22) | CategoryTransaction Category = "transaction" FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/deadline.go type Deadline (line 6) | type Deadline method After (line 9) | func (d Deadline) After(other Deadline) bool { method Equal (line 14) | func (d Deadline) Equal(e Deadline) bool { method String (line 19) | func (d Deadline) String() string { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/map.go type Map (line 14) | type Map method IsRateLimited (line 17) | func (m Map) IsRateLimited(c Category) bool { method isRateLimited (line 21) | func (m Map) isRateLimited(c Category, now time.Time) bool { method Deadline (line 27) | func (m Map) Deadline(c Category) Deadline { method Merge (line 40) | func (m Map) Merge(other Map) { function FromResponse (line 49) | func FromResponse(r *http.Response) Map { function fromResponse (line 53) | func fromResponse(r *http.Response, now time.Time) Map { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/rate_limits.go function parseXSentryRateLimits (line 24) | func parseXSentryRateLimits(s string, now time.Time) Map { function parseXSRLRetryAfter (line 65) | func parseXSRLRetryAfter(s string, now time.Time) (Deadline, error) { FILE: vendor/github.com/getsentry/sentry-go/internal/ratelimit/retry_after.go constant defaultRetryAfter (line 9) | defaultRetryAfter = 1 * time.Minute function parseRetryAfter (line 24) | func parseRetryAfter(s string, now time.Time) (Deadline, error) { FILE: vendor/github.com/getsentry/sentry-go/scope.go type Scope (line 25) | type Scope struct method AddBreadcrumb (line 63) | func (scope *Scope) AddBreadcrumb(breadcrumb *Breadcrumb, limit int) { method ClearBreadcrumbs (line 78) | func (scope *Scope) ClearBreadcrumbs() { method SetUser (line 86) | func (scope *Scope) SetUser(user User) { method SetRequest (line 94) | func (scope *Scope) SetRequest(r *http.Request) { method SetRequestBody (line 125) | func (scope *Scope) SetRequestBody(b []byte) { method SetTag (line 185) | func (scope *Scope) SetTag(key, value string) { method SetTags (line 193) | func (scope *Scope) SetTags(tags map[string]string) { method RemoveTag (line 203) | func (scope *Scope) RemoveTag(key string) { method SetContext (line 211) | func (scope *Scope) SetContext(key string, value Context) { method SetContexts (line 219) | func (scope *Scope) SetContexts(contexts map[string]Context) { method RemoveContext (line 229) | func (scope *Scope) RemoveContext(key string) { method SetExtra (line 237) | func (scope *Scope) SetExtra(key string, value interface{}) { method SetExtras (line 245) | func (scope *Scope) SetExtras(extra map[string]interface{}) { method RemoveExtra (line 255) | func (scope *Scope) RemoveExtra(key string) { method SetFingerprint (line 263) | func (scope *Scope) SetFingerprint(fingerprint []string) { method SetLevel (line 271) | func (scope *Scope) SetLevel(level Level) { method SetTransaction (line 279) | func (scope *Scope) SetTransaction(name string) { method Transaction (line 287) | func (scope *Scope) Transaction() (name string) { method Clone (line 295) | func (scope *Scope) Clone() *Scope { method Clear (line 323) | func (scope *Scope) Clear() { method AddEventProcessor (line 328) | func (scope *Scope) AddEventProcessor(processor EventProcessor) { method ApplyToEvent (line 336) | func (scope *Scope) ApplyToEvent(event *Event, hint *EventHint) *Event { function NewScope (line 49) | func NewScope() *Scope { constant maxRequestBodyBytes (line 144) | maxRequestBodyBytes = 10 * 1024 type limitedBuffer (line 149) | type limitedBuffer struct method Write (line 157) | func (b *limitedBuffer) Write(p []byte) (n int, err error) { method Overflow (line 174) | func (b *limitedBuffer) Overflow() bool { type readCloser (line 179) | type readCloser struct FILE: vendor/github.com/getsentry/sentry-go/sentry.go constant Version (line 9) | Version = SDKVersion constant SDKVersion (line 12) | SDKVersion = "0.19.0" constant SDKIdentifier (line 15) | SDKIdentifier = "sentry.go" constant apiVersion (line 19) | apiVersion = "7" constant userAgent (line 22) | userAgent = "sentry-go/" + SDKVersion function Init (line 26) | func Init(options ClientOptions) error { function AddBreadcrumb (line 40) | func AddBreadcrumb(breadcrumb *Breadcrumb) { function CaptureMessage (line 46) | func CaptureMessage(message string) *EventID { function CaptureException (line 52) | func CaptureException(exception error) *EventID { function CaptureEvent (line 62) | func CaptureEvent(event *Event) *EventID { function Recover (line 68) | func Recover() *EventID { function RecoverWithContext (line 77) | func RecoverWithContext(ctx context.Context) *EventID { function WithScope (line 93) | func WithScope(f func(scope *Scope)) { function ConfigureScope (line 99) | func ConfigureScope(f func(scope *Scope)) { function PushScope (line 105) | func PushScope() { function PopScope (line 111) | func PopScope() { function Flush (line 127) | func Flush(timeout time.Duration) bool { function LastEventID (line 133) | func LastEventID() EventID { FILE: vendor/github.com/getsentry/sentry-go/sourcereader.go type sourceReader (line 9) | type sourceReader struct method readContextLines (line 20) | func (sr *sourceReader) readContextLines(filename string, line, contex... method calculateContextLines (line 39) | func (sr *sourceReader) calculateContextLines(lines [][]byte, line, co... function newSourceReader (line 14) | func newSourceReader() sourceReader { FILE: vendor/github.com/getsentry/sentry-go/span_recorder.go type spanRecorder (line 9) | type spanRecorder struct method record (line 17) | func (r *spanRecorder) record(s *Span) { method root (line 38) | func (r *spanRecorder) root() *Span { method children (line 49) | func (r *spanRecorder) children() []*Span { FILE: vendor/github.com/getsentry/sentry-go/stacktrace.go constant unknown (line 11) | unknown string = "unknown" type Stacktrace (line 21) | type Stacktrace struct function NewStacktrace (line 27) | func NewStacktrace() *Stacktrace { function ExtractStacktrace (line 50) | func ExtractStacktrace(err error) *Stacktrace { function extractReflectedStacktraceMethod (line 75) | func extractReflectedStacktraceMethod(err error) reflect.Value { function extractPcs (line 104) | func extractPcs(method reflect.Value) []uintptr { function extractXErrorsPC (line 141) | func extractXErrorsPC(err error) []uintptr { type Frame (line 164) | type Frame struct function NewFrame (line 188) | func NewFrame(f runtime.Frame) Frame { function splitQualifiedFunctionName (line 240) | func splitQualifiedFunctionName(name string) (pkg string, fun string) { function extractFrames (line 246) | func extractFrames(pcs []uintptr) []Frame { function filterFrames (line 270) | func filterFrames(frames []Frame) []Frame { function isInAppFrame (line 295) | func isInAppFrame(frame Frame) bool { function callerFunctionName (line 305) | func callerFunctionName() string { function packageName (line 317) | func packageName(name string) string { function baseName (line 338) | func baseName(name string) string { FILE: vendor/github.com/getsentry/sentry-go/traces_sampler.go type SamplingContext (line 8) | type SamplingContext struct type TracesSampler (line 15) | type TracesSampler method Sample (line 17) | func (f TracesSampler) Sample(ctx SamplingContext) float64 { FILE: vendor/github.com/getsentry/sentry-go/tracing.go constant SentryTraceHeader (line 16) | SentryTraceHeader = "sentry-trace" constant SentryBaggageHeader (line 17) | SentryBaggageHeader = "baggage" type Span (line 25) | type Span struct method Finish (line 183) | func (s *Span) Finish() { method Context (line 209) | func (s *Span) Context() context.Context { return s.ctx } method StartChild (line 215) | func (s *Span) StartChild(operation string, options ...SpanOption) *Sp... method SetTag (line 222) | func (s *Span) SetTag(name, value string) { method SetData (line 232) | func (s *Span) SetData(name, value string) { method IsTransaction (line 240) | func (s *Span) IsTransaction() bool { method GetTransaction (line 248) | func (s *Span) GetTransaction() *Span { method ToSentryTrace (line 276) | func (s *Span) ToSentryTrace() string { method ToBaggage (line 293) | func (s *Span) ToBaggage() string { method SetDynamicSamplingContext (line 309) | func (s *Span) SetDynamicSamplingContext(dsc DynamicSamplingContext) { method updateFromSentryTrace (line 330) | func (s *Span) updateFromSentryTrace(header []byte) (updated bool) { method updateFromBaggage (line 349) | func (s *Span) updateFromBaggage(header []byte) { method MarshalJSON (line 360) | func (s *Span) MarshalJSON() ([]byte, error) { method sample (line 377) | func (s *Span) sample() Sampled { method toEvent (line 465) | func (s *Span) toEvent() *Event { method traceContext (line 507) | func (s *Span) traceContext() *TraceContext { method spanRecorder (line 519) | func (s *Span) spanRecorder() *spanRecorder { return s.recorder } type TraceParentContext (line 66) | type TraceParentContext struct function StartSpan (line 98) | func StartSpan(ctx context.Context, operation string, options ...SpanOpt... function ParseTraceParentContext (line 525) | func ParseTraceParentContext(header []byte) (traceParentContext TracePar... type TraceID (line 539) | type TraceID method Hex (line 541) | func (id TraceID) Hex() []byte { method String (line 547) | func (id TraceID) String() string { method MarshalText (line 551) | func (id TraceID) MarshalText() ([]byte, error) { type SpanID (line 556) | type SpanID method Hex (line 558) | func (id SpanID) Hex() []byte { method String (line 564) | func (id SpanID) String() string { method MarshalText (line 568) | func (id SpanID) MarshalText() ([]byte, error) { type TransactionSource (line 579) | type TransactionSource constant SourceCustom (line 582) | SourceCustom TransactionSource = "custom" constant SourceURL (line 583) | SourceURL TransactionSource = "url" constant SourceRoute (line 584) | SourceRoute TransactionSource = "route" constant SourceView (line 585) | SourceView TransactionSource = "view" constant SourceComponent (line 586) | SourceComponent TransactionSource = "component" constant SourceTask (line 587) | SourceTask TransactionSource = "task" type SpanStatus (line 591) | type SpanStatus method String (line 631) | func (ss SpanStatus) String() string { method MarshalJSON (line 658) | func (ss SpanStatus) MarshalJSON() ([]byte, error) { constant SpanStatusUndefined (line 610) | SpanStatusUndefined SpanStatus = iota constant SpanStatusOK (line 611) | SpanStatusOK constant SpanStatusCanceled (line 612) | SpanStatusCanceled constant SpanStatusUnknown (line 613) | SpanStatusUnknown constant SpanStatusInvalidArgument (line 614) | SpanStatusInvalidArgument constant SpanStatusDeadlineExceeded (line 615) | SpanStatusDeadlineExceeded constant SpanStatusNotFound (line 616) | SpanStatusNotFound constant SpanStatusAlreadyExists (line 617) | SpanStatusAlreadyExists constant SpanStatusPermissionDenied (line 618) | SpanStatusPermissionDenied constant SpanStatusResourceExhausted (line 619) | SpanStatusResourceExhausted constant SpanStatusFailedPrecondition (line 620) | SpanStatusFailedPrecondition constant SpanStatusAborted (line 621) | SpanStatusAborted constant SpanStatusOutOfRange (line 622) | SpanStatusOutOfRange constant SpanStatusUnimplemented (line 623) | SpanStatusUnimplemented constant SpanStatusInternalError (line 624) | SpanStatusInternalError constant SpanStatusUnavailable (line 625) | SpanStatusUnavailable constant SpanStatusDataLoss (line 626) | SpanStatusDataLoss constant SpanStatusUnauthenticated (line 627) | SpanStatusUnauthenticated constant maxSpanStatus (line 628) | maxSpanStatus type TraceContext (line 668) | type TraceContext struct method MarshalJSON (line 677) | func (tc *TraceContext) MarshalJSON() ([]byte, error) { method Map (line 695) | func (tc TraceContext) Map() map[string]interface{} { type Sampled (line 721) | type Sampled method String (line 731) | func (s Sampled) String() string { method Bool (line 745) | func (s Sampled) Bool() bool { constant SampledFalse (line 726) | SampledFalse Sampled = -1 constant SampledUndefined (line 727) | SampledUndefined Sampled = 0 constant SampledTrue (line 728) | SampledTrue Sampled = 1 type SpanOption (line 750) | type SpanOption function TransactionName (line 757) | func TransactionName(name string) SpanOption { function OpName (line 764) | func OpName(name string) SpanOption { function TransctionSource (line 772) | func TransctionSource(source TransactionSource) SpanOption { function SpanSampled (line 779) | func SpanSampled(sampled Sampled) SpanOption { function ContinueFromRequest (line 792) | func ContinueFromRequest(r *http.Request) SpanOption { function ContinueFromHeaders (line 798) | func ContinueFromHeaders(trace, baggage string) SpanOption { function ContinueFromTrace (line 819) | func ContinueFromTrace(trace string) SpanOption { type spanContextKey (line 829) | type spanContextKey struct function TransactionFromContext (line 833) | func TransactionFromContext(ctx context.Context) *Span { function spanFromContext (line 860) | func spanFromContext(ctx context.Context) *Span { function StartTransaction (line 869) | func StartTransaction(ctx context.Context, name string, options ...SpanO... FILE: vendor/github.com/getsentry/sentry-go/transport.go constant defaultBufferSize (line 18) | defaultBufferSize = 30 constant defaultTimeout (line 19) | defaultTimeout = time.Second * 30 constant maxDrainResponseBytes (line 30) | maxDrainResponseBytes = 16 << 10 type Transport (line 33) | type Transport interface function getProxyConfig (line 39) | func getProxyConfig(options ClientOptions) func(*http.Request) (*url.URL... function getTLSConfig (line 55) | func getTLSConfig(options ClientOptions) *tls.Config { function getRequestBodyFromEvent (line 67) | func getRequestBodyFromEvent(event *Event) []byte { function transactionEnvelopeFromBody (line 97) | func transactionEnvelopeFromBody(event *Event, dsn *Dsn, sentAt time.Tim... function getRequestFromEvent (line 150) | func getRequestFromEvent(event *Event, dsn *Dsn) (r *http.Request, err e... function categoryFor (line 178) | func categoryFor(eventType string) ratelimit.Category { type batch (line 194) | type batch struct type batchItem (line 200) | type batchItem struct type HTTPTransport (line 210) | type HTTPTransport struct method Configure (line 241) | func (t *HTTPTransport) Configure(options ClientOptions) { method SendEvent (line 283) | func (t *HTTPTransport) SendEvent(event *Event) { method Flush (line 351) | func (t *HTTPTransport) Flush(timeout time.Duration) bool { method worker (line 400) | func (t *HTTPTransport) worker() { method disabled (line 434) | func (t *HTTPTransport) disabled(c ratelimit.Category) bool { function NewHTTPTransport (line 231) | func NewHTTPTransport() *HTTPTransport { type HTTPSyncTransport (line 459) | type HTTPSyncTransport struct method Configure (line 482) | func (t *HTTPSyncTransport) Configure(options ClientOptions) { method SendEvent (line 510) | func (t *HTTPSyncTransport) SendEvent(event *Event) { method Flush (line 558) | func (t *HTTPSyncTransport) Flush(_ time.Duration) bool { method disabled (line 562) | func (t *HTTPSyncTransport) disabled(c ratelimit.Category) bool { function NewHTTPSyncTransport (line 472) | func NewHTTPSyncTransport() *HTTPSyncTransport { type noopTransport (line 578) | type noopTransport struct method Configure (line 582) | func (noopTransport) Configure(ClientOptions) { method SendEvent (line 586) | func (noopTransport) SendEvent(*Event) { method Flush (line 590) | func (noopTransport) Flush(time.Duration) bool { FILE: vendor/github.com/getsentry/sentry-go/util.go function uuid (line 15) | func uuid() string { function fileExists (line 26) | func fileExists(fileName string) bool { function monotonicTimeSince (line 34) | func monotonicTimeSince(start time.Time) (end time.Time) { function prettyPrint (line 39) | func prettyPrint(data interface{}) { function defaultRelease (line 46) | func defaultRelease() (release string) { FILE: vendor/github.com/go-logr/logr/discard.go function Discard (line 22) | func Discard() Logger { type discardLogSink (line 30) | type discardLogSink struct method Init (line 35) | func (l discardLogSink) Init(RuntimeInfo) { method Enabled (line 38) | func (l discardLogSink) Enabled(int) bool { method Info (line 42) | func (l discardLogSink) Info(int, string, ...interface{}) { method Error (line 45) | func (l discardLogSink) Error(error, string, ...interface{}) { method WithValues (line 48) | func (l discardLogSink) WithValues(...interface{}) LogSink { method WithName (line 52) | func (l discardLogSink) WithName(string) LogSink { FILE: vendor/github.com/go-logr/logr/logr.go function New (line 205) | func New(sink LogSink) Logger { type Logger (line 239) | type Logger struct method setSink (line 215) | func (l *Logger) setSink(sink LogSink) { method GetSink (line 220) | func (l Logger) GetSink() LogSink { method WithSink (line 225) | func (l Logger) WithSink(sink LogSink) Logger { method Enabled (line 246) | func (l Logger) Enabled() bool { method Info (line 256) | func (l Logger) Info(msg string, keysAndValues ...interface{}) { method Error (line 275) | func (l Logger) Error(err error, msg string, keysAndValues ...interfac... method V (line 286) | func (l Logger) V(level int) Logger { method WithValues (line 296) | func (l Logger) WithValues(keysAndValues ...interface{}) Logger { method WithName (line 306) | func (l Logger) WithName(name string) Logger { method WithCallDepth (line 326) | func (l Logger) WithCallDepth(depth int) Logger { method WithCallStackHelper (line 347) | func (l Logger) WithCallStackHelper() (func(), Logger) { type contextKey (line 361) | type contextKey struct function FromContext (line 364) | func FromContext(ctx context.Context) (Logger, error) { type notFoundError (line 373) | type notFoundError struct method Error (line 375) | func (notFoundError) Error() string { method IsNotFound (line 379) | func (notFoundError) IsNotFound() bool { function FromContextOrDiscard (line 385) | func FromContextOrDiscard(ctx context.Context) Logger { function NewContext (line 395) | func NewContext(ctx context.Context, logger Logger) context.Context { type RuntimeInfo (line 401) | type RuntimeInfo struct type LogSink (line 416) | type LogSink interface type CallDepthLogSink (line 455) | type CallDepthLogSink interface type CallStackHelperLogSink (line 487) | type CallStackHelperLogSink interface type Marshaler (line 498) | type Marshaler interface FILE: vendor/github.com/golang/protobuf/jsonpb/decode.go constant wrapJSONUnmarshalV2 (line 25) | wrapJSONUnmarshalV2 = false function UnmarshalNext (line 28) | func UnmarshalNext(d *json.Decoder, m proto.Message) error { function Unmarshal (line 33) | func Unmarshal(r io.Reader, m proto.Message) error { function UnmarshalString (line 38) | func UnmarshalString(s string, m proto.Message) error { type Unmarshaler (line 44) | type Unmarshaler struct method Unmarshal (line 67) | func (u *Unmarshaler) Unmarshal(r io.Reader, m proto.Message) error { method UnmarshalNext (line 72) | func (u *Unmarshaler) UnmarshalNext(d *json.Decoder, m proto.Message) ... method unmarshalMessage (line 134) | func (u *Unmarshaler) unmarshalMessage(m protoreflect.Message, in []by... method unmarshalValue (line 409) | func (u *Unmarshaler) unmarshalValue(v protoreflect.Value, in []byte, ... method unmarshalSingularValue (line 463) | func (u *Unmarshaler) unmarshalSingularValue(v protoreflect.Value, in ... type JSONPBUnmarshaler (line 62) | type JSONPBUnmarshaler interface function isSingularWellKnownValue (line 388) | func isSingularWellKnownValue(fd protoreflect.FieldDescriptor) bool { function isSingularJSONPBUnmarshaler (line 401) | func isSingularJSONPBUnmarshaler(v protoreflect.Value, fd protoreflect.F... function unmarshalValue (line 506) | func unmarshalValue(in []byte, v interface{}) (protoreflect.Value, error) { function unquoteString (line 511) | func unquoteString(in string) (out string, err error) { function hasPrefixAndSuffix (line 516) | func hasPrefixAndSuffix(prefix byte, in []byte, suffix byte) bool { function trimQuote (line 525) | func trimQuote(in []byte) []byte { FILE: vendor/github.com/golang/protobuf/jsonpb/encode.go constant wrapJSONMarshalV2 (line 26) | wrapJSONMarshalV2 = false type Marshaler (line 30) | type Marshaler struct method Marshal (line 66) | func (jm *Marshaler) Marshal(w io.Writer, m proto.Message) error { method MarshalToString (line 77) | func (jm *Marshaler) MarshalToString(m proto.Message) (string, error) { method marshal (line 85) | func (jm *Marshaler) marshal(m proto.Message) ([]byte, error) { type JSONPBMarshaler (line 61) | type JSONPBMarshaler interface type jsonWriter (line 121) | type jsonWriter struct method write (line 126) | func (w *jsonWriter) write(s string) { method marshalMessage (line 130) | func (w *jsonWriter) marshalMessage(m protoreflect.Message, indent, ty... method writeComma (line 305) | func (w *jsonWriter) writeComma() { method marshalAny (line 313) | func (w *jsonWriter) marshalAny(m protoreflect.Message, indent string)... method marshalTypeURL (line 371) | func (w *jsonWriter) marshalTypeURL(indent, typeURL string) error { method marshalField (line 389) | func (w *jsonWriter) marshalField(fd protoreflect.FieldDescriptor, v p... method marshalValue (line 420) | func (w *jsonWriter) marshalValue(fd protoreflect.FieldDescriptor, v p... method marshalSingularValue (line 513) | func (w *jsonWriter) marshalSingularValue(fd protoreflect.FieldDescrip... FILE: vendor/github.com/golang/protobuf/jsonpb/json.go type AnyResolver (line 25) | type AnyResolver interface type anyResolver (line 29) | type anyResolver struct method FindMessageByName (line 31) | func (r anyResolver) FindMessageByName(message protoreflect.FullName) ... method FindMessageByURL (line 35) | func (r anyResolver) FindMessageByURL(url string) (protoreflect.Messag... method FindExtensionByName (line 43) | func (r anyResolver) FindExtensionByName(field protoreflect.FullName) ... method FindExtensionByNumber (line 47) | func (r anyResolver) FindExtensionByNumber(message protoreflect.FullNa... function wellKnownType (line 51) | func wellKnownType(s protoreflect.FullName) string { function isMessageSet (line 66) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: vendor/github.com/golang/protobuf/proto/buffer.go constant WireVarint (line 17) | WireVarint = 0 constant WireFixed32 (line 18) | WireFixed32 = 5 constant WireFixed64 (line 19) | WireFixed64 = 1 constant WireBytes (line 20) | WireBytes = 2 constant WireStartGroup (line 21) | WireStartGroup = 3 constant WireEndGroup (line 22) | WireEndGroup = 4 function EncodeVarint (line 26) | func EncodeVarint(v uint64) []byte { function SizeVarint (line 32) | func SizeVarint(v uint64) int { function DecodeVarint (line 39) | func DecodeVarint(b []byte) (uint64, int) { type Buffer (line 49) | type Buffer struct method SetDeterministic (line 81) | func (b *Buffer) SetDeterministic(deterministic bool) { method SetBuf (line 87) | func (b *Buffer) SetBuf(buf []byte) { method Reset (line 93) | func (b *Buffer) Reset() { method Bytes (line 99) | func (b *Buffer) Bytes() []byte { method Unread (line 104) | func (b *Buffer) Unread() []byte { method Marshal (line 109) | func (b *Buffer) Marshal(m Message) error { method Unmarshal (line 118) | func (b *Buffer) Unmarshal(m Message) error { method DebugPrint (line 132) | func (*Buffer) DebugPrint(s string, b []byte) { method EncodeVarint (line 140) | func (b *Buffer) EncodeVarint(v uint64) error { method EncodeZigzag32 (line 146) | func (b *Buffer) EncodeZigzag32(v uint64) error { method EncodeZigzag64 (line 151) | func (b *Buffer) EncodeZigzag64(v uint64) error { method EncodeFixed32 (line 156) | func (b *Buffer) EncodeFixed32(v uint64) error { method EncodeFixed64 (line 162) | func (b *Buffer) EncodeFixed64(v uint64) error { method EncodeRawBytes (line 168) | func (b *Buffer) EncodeRawBytes(v []byte) error { method EncodeStringBytes (line 175) | func (b *Buffer) EncodeStringBytes(v string) error { method EncodeMessage (line 181) | func (b *Buffer) EncodeMessage(m Message) error { method DecodeVarint (line 189) | func (b *Buffer) DecodeVarint() (uint64, error) { method DecodeZigzag32 (line 199) | func (b *Buffer) DecodeZigzag32() (uint64, error) { method DecodeZigzag64 (line 208) | func (b *Buffer) DecodeZigzag64() (uint64, error) { method DecodeFixed32 (line 217) | func (b *Buffer) DecodeFixed32() (uint64, error) { method DecodeFixed64 (line 227) | func (b *Buffer) DecodeFixed64() (uint64, error) { method DecodeRawBytes (line 239) | func (b *Buffer) DecodeRawBytes(alloc bool) ([]byte, error) { method DecodeStringBytes (line 253) | func (b *Buffer) DecodeStringBytes() (string, error) { method DecodeMessage (line 264) | func (b *Buffer) DecodeMessage(m Message) error { method DecodeGroup (line 276) | func (b *Buffer) DecodeGroup(m Message) error { function NewBuffer (line 57) | func NewBuffer(buf []byte) *Buffer { type unknownFields (line 124) | type unknownFields struct method String (line 126) | func (m *unknownFields) String() string { panic("not implemented") } method Reset (line 127) | func (m *unknownFields) Reset() { panic("not implemented") } method ProtoMessage (line 128) | func (m *unknownFields) ProtoMessage() { panic("not implemented") } function consumeGroup (line 288) | func consumeGroup(b []byte) ([]byte, int, error) { FILE: vendor/github.com/golang/protobuf/proto/defaults.go function SetDefaults (line 14) | func SetDefaults(m Message) { function setDefaults (line 20) | func setDefaults(m protoreflect.Message) { FILE: vendor/github.com/golang/protobuf/proto/deprecated.go type Stats (line 28) | type Stats struct function GetStats (line 31) | func GetStats() Stats { return Stats{} } function MarshalMessageSet (line 34) | func MarshalMessageSet(interface{}) ([]byte, error) { function UnmarshalMessageSet (line 39) | func UnmarshalMessageSet([]byte, interface{}) error { function MarshalMessageSetJSON (line 44) | func MarshalMessageSetJSON(interface{}) ([]byte, error) { function UnmarshalMessageSetJSON (line 49) | func UnmarshalMessageSetJSON([]byte, interface{}) error { function RegisterMessageSetType (line 54) | func RegisterMessageSetType(Message, int32, string) {} function EnumName (line 57) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 66) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... type InternalMessageInfo (line 88) | type InternalMessageInfo struct method DiscardUnknown (line 91) | func (*InternalMessageInfo) DiscardUnknown(m Message) { method Marshal (line 96) | func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic... method Merge (line 101) | func (*InternalMessageInfo) Merge(dst, src Message) { method Size (line 106) | func (*InternalMessageInfo) Size(m Message) int { method Unmarshal (line 111) | func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error { FILE: vendor/github.com/golang/protobuf/proto/discard.go function DiscardUnknown (line 19) | func DiscardUnknown(m Message) { function discardUnknown (line 25) | func discardUnknown(m protoreflect.Message) { FILE: vendor/github.com/golang/protobuf/proto/extensions.go function HasExtension (line 45) | func HasExtension(m Message, xt *ExtensionDesc) (has bool) { function ClearExtension (line 73) | func ClearExtension(m Message, xt *ExtensionDesc) { function ClearAllExtensions (line 96) | func ClearAllExtensions(m Message) { function GetExtension (line 120) | func GetExtension(m Message, xt *ExtensionDesc) (interface{}, error) { type extensionResolver (line 183) | type extensionResolver struct method FindExtensionByName (line 185) | func (r extensionResolver) FindExtensionByName(field protoreflect.Full... method FindExtensionByNumber (line 192) | func (r extensionResolver) FindExtensionByNumber(message protoreflect.... function GetExtensions (line 202) | func GetExtensions(m Message, xts []*ExtensionDesc) ([]interface{}, erro... function SetExtension (line 223) | func SetExtension(m Message, xt *ExtensionDesc, v interface{}) error { function SetRawExtension (line 254) | func SetRawExtension(m Message, fnum int32, b []byte) { function ExtensionDescs (line 279) | func ExtensionDescs(m Message) ([]*ExtensionDesc, error) { function isValidExtension (line 319) | func isValidExtension(md protoreflect.MessageDescriptor, xtd protoreflec... function isScalarKind (line 326) | func isScalarKind(k reflect.Kind) bool { function clearUnknown (line 336) | func clearUnknown(m protoreflect.Message, remover interface { type fieldNum (line 352) | type fieldNum method Has (line 354) | func (n1 fieldNum) Has(n2 protoreflect.FieldNumber) bool { FILE: vendor/github.com/golang/protobuf/proto/properties.go type StructProperties (line 22) | type StructProperties struct method Len (line 304) | func (sp *StructProperties) Len() int { return len(sp.Prop) } method Less (line 305) | func (sp *StructProperties) Less(i, j int) bool { return false } method Swap (line 306) | func (sp *StructProperties) Swap(i, j int) { return } type Properties (line 41) | type Properties struct method String (line 99) | func (p *Properties) String() string { method Parse (line 137) | func (p *Properties) Parse(tag string) { method Init (line 196) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... type OneofProperties (line 88) | type OneofProperties struct function GetProperties (line 219) | func GetProperties(t reflect.Type) *StructProperties { function newProperties (line 227) | func newProperties(t reflect.Type) *StructProperties { FILE: vendor/github.com/golang/protobuf/proto/proto.go constant ProtoPackageIsVersion1 (line 23) | ProtoPackageIsVersion1 = true constant ProtoPackageIsVersion2 (line 24) | ProtoPackageIsVersion2 = true constant ProtoPackageIsVersion3 (line 25) | ProtoPackageIsVersion3 = true constant ProtoPackageIsVersion4 (line 26) | ProtoPackageIsVersion4 = true type GeneratedEnum (line 32) | type GeneratedEnum interface type GeneratedMessage (line 37) | type GeneratedMessage interface function MessageV1 (line 54) | func MessageV1(m GeneratedMessage) protoiface.MessageV1 { function MessageV2 (line 60) | func MessageV2(m GeneratedMessage) protoV2.Message { function MessageReflect (line 66) | func MessageReflect(m Message) protoreflect.Message { type Marshaler (line 75) | type Marshaler interface type Unmarshaler (line 87) | type Unmarshaler interface type Merger (line 98) | type Merger interface type RequiredNotSetError (line 107) | type RequiredNotSetError struct method Error (line 111) | func (e *RequiredNotSetError) Error() string { method RequiredNotSet (line 117) | func (e *RequiredNotSetError) RequiredNotSet() bool { function checkRequiredNotSet (line 121) | func checkRequiredNotSet(m protoV2.Message) error { function Clone (line 129) | func Clone(src Message) Message { function Merge (line 141) | func Merge(dst, src Message) { function Equal (line 160) | func Equal(x, y Message) bool { function isMessageSet (line 164) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: vendor/github.com/golang/protobuf/proto/registry.go function RegisterFile (line 34) | func RegisterFile(s filePath, d fileDescGZIP) { function FileDescriptor (line 58) | func FileDescriptor(s filePath) fileDescGZIP { function RegisterEnum (line 96) | func RegisterEnum(s enumName, _ enumsByNumber, m enumsByName) { function EnumValueMap (line 110) | func EnumValueMap(s enumName) enumsByName { function walkEnums (line 156) | func walkEnums(d interface { function RegisterType (line 179) | func RegisterType(m Message, s messageName) { function RegisterMapType (line 191) | func RegisterMapType(m interface{}, s messageName) { function MessageType (line 206) | func MessageType(s messageName) reflect.Type { function goTypeForField (line 236) | func goTypeForField(fd protoreflect.FieldDescriptor) reflect.Type { function enumGoType (line 253) | func enumGoType(et protoreflect.EnumType) reflect.Type { function messageGoType (line 257) | func messageGoType(mt protoreflect.MessageType) reflect.Type { function MessageName (line 264) | func MessageName(m Message) messageName { function RegisterExtension (line 278) | func RegisterExtension(d *ExtensionDesc) { function RegisteredExtensions (line 292) | func RegisteredExtensions(m Message) extensionsByNumber { FILE: vendor/github.com/golang/protobuf/proto/text_decode.go constant wrapTextUnmarshalV2 (line 22) | wrapTextUnmarshalV2 = false type ParseError (line 25) | type ParseError struct method Error (line 32) | func (e *ParseError) Error() string { function UnmarshalText (line 43) | func UnmarshalText(s string, m Message) error { type textParser (line 67) | type textParser struct method unmarshalMessage (line 91) | func (p *textParser) unmarshalMessage(m protoreflect.Message, terminat... method unmarshalExtensionOrAny (line 171) | func (p *textParser) unmarshalExtensionOrAny(m protoreflect.Message, s... method unmarshalValue (line 258) | func (p *textParser) unmarshalValue(v protoreflect.Value, fd protorefl... method unmarshalSingularValue (line 368) | func (p *textParser) unmarshalSingularValue(v protoreflect.Value, fd p... method checkForColon (line 475) | func (p *textParser) checkForColon(fd protoreflect.FieldDescriptor) *P... method consumeExtensionOrAnyName (line 491) | func (p *textParser) consumeExtensionOrAnyName() (string, error) { method consumeOptionalSeparator (line 523) | func (p *textParser) consumeOptionalSeparator() error { method errorf (line 534) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 541) | func (p *textParser) skipWhitespace() { method advance (line 565) | func (p *textParser) advance() { method back (line 617) | func (p *textParser) back() { p.backed = true } method next (line 620) | func (p *textParser) next() *token { method consumeToken (line 650) | func (p *textParser) consumeToken(s string) error { type token (line 75) | type token struct function newTextParser (line 83) | func newTextParser(s string) *textParser { function unquoteC (line 664) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 707) | func unescape(s string) (ch string, tail string, err error) { function isIdentOrNumberChar (line 773) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 787) | func isWhitespace(c byte) bool { function isQuote (line 795) | func isQuote(c byte) bool { FILE: vendor/github.com/golang/protobuf/proto/text_encode.go constant wrapTextMarshalV2 (line 23) | wrapTextMarshalV2 = false type TextMarshaler (line 26) | type TextMarshaler struct method Marshal (line 32) | func (tm *TextMarshaler) Marshal(w io.Writer, m Message) error { method Text (line 43) | func (tm *TextMarshaler) Text(m Message) string { method marshal (line 48) | func (tm *TextMarshaler) marshal(m Message) ([]byte, error) { function MarshalText (line 97) | func MarshalText(w io.Writer, m Message) error { return defaultTextMarsh... function MarshalTextString (line 100) | func MarshalTextString(m Message) string { return defaultTextMarshaler.T... function CompactText (line 103) | func CompactText(w io.Writer, m Message) error { return compactTextMarsh... function CompactTextString (line 106) | func CompactTextString(m Message) string { return compactTextMarshaler.T... type textWriter (line 117) | type textWriter struct method Write (line 125) | func (w *textWriter) Write(p []byte) (n int, _ error) { method WriteByte (line 164) | func (w *textWriter) WriteByte(c byte) error { method writeName (line 176) | func (w *textWriter) writeName(fd protoreflect.FieldDescriptor) { method writeProto3Any (line 221) | func (w *textWriter) writeProto3Any(m protoreflect.Message) (bool, err... method writeMessage (line 261) | func (w *textWriter) writeMessage(m protoreflect.Message) error { method writeSingularValue (line 354) | func (w *textWriter) writeSingularValue(v protoreflect.Value, fd proto... method writeQuotedString (line 407) | func (w *textWriter) writeQuotedString(s string) { method writeUnknownFields (line 432) | func (w *textWriter) writeUnknownFields(b []byte) { method writeExtensions (line 496) | func (w *textWriter) writeExtensions(m protoreflect.Message) error { method writeSingularExtension (line 540) | func (w *textWriter) writeSingularExtension(name string, v protoreflec... method writeIndent (line 552) | func (w *textWriter) writeIndent() { function requiresQuotes (line 195) | func requiresQuotes(u string) bool { FILE: vendor/github.com/golang/protobuf/proto/wire.go function Size (line 13) | func Size(m Message) int { function Marshal (line 22) | func Marshal(m Message) ([]byte, error) { function marshalAppend (line 32) | func marshalAppend(buf []byte, m Message, deterministic bool) ([]byte, e... function Unmarshal (line 56) | func Unmarshal(b []byte, m Message) error { function UnmarshalMerge (line 62) | func UnmarshalMerge(b []byte, m Message) error { FILE: vendor/github.com/golang/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int (line 13) | func Int(v int) *int32 { return Int32(int32(v)) } function Int32 (line 16) | func Int32(v int32) *int32 { return &v } function Int64 (line 19) | func Int64(v int64) *int64 { return &v } function Uint32 (line 22) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 25) | func Uint64(v uint64) *uint64 { return &v } function Float32 (line 28) | func Float32(v float32) *float32 { return &v } function Float64 (line 31) | func Float64(v float64) *float64 { return &v } function String (line 34) | func String(v string) *string { return &v } FILE: vendor/github.com/golang/protobuf/ptypes/any.go constant urlPrefix (line 18) | urlPrefix = "type.googleapis.com/" function AnyMessageName (line 24) | func AnyMessageName(any *anypb.Any) (string, error) { function anyMessageName (line 28) | func anyMessageName(any *anypb.Any) (protoreflect.FullName, error) { function MarshalAny (line 45) | func MarshalAny(m proto.Message) (*anypb.Any, error) { function Empty (line 68) | func Empty(any *anypb.Any) (proto.Message, error) { function UnmarshalAny (line 88) | func UnmarshalAny(any *anypb.Any, m proto.Message) error { function Is (line 114) | func Is(any *anypb.Any, m proto.Message) bool { type DynamicAny (line 136) | type DynamicAny struct method String (line 138) | func (m DynamicAny) String() string { method Reset (line 144) | func (m DynamicAny) Reset() { method ProtoMessage (line 150) | func (m DynamicAny) ProtoMessage() { method ProtoReflect (line 153) | func (m DynamicAny) ProtoReflect() protoreflect.Message { type dynamicAny (line 160) | type dynamicAny struct method Type (line 162) | func (m dynamicAny) Type() protoreflect.MessageType { method New (line 165) | func (m dynamicAny) New() protoreflect.Message { method Interface (line 168) | func (m dynamicAny) Interface() protoreflect.ProtoMessage { type dynamicAnyType (line 172) | type dynamicAnyType struct method New (line 174) | func (t dynamicAnyType) New() protoreflect.Message { method Zero (line 177) | func (t dynamicAnyType) Zero() protoreflect.Message { FILE: vendor/github.com/golang/protobuf/ptypes/any/any.pb.go function init (line 40) | func init() { file_github_com_golang_protobuf_ptypes_any_any_proto_init() } function file_github_com_golang_protobuf_ptypes_any_any_proto_init (line 41) | func file_github_com_golang_protobuf_ptypes_any_any_proto_init() { FILE: vendor/github.com/golang/protobuf/ptypes/duration.go constant maxSeconds (line 18) | maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60) constant minSeconds (line 19) | minSeconds = -maxSeconds function Duration (line 26) | func Duration(dur *durationpb.Duration) (time.Duration, error) { function DurationProto (line 46) | func DurationProto(d time.Duration) *durationpb.Duration { function validateDuration (line 61) | func validateDuration(dur *durationpb.Duration) error { FILE: vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go function init (line 41) | func init() { file_github_com_golang_protobuf_ptypes_duration_duration_p... function file_github_com_golang_protobuf_ptypes_duration_duration_proto_init (line 42) | func file_github_com_golang_protobuf_ptypes_duration_duration_proto_init... FILE: vendor/github.com/golang/protobuf/ptypes/timestamp.go constant minValidSeconds (line 19) | minValidSeconds = -62135596800 constant maxValidSeconds (line 22) | maxValidSeconds = 253402300800 function Timestamp (line 38) | func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) { function TimestampNow (line 53) | func TimestampNow() *timestamppb.Timestamp { function TimestampProto (line 65) | func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) { function TimestampString (line 81) | func TimestampString(ts *timestamppb.Timestamp) string { function validateTimestamp (line 98) | func validateTimestamp(ts *timestamppb.Timestamp) error { FILE: vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go function init (line 42) | func init() { file_github_com_golang_protobuf_ptypes_timestamp_timestamp... function file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_init (line 43) | func file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_in... FILE: vendor/github.com/google/certificate-transparency-go/asn1/asn1.go type StructuralError (line 52) | type StructuralError struct method Error (line 57) | func (e StructuralError) Error() string { type SyntaxError (line 66) | type SyntaxError struct method Error (line 71) | func (e SyntaxError) Error() string { function parseBool (line 83) | func parseBool(bytes []byte, fieldName string) (ret bool, err error) { function checkInteger (line 108) | func checkInteger(bytes []byte, lax bool, fieldName string) error { function parseInt64 (line 126) | func parseInt64(bytes []byte, lax bool, fieldName string) (ret int64, er... function parseInt32 (line 149) | func parseInt32(bytes []byte, lax bool, fieldName string) (int32, error) { function parseBigInt (line 167) | func parseBigInt(bytes []byte, lax bool, fieldName string) (*big.Int, er... type BitString (line 192) | type BitString struct method At (line 199) | func (b BitString) At(i int) int { method RightAlign (line 210) | func (b BitString) RightAlign() []byte { function parseBitString (line 227) | func parseBitString(bytes []byte, fieldName string) (ret BitString, err ... type ObjectIdentifier (line 255) | type ObjectIdentifier method Equal (line 258) | func (oi ObjectIdentifier) Equal(other ObjectIdentifier) bool { method String (line 271) | func (oi ObjectIdentifier) String() string { function parseObjectIdentifier (line 287) | func parseObjectIdentifier(bytes []byte, lax bool, fieldName string) (s ... type Enumerated (line 331) | type Enumerated type Flag (line 336) | type Flag function parseBase128Int (line 340) | func parseBase128Int(bytes []byte, initOffset int, fieldName string) (re... function parseUTCTime (line 369) | func parseUTCTime(bytes []byte) (ret time.Time, err error) { function parseGeneralizedTime (line 397) | func parseGeneralizedTime(bytes []byte) (ret time.Time, err error) { function parseNumericString (line 416) | func parseNumericString(bytes []byte, fieldName string) (ret string, err... function isNumeric (line 426) | func isNumeric(b byte) bool { function parsePrintableString (line 435) | func parsePrintableString(bytes []byte, lax bool, fieldName string) (ret... type asteriskFlag (line 461) | type asteriskFlag type ampersandFlag (line 462) | type ampersandFlag constant allowAsterisk (line 465) | allowAsterisk asteriskFlag = true constant rejectAsterisk (line 466) | rejectAsterisk asteriskFlag = false constant allowAmpersand (line 468) | allowAmpersand ampersandFlag = true constant rejectAmpersand (line 469) | rejectAmpersand ampersandFlag = false function isPrintable (line 475) | func isPrintable(b byte, asterisk asteriskFlag, ampersand ampersandFlag)... function parseIA5String (line 500) | func parseIA5String(bytes []byte, fieldName string) (ret string, err err... function parseT61String (line 515) | func parseT61String(bytes []byte) (ret string, err error) { function parseUTF8String (line 523) | func parseUTF8String(bytes []byte) (ret string, err error) { function parseBMPString (line 534) | func parseBMPString(bmpString []byte) (string, error) { type RawValue (line 554) | type RawValue struct type RawContent (line 564) | type RawContent function parseTagAndLength (line 572) | func parseTagAndLength(bytes []byte, initOffset int, fieldName string) (... function parseSequenceOf (line 650) | func parseSequenceOf(bytes []byte, sliceType reflect.Type, elemType refl... function invalidLength (line 713) | func invalidLength(offset, length, sliceLength int) bool { function couldBeISO8859_1 (line 721) | func couldBeISO8859_1(bytes []byte) bool { function couldBeT61 (line 734) | func couldBeT61(bytes []byte) bool { function iso8859_1ToUTF8 (line 754) | func iso8859_1ToUTF8(bytes []byte) string { function parseField (line 765) | func parseField(v reflect.Value, bytes []byte, initOffset int, params fi... function canHaveDefaultValue (line 1102) | func canHaveDefaultValue(k reflect.Kind) bool { function setDefaultValue (line 1114) | func setDefaultValue(v reflect.Value, params fieldParameters) (ok bool) { function Unmarshal (line 1182) | func Unmarshal(b []byte, val interface{}) (rest []byte, err error) { function UnmarshalWithParams (line 1188) | func UnmarshalWithParams(b []byte, val interface{}, params string) (rest... FILE: vendor/github.com/google/certificate-transparency-go/asn1/common.go constant TagBoolean (line 23) | TagBoolean = 1 constant TagInteger (line 24) | TagInteger = 2 constant TagBitString (line 25) | TagBitString = 3 constant TagOctetString (line 26) | TagOctetString = 4 constant TagNull (line 27) | TagNull = 5 constant TagOID (line 28) | TagOID = 6 constant TagEnum (line 29) | TagEnum = 10 constant TagUTF8String (line 30) | TagUTF8String = 12 constant TagSequence (line 31) | TagSequence = 16 constant TagSet (line 32) | TagSet = 17 constant TagNumericString (line 33) | TagNumericString = 18 constant TagPrintableString (line 34) | TagPrintableString = 19 constant TagT61String (line 35) | TagT61String = 20 constant TagIA5String (line 36) | TagIA5String = 22 constant TagUTCTime (line 37) | TagUTCTime = 23 constant TagGeneralizedTime (line 38) | TagGeneralizedTime = 24 constant TagGeneralString (line 39) | TagGeneralString = 27 constant TagBMPString (line 40) | TagBMPString = 30 constant ClassUniversal (line 45) | ClassUniversal = 0 constant ClassApplication (line 46) | ClassApplication = 1 constant ClassContextSpecific (line 47) | ClassContextSpecific = 2 constant ClassPrivate (line 48) | ClassPrivate = 3 type tagAndLength (line 51) | type tagAndLength struct type fieldParameters (line 75) | type fieldParameters struct function parseFieldParameters (line 96) | func parseFieldParameters(str string) (ret fieldParameters) { function getUniversalType (line 153) | func getUniversalType(t reflect.Type) (matchAny bool, tagNumber int, isC... FILE: vendor/github.com/google/certificate-transparency-go/asn1/marshal.go type encoder (line 22) | type encoder interface type byteEncoder (line 29) | type byteEncoder method Len (line 31) | func (c byteEncoder) Len() int { method Encode (line 35) | func (c byteEncoder) Encode(dst []byte) { type bytesEncoder (line 39) | type bytesEncoder method Len (line 41) | func (b bytesEncoder) Len() int { method Encode (line 45) | func (b bytesEncoder) Encode(dst []byte) { type stringEncoder (line 51) | type stringEncoder method Len (line 53) | func (s stringEncoder) Len() int { method Encode (line 57) | func (s stringEncoder) Encode(dst []byte) { type multiEncoder (line 63) | type multiEncoder method Len (line 65) | func (m multiEncoder) Len() int { method Encode (line 73) | func (m multiEncoder) Encode(dst []byte) { type taggedEncoder (line 81) | type taggedEncoder struct method Len (line 89) | func (t *taggedEncoder) Len() int { method Encode (line 93) | func (t *taggedEncoder) Encode(dst []byte) { type int64Encoder (line 98) | type int64Encoder method Len (line 100) | func (i int64Encoder) Len() int { method Encode (line 116) | func (i int64Encoder) Encode(dst []byte) { function base128IntLength (line 124) | func base128IntLength(n int64) int { function appendBase128Int (line 137) | func appendBase128Int(dst []byte, n int64) []byte { function makeBigInt (line 153) | func makeBigInt(n *big.Int, fieldName string) (encoder, error) { function appendLength (line 187) | func appendLength(dst []byte, i int) []byte { function lengthLength (line 197) | func lengthLength(i int) (numBytes int) { function appendTagAndLength (line 206) | func appendTagAndLength(dst []byte, t tagAndLength) []byte { type bitStringEncoder (line 231) | type bitStringEncoder method Len (line 233) | func (b bitStringEncoder) Len() int { method Encode (line 237) | func (b bitStringEncoder) Encode(dst []byte) { type oidEncoder (line 244) | type oidEncoder method Len (line 246) | func (oid oidEncoder) Len() int { method Encode (line 254) | func (oid oidEncoder) Encode(dst []byte) { function makeObjectIdentifier (line 261) | func makeObjectIdentifier(oid []int, fieldName string) (e encoder, err e... function makePrintableString (line 269) | func makePrintableString(s, fieldName string) (e encoder, err error) { function makeIA5String (line 285) | func makeIA5String(s, fieldName string) (e encoder, err error) { function makeNumericString (line 295) | func makeNumericString(s string, fieldName string) (e encoder, err error) { function makeUTF8String (line 305) | func makeUTF8String(s string) encoder { function appendTwoDigits (line 309) | func appendTwoDigits(dst []byte, v int) []byte { function appendFourDigits (line 313) | func appendFourDigits(dst []byte, v int) []byte { function outsideUTCRange (line 322) | func outsideUTCRange(t time.Time) bool { function makeUTCTime (line 327) | func makeUTCTime(t time.Time, fieldName string) (e encoder, err error) { function makeGeneralizedTime (line 338) | func makeGeneralizedTime(t time.Time, fieldName string) (e encoder, err ... function appendUTCTime (line 349) | func appendUTCTime(dst []byte, t time.Time, fieldName string) (ret []byt... function appendGeneralizedTime (line 364) | func appendGeneralizedTime(dst []byte, t time.Time, fieldName string) (r... function appendTimeCommon (line 375) | func appendTimeCommon(dst []byte, t time.Time) []byte { function stripTagAndLength (line 409) | func stripTagAndLength(in []byte) []byte { function makeBody (line 417) | func makeBody(value reflect.Value, params fieldParameters) (e encoder, e... function makeField (line 532) | func makeField(v reflect.Value, params fieldParameters) (e encoder, err ... function Marshal (line 677) | func Marshal(val interface{}) ([]byte, error) { function MarshalWithParams (line 683) | func MarshalWithParams(val interface{}, params string) ([]byte, error) { FILE: vendor/github.com/google/certificate-transparency-go/client/configpb/multilog.pb.go constant _ (line 33) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 35) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TemporalLogConfig (line 40) | type TemporalLogConfig struct method Reset (line 48) | func (x *TemporalLogConfig) Reset() { method String (line 57) | func (x *TemporalLogConfig) String() string { method ProtoMessage (line 61) | func (*TemporalLogConfig) ProtoMessage() {} method ProtoReflect (line 63) | func (x *TemporalLogConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 76) | func (*TemporalLogConfig) Descriptor() ([]byte, []int) { method GetShard (line 80) | func (x *TemporalLogConfig) GetShard() []*LogShardConfig { type LogShardConfig (line 89) | type LogShardConfig struct method Reset (line 107) | func (x *LogShardConfig) Reset() { method String (line 116) | func (x *LogShardConfig) String() string { method ProtoMessage (line 120) | func (*LogShardConfig) ProtoMessage() {} method ProtoReflect (line 122) | func (x *LogShardConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 135) | func (*LogShardConfig) Descriptor() ([]byte, []int) { method GetUri (line 139) | func (x *LogShardConfig) GetUri() string { method GetPublicKeyDer (line 146) | func (x *LogShardConfig) GetPublicKeyDer() []byte { method GetNotAfterStart (line 153) | func (x *LogShardConfig) GetNotAfterStart() *timestamppb.Timestamp { method GetNotAfterLimit (line 160) | func (x *LogShardConfig) GetNotAfterLimit() *timestamppb.Timestamp { function file_client_configpb_multilog_proto_rawDescGZIP (line 205) | func file_client_configpb_multilog_proto_rawDescGZIP() []byte { function init (line 229) | func init() { file_client_configpb_multilog_proto_init() } function file_client_configpb_multilog_proto_init (line 230) | func file_client_configpb_multilog_proto_init() { FILE: vendor/github.com/google/certificate-transparency-go/client/getentries.go method GetRawEntries (line 27) | func (c *LogClient) GetRawEntries(ctx context.Context, start, end int64)... method GetEntries (line 53) | func (c *LogClient) GetEntries(ctx context.Context, start, end int64) ([... FILE: vendor/github.com/google/certificate-transparency-go/client/logclient.go type LogClient (line 33) | type LogClient struct method addChainWithRetry (line 65) | func (c *LogClient) addChainWithRetry(ctx context.Context, ctype ct.Lo... method AddChain (line 113) | func (c *LogClient) AddChain(ctx context.Context, chain []ct.ASN1Cert)... method AddPreChain (line 118) | func (c *LogClient) AddPreChain(ctx context.Context, chain []ct.ASN1Ce... method GetSTH (line 125) | func (c *LogClient) GetSTH(ctx context.Context) (*ct.SignedTreeHead, e... method VerifySTHSignature (line 145) | func (c *LogClient) VerifySTHSignature(sth ct.SignedTreeHead) error { method VerifySCTSignature (line 154) | func (c *LogClient) VerifySCTSignature(sct ct.SignedCertificateTimesta... method GetSTHConsistency (line 168) | func (c *LogClient) GetSTHConsistency(ctx context.Context, first, seco... method GetProofByHash (line 182) | func (c *LogClient) GetProofByHash(ctx context.Context, hash []byte, t... method GetAcceptedRoots (line 197) | func (c *LogClient) GetAcceptedRoots(ctx context.Context) ([]ct.ASN1Ce... method GetEntryAndProof (line 215) | func (c *LogClient) GetEntryAndProof(ctx context.Context, index, treeS... type CheckLogClient (line 38) | type CheckLogClient interface function New (line 51) | func New(uri string, hc *http.Client, opts jsonclient.Options) (*LogClie... FILE: vendor/github.com/google/certificate-transparency-go/client/multilog.go type interval (line 34) | type interval struct function TemporalLogConfigFromFile (line 41) | func TemporalLogConfigFromFile(filename string) (*configpb.TemporalLogCo... type AddLogClient (line 67) | type AddLogClient interface type TemporalLogClient (line 74) | type TemporalLogClient struct method GetAcceptedRoots (line 128) | func (tlc *TemporalLogClient) GetAcceptedRoots(ctx context.Context) ([... method AddChain (line 162) | func (tlc *TemporalLogClient) AddChain(ctx context.Context, chain []ct... method AddPreChain (line 167) | func (tlc *TemporalLogClient) AddPreChain(ctx context.Context, chain [... method addChain (line 171) | func (tlc *TemporalLogClient) addChain(ctx context.Context, ctype ct.L... method IndexByDate (line 189) | func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) { function NewTemporalLogClient (line 81) | func NewTemporalLogClient(cfg *configpb.TemporalLogConfig, hc *http.Clie... function shardInterval (line 202) | func shardInterval(cfg *configpb.LogShardConfig) (interval, error) { FILE: vendor/github.com/google/certificate-transparency-go/jsonclient/backoff.go type backoff (line 22) | type backoff struct method set (line 33) | func (b *backoff) set(override *time.Duration) time.Duration { method decreaseMultiplier (line 60) | func (b *backoff) decreaseMultiplier() { method until (line 68) | func (b *backoff) until() time.Time { constant maxMultiplier (line 30) | maxMultiplier = 8 FILE: vendor/github.com/google/certificate-transparency-go/jsonclient/client.go constant maxJitter (line 39) | maxJitter = 250 * time.Millisecond type backoffer (line 41) | type backoffer interface type JSONClient (line 56) | type JSONClient struct method BaseURI (line 161) | func (c *JSONClient) BaseURI() string { method GetAndParse (line 169) | func (c *JSONClient) GetAndParse(ctx context.Context, path string, par... method PostAndParse (line 215) | func (c *JSONClient) PostAndParse(ctx context.Context, path string, re... method waitForBackoff (line 260) | func (c *JSONClient) waitForBackoff(ctx context.Context) error { method PostAndParseWithRetry (line 277) | func (c *JSONClient) PostAndParseWithRetry(ctx context.Context, path s... type Logger (line 66) | type Logger interface type Options (line 72) | type Options struct method ParsePublicKey (line 87) | func (opts *Options) ParsePublicKey() (crypto.PublicKey, error) { type basicLogger (line 106) | type basicLogger struct method Printf (line 108) | func (bl *basicLogger) Printf(msg string, args ...interface{}) { type RspError (line 114) | type RspError struct method Error (line 121) | func (e RspError) Error() string { function New (line 128) | func New(uri string, hc *http.Client, opts Options) (*JSONClient, error) { FILE: vendor/github.com/google/certificate-transparency-go/serialization.go function SerializeSCTSignatureInput (line 29) | func SerializeSCTSignatureInput(sct SignedCertificateTimestamp, entry Lo... function SerializeSTHSignatureInput (line 58) | func SerializeSTHSignatureInput(sth SignedTreeHead) ([]byte, error) { function CreateX509MerkleTreeLeaf (line 79) | func CreateX509MerkleTreeLeaf(cert ASN1Cert, timestamp uint64) *MerkleTr... function MerkleTreeLeafFromRawChain (line 92) | func MerkleTreeLeafFromRawChain(rawChain []ASN1Cert, etype LogEntryType,... function MerkleTreeLeafFromChain (line 110) | func MerkleTreeLeafFromChain(chain []*x509.Certificate, etype LogEntryTy... function MerkleTreeLeafForEmbeddedSCT (line 167) | func MerkleTreeLeafForEmbeddedSCT(chain []*x509.Certificate, timestamp u... function LeafHashForLeaf (line 199) | func LeafHashForLeaf(leaf *MerkleTreeLeaf) ([sha256.Size]byte, error) { function IsPreIssuer (line 212) | func IsPreIssuer(issuer *x509.Certificate) bool { function RawLogEntryFromLeaf (line 223) | func RawLogEntryFromLeaf(index int64, entry *LeafEntry) (*RawLogEntry, e... method ToLogEntry (line 266) | func (rle *RawLogEntry) ToLogEntry() (*LogEntry, error) { function LogEntryFromLeaf (line 303) | func LogEntryFromLeaf(index int64, leaf *LeafEntry) (*LogEntry, error) { function TimestampToTime (line 313) | func TimestampToTime(ts uint64) time.Time { FILE: vendor/github.com/google/certificate-transparency-go/signatures.go function PublicKeyFromPEM (line 38) | func PublicKeyFromPEM(b []byte) (crypto.PublicKey, SHA256Hash, []byte, e... function PublicKeyFromB64 (line 48) | func PublicKeyFromB64(b64PubKey string) (crypto.PublicKey, error) { type SignatureVerifier (line 57) | type SignatureVerifier struct method VerifySignature (line 90) | func (s SignatureVerifier) VerifySignature(data []byte, sig tls.Digita... method VerifySCTSignature (line 95) | func (s SignatureVerifier) VerifySCTSignature(sct SignedCertificateTim... method VerifySTHSignature (line 104) | func (s SignatureVerifier) VerifySTHSignature(sth SignedTreeHead) error { function NewSignatureVerifier (line 62) | func NewSignatureVerifier(pk crypto.PublicKey) (*SignatureVerifier, erro... FILE: vendor/github.com/google/certificate-transparency-go/tls/signature.go type dsaSig (line 35) | type dsaSig struct function generateHash (line 39) | func generateHash(algo HashAlgorithm, data []byte) ([]byte, crypto.Hash,... function VerifySignature (line 66) | func VerifySignature(pubKey crypto.PublicKey, data []byte, sig Digitally... function CreateSignature (line 127) | func CreateSignature(privKey crypto.PrivateKey, hashAlgo HashAlgorithm, ... FILE: vendor/github.com/google/certificate-transparency-go/tls/tls.go type structuralError (line 35) | type structuralError struct method Error (line 40) | func (e structuralError) Error() string { type syntaxError (line 49) | type syntaxError struct method Error (line 54) | func (e syntaxError) Error() string { type Uint24 (line 63) | type Uint24 type Enum (line 66) | type Enum function Unmarshal (line 146) | func Unmarshal(b []byte, val interface{}) ([]byte, error) { function UnmarshalWithParams (line 152) | func UnmarshalWithParams(b []byte, val interface{}, params string) ([]by... function byteCount (line 169) | func byteCount(x uint64) uint { type fieldInfo (line 190) | type fieldInfo struct method fieldName (line 200) | func (i *fieldInfo) fieldName() string { method check (line 277) | func (i fieldInfo) check(val uint64, fldName string) error { function fieldTagToFieldInfo (line 208) | func fieldTagToFieldInfo(str string, name string) (*fieldInfo, error) { function readVarUint (line 294) | func readVarUint(data []byte, info *fieldInfo) (uint64, error) { function parseField (line 314) | func parseField(v reflect.Value, data []byte, initOffset int, info *fiel... function Marshal (line 505) | func Marshal(val interface{}) ([]byte, error) { function MarshalWithParams (line 512) | func MarshalWithParams(val interface{}, params string) ([]byte, error) { function marshalField (line 525) | func marshalField(out *bytes.Buffer, v reflect.Value, info *fieldInfo) e... FILE: vendor/github.com/google/certificate-transparency-go/tls/types.go type DigitallySigned (line 27) | type DigitallySigned struct method String (line 32) | func (d DigitallySigned) String() string { type SignatureAndHashAlgorithm (line 38) | type SignatureAndHashAlgorithm struct type HashAlgorithm (line 44) | type HashAlgorithm method String (line 57) | func (h HashAlgorithm) String() string { constant None (line 48) | None HashAlgorithm = 0 constant MD5 (line 49) | MD5 HashAlgorithm = 1 constant SHA1 (line 50) | SHA1 HashAlgorithm = 2 constant SHA224 (line 51) | SHA224 HashAlgorithm = 3 constant SHA256 (line 52) | SHA256 HashAlgorithm = 4 constant SHA384 (line 53) | SHA384 HashAlgorithm = 5 constant SHA512 (line 54) | SHA512 HashAlgorithm = 6 type SignatureAlgorithm (line 79) | type SignatureAlgorithm method String (line 89) | func (s SignatureAlgorithm) String() string { constant Anonymous (line 83) | Anonymous SignatureAlgorithm = 0 constant RSA (line 84) | RSA SignatureAlgorithm = 1 constant DSA (line 85) | DSA SignatureAlgorithm = 2 constant ECDSA (line 86) | ECDSA SignatureAlgorithm = 3 function SignatureAlgorithmFromPubKey (line 106) | func SignatureAlgorithmFromPubKey(k crypto.PublicKey) SignatureAlgorithm { FILE: vendor/github.com/google/certificate-transparency-go/types.go type LogEntryType (line 36) | type LogEntryType method String (line 44) | func (e LogEntryType) String() string { constant X509LogEntryType (line 40) | X509LogEntryType LogEntryType = 0 constant PrecertLogEntryType (line 41) | PrecertLogEntryType LogEntryType = 1 constant TreeLeafPrefix (line 57) | TreeLeafPrefix = byte(0x00) constant TreeNodePrefix (line 58) | TreeNodePrefix = byte(0x01) type MerkleLeafType (line 64) | type MerkleLeafType method String (line 69) | func (m MerkleLeafType) String() string { constant TimestampedEntryLeafType (line 67) | TimestampedEntryLeafType MerkleLeafType = 0 type Version (line 81) | type Version method String (line 88) | func (v Version) String() string { constant V1 (line 85) | V1 Version = 0 type SignatureType (line 100) | type SignatureType method String (line 108) | func (st SignatureType) String() string { constant CertificateTimestampSignatureType (line 104) | CertificateTimestampSignatureType SignatureType = 0 constant TreeHashSignatureType (line 105) | TreeHashSignatureType SignatureType = 1 type ASN1Cert (line 121) | type ASN1Cert struct type LogID (line 127) | type LogID struct type PreCert (line 132) | type PreCert struct type CTExtensions (line 140) | type CTExtensions type MerkleTreeNode (line 143) | type MerkleTreeNode type ConsistencyProof (line 147) | type ConsistencyProof type AuditPath (line 150) | type AuditPath type LeafInput (line 153) | type LeafInput type DigitallySigned (line 157) | type DigitallySigned method FromBase64String (line 161) | func (d *DigitallySigned) FromBase64String(b64 string) error { method Base64String (line 177) | func (d DigitallySigned) Base64String() (string, error) { method MarshalJSON (line 186) | func (d DigitallySigned) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 195) | func (d *DigitallySigned) UnmarshalJSON(b []byte) error { type RawLogEntry (line 204) | type RawLogEntry struct type LogEntry (line 225) | type LogEntry struct type PrecertChainEntry (line 240) | type PrecertChainEntry struct type CertificateChain (line 247) | type CertificateChain struct type JSONDataEntry (line 252) | type JSONDataEntry struct type SHA256Hash (line 257) | type SHA256Hash method FromBase64String (line 260) | func (s *SHA256Hash) FromBase64String(b64 string) error { method Base64String (line 273) | func (s SHA256Hash) Base64String() string { method MarshalJSON (line 278) | func (s SHA256Hash) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 283) | func (s *SHA256Hash) UnmarshalJSON(b []byte) error { type SignedTreeHead (line 293) | type SignedTreeHead struct method String (line 302) | func (s SignedTreeHead) String() string { type TreeHeadSignature (line 321) | type TreeHeadSignature struct type SignedCertificateTimestamp (line 332) | type SignedCertificateTimestamp struct method String (line 353) | func (s SignedCertificateTimestamp) String() string { type CertificateTimestamp (line 342) | type CertificateTimestamp struct type TimestampedEntry (line 362) | type TimestampedEntry struct type MerkleTreeLeaf (line 373) | type MerkleTreeLeaf struct method X509Certificate (line 394) | func (m *MerkleTreeLeaf) X509Certificate() (*x509.Certificate, error) { method Precertificate (line 407) | func (m *MerkleTreeLeaf) Precertificate() (*x509.Certificate, error) { type Precertificate (line 380) | type Precertificate struct type APIEndpoint (line 416) | type APIEndpoint constant AddChainStr (line 422) | AddChainStr APIEndpoint = "add-chain" constant AddPreChainStr (line 423) | AddPreChainStr APIEndpoint = "add-pre-chain" constant GetSTHStr (line 424) | GetSTHStr APIEndpoint = "get-sth" constant GetEntriesStr (line 425) | GetEntriesStr APIEndpoint = "get-entries" constant GetProofByHashStr (line 426) | GetProofByHashStr APIEndpoint = "get-proof-by-hash" constant GetSTHConsistencyStr (line 427) | GetSTHConsistencyStr APIEndpoint = "get-sth-consistency" constant GetRootsStr (line 428) | GetRootsStr APIEndpoint = "get-roots" constant GetEntryAndProofStr (line 429) | GetEntryAndProofStr APIEndpoint = "get-entry-and-proof" constant AddChainPath (line 436) | AddChainPath = "/ct/v1/add-chain" constant AddPreChainPath (line 437) | AddPreChainPath = "/ct/v1/add-pre-chain" constant GetSTHPath (line 438) | GetSTHPath = "/ct/v1/get-sth" constant GetEntriesPath (line 439) | GetEntriesPath = "/ct/v1/get-entries" constant GetProofByHashPath (line 440) | GetProofByHashPath = "/ct/v1/get-proof-by-hash" constant GetSTHConsistencyPath (line 441) | GetSTHConsistencyPath = "/ct/v1/get-sth-consistency" constant GetRootsPath (line 442) | GetRootsPath = "/ct/v1/get-roots" constant GetEntryAndProofPath (line 443) | GetEntryAndProofPath = "/ct/v1/get-entry-and-proof" constant AddJSONPath (line 445) | AddJSONPath = "/ct/v1/add-json" type AddChainRequest (line 450) | type AddChainRequest struct type AddChainResponse (line 458) | type AddChainResponse struct method ToSignedCertificateTimestamp (line 468) | func (r *AddChainResponse) ToSignedCertificateTimestamp() (*SignedCert... type AddJSONRequest (line 499) | type AddJSONRequest struct type GetSTHResponse (line 504) | type GetSTHResponse struct method ToSignedTreeHead (line 512) | func (r *GetSTHResponse) ToSignedTreeHead() (*SignedTreeHead, error) { type GetSTHConsistencyResponse (line 537) | type GetSTHConsistencyResponse struct type GetProofByHashResponse (line 544) | type GetProofByHashResponse struct type LeafEntry (line 551) | type LeafEntry struct type GetEntriesResponse (line 560) | type GetEntriesResponse struct type GetRootsResponse (line 565) | type GetRootsResponse struct type GetEntryAndProofResponse (line 572) | type GetEntryAndProofResponse struct FILE: vendor/github.com/google/certificate-transparency-go/x509/cert_pool.go type CertPool (line 14) | type CertPool struct method copy (line 28) | func (s *CertPool) copy() *CertPool { method findPotentialParents (line 70) | func (s *CertPool) findPotentialParents(cert *Certificate) []int { method contains (line 85) | func (s *CertPool) contains(cert *Certificate) bool { method AddCert (line 101) | func (s *CertPool) AddCert(cert *Certificate) { method AppendCertsFromPEM (line 128) | func (s *CertPool) AppendCertsFromPEM(pemCerts []byte) (ok bool) { method Subjects (line 153) | func (s *CertPool) Subjects() [][]byte { function NewCertPool (line 21) | func NewCertPool() *CertPool { function SystemCertPool (line 55) | func SystemCertPool() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/curves.go function initAllCurves (line 19) | func initAllCurves() { function initSECP192R1 (line 23) | func initSECP192R1() { function secp192r1 (line 34) | func secp192r1() elliptic.Curve { FILE: vendor/github.com/google/certificate-transparency-go/x509/error.go type Error (line 11) | type Error struct method Error (line 22) | func (err Error) Error() string { method VerboseError (line 37) | func (err Error) VerboseError() string { type ErrCategory (line 80) | type ErrCategory method String (line 106) | func (category ErrCategory) String() string { constant UnknownCategory (line 84) | UnknownCategory ErrCategory = iota constant InvalidASN1Encoding (line 86) | InvalidASN1Encoding constant InvalidASN1Content (line 87) | InvalidASN1Content constant InvalidASN1DER (line 88) | InvalidASN1DER constant InvalidValueRange (line 90) | InvalidValueRange constant InvalidASN1Type (line 91) | InvalidASN1Type constant UnexpectedAdditionalData (line 92) | UnexpectedAdditionalData constant PoorlyFormedCertificate (line 94) | PoorlyFormedCertificate constant MalformedCertificate (line 95) | MalformedCertificate constant PoorlyFormedCRL (line 96) | PoorlyFormedCRL constant MalformedCRL (line 97) | MalformedCRL constant BaselineRequirementsFailure (line 99) | BaselineRequirementsFailure constant EVRequirementsFailure (line 100) | EVRequirementsFailure constant InsecureAlgorithm (line 102) | InsecureAlgorithm constant UnrecognizedValue (line 103) | UnrecognizedValue type ErrorID (line 142) | type ErrorID type Errors (line 145) | type Errors struct method Error (line 150) | func (e *Errors) Error() string { method VerboseError (line 155) | func (e *Errors) VerboseError() string { method Fatal (line 160) | func (e *Errors) Fatal() bool { method Empty (line 165) | func (e *Errors) Empty() bool { method FirstFatal (line 174) | func (e *Errors) FirstFatal() error { method AddID (line 188) | func (e *Errors) AddID(id ErrorID, args ...interface{}) { method combineErrors (line 192) | func (e Errors) combineErrors(errfn func(Error) string) string { method Filter (line 210) | func (e Errors) Filter(filtered []ErrorID) Errors { function ErrorFilter (line 225) | func ErrorFilter(ignore string) []ErrorID { FILE: vendor/github.com/google/certificate-transparency-go/x509/errors.go constant ErrInvalidID (line 7) | ErrInvalidID ErrorID = iota constant ErrInvalidCertList (line 8) | ErrInvalidCertList constant ErrTrailingCertList (line 9) | ErrTrailingCertList constant ErrUnexpectedlyCriticalCertListExtension (line 10) | ErrUnexpectedlyCriticalCertListExtension constant ErrUnexpectedlyNonCriticalCertListExtension (line 11) | ErrUnexpectedlyNonCriticalCertListExtension constant ErrInvalidCertListAuthKeyID (line 12) | ErrInvalidCertListAuthKeyID constant ErrTrailingCertListAuthKeyID (line 13) | ErrTrailingCertListAuthKeyID constant ErrInvalidCertListIssuerAltName (line 14) | ErrInvalidCertListIssuerAltName constant ErrInvalidCertListCRLNumber (line 15) | ErrInvalidCertListCRLNumber constant ErrTrailingCertListCRLNumber (line 16) | ErrTrailingCertListCRLNumber constant ErrNegativeCertListCRLNumber (line 17) | ErrNegativeCertListCRLNumber constant ErrInvalidCertListDeltaCRL (line 18) | ErrInvalidCertListDeltaCRL constant ErrTrailingCertListDeltaCRL (line 19) | ErrTrailingCertListDeltaCRL constant ErrNegativeCertListDeltaCRL (line 20) | ErrNegativeCertListDeltaCRL constant ErrInvalidCertListIssuingDP (line 21) | ErrInvalidCertListIssuingDP constant ErrTrailingCertListIssuingDP (line 22) | ErrTrailingCertListIssuingDP constant ErrCertListIssuingDPMultipleTypes (line 23) | ErrCertListIssuingDPMultipleTypes constant ErrCertListIssuingDPInvalidFullName (line 24) | ErrCertListIssuingDPInvalidFullName constant ErrInvalidCertListFreshestCRL (line 25) | ErrInvalidCertListFreshestCRL constant ErrInvalidCertListAuthInfoAccess (line 26) | ErrInvalidCertListAuthInfoAccess constant ErrTrailingCertListAuthInfoAccess (line 27) | ErrTrailingCertListAuthInfoAccess constant ErrUnhandledCriticalCertListExtension (line 28) | ErrUnhandledCriticalCertListExtension constant ErrUnexpectedlyCriticalRevokedCertExtension (line 29) | ErrUnexpectedlyCriticalRevokedCertExtension constant ErrUnexpectedlyNonCriticalRevokedCertExtension (line 30) | ErrUnexpectedlyNonCriticalRevokedCertExtension constant ErrInvalidRevocationReason (line 31) | ErrInvalidRevocationReason constant ErrTrailingRevocationReason (line 32) | ErrTrailingRevocationReason constant ErrInvalidRevocationInvalidityDate (line 33) | ErrInvalidRevocationInvalidityDate constant ErrTrailingRevocationInvalidityDate (line 34) | ErrTrailingRevocationInvalidityDate constant ErrInvalidRevocationIssuer (line 35) | ErrInvalidRevocationIssuer constant ErrUnhandledCriticalRevokedCertExtension (line 36) | ErrUnhandledCriticalRevokedCertExtension constant ErrMaxID (line 38) | ErrMaxID function init (line 283) | func init() { function NewError (line 291) | func NewError(id ErrorID, args ...interface{}) Error { FILE: vendor/github.com/google/certificate-transparency-go/x509/names.go constant tagOtherName (line 17) | tagOtherName = 0 constant tagRFC822Name (line 18) | tagRFC822Name = 1 constant tagDNSName (line 19) | tagDNSName = 2 constant tagX400Address (line 20) | tagX400Address = 3 constant tagDirectoryName (line 21) | tagDirectoryName = 4 constant tagEDIPartyName (line 22) | tagEDIPartyName = 5 constant tagURI (line 23) | tagURI = 6 constant tagIPAddress (line 24) | tagIPAddress = 7 constant tagRegisteredID (line 25) | tagRegisteredID = 8 type OtherName (line 34) | type OtherName struct type GeneralNames (line 40) | type GeneralNames struct method Len (line 51) | func (gn GeneralNames) Len() int { method Empty (line 57) | func (gn GeneralNames) Empty() bool { function parseGeneralNames (line 61) | func parseGeneralNames(value []byte, gname *GeneralNames) error { function parseGeneralName (line 97) | func parseGeneralName(data []byte, gname *GeneralNames, withMask bool) (... FILE: vendor/github.com/google/certificate-transparency-go/x509/pem_decrypt.go type PEMCipher (line 23) | type PEMCipher constant _ (line 27) | _ PEMCipher = iota constant PEMCipherDES (line 28) | PEMCipherDES constant PEMCipher3DES (line 29) | PEMCipher3DES constant PEMCipherAES128 (line 30) | PEMCipherAES128 constant PEMCipherAES192 (line 31) | PEMCipherAES192 constant PEMCipherAES256 (line 32) | PEMCipherAES256 type rfc1423Algo (line 36) | type rfc1423Algo struct method deriveKey (line 82) | func (c rfc1423Algo) deriveKey(password, salt []byte) []byte { function IsEncryptedPEMBlock (line 99) | func IsEncryptedPEMBlock(b *pem.Block) bool { function DecryptPEMBlock (line 115) | func DecryptPEMBlock(b *pem.Block, password []byte) ([]byte, error) { function EncryptPEMBlock (line 183) | func EncryptPEMBlock(rand io.Reader, blockType string, data, password []... function cipherByName (line 222) | func cipherByName(name string) *rfc1423Algo { function cipherByKey (line 232) | func cipherByKey(key PEMCipher) *rfc1423Algo { FILE: vendor/github.com/google/certificate-transparency-go/x509/pkcs1.go type pkcs1PrivateKey (line 16) | type pkcs1PrivateKey struct type pkcs1AdditionalRSAPrime (line 31) | type pkcs1AdditionalRSAPrime struct type pkcs1PublicKey (line 40) | type pkcs1PublicKey struct function ParsePKCS1PrivateKey (line 48) | func ParsePKCS1PrivateKey(der []byte) (*rsa.PrivateKey, error) { function MarshalPKCS1PrivateKey (line 105) | func MarshalPKCS1PrivateKey(key *rsa.PrivateKey) []byte { function ParsePKCS1PublicKey (line 139) | func ParsePKCS1PublicKey(der []byte) (*rsa.PublicKey, error) { function MarshalPKCS1PublicKey (line 168) | func MarshalPKCS1PublicKey(key *rsa.PublicKey) []byte { FILE: vendor/github.com/google/certificate-transparency-go/x509/pkcs8.go type pkcs8 (line 23) | type pkcs8 struct function ParsePKCS8PrivateKey (line 36) | func ParsePKCS8PrivateKey(der []byte) (key interface{}, err error) { function MarshalPKCS8PrivateKey (line 91) | func MarshalPKCS8PrivateKey(key interface{}) ([]byte, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/pkix/pkix.go type AlgorithmIdentifier (line 20) | type AlgorithmIdentifier struct type RDNSequence (line 25) | type RDNSequence method String (line 41) | func (r RDNSequence) String() string { type RelativeDistinguishedNameSET (line 96) | type RelativeDistinguishedNameSET type AttributeTypeAndValue (line 100) | type AttributeTypeAndValue struct type AttributeTypeAndValueSET (line 107) | type AttributeTypeAndValueSET struct type Extension (line 114) | type Extension struct type Name (line 124) | type Name struct method FillFromRDNSequence (line 134) | func (n *Name) FillFromRDNSequence(rdns *RDNSequence) { method appendRDNs (line 200) | func (n Name) appendRDNs(in RDNSequence, values []string, oid asn1.Obj... method ToRDNSequence (line 214) | func (n Name) ToRDNSequence() (ret RDNSequence) { method String (line 237) | func (n Name) String() string { function oidInAttributeTypeAndValue (line 243) | func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []Attribu... type CertificateList (line 255) | type CertificateList struct method HasExpired (line 262) | func (certList *CertificateList) HasExpired(now time.Time) bool { type TBSCertificateList (line 268) | type TBSCertificateList struct type RevokedCertificate (line 282) | type RevokedCertificate struct FILE: vendor/github.com/google/certificate-transparency-go/x509/ptr_sysptr_windows.go function convertToPolicyParaType (line 19) | func convertToPolicyParaType(p unsafe.Pointer) syscall.Pointer { FILE: vendor/github.com/google/certificate-transparency-go/x509/ptr_uint_windows.go function convertToPolicyParaType (line 16) | func convertToPolicyParaType(p unsafe.Pointer) uintptr { FILE: vendor/github.com/google/certificate-transparency-go/x509/revoked.go type RevocationReasonCode (line 32) | type RevocationReasonCode type ReasonFlag (line 49) | type ReasonFlag constant UnusedFlag (line 53) | UnusedFlag ReasonFlag = 1 << iota constant KeyCompromiseFlag (line 54) | KeyCompromiseFlag constant CACompromiseFlag (line 55) | CACompromiseFlag constant AffiliationChangedFlag (line 56) | AffiliationChangedFlag constant SupersededFlag (line 57) | SupersededFlag constant CessationOfOperationFlag (line 58) | CessationOfOperationFlag constant CertificateHoldFlag (line 59) | CertificateHoldFlag constant PrivilegeWithdrawnFlag (line 60) | PrivilegeWithdrawnFlag constant AACompromiseFlag (line 61) | AACompromiseFlag type CertificateList (line 67) | type CertificateList struct method ExpiredAt (line 75) | func (certList *CertificateList) ExpiredAt(now time.Time) bool { type IssuingDistributionPoint (line 101) | type IssuingDistributionPoint struct type TBSCertList (line 113) | type TBSCertList struct function ParseCertificateList (line 138) | func ParseCertificateList(clBytes []byte) (*CertificateList, error) { function ParseCertificateListDER (line 151) | func ParseCertificateListDER(derBytes []byte) (*CertificateList, error) { function parseIssuingDistributionPoint (line 280) | func parseIssuingDistributionPoint(data []byte, idp *IssuingDistribution... type RevokedCertificate (line 312) | type RevokedCertificate struct function parseRevokedCertificate (line 320) | func parseRevokedCertificate(pkixRevoked pkix.RevokedCertificate, errs *... method CheckCertificateListSignature (line 362) | func (c *Certificate) CheckCertificateListSignature(crl *CertificateList... FILE: vendor/github.com/google/certificate-transparency-go/x509/root.go function systemRootsPool (line 15) | func systemRootsPool() *CertPool { function initSystemRoots (line 20) | func initSystemRoots() { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_cgo_darwin.go function loadSystemRoots (line 287) | func loadSystemRoots() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_darwin.go method systemVerify (line 26) | func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Cer... function execSecurityRoots (line 55) | func execSecurityRoots() (*CertPool, error) { function forEachCertInKeychains (line 157) | func forEachCertInKeychains(paths []string, f func(*Certificate)) error { function verifyCertWithSystem (line 182) | func verifyCertWithSystem(cert *Certificate) bool { function getCertsWithTrustPolicy (line 224) | func getCertsWithTrustPolicy() (map[string]bool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_darwin_armx.go function loadSystemRoots (line 14) | func loadSystemRoots() (*CertPool, error) { constant systemRootsPEM (line 20) | systemRootsPEM = ` FILE: vendor/github.com/google/certificate-transparency-go/x509/root_js.go function loadSystemRoots (line 13) | func loadSystemRoots() (*CertPool, error) { method systemVerify (line 17) | func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Cer... FILE: vendor/github.com/google/certificate-transparency-go/x509/root_nocgo_darwin.go function loadSystemRoots (line 10) | func loadSystemRoots() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_plan9.go method systemVerify (line 19) | func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Cer... function loadSystemRoots (line 23) | func loadSystemRoots() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_unix.go constant certFileEnv (line 27) | certFileEnv = "SSL_CERT_FILE" constant certDirEnv (line 31) | certDirEnv = "SSL_CERT_DIR" method systemVerify (line 34) | func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Cer... function loadSystemRoots (line 38) | func loadSystemRoots() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/root_windows.go function createStoreContext (line 20) | func createStoreContext(leaf *Certificate, opts *VerifyOptions) (*syscal... function extractSimpleChain (line 59) | func extractSimpleChain(simpleChain **syscall.CertSimpleChain, count int... function checkChainTrustStatus (line 85) | func checkChainTrustStatus(c *Certificate, chainCtx *syscall.CertChainCo... function checkChainSSLServerPolicy (line 100) | func checkChainSSLServerPolicy(c *Certificate, chainCtx *syscall.CertCha... method systemVerify (line 143) | func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Cer... function loadSystemRoots (line 244) | func loadSystemRoots() (*CertPool, error) { FILE: vendor/github.com/google/certificate-transparency-go/x509/rpki.go type IPAddressPrefix (line 18) | type IPAddressPrefix type IPAddressRange (line 21) | type IPAddressRange struct constant IPv4AddressFamilyIndicator (line 29) | IPv4AddressFamilyIndicator = uint16(1) constant IPv6AddressFamilyIndicator (line 30) | IPv6AddressFamilyIndicator = uint16(2) type IPAddressFamilyBlocks (line 34) | type IPAddressFamilyBlocks struct type ipAddressFamily (line 51) | type ipAddressFamily struct type ipAddressRange (line 58) | type ipAddressRange struct function parseRPKIAddrBlocks (line 63) | func parseRPKIAddrBlocks(data []byte, nfe *NonFatalErrors) []*IPAddressF... type ASIDRange (line 150) | type ASIDRange struct type ASIdentifiers (line 157) | type ASIdentifiers struct type asIdentifiers (line 167) | type asIdentifiers struct function parseASIDChoice (line 172) | func parseASIDChoice(val asn1.RawValue, nfe *NonFatalErrors) *ASIdentifi... function parseRPKIASIdentifiers (line 228) | func parseRPKIASIdentifiers(data []byte, nfe *NonFatalErrors) (*ASIdenti... FILE: vendor/github.com/google/certificate-transparency-go/x509/sec1.go constant ecPrivKeyVersion (line 17) | ecPrivKeyVersion = 1 type ecPrivateKey (line 27) | type ecPrivateKey struct function ParseECPrivateKey (line 37) | func ParseECPrivateKey(der []byte) (*ecdsa.PrivateKey, error) { function MarshalECPrivateKey (line 46) | func MarshalECPrivateKey(key *ecdsa.PrivateKey) ([]byte, error) { function marshalECPrivateKeyWithOID (line 57) | func marshalECPrivateKeyWithOID(key *ecdsa.PrivateKey, oid asn1.ObjectId... function parseECPrivateKey (line 74) | func parseECPrivateKey(namedCurveOID *asn1.ObjectIdentifier, der []byte)... FILE: vendor/github.com/google/certificate-transparency-go/x509/verify.go type InvalidReason (line 24) | type InvalidReason constant NotAuthorizedToSign (line 29) | NotAuthorizedToSign InvalidReason = iota constant Expired (line 32) | Expired constant CANotAuthorizedForThisName (line 36) | CANotAuthorizedForThisName constant TooManyIntermediates (line 39) | TooManyIntermediates constant IncompatibleUsage (line 42) | IncompatibleUsage constant NameMismatch (line 45) | NameMismatch constant NameConstraintsWithoutSANs (line 54) | NameConstraintsWithoutSANs constant UnconstrainedName (line 58) | UnconstrainedName constant TooManyConstraints (line 64) | TooManyConstraints constant CANotAuthorizedForExtKeyUsage (line 67) | CANotAuthorizedForExtKeyUsage type CertificateInvalidError (line 72) | type CertificateInvalidError struct method Error (line 78) | func (e CertificateInvalidError) Error() string { type HostnameError (line 104) | type HostnameError struct method Error (line 109) | func (h HostnameError) Error() string { type UnknownAuthorityError (line 145) | type UnknownAuthorityError struct method Error (line 155) | func (e UnknownAuthorityError) Error() string { type SystemRootsError (line 172) | type SystemRootsError struct method Error (line 176) | func (se SystemRootsError) Error() string { type VerifyOptions (line 190) | type VerifyOptions struct constant leafCertificate (line 219) | leafCertificate = iota constant intermediateCertificate (line 220) | intermediateCertificate constant rootCertificate (line 221) | rootCertificate type rfc2821Mailbox (line 227) | type rfc2821Mailbox struct function parseRFC2821Mailbox (line 235) | func parseRFC2821Mailbox(in string) (mailbox rfc2821Mailbox, ok bool) { function domainToReverseLabels (line 373) | func domainToReverseLabels(domain string) (reverseLabels []string, ok bo... function matchEmailConstraint (line 406) | func matchEmailConstraint(mailbox rfc2821Mailbox, constraint string) (bo... function matchURIConstraint (line 422) | func matchURIConstraint(uri *url.URL, constraint string) (bool, error) { function matchIPConstraint (line 452) | func matchIPConstraint(ip net.IP, constraint *net.IPNet) (bool, error) { function matchDomainConstraint (line 466) | func matchDomainConstraint(domain, constraint string) (bool, error) { method checkNameConstraints (line 513) | func (c *Certificate) checkNameConstraints(count *int, method isValid (line 570) | func (c *Certificate) isValid(certType int, currentChain []*Certificate,... method Verify (line 743) | func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificat... function appendToFreshChain (line 815) | func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Cert... constant maxChainSignatureChecks (line 826) | maxChainSignatureChecks = 100 method buildChains (line 828) | func (c *Certificate) buildChains(cache map[*Certificate][][]*Certificat... function validHostname (line 899) | func validHostname(host string) bool { method commonNameAsHostname (line 950) | func (c *Certificate) commonNameAsHostname() bool { function matchHostnames (line 954) | func matchHostnames(pattern, host string) bool { function toLowerCaseASCII (line 984) | func toLowerCaseASCII(in string) string { method VerifyHostname (line 1015) | func (c *Certificate) VerifyHostname(h string) error { function checkChainForKeyUsage (line 1049) | func checkChainForKeyUsage(chain []*Certificate, keyUsages []ExtKeyUsage... FILE: vendor/github.com/google/certificate-transparency-go/x509/x509.go type pkixPublicKey (line 83) | type pkixPublicKey struct function ParsePKIXPublicKey (line 94) | func ParsePKIXPublicKey(derBytes []byte) (pub interface{}, err error) { function marshalPublicKey (line 117) | func marshalPublicKey(pub interface{}) (publicKeyBytes []byte, publicKey... function MarshalPKIXPublicKey (line 160) | func MarshalPKIXPublicKey(pub interface{}) ([]byte, error) { type certificate (line 183) | type certificate struct type tbsCertificate (line 190) | type tbsCertificate struct type rsaesoaepAlgorithmParameters (line 207) | type rsaesoaepAlgorithmParameters struct type dsaAlgorithmParameters (line 213) | type dsaAlgorithmParameters struct type dsaSignature (line 217) | type dsaSignature struct type ecdsaSignature (line 221) | type ecdsaSignature type validity (line 223) | type validity struct type publicKeyInfo (line 227) | type publicKeyInfo struct type authKeyId (line 234) | type authKeyId struct type SignatureAlgorithm (line 239) | type SignatureAlgorithm method isRSAPSS (line 295) | func (algo SignatureAlgorithm) isRSAPSS() bool { method String (line 304) | func (algo SignatureAlgorithm) String() string { constant UnknownSignatureAlgorithm (line 243) | UnknownSignatureAlgorithm SignatureAlgorithm = iota constant MD2WithRSA (line 244) | MD2WithRSA constant MD5WithRSA (line 245) | MD5WithRSA constant SHA1WithRSA (line 246) | SHA1WithRSA constant SHA256WithRSA (line 247) | SHA256WithRSA constant SHA384WithRSA (line 248) | SHA384WithRSA constant SHA512WithRSA (line 249) | SHA512WithRSA constant DSAWithSHA1 (line 250) | DSAWithSHA1 constant DSAWithSHA256 (line 251) | DSAWithSHA256 constant ECDSAWithSHA1 (line 252) | ECDSAWithSHA1 constant ECDSAWithSHA256 (line 253) | ECDSAWithSHA256 constant ECDSAWithSHA384 (line 254) | ECDSAWithSHA384 constant ECDSAWithSHA512 (line 255) | ECDSAWithSHA512 constant SHA256WithRSAPSS (line 256) | SHA256WithRSAPSS constant SHA384WithRSAPSS (line 257) | SHA384WithRSAPSS constant SHA512WithRSAPSS (line 258) | SHA512WithRSAPSS constant PureEd25519 (line 259) | PureEd25519 type PublicKeyAlgorithm (line 314) | type PublicKeyAlgorithm method String (line 334) | func (algo PublicKeyAlgorithm) String() string { constant UnknownPublicKeyAlgorithm (line 318) | UnknownPublicKeyAlgorithm PublicKeyAlgorithm = iota constant RSA (line 319) | RSA constant DSA (line 320) | DSA constant ECDSA (line 321) | ECDSA constant Ed25519 (line 322) | Ed25519 constant RSAESOAEP (line 323) | RSAESOAEP type pssParameters (line 453) | type pssParameters struct function rsaPSSParameters (line 465) | func rsaPSSParameters(hashFunc crypto.Hash) asn1.RawValue { function SignatureAlgorithmFromAI (line 510) | func SignatureAlgorithmFromAI(ai pkix.AlgorithmIdentifier) SignatureAlgo... function getPublicKeyAlgorithmFromOID (line 591) | func getPublicKeyAlgorithmFromOID(oid asn1.ObjectIdentifier) PublicKeyAl... function namedCurveFromOID (line 636) | func namedCurveFromOID(oid asn1.ObjectIdentifier, nfe *NonFatalErrors) e... function OIDFromNamedCurve (line 655) | func OIDFromNamedCurve(curve elliptic.Curve) (asn1.ObjectIdentifier, boo... type KeyUsage (line 674) | type KeyUsage constant KeyUsageDigitalSignature (line 678) | KeyUsageDigitalSignature KeyUsage = 1 << iota constant KeyUsageContentCommitment (line 679) | KeyUsageContentCommitment constant KeyUsageKeyEncipherment (line 680) | KeyUsageKeyEncipherment constant KeyUsageDataEncipherment (line 681) | KeyUsageDataEncipherment constant KeyUsageKeyAgreement (line 682) | KeyUsageKeyAgreement constant KeyUsageCertSign (line 683) | KeyUsageCertSign constant KeyUsageCRLSign (line 684) | KeyUsageCRLSign constant KeyUsageEncipherOnly (line 685) | KeyUsageEncipherOnly constant KeyUsageDecipherOnly (line 686) | KeyUsageDecipherOnly type ExtKeyUsage (line 722) | type ExtKeyUsage constant ExtKeyUsageAny (line 726) | ExtKeyUsageAny ExtKeyUsage = iota constant ExtKeyUsageServerAuth (line 727) | ExtKeyUsageServerAuth constant ExtKeyUsageClientAuth (line 728) | ExtKeyUsageClientAuth constant ExtKeyUsageCodeSigning (line 729) | ExtKeyUsageCodeSigning constant ExtKeyUsageEmailProtection (line 730) | ExtKeyUsageEmailProtection constant ExtKeyUsageIPSECEndSystem (line 731) | ExtKeyUsageIPSECEndSystem constant ExtKeyUsageIPSECTunnel (line 732) | ExtKeyUsageIPSECTunnel constant ExtKeyUsageIPSECUser (line 733) | ExtKeyUsageIPSECUser constant ExtKeyUsageTimeStamping (line 734) | ExtKeyUsageTimeStamping constant ExtKeyUsageOCSPSigning (line 735) | ExtKeyUsageOCSPSigning constant ExtKeyUsageMicrosoftServerGatedCrypto (line 736) | ExtKeyUsageMicrosoftServerGatedCrypto constant ExtKeyUsageNetscapeServerGatedCrypto (line 737) | ExtKeyUsageNetscapeServerGatedCrypto constant ExtKeyUsageMicrosoftCommercialCodeSigning (line 738) | ExtKeyUsageMicrosoftCommercialCodeSigning constant ExtKeyUsageMicrosoftKernelCodeSigning (line 739) | ExtKeyUsageMicrosoftKernelCodeSigning constant ExtKeyUsageCertificateTransparency (line 740) | ExtKeyUsageCertificateTransparency function extKeyUsageFromOID (line 765) | func extKeyUsageFromOID(oid asn1.ObjectIdentifier) (eku ExtKeyUsage, ok ... function oidFromExtKeyUsage (line 774) | func oidFromExtKeyUsage(eku ExtKeyUsage) (oid asn1.ObjectIdentifier, ok ... type SerializedSCT (line 784) | type SerializedSCT struct type SignedCertificateTimestampList (line 789) | type SignedCertificateTimestampList struct type Certificate (line 794) | type Certificate struct method Equal (line 930) | func (c *Certificate) Equal(other *Certificate) bool { method IsPrecertificate (line 939) | func (c *Certificate) IsPrecertificate() bool { method hasSANExtension (line 951) | func (c *Certificate) hasSANExtension() bool { method CheckSignatureFrom (line 1006) | func (c *Certificate) CheckSignatureFrom(parent *Certificate) error { method CheckSignature (line 1034) | func (c *Certificate) CheckSignature(algo SignatureAlgorithm, signed, ... method hasNameConstraints (line 1038) | func (c *Certificate) hasNameConstraints() bool { method getSANExtension (line 1042) | func (c *Certificate) getSANExtension() []byte { method CheckCRLSignature (line 1147) | func (c *Certificate) CheckCRLSignature(crl *pkix.CertificateList) err... method CreateCRL (line 2840) | func (c *Certificate) CreateCRL(rand io.Reader, priv interface{}, revo... type InsecureAlgorithmError (line 913) | type InsecureAlgorithmError method Error (line 915) | func (e InsecureAlgorithmError) Error() string { type ConstraintViolationError (line 922) | type ConstraintViolationError struct method Error (line 924) | func (ConstraintViolationError) Error() string { function signaturePublicKeyAlgoMismatchError (line 1052) | func signaturePublicKeyAlgoMismatchError(expectedPubKeyAlgo PublicKeyAlg... function checkSignature (line 1058) | func checkSignature(algo SignatureAlgorithm, signed, signature []byte, p... type UnhandledCriticalExtension (line 1154) | type UnhandledCriticalExtension struct method Error (line 1158) | func (h UnhandledCriticalExtension) Error() string { function removeExtension (line 1166) | func removeExtension(tbsData []byte, oid asn1.ObjectIdentifier) ([]byte,... function RemoveSCTList (line 1202) | func RemoveSCTList(tbsData []byte) ([]byte, error) { function RemoveCTPoison (line 1210) | func RemoveCTPoison(tbsData []byte) ([]byte, error) { function BuildPrecertTBS (line 1229) | func BuildPrecertTBS(tbsData []byte, preIssuer *Certificate) ([]byte, er... type basicConstraints (line 1307) | type basicConstraints struct type policyInformation (line 1313) | type policyInformation struct constant nameTypeEmail (line 1319) | nameTypeEmail = 1 constant nameTypeDNS (line 1320) | nameTypeDNS = 2 constant nameTypeURI (line 1321) | nameTypeURI = 6 constant nameTypeIP (line 1322) | nameTypeIP = 7 type accessDescription (line 1326) | type accessDescription struct type distributionPoint (line 1332) | type distributionPoint struct type distributionPointName (line 1338) | type distributionPointName struct function parsePublicKey (line 1343) | func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo, nfe... type NonFatalErrors (line 1465) | type NonFatalErrors struct method AddError (line 1470) | func (e *NonFatalErrors) AddError(err error) { method Error (line 1476) | func (e NonFatalErrors) Error() string { method HasError (line 1485) | func (e *NonFatalErrors) HasError() bool { method Append (line 1493) | func (e *NonFatalErrors) Append(more *NonFatalErrors) *NonFatalErrors { function IsFatal (line 1507) | func IsFatal(err error) bool { function parseDistributionPoints (line 1520) | func parseDistributionPoints(data []byte, crldp *[]string) error { function forEachSAN (line 1554) | func forEachSAN(extension []byte, callback func(tag int, data []byte) er... function parseSANExtension (line 1598) | func parseSANExtension(value []byte, nfe *NonFatalErrors) (dnsNames, ema... function isValidIPMask (line 1632) | func isValidIPMask(mask []byte) bool { function parseNameConstraintsExtension (line 1656) | func parseNameConstraintsExtension(out *Certificate, e pkix.Extension, n... function parseCertificate (line 1816) | func parseCertificate(in *certificate) (*Certificate, error) { function ParseTBSCertificate (line 2081) | func ParseTBSCertificate(asn1Data []byte) (*Certificate, error) { function ParseCertificate (line 2115) | func ParseCertificate(asn1Data []byte) (*Certificate, error) { function ParseCertificates (line 2148) | func ParseCertificates(asn1Data []byte) ([]*Certificate, error) { function reverseBitsInAByte (line 2186) | func reverseBitsInAByte(in byte) byte { function asn1BitLength (line 2196) | func asn1BitLength(bitString []byte) int { function oidInExtensions (line 2255) | func oidInExtensions(oid asn1.ObjectIdentifier, extensions []pkix.Extens... function marshalSANs (line 2266) | func marshalSANs(dnsNames, emailAddresses []string, ipAddresses []net.IP... function isIA5String (line 2288) | func isIA5String(s string) error { function buildExtensions (line 2298) | func buildExtensions(template *Certificate, subjectIsEmpty bool, authori... function subjectBytes (line 2599) | func subjectBytes(cert *Certificate) ([]byte, error) { function signingParamsForPublicKey (line 2610) | func signingParamsForPublicKey(pub interface{}, requestedSigAlgo Signatu... function CreateCertificate (line 2719) | func CreateCertificate(rand io.Reader, template, parent *Certificate, pu... function ParseCRL (line 2817) | func ParseCRL(crlBytes []byte) (*pkix.CertificateList, error) { function ParseDERCRL (line 2828) | func ParseDERCRL(derBytes []byte) (*pkix.CertificateList, error) { type CertificateRequest (line 2904) | type CertificateRequest struct method CheckSignature (line 3289) | func (c *CertificateRequest) CheckSignature() error { type tbsCertificateRequest (line 2950) | type tbsCertificateRequest struct type certificateRequest (line 2958) | type certificateRequest struct function newRawAttributes (line 2971) | func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn... function parseRawAttributes (line 2988) | func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeT... function parseCSRExtensions (line 3004) | func parseCSRExtensions(rawAttributes []asn1.RawValue) ([]pkix.Extension... function CreateCertificateRequest (line 3052) | func CreateCertificateRequest(rand io.Reader, template *CertificateReque... function ParseCertificateRequest (line 3223) | func ParseCertificateRequest(asn1Data []byte) (*CertificateRequest, erro... function parseCertificateRequest (line 3236) | func parseCertificateRequest(in *certificateRequest) (*CertificateReques... FILE: vendor/github.com/kentik/patricia/address_v4.go constant _leftmost32Bit (line 8) | _leftmost32Bit = uint32(1 << 31) type IPv4Address (line 11) | type IPv4Address struct method ShiftLeft (line 38) | func (i *IPv4Address) ShiftLeft(shiftCount uint) { method IsLeftBitSet (line 44) | func (i *IPv4Address) IsLeftBitSet() bool { method String (line 50) | func (i IPv4Address) String() string { function NewIPv4Address (line 17) | func NewIPv4Address(address uint32, length uint) IPv4Address { function NewIPv4AddressFromBytes (line 26) | func NewIPv4AddressFromBytes(address []byte, length uint) IPv4Address { FILE: vendor/github.com/kentik/patricia/address_v6.go constant _leftmost64Bit (line 8) | _leftmost64Bit = uint64(1 << 63) type IPv6Address (line 11) | type IPv6Address struct method ShiftLeft (line 34) | func (ip *IPv6Address) ShiftLeft(bitCount uint) { method String (line 40) | func (ip IPv6Address) String() string { method IsLeftBitSet (line 82) | func (ip *IPv6Address) IsLeftBitSet() bool { function NewIPv6Address (line 18) | func NewIPv6Address(address []byte, length uint) IPv6Address { function ShiftLeftIPv6 (line 53) | func ShiftLeftIPv6(left uint64, right uint64, length uint, bitCount uint... function ShiftRightIPv6 (line 69) | func ShiftRightIPv6(left uint64, right uint64, bitCount uint) (uint64, u... FILE: vendor/github.com/kentik/patricia/bits.go function initBuildLeftMasks (line 6) | func initBuildLeftMasks() { function MergePrefixes32 (line 19) | func MergePrefixes32(left uint32, leftLength uint, right uint32, rightLe... function MergePrefixes64 (line 24) | func MergePrefixes64(leftLeft uint64, leftRight uint64, leftLength uint,... FILE: vendor/github.com/kentik/patricia/init.go function init (line 3) | func init() { FILE: vendor/github.com/kentik/patricia/int64_tree/tree_node_v4.go constant _leftmost32Bit (line 11) | _leftmost32Bit = uint32(1 << 31) type treeNodeV4 (line 13) | type treeNodeV4 struct method MatchCount (line 22) | func (n *treeNodeV4) MatchCount(address patricia.IPv4Address) uint { method ShiftPrefix (line 38) | func (n *treeNodeV4) ShiftPrefix(shiftCount uint) { method IsLeftBitSet (line 44) | func (n *treeNodeV4) IsLeftBitSet() bool { method MergeFromNodes (line 49) | func (n *treeNodeV4) MergeFromNodes(left *treeNodeV4, right *treeNodeV... FILE: vendor/github.com/kentik/patricia/int64_tree/tree_node_v6.go constant _leftmost64Bit (line 11) | _leftmost64Bit = uint64(1 << 63) type treeNodeV6 (line 13) | type treeNodeV6 struct method MatchCount (line 22) | func (n *treeNodeV6) MatchCount(address patricia.IPv6Address) uint { method ShiftPrefix (line 39) | func (n *treeNodeV6) ShiftPrefix(shiftCount uint) { method IsLeftBitSet (line 44) | func (n *treeNodeV6) IsLeftBitSet() bool { method MergeFromNodes (line 49) | func (n *treeNodeV6) MergeFromNodes(left *treeNodeV6, right *treeNodeV... FILE: vendor/github.com/kentik/patricia/int64_tree/tree_v4.go type TreeV4 (line 12) | type TreeV4 struct method Clone (line 29) | func (t *TreeV4) Clone() *TreeV4 { method CountTags (line 46) | func (t *TreeV4) CountTags() int { method addTag (line 57) | func (t *TreeV4) addTag(tag int64, nodeIndex uint, matchFunc MatchesFu... method tagsForNode (line 86) | func (t *TreeV4) tagsForNode(ret []int64, nodeIndex uint, filterFunc F... method moveTags (line 104) | func (t *TreeV4) moveTags(fromIndex uint, toIndex uint) { method firstTagForNode (line 116) | func (t *TreeV4) firstTagForNode(nodeIndex uint) int64 { method deleteTag (line 122) | func (t *TreeV4) deleteTag(buf []int64, nodeIndex uint, matchTag int64... method Set (line 154) | func (t *TreeV4) Set(address patricia.IPv4Address, tag int64) (bool, i... method Add (line 161) | func (t *TreeV4) Add(address patricia.IPv4Address, tag int64, matchFun... method add (line 168) | func (t *TreeV4) add(address patricia.IPv4Address, tag int64, matchFun... method Delete (line 327) | func (t *TreeV4) Delete(address patricia.IPv4Address, matchFunc Matche... method DeleteWithBuffer (line 333) | func (t *TreeV4) DeleteWithBuffer(buf []int64, address patricia.IPv4Ad... method FindTagsWithFilter (line 478) | func (t *TreeV4) FindTagsWithFilter(address patricia.IPv4Address, filt... method FindTagsAppend (line 484) | func (t *TreeV4) FindTagsAppend(ret []int64, address patricia.IPv4Addr... method FindTags (line 490) | func (t *TreeV4) FindTags(address patricia.IPv4Address) []int64 { method FindTagsWithFilterAppend (line 497) | func (t *TreeV4) FindTagsWithFilterAppend(ret []int64, address patrici... method FindDeepestTag (line 552) | func (t *TreeV4) FindDeepestTag(address patricia.IPv4Address) (bool, i... method FindDeepestTags (line 610) | func (t *TreeV4) FindDeepestTags(address patricia.IPv4Address) (bool, ... method FindDeepestTagsAppend (line 617) | func (t *TreeV4) FindDeepestTagsAppend(ret []int64, address patricia.I... method Iterate (line 683) | func (t *TreeV4) Iterate() *TreeIteratorV4 { method countNodes (line 752) | func (t *TreeV4) countNodes(nodeIndex uint) int { method countTags (line 767) | func (t *TreeV4) countTags(nodeIndex uint) int { function NewTreeV4 (line 19) | func NewTreeV4() *TreeV4 { type TreeIteratorV4 (line 674) | type TreeIteratorV4 struct method Next (line 694) | func (iter *TreeIteratorV4) Next() bool { method Tags (line 745) | func (iter *TreeIteratorV4) Tags() []int64 { FILE: vendor/github.com/kentik/patricia/int64_tree/tree_v4_manual.go method newNode (line 14) | func (t *TreeV4) newNode(address patricia.IPv4Address, prefixLength uint... method Address (line 28) | func (iter *TreeIteratorV4) Address() patricia.IPv4Address { method print (line 41) | func (t *TreeV4) print() { FILE: vendor/github.com/kentik/patricia/int64_tree/tree_v6_generated.go type TreeV6 (line 12) | type TreeV6 struct method Clone (line 29) | func (t *TreeV6) Clone() *TreeV6 { method CountTags (line 46) | func (t *TreeV6) CountTags() int { method addTag (line 57) | func (t *TreeV6) addTag(tag int64, nodeIndex uint, matchFunc MatchesFu... method tagsForNode (line 86) | func (t *TreeV6) tagsForNode(ret []int64, nodeIndex uint, filterFunc F... method moveTags (line 104) | func (t *TreeV6) moveTags(fromIndex uint, toIndex uint) { method firstTagForNode (line 116) | func (t *TreeV6) firstTagForNode(nodeIndex uint) int64 { method deleteTag (line 122) | func (t *TreeV6) deleteTag(buf []int64, nodeIndex uint, matchTag int64... method Set (line 154) | func (t *TreeV6) Set(address patricia.IPv6Address, tag int64) (bool, i... method Add (line 161) | func (t *TreeV6) Add(address patricia.IPv6Address, tag int64, matchFun... method add (line 168) | func (t *TreeV6) add(address patricia.IPv6Address, tag int64, matchFun... method Delete (line 327) | func (t *TreeV6) Delete(address patricia.IPv6Address, matchFunc Matche... method DeleteWithBuffer (line 333) | func (t *TreeV6) DeleteWithBuffer(buf []int64, address patricia.IPv6Ad... method FindTagsWithFilter (line 478) | func (t *TreeV6) FindTagsWithFilter(address patricia.IPv6Address, filt... method FindTagsAppend (line 484) | func (t *TreeV6) FindTagsAppend(ret []int64, address patricia.IPv6Addr... method FindTags (line 490) | func (t *TreeV6) FindTags(address patricia.IPv6Address) []int64 { method FindTagsWithFilterAppend (line 497) | func (t *TreeV6) FindTagsWithFilterAppend(ret []int64, address patrici... method FindDeepestTag (line 552) | func (t *TreeV6) FindDeepestTag(address patricia.IPv6Address) (bool, i... method FindDeepestTags (line 610) | func (t *TreeV6) FindDeepestTags(address patricia.IPv6Address) (bool, ... method FindDeepestTagsAppend (line 617) | func (t *TreeV6) FindDeepestTagsAppend(ret []int64, address patricia.I... method Iterate (line 683) | func (t *TreeV6) Iterate() *TreeIteratorV6 { method countNodes (line 752) | func (t *TreeV6) countNodes(nodeIndex uint) int { method countTags (line 767) | func (t *TreeV6) countTags(nodeIndex uint) int { function NewTreeV6 (line 19) | func NewTreeV6() *TreeV6 { type TreeIteratorV6 (line 674) | type TreeIteratorV6 struct method Next (line 694) | func (iter *TreeIteratorV6) Next() bool { method Tags (line 745) | func (iter *TreeIteratorV6) Tags() []int64 { FILE: vendor/github.com/kentik/patricia/int64_tree/tree_v6_manual.go method newNode (line 14) | func (t *TreeV6) newNode(address patricia.IPv6Address, prefixLength uint... method Address (line 28) | func (iter *TreeIteratorV6) Address() patricia.IPv6Address { method print (line 46) | func (t *TreeV6) print() { FILE: vendor/github.com/kentik/patricia/int64_tree/trees.go type MatchesFunc (line 8) | type MatchesFunc type FilterFunc (line 11) | type FilterFunc type treeIteratorNext (line 15) | type treeIteratorNext constant nextSelf (line 18) | nextSelf treeIteratorNext = iota constant nextLeft (line 19) | nextLeft constant nextRight (line 20) | nextRight constant nextUp (line 21) | nextUp FILE: vendor/github.com/kentik/patricia/net.go function ParseIPFromString (line 13) | func ParseIPFromString(address string) (*IPv4Address, *IPv6Address, erro... function ParseFromIP (line 64) | func ParseFromIP(ip *net.IP) (*IPv4Address, *IPv6Address, error) { function ParseFromIPAddr (line 82) | func ParseFromIPAddr(ipNet *net.IPNet) (*IPv4Address, *IPv6Address, erro... FILE: vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go function ReadDelimited (line 38) | func ReadDelimited(r io.Reader, m proto.Message) (n int, err error) { FILE: vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go function WriteDelimited (line 30) | func WriteDelimited(w io.Writer, m proto.Message) (n int, err error) { FILE: vendor/github.com/opentracing/opentracing-go/ext.go type TracerContextWithSpanExtension (line 14) | type TracerContextWithSpanExtension interface FILE: vendor/github.com/opentracing/opentracing-go/ext/field.go function LogError (line 9) | func LogError(span opentracing.Span, err error, fields ...log.Field) { FILE: vendor/github.com/opentracing/opentracing-go/ext/tags.go type SpanKindEnum (line 136) | type SpanKindEnum type spanKindTagName (line 138) | type spanKindTagName method Set (line 141) | func (tag spanKindTagName) Set(span opentracing.Span, value SpanKindEn... type rpcServerOption (line 145) | type rpcServerOption struct method Apply (line 149) | func (r rpcServerOption) Apply(o *opentracing.StartSpanOptions) { function RPCServerOption (line 160) | func RPCServerOption(client opentracing.SpanContext) opentracing.StartSp... type StringTagName (line 167) | type StringTagName method Set (line 170) | func (tag StringTagName) Set(span opentracing.Span, value string) { type Uint32TagName (line 177) | type Uint32TagName method Set (line 180) | func (tag Uint32TagName) Set(span opentracing.Span, value uint32) { type Uint16TagName (line 187) | type Uint16TagName method Set (line 190) | func (tag Uint16TagName) Set(span opentracing.Span, value uint16) { type BoolTagName (line 197) | type BoolTagName method Set (line 200) | func (tag BoolTagName) Set(span opentracing.Span, value bool) { type IPv4TagName (line 205) | type IPv4TagName method Set (line 208) | func (tag IPv4TagName) Set(span opentracing.Span, value uint32) { method SetString (line 213) | func (tag IPv4TagName) SetString(span opentracing.Span, value string) { FILE: vendor/github.com/opentracing/opentracing-go/globaltracer.go type registeredTracer (line 3) | type registeredTracer struct function SetGlobalTracer (line 18) | func SetGlobalTracer(tracer Tracer) { function GlobalTracer (line 25) | func GlobalTracer() Tracer { function StartSpan (line 30) | func StartSpan(operationName string, opts ...StartSpanOption) Span { function InitGlobalTracer (line 35) | func InitGlobalTracer(tracer Tracer) { function IsGlobalTracerRegistered (line 40) | func IsGlobalTracerRegistered() bool { FILE: vendor/github.com/opentracing/opentracing-go/gocontext.go type contextKey (line 5) | type contextKey struct function ContextWithSpan (line 11) | func ContextWithSpan(ctx context.Context, span Span) context.Context { function SpanFromContext (line 26) | func SpanFromContext(ctx context.Context) Span { function StartSpanFromContext (line 48) | func StartSpanFromContext(ctx context.Context, operationName string, opt... function StartSpanFromContextWithTracer (line 59) | func StartSpanFromContextWithTracer(ctx context.Context, tracer Tracer, ... FILE: vendor/github.com/opentracing/opentracing-go/log/field.go type fieldType (line 8) | type fieldType constant stringType (line 11) | stringType fieldType = iota constant boolType (line 12) | boolType constant intType (line 13) | intType constant int32Type (line 14) | int32Type constant uint32Type (line 15) | uint32Type constant int64Type (line 16) | int64Type constant uint64Type (line 17) | uint64Type constant float32Type (line 18) | float32Type constant float64Type (line 19) | float64Type constant errorType (line 20) | errorType constant objectType (line 21) | objectType constant lazyLoggerType (line 22) | lazyLoggerType constant noopType (line 23) | noopType type Field (line 32) | type Field struct method Marshal (line 209) | func (lf Field) Marshal(visitor Encoder) { method Key (line 245) | func (lf Field) Key() string { method Value (line 250) | func (lf Field) Value() interface{} { method String (line 280) | func (lf Field) String() string { function String (line 41) | func String(key, val string) Field { function Bool (line 50) | func Bool(key string, val bool) Field { function Int (line 63) | func Int(key string, val int) Field { function Int32 (line 72) | func Int32(key string, val int32) Field { function Int64 (line 81) | func Int64(key string, val int64) Field { function Uint32 (line 90) | func Uint32(key string, val uint32) Field { function Uint64 (line 99) | func Uint64(key string, val uint64) Field { function Float32 (line 108) | func Float32(key string, val float32) Field { function Float64 (line 117) | func Float64(key string, val float64) Field { function Error (line 126) | func Error(err error) Field { function Object (line 138) | func Object(key string, obj interface{}) Field { function Event (line 147) | func Event(val string) Field { function Message (line 152) | func Message(val string) Field { type LazyLogger (line 157) | type LazyLogger function Lazy (line 162) | func Lazy(ll LazyLogger) Field { function Noop (line 182) | func Noop() Field { type Encoder (line 193) | type Encoder interface FILE: vendor/github.com/opentracing/opentracing-go/log/util.go function InterleavedKVToFields (line 10) | func InterleavedKVToFields(keyValues ...interface{}) ([]Field, error) { FILE: vendor/github.com/opentracing/opentracing-go/noop.go type NoopTracer (line 18) | type NoopTracer struct method StartSpan (line 52) | func (n NoopTracer) StartSpan(operationName string, opts ...StartSpanO... method Inject (line 57) | func (n NoopTracer) Inject(sp SpanContext, format interface{}, carrier... method Extract (line 62) | func (n NoopTracer) Extract(format interface{}, carrier interface{}) (... type noopSpan (line 20) | type noopSpan struct method Context (line 37) | func (n noopSpan) Context() SpanContext ... method SetBaggageItem (line 38) | func (n noopSpan) SetBaggageItem(key, val string) Span ... method BaggageItem (line 39) | func (n noopSpan) BaggageItem(key string) string ... method SetTag (line 40) | func (n noopSpan) SetTag(key string, value interface{}) Span ... method LogFields (line 41) | func (n noopSpan) LogFields(fields ...log.Field) ... method LogKV (line 42) | func (n noopSpan) LogKV(keyVals ...interface{}) ... method Finish (line 43) | func (n noopSpan) Finish() ... method FinishWithOptions (line 44) | func (n noopSpan) FinishWithOptions(opts FinishOptions) ... method SetOperationName (line 45) | func (n noopSpan) SetOperationName(operationName string) Span ... method Tracer (line 46) | func (n noopSpan) Tracer() Tracer ... method LogEvent (line 47) | func (n noopSpan) LogEvent(event string) ... method LogEventWithPayload (line 48) | func (n noopSpan) LogEventWithPayload(event string, payload interface{... method Log (line 49) | func (n noopSpan) Log(data LogData) ... type noopSpanContext (line 21) | type noopSpanContext struct method ForeachBaggageItem (line 34) | func (n noopSpanContext) ForeachBaggageItem(handler func(k, v string) ... constant emptyString (line 30) | emptyString = "" FILE: vendor/github.com/opentracing/opentracing-go/propagation.go type BuiltinFormat (line 44) | type BuiltinFormat constant Binary (line 52) | Binary BuiltinFormat = iota constant TextMap (line 62) | TextMap constant HTTPHeaders (line 89) | HTTPHeaders type TextMapWriter (line 95) | type TextMapWriter interface type TextMapReader (line 109) | type TextMapReader interface type TextMapCarrier (line 126) | type TextMapCarrier method ForeachKey (line 129) | func (c TextMapCarrier) ForeachKey(handler func(key, val string) error... method Set (line 139) | func (c TextMapCarrier) Set(key, val string) { type HTTPHeadersCarrier (line 158) | type HTTPHeadersCarrier method Set (line 161) | func (c HTTPHeadersCarrier) Set(key, val string) { method ForeachKey (line 167) | func (c HTTPHeadersCarrier) ForeachKey(handler func(key, val string) e... FILE: vendor/github.com/opentracing/opentracing-go/span.go type SpanContext (line 11) | type SpanContext interface type Span (line 27) | type Span interface type LogRecord (line 127) | type LogRecord struct type FinishOptions (line 134) | type FinishOptions struct type LogData (line 161) | type LogData struct method ToLogRecord (line 168) | func (ld *LogData) ToLogRecord() LogRecord { FILE: vendor/github.com/opentracing/opentracing-go/tracer.go type Tracer (line 7) | type Tracer interface type StartSpanOptions (line 132) | type StartSpanOptions struct type StartSpanOption (line 153) | type StartSpanOption interface type SpanReferenceType (line 165) | type SpanReferenceType constant ChildOfRef (line 180) | ChildOfRef SpanReferenceType = iota constant FollowsFromRef (line 206) | FollowsFromRef type SpanReference (line 220) | type SpanReference struct method Apply (line 226) | func (r SpanReference) Apply(o *StartSpanOptions) { function ChildOf (line 236) | func ChildOf(sc SpanContext) SpanReference { function FollowsFrom (line 248) | func FollowsFrom(sc SpanContext) SpanReference { type StartTime (line 257) | type StartTime method Apply (line 260) | func (t StartTime) Apply(o *StartSpanOptions) { type Tags (line 267) | type Tags method Apply (line 270) | func (t Tags) Apply(o *StartSpanOptions) { type Tag (line 288) | type Tag struct method Apply (line 294) | func (t Tag) Apply(o *StartSpanOptions) { method Set (line 302) | func (t Tag) Set(s Span) { FILE: vendor/github.com/pkg/errors/errors.go function New (line 102) | func New(message string) error { function Errorf (line 112) | func Errorf(format string, args ...interface{}) error { type fundamental (line 120) | type fundamental struct method Error (line 125) | func (f *fundamental) Error() string { return f.msg } method Format (line 127) | func (f *fundamental) Format(s fmt.State, verb rune) { function WithStack (line 145) | func WithStack(err error) error { type withStack (line 155) | type withStack struct method Cause (line 160) | func (w *withStack) Cause() error { return w.error } method Unwrap (line 163) | func (w *withStack) Unwrap() error { return w.error } method Format (line 165) | func (w *withStack) Format(s fmt.State, verb rune) { function Wrap (line 184) | func Wrap(err error, message string) error { function Wrapf (line 201) | func Wrapf(err error, format string, args ...interface{}) error { function WithMessage (line 217) | func WithMessage(err error, message string) error { function WithMessagef (line 229) | func WithMessagef(err error, format string, args ...interface{}) error { type withMessage (line 239) | type withMessage struct method Error (line 244) | func (w *withMessage) Error() string { return w.msg + ": " + w.cause.E... method Cause (line 245) | func (w *withMessage) Cause() error { return w.cause } method Unwrap (line 248) | func (w *withMessage) Unwrap() error { return w.cause } method Format (line 250) | func (w *withMessage) Format(s fmt.State, verb rune) { function Cause (line 275) | func Cause(err error) error { FILE: vendor/github.com/pkg/errors/go113.go function Is (line 16) | func Is(err, target error) bool { return stderrors.Is(err, target) } function As (line 31) | func As(err error, target interface{}) bool { return stderrors.As(err, t... function Unwrap (line 36) | func Unwrap(err error) error { FILE: vendor/github.com/pkg/errors/stack.go type Frame (line 15) | type Frame method pc (line 19) | func (f Frame) pc() uintptr { return uintptr(f) - 1 } method file (line 23) | func (f Frame) file() string { method line (line 34) | func (f Frame) line() int { method name (line 44) | func (f Frame) name() string { method Format (line 64) | func (f Frame) Format(s fmt.State, verb rune) { method MarshalText (line 88) | func (f Frame) MarshalText() ([]byte, error) { type StackTrace (line 97) | type StackTrace method Format (line 107) | func (st StackTrace) Format(s fmt.State, verb rune) { method formatSlice (line 128) | func (st StackTrace) formatSlice(s fmt.State, verb rune) { type stack (line 140) | type stack method Format (line 142) | func (s *stack) Format(st fmt.State, verb rune) { method StackTrace (line 155) | func (s *stack) StackTrace() StackTrace { function callers (line 163) | func callers() *stack { function funcname (line 172) | func funcname(name string) string { FILE: vendor/github.com/pmezard/go-difflib/difflib/difflib.go function min (line 26) | func min(a, b int) int { function max (line 33) | func max(a, b int) int { function calculateRatio (line 40) | func calculateRatio(matches, length int) float64 { type Match (line 47) | type Match struct type OpCode (line 53) | type OpCode struct type SequenceMatcher (line 87) | type SequenceMatcher struct method SetSeqs (line 115) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 129) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 140) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 151) | func (m *SequenceMatcher) chainB() { method isBJunk (line 192) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 221) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 305) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 373) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 413) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 465) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 477) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 509) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 100) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 106) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 515) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 529) | type UnifiedDiff struct function WriteUnifiedDiff (line 559) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 635) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function formatRangeContext (line 642) | func formatRangeContext(start, stop int) string { type ContextDiff (line 655) | type ContextDiff function WriteContextDiff (line 674) | func WriteContextDiff(writer io.Writer, diff ContextDiff) error { function GetContextDiffString (line 760) | func GetContextDiffString(diff ContextDiff) (string, error) { function SplitLines (line 768) | func SplitLines(s string) []string { FILE: vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go function NewBuildInfoCollector (line 22) | func NewBuildInfoCollector() Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/collector.go type Collector (line 27) | type Collector interface function DescribeByCollect (line 87) | func DescribeByCollect(c Collector, descs chan<- *Desc) { type selfCollector (line 101) | type selfCollector struct method init (line 108) | func (c *selfCollector) init(self Metric) { method Describe (line 113) | func (c *selfCollector) Describe(ch chan<- *Desc) { method Collect (line 118) | func (c *selfCollector) Collect(ch chan<- Metric) { type collectorMetric (line 125) | type collectorMetric interface FILE: vendor/github.com/prometheus/client_golang/prometheus/counter.go type Counter (line 34) | type Counter interface type ExemplarAdder (line 55) | type ExemplarAdder interface type CounterOpts (line 60) | type CounterOpts function NewCounter (line 74) | func NewCounter(opts CounterOpts) Counter { type counter (line 86) | type counter struct method Desc (line 103) | func (c *counter) Desc() *Desc { method Add (line 107) | func (c *counter) Add(v float64) { method AddWithExemplar (line 127) | func (c *counter) AddWithExemplar(v float64, e Labels) { method Inc (line 132) | func (c *counter) Inc() { method get (line 136) | func (c *counter) get() float64 { method Write (line 142) | func (c *counter) Write(out *dto.Metric) error { method updateExemplar (line 154) | func (c *counter) updateExemplar(v float64, l Labels) { type CounterVec (line 170) | type CounterVec struct method GetMetricWithLabelValues (line 218) | func (v *CounterVec) GetMetricWithLabelValues(lvs ...string) (Counter,... method GetMetricWith (line 238) | func (v *CounterVec) GetMetricWith(labels Labels) (Counter, error) { method WithLabelValues (line 251) | func (v *CounterVec) WithLabelValues(lvs ...string) Counter { method With (line 263) | func (v *CounterVec) With(labels Labels) Counter { method CurryWith (line 284) | func (v *CounterVec) CurryWith(labels Labels) (*CounterVec, error) { method MustCurryWith (line 294) | func (v *CounterVec) MustCurryWith(labels Labels) *CounterVec { function NewCounterVec (line 176) | func NewCounterVec(opts CounterOpts, labelNames []string) *CounterVec { type CounterFunc (line 306) | type CounterFunc interface function NewCounterFunc (line 321) | func NewCounterFunc(opts CounterOpts, function func() float64) CounterFu... FILE: vendor/github.com/prometheus/client_golang/prometheus/desc.go type Desc (line 49) | type Desc struct method String (line 174) | func (d *Desc) String() string { function NewDesc (line 82) | func NewDesc(fqName, help string, variableLabels []string, constLabels L... function NewInvalidDesc (line 168) | func NewInvalidDesc(err error) *Desc { FILE: vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go type expvarCollector (line 21) | type expvarCollector struct method Describe (line 36) | func (e *expvarCollector) Describe(ch chan<- *Desc) { method Collect (line 43) | func (e *expvarCollector) Collect(ch chan<- Metric) { function NewExpvarCollector (line 29) | func NewExpvarCollector(exports map[string]*Desc) Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/fnv.go constant offset64 (line 19) | offset64 = 14695981039346656037 constant prime64 (line 20) | prime64 = 1099511628211 function hashNew (line 24) | func hashNew() uint64 { function hashAdd (line 29) | func hashAdd(h uint64, s string) uint64 { function hashAddByte (line 38) | func hashAddByte(h uint64, b byte) uint64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/gauge.go type Gauge (line 32) | type Gauge interface type GaugeOpts (line 56) | type GaugeOpts function NewGauge (line 66) | func NewGauge(opts GaugeOpts) Gauge { type gauge (line 78) | type gauge struct method Desc (line 90) | func (g *gauge) Desc() *Desc { method Set (line 94) | func (g *gauge) Set(val float64) { method SetToCurrentTime (line 98) | func (g *gauge) SetToCurrentTime() { method Inc (line 102) | func (g *gauge) Inc() { method Dec (line 106) | func (g *gauge) Dec() { method Add (line 110) | func (g *gauge) Add(val float64) { method Sub (line 120) | func (g *gauge) Sub(val float64) { method Write (line 124) | func (g *gauge) Write(out *dto.Metric) error { type GaugeVec (line 134) | type GaugeVec struct method GetMetricWithLabelValues (line 182) | func (v *GaugeVec) GetMetricWithLabelValues(lvs ...string) (Gauge, err... method GetMetricWith (line 202) | func (v *GaugeVec) GetMetricWith(labels Labels) (Gauge, error) { method WithLabelValues (line 215) | func (v *GaugeVec) WithLabelValues(lvs ...string) Gauge { method With (line 227) | func (v *GaugeVec) With(labels Labels) Gauge { method CurryWith (line 248) | func (v *GaugeVec) CurryWith(labels Labels) (*GaugeVec, error) { method MustCurryWith (line 258) | func (v *GaugeVec) MustCurryWith(labels Labels) *GaugeVec { function NewGaugeVec (line 140) | func NewGaugeVec(opts GaugeOpts, labelNames []string) *GaugeVec { type GaugeFunc (line 270) | type GaugeFunc interface function NewGaugeFunc (line 284) | func NewGaugeFunc(opts GaugeOpts, function func() float64) GaugeFunc { FILE: vendor/github.com/prometheus/client_golang/prometheus/get_pid.go function getPIDFn (line 21) | func getPIDFn() func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go function getPIDFn (line 19) | func getPIDFn() func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector.go function goRuntimeMemStats (line 26) | func goRuntimeMemStats() memStatsMetrics { type baseGoCollector (line 208) | type baseGoCollector struct method Describe (line 242) | func (c *baseGoCollector) Describe(ch chan<- *Desc) { method Collect (line 251) | func (c *baseGoCollector) Collect(ch chan<- Metric) { function newBaseGoCollector (line 216) | func newBaseGoCollector() baseGoCollector { function memstatNamespace (line 271) | func memstatNamespace(s string) string { type memStatsMetrics (line 277) | type memStatsMetrics FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go type goCollector (line 25) | type goCollector struct method Describe (line 69) | func (c *goCollector) Describe(ch chan<- *Desc) { method Collect (line 77) | func (c *goCollector) Collect(ch chan<- Metric) { method msCollect (line 118) | func (c *goCollector) msCollect(ch chan<- Metric, ms *runtime.MemStats) { function NewGoCollector (line 42) | func NewGoCollector() Collector { FILE: vendor/github.com/prometheus/client_golang/prometheus/go_collector_latest.go constant goGCHeapTinyAllocsObjects (line 35) | goGCHeapTinyAllocsObjects = "/gc/heap/tiny/allocs:objects" constant goGCHeapAllocsObjects (line 36) | goGCHeapAllocsObjects = "/gc/heap/allocs:objects" constant goGCHeapFreesObjects (line 37) | goGCHeapFreesObjects = "/gc/heap/frees:objects" constant goGCHeapFreesBytes (line 38) | goGCHeapFreesBytes = "/gc/heap/frees:bytes" constant goGCHeapAllocsBytes (line 39) | goGCHeapAllocsBytes = "/gc/heap/allocs:bytes" constant goGCHeapObjects (line 40) | goGCHeapObjects = "/gc/heap/objects:objects" constant goGCHeapGoalBytes (line 41) | goGCHeapGoalBytes = "/gc/heap/goal:bytes" constant goMemoryClassesTotalBytes (line 42) | goMemoryClassesTotalBytes = "/memory/classes/total:bytes" constant goMemoryClassesHeapObjectsBytes (line 43) | goMemoryClassesHeapObjectsBytes = "/memory/classes/heap/objects:... constant goMemoryClassesHeapUnusedBytes (line 44) | goMemoryClassesHeapUnusedBytes = "/memory/classes/heap/unused:b... constant goMemoryClassesHeapReleasedBytes (line 45) | goMemoryClassesHeapReleasedBytes = "/memory/classes/heap/released... constant goMemoryClassesHeapFreeBytes (line 46) | goMemoryClassesHeapFreeBytes = "/memory/classes/heap/free:bytes" constant goMemoryClassesHeapStacksBytes (line 47) | goMemoryClassesHeapStacksBytes = "/memory/classes/heap/stacks:b... constant goMemoryClassesOSStacksBytes (line 48) | goMemoryClassesOSStacksBytes = "/memory/classes/os-stacks:bytes" constant goMemoryClassesMetadataMSpanInuseBytes (line 49) | goMemoryClassesMetadataMSpanInuseBytes = "/memory/classes/metadata/mspa... constant goMemoryClassesMetadataMSPanFreeBytes (line 50) | goMemoryClassesMetadataMSPanFreeBytes = "/memory/classes/metadata/mspa... constant goMemoryClassesMetadataMCacheInuseBytes (line 51) | goMemoryClassesMetadataMCacheInuseBytes = "/memory/classes/metadata/mcac... constant goMemoryClassesMetadataMCacheFreeBytes (line 52) | goMemoryClassesMetadataMCacheFreeBytes = "/memory/classes/metadata/mcac... constant goMemoryClassesProfilingBucketsBytes (line 53) | goMemoryClassesProfilingBucketsBytes = "/memory/classes/profiling/buc... constant goMemoryClassesMetadataOtherBytes (line 54) | goMemoryClassesMetadataOtherBytes = "/memory/classes/metadata/othe... constant goMemoryClassesOtherBytes (line 55) | goMemoryClassesOtherBytes = "/memory/classes/other:bytes" function bestEffortLookupRM (line 82) | func bestEffortLookupRM(lookup []string) []metrics.Description { type goCollector (line 94) | type goCollector struct method Describe (line 289) | func (c *goCollector) Describe(ch chan<- *Desc) { method Collect (line 300) | func (c *goCollector) Collect(ch chan<- Metric) { method exactSumFor (line 396) | func (c *goCollector) exactSumFor(rmName string) float64 { type rmMetricDesc (line 122) | type rmMetricDesc struct function matchRuntimeMetricsRules (line 126) | func matchRuntimeMetricsRules(rules []internal.GoCollectorRule) []rmMetr... function defaultGoCollectorOptions (line 150) | func defaultGoCollectorOptions() internal.GoCollectorOptions { function NewGoCollector (line 166) | func NewGoCollector(opts ...func(o *internal.GoCollectorOptions)) Collec... function unwrapScalarRMValue (line 369) | func unwrapScalarRMValue(v metrics.Value) float64 { function memStatsFromRM (line 408) | func memStatsFromRM(ms *runtime.MemStats, rm map[string]*metrics.Sample) { type batchHistogram (line 457) | type batchHistogram struct method update (line 503) | func (h *batchHistogram) update(his *metrics.Float64Histogram, sum flo... method Desc (line 526) | func (h *batchHistogram) Desc() *Desc { method Write (line 530) | func (h *batchHistogram) Write(out *dto.Metric) error { function newBatchHistogram (line 479) | func newBatchHistogram(desc *Desc, buckets []float64, hasSum bool) *batc... FILE: vendor/github.com/prometheus/client_golang/prometheus/histogram.go type Histogram (line 243) | type Histogram interface constant bucketLabel (line 259) | bucketLabel = "le" constant DefNativeHistogramZeroThreshold (line 272) | DefNativeHistogramZeroThreshold = 2.938735877055719e-39 constant NativeHistogramZeroThresholdZero (line 277) | NativeHistogramZeroThresholdZero = -1 function LinearBuckets (line 289) | func LinearBuckets(start, width float64, count int) []float64 { function ExponentialBuckets (line 309) | func ExponentialBuckets(start, factor float64, count int) []float64 { function ExponentialBucketsRange (line 333) | func ExponentialBucketsRange(min, max float64, count int) []float64 { type HistogramOpts (line 359) | type HistogramOpts struct function NewHistogram (line 478) | func NewHistogram(opts HistogramOpts) Histogram { function newHistogram (line 490) | func newHistogram(desc *Desc, opts HistogramOpts, labelValues ...string)... type histogramCounts (line 563) | type histogramCounts struct method observe (line 605) | func (hc *histogramCounts) observe(v float64, bucket int, doSparse boo... type histogram (line 658) | type histogram struct method Desc (line 702) | func (h *histogram) Desc() *Desc { method Observe (line 706) | func (h *histogram) Observe(v float64) { method ObserveWithExemplar (line 710) | func (h *histogram) ObserveWithExemplar(v float64, e Labels) { method Write (line 716) | func (h *histogram) Write(out *dto.Metric) error { method findBucket (line 785) | func (h *histogram) findBucket(v float64) int { method observe (line 799) | func (h *histogram) observe(v float64, bucket int) { method limitBuckets (line 818) | func (h *histogram) limitBuckets(counts *histogramCounts, value float6... method maybeReset (line 853) | func (h *histogram) maybeReset(hot, cold *histogramCounts, coldIdx uin... method maybeWidenZeroBucket (line 880) | func (h *histogram) maybeWidenZeroBucket(hot, cold *histogramCounts) b... method doubleBucketWidth (line 950) | func (h *histogram) doubleBucketWidth(hot, cold *histogramCounts) { method resetCounts (line 998) | func (h *histogram) resetCounts(counts *histogramCounts) { method updateExemplar (line 1014) | func (h *histogram) updateExemplar(v float64, bucket int, l Labels) { type HistogramVec (line 1030) | type HistogramVec struct method GetMetricWithLabelValues (line 1074) | func (v *HistogramVec) GetMetricWithLabelValues(lvs ...string) (Observ... method GetMetricWith (line 1094) | func (v *HistogramVec) GetMetricWith(labels Labels) (Observer, error) { method WithLabelValues (line 1107) | func (v *HistogramVec) WithLabelValues(lvs ...string) Observer { method With (line 1119) | func (v *HistogramVec) With(labels Labels) Observer { method CurryWith (line 1140) | func (v *HistogramVec) CurryWith(labels Labels) (ObserverVec, error) { method MustCurryWith (line 1150) | func (v *HistogramVec) MustCurryWith(labels Labels) ObserverVec { function NewHistogramVec (line 1036) | func NewHistogramVec(opts HistogramOpts, labelNames []string) *Histogram... type constHistogram (line 1158) | type constHistogram struct method Desc (line 1166) | func (h *constHistogram) Desc() *Desc { method Write (line 1170) | func (h *constHistogram) Write(out *dto.Metric) error { function NewConstHistogram (line 1208) | func NewConstHistogram( function MustNewConstHistogram (line 1232) | func MustNewConstHistogram( type buckSort (line 1246) | type buckSort method Len (line 1248) | func (s buckSort) Len() int { method Swap (line 1252) | func (s buckSort) Swap(i, j int) { method Less (line 1256) | func (s buckSort) Less(i, j int) bool { function pickSchema (line 1266) | func pickSchema(bucketFactor float64) int32 { function makeBuckets (line 1281) | func makeBuckets(buckets *sync.Map) ([]*dto.BucketSpan, []int64) { function addToBucket (line 1338) | func addToBucket(buckets *sync.Map, key int, increment int64) bool { function addAndReset (line 1360) | func addAndReset(hotBuckets *sync.Map, bucketNumber *uint32) func(k, v i... function deleteSyncMap (line 1371) | func deleteSyncMap(m *sync.Map) { function findSmallestKey (line 1378) | func findSmallestKey(m *sync.Map) int { function getLe (line 1390) | func getLe(key int, schema int32) float64 { function waitForCooldown (line 1445) | func waitForCooldown(count uint64, counts *histogramCounts) { function atomicAddFloat (line 1453) | func atomicAddFloat(bits *uint64, v float64) { function atomicDecUint32 (line 1465) | func atomicDecUint32(p *uint32) { function addAndResetCounts (line 1472) | func addAndResetCounts(hot, cold *histogramCounts) { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/almost_equal.go function AlmostEqualFloat64 (line 36) | func AlmostEqualFloat64(a, b, epsilon float64) bool { function AlmostEqualFloat64s (line 50) | func AlmostEqualFloat64s(a, b []float64, epsilon float64) bool { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.go function min (line 28) | func min(a, b int) int { function max (line 35) | func max(a, b int) int { function calculateRatio (line 42) | func calculateRatio(matches, length int) float64 { type Match (line 49) | type Match struct type OpCode (line 55) | type OpCode struct type SequenceMatcher (line 89) | type SequenceMatcher struct method SetSeqs (line 117) | func (m *SequenceMatcher) SetSeqs(a, b []string) { method SetSeq1 (line 131) | func (m *SequenceMatcher) SetSeq1(a []string) { method SetSeq2 (line 142) | func (m *SequenceMatcher) SetSeq2(b []string) { method chainB (line 153) | func (m *SequenceMatcher) chainB() { method isBJunk (line 194) | func (m *SequenceMatcher) isBJunk(s string) bool { method findLongestMatch (line 226) | func (m *SequenceMatcher) findLongestMatch(alo, ahi, blo, bhi int) Mat... method GetMatchingBlocks (line 310) | func (m *SequenceMatcher) GetMatchingBlocks() []Match { method GetOpCodes (line 378) | func (m *SequenceMatcher) GetOpCodes() []OpCode { method GetGroupedOpCodes (line 418) | func (m *SequenceMatcher) GetGroupedOpCodes(n int) [][]OpCode { method Ratio (line 472) | func (m *SequenceMatcher) Ratio() float64 { method QuickRatio (line 484) | func (m *SequenceMatcher) QuickRatio() float64 { method RealQuickRatio (line 516) | func (m *SequenceMatcher) RealQuickRatio() float64 { function NewMatcher (line 102) | func NewMatcher(a, b []string) *SequenceMatcher { function NewMatcherWithJunk (line 108) | func NewMatcherWithJunk(a, b []string, autoJunk bool, function formatRangeUnified (line 522) | func formatRangeUnified(start, stop int) string { type UnifiedDiff (line 536) | type UnifiedDiff struct function WriteUnifiedDiff (line 566) | func WriteUnifiedDiff(writer io.Writer, diff UnifiedDiff) error { function GetUnifiedDiffString (line 642) | func GetUnifiedDiffString(diff UnifiedDiff) (string, error) { function SplitLines (line 650) | func SplitLines(s string) []string { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/go_collector_options.go type GoCollectorRule (line 18) | type GoCollectorRule struct type GoCollectorOptions (line 28) | type GoCollectorOptions struct FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go function RuntimeMetricsToProm (line 39) | func RuntimeMetricsToProm(d *metrics.Description) (string, string, strin... function RuntimeMetricsBucketsForUnit (line 84) | func RuntimeMetricsBucketsForUnit(buckets []float64, unit string) []floa... function reBucketExp (line 110) | func reBucketExp(buckets []float64, base float64) []float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go type LabelPairSorter (line 24) | type LabelPairSorter method Len (line 26) | func (s LabelPairSorter) Len() int { method Swap (line 30) | func (s LabelPairSorter) Swap(i, j int) { method Less (line 34) | func (s LabelPairSorter) Less(i, j int) bool { type MetricSorter (line 39) | type MetricSorter method Len (line 41) | func (s MetricSorter) Len() int { method Swap (line 45) | func (s MetricSorter) Swap(i, j int) { method Less (line 49) | func (s MetricSorter) Less(i, j int) bool { function NormalizeMetricFamilies (line 85) | func NormalizeMetricFamilies(metricFamiliesByName map[string]*dto.Metric... FILE: vendor/github.com/prometheus/client_golang/prometheus/labels.go type Labels (line 33) | type Labels constant reservedLabelPrefix (line 37) | reservedLabelPrefix = "__" function makeInconsistentCardinalityError (line 41) | func makeInconsistentCardinalityError(fqName string, labels, labelValues... function validateValuesInLabels (line 50) | func validateValuesInLabels(labels Labels, expectedNumberOfValues int) e... function validateLabelValues (line 68) | func validateLabelValues(vals []string, expectedNumberOfValues int) error { function checkLabelName (line 86) | func checkLabelName(l string) bool { FILE: vendor/github.com/prometheus/client_golang/prometheus/metric.go type Metric (line 35) | type Metric interface type Opts (line 70) | type Opts struct function BuildFQName (line 106) | func BuildFQName(namespace, subsystem, name string) string { type invalidMetric (line 121) | type invalidMetric struct method Desc (line 133) | func (m *invalidMetric) Desc() *Desc { return m.desc } method Write (line 135) | func (m *invalidMetric) Write(*dto.Metric) error { return m.err } function NewInvalidMetric (line 129) | func NewInvalidMetric(desc *Desc, err error) Metric { type timestampedMetric (line 137) | type timestampedMetric struct method Write (line 142) | func (m timestampedMetric) Write(pb *dto.Metric) error { function NewMetricWithTimestamp (line 161) | func NewMetricWithTimestamp(t time.Time, m Metric) Metric { type withExemplarsMetric (line 165) | type withExemplarsMetric struct method Write (line 171) | func (m *withExemplarsMetric) Write(pb *dto.Metric) error { type Exemplar (line 206) | type Exemplar struct function NewMetricWithExemplars (line 224) | func NewMetricWithExemplars(m Metric, exemplars ...Exemplar) (Metric, er... function MustNewMetricWithExemplars (line 250) | func MustNewMetricWithExemplars(m Metric, exemplars ...Exemplar) Metric { FILE: vendor/github.com/prometheus/client_golang/prometheus/num_threads.go function getRuntimeNumThreads (line 22) | func getRuntimeNumThreads() float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/num_threads_gopherjs.go function getRuntimeNumThreads (line 20) | func getRuntimeNumThreads() float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/observer.go type Observer (line 18) | type Observer interface type ObserverFunc (line 35) | type ObserverFunc method Observe (line 38) | func (f ObserverFunc) Observe(value float64) { type ObserverVec (line 43) | type ObserverVec interface type ExemplarObserver (line 62) | type ExemplarObserver interface FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector.go type processCollector (line 24) | type processCollector struct method Describe (line 124) | func (c *processCollector) Describe(ch chan<- *Desc) { method Collect (line 135) | func (c *processCollector) Collect(ch chan<- Metric) { method reportError (line 139) | func (c *processCollector) reportError(ch chan<- Metric, desc *Desc, e... type ProcessCollectorOpts (line 37) | type ProcessCollectorOpts struct function NewProcessCollector (line 60) | func NewProcessCollector(opts ProcessCollectorOpts) Collector { function NewPidFileFn (line 151) | func NewPidFileFn(pidFilePath string) func() (int, error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_js.go function canCollectProcess (line 19) | func canCollectProcess() bool { method processCollect (line 23) | func (c *processCollector) processCollect(ch chan<- Metric) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go function canCollectProcess (line 23) | func canCollectProcess() bool { method processCollect (line 28) | func (c *processCollector) processCollect(ch chan<- Metric) { FILE: vendor/github.com/prometheus/client_golang/prometheus/process_collector_windows.go function canCollectProcess (line 23) | func canCollectProcess() bool { type processMemoryCounters (line 35) | type processMemoryCounters struct function getProcessMemoryInfo (line 54) | func getProcessMemoryInfo(handle windows.Handle) (processMemoryCounters,... function getProcessHandleCount (line 68) | func getProcessHandleCount(handle windows.Handle) (uint32, error) { method processCollect (line 81) | func (c *processCollector) processCollect(ch chan<- Metric) { function fileTimeToSeconds (line 114) | func fileTimeToSeconds(ft windows.Filetime) float64 { FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go constant closeNotifier (line 24) | closeNotifier = 1 << iota constant flusher (line 25) | flusher constant hijacker (line 26) | hijacker constant readerFrom (line 27) | readerFrom constant pusher (line 28) | pusher type delegator (line 31) | type delegator interface type responseWriterDelegator (line 38) | type responseWriterDelegator struct method Status (line 47) | func (r *responseWriterDelegator) Status() int { method Written (line 51) | func (r *responseWriterDelegator) Written() int64 { method WriteHeader (line 55) | func (r *responseWriterDelegator) WriteHeader(code int) { method Write (line 68) | func (r *responseWriterDelegator) Write(b []byte) (int, error) { type closeNotifierDelegator (line 80) | type closeNotifierDelegator struct method CloseNotify (line 87) | func (d closeNotifierDelegator) CloseNotify() <-chan bool { type flusherDelegator (line 81) | type flusherDelegator struct method Flush (line 92) | func (d flusherDelegator) Flush() { type hijackerDelegator (line 82) | type hijackerDelegator struct method Hijack (line 101) | func (d hijackerDelegator) Hijack() (net.Conn, *bufio.ReadWriter, erro... type readerFromDelegator (line 83) | type readerFromDelegator struct method ReadFrom (line 105) | func (d readerFromDelegator) ReadFrom(re io.Reader) (int64, error) { type pusherDelegator (line 84) | type pusherDelegator struct method Push (line 116) | func (d pusherDelegator) Push(target string, opts *http.PushOptions) e... function init (line 122) | func init() { function newDelegator (line 349) | func newDelegator(w http.ResponseWriter, observeWriteHeaderFunc func(int... FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go constant contentTypeHeader (line 50) | contentTypeHeader = "Content-Type" constant contentEncodingHeader (line 51) | contentEncodingHeader = "Content-Encoding" constant acceptEncodingHeader (line 52) | acceptEncodingHeader = "Accept-Encoding" function Handler (line 75) | func Handler() http.Handler { function HandlerFor (line 87) | func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler { function HandlerForTransactional (line 94) | func HandlerForTransactional(reg prometheus.TransactionalGatherer, opts ... function InstrumentMetricHandler (line 242) | func InstrumentMetricHandler(reg prometheus.Registerer, handler http.Han... type HandlerErrorHandling (line 281) | type HandlerErrorHandling constant HTTPErrorOnError (line 293) | HTTPErrorOnError HandlerErrorHandling = iota constant ContinueOnError (line 303) | ContinueOnError constant PanicOnError (line 305) | PanicOnError type Logger (line 311) | type Logger interface type HandlerOpts (line 317) | type HandlerOpts struct function gzipAccepted (line 372) | func gzipAccepted(header http.Header) bool { function httpError (line 388) | func httpError(rsp http.ResponseWriter, err error) { FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go type RoundTripperFunc (line 28) | type RoundTripperFunc method RoundTrip (line 31) | func (rt RoundTripperFunc) RoundTrip(r *http.Request) (*http.Response,... function InstrumentRoundTripperInFlight (line 40) | func InstrumentRoundTripperInFlight(gauge prometheus.Gauge, next http.Ro... function InstrumentRoundTripperCounter (line 65) | func InstrumentRoundTripperCounter(counter *prometheus.CounterVec, next ... function InstrumentRoundTripperDuration (line 107) | func InstrumentRoundTripperDuration(obs prometheus.ObserverVec, next htt... type InstrumentTrace (line 134) | type InstrumentTrace struct function InstrumentRoundTripperTrace (line 163) | func InstrumentRoundTripperTrace(it *InstrumentTrace, next http.RoundTri... FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go constant magicString (line 29) | magicString = "zZgWfBxLqvG8kc8IMv3POi2Bb0tZI3vAnBx+gBaFi9FyPzB/CzKUer1yu... function observeWithExemplar (line 33) | func observeWithExemplar(obs prometheus.Observer, val float64, labels ma... function addWithExemplar (line 43) | func addWithExemplar(obs prometheus.Counter, val float64, labels map[str... function InstrumentHandlerInFlight (line 56) | func InstrumentHandlerInFlight(g prometheus.Gauge, next http.Handler) ht... function InstrumentHandlerDuration (line 84) | func InstrumentHandlerDuration(obs prometheus.ObserverVec, next http.Han... function InstrumentHandlerCounter (line 135) | func InstrumentHandlerCounter(counter *prometheus.CounterVec, next http.... function InstrumentHandlerTimeToWriteHeader (line 188) | func InstrumentHandlerTimeToWriteHeader(obs prometheus.ObserverVec, next... function InstrumentHandlerRequestSize (line 228) | func InstrumentHandlerRequestSize(obs prometheus.ObserverVec, next http.... function InstrumentHandlerResponseSize (line 278) | func InstrumentHandlerResponseSize(obs prometheus.ObserverVec, next http... function checkLabels (line 302) | func checkLabels(c prometheus.Collector) (code, method bool) { function isLabelCurried (line 363) | func isLabelCurried(c prometheus.Collector, label string) bool { function labels (line 387) | func labels(code, method bool, reqMethod string, status int, extraMethod... function computeApproximateRequestSize (line 403) | func computeApproximateRequestSize(r *http.Request) int { function sanitizeMethod (line 430) | func sanitizeMethod(m string, extraMethods ...string) string { function sanitizeCode (line 467) | func sanitizeCode(s int) string { FILE: vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go type Option (line 23) | type Option interface type options (line 28) | type options struct function defaultOptions (line 33) | func defaultOptions() *options { type optionApplyFunc (line 37) | type optionApplyFunc method apply (line 39) | func (o optionApplyFunc) apply(opt *options) { o(opt) } function WithExtraMethods (line 45) | func WithExtraMethods(methods ...string) Option { function WithExemplarFromContext (line 54) | func WithExemplarFromContext(getExemplarFn func(requestCtx context.Conte... FILE: vendor/github.com/prometheus/client_golang/prometheus/registry.go constant capMetricChan (line 40) | capMetricChan = 1000 constant capDescChan (line 41) | capDescChan = 10 function init (line 61) | func init() { function NewRegistry (line 68) | func NewRegistry() *Registry { function NewPedanticRegistry (line 86) | func NewPedanticRegistry() *Registry { type Registerer (line 97) | type Registerer interface type Gatherer (line 141) | type Gatherer interface function Register (line 168) | func Register(c Collector) error { function MustRegister (line 177) | func MustRegister(cs ...Collector) { function Unregister (line 186) | func Unregister(c Collector) bool { type GathererFunc (line 191) | type GathererFunc method Gather (line 194) | func (gf GathererFunc) Gather() ([]*dto.MetricFamily, error) { type AlreadyRegisteredError (line 206) | type AlreadyRegisteredError struct method Error (line 210) | func (err AlreadyRegisteredError) Error() string { type MultiError (line 216) | type MultiError method Error (line 220) | func (errs MultiError) Error() string { method Append (line 233) | func (errs *MultiError) Append(err error) { method MaybeUnwrap (line 243) | func (errs MultiError) MaybeUnwrap() error { type Registry (line 261) | type Registry struct method Register (line 271) | func (r *Registry) Register(c Collector) error { method Unregister (line 366) | func (r *Registry) Unregister(c Collector) bool { method MustRegister (line 403) | func (r *Registry) MustRegister(cs ...Collector) { method Gather (line 412) | func (r *Registry) Gather() ([]*dto.MetricFamily, error) { method Describe (line 563) | func (r *Registry) Describe(ch chan<- *Desc) { method Collect (line 575) | func (r *Registry) Collect(ch chan<- Metric) { function WriteToTextfile (line 593) | func WriteToTextfile(filename string, g Gatherer) error { function processMetric (line 620) | func processMetric( type Gatherers (line 743) | type Gatherers method Gather (line 746) | func (gs Gatherers) Gather() ([]*dto.MetricFamily, error) { function checkSuffixCollisions (line 808) | func checkSuffixCollisions(mf *dto.MetricFamily, mfs map[string]*dto.Met... function checkMetricConsistency (line 869) | func checkMetricConsistency( function checkDescConsistency (line 947) | func checkDescConsistency( type MultiTRegistry (line 995) | type MultiTRegistry struct method Gather (line 1007) | func (r *MultiTRegistry) Gather() (mfs []*dto.MetricFamily, done func(... function NewMultiTRegistry (line 1000) | func NewMultiTRegistry(tGatherers ...TransactionalGatherer) *MultiTRegis... type TransactionalGatherer (line 1034) | type TransactionalGatherer interface function ToTransactionalGatherer (line 1060) | func ToTransactionalGatherer(g Gatherer) TransactionalGatherer { type noTransactionGatherer (line 1064) | type noTransactionGatherer struct method Gather (line 1069) | func (g *noTransactionGatherer) Gather() (_ []*dto.MetricFamily, done ... FILE: vendor/github.com/prometheus/client_golang/prometheus/summary.go constant quantileLabel (line 34) | quantileLabel = "quantile" type Summary (line 54) | type Summary interface constant DefMaxAge (line 75) | DefMaxAge time.Duration = 10 * time.Minute constant DefAgeBuckets (line 78) | DefAgeBuckets = 5 constant DefBufCap (line 80) | DefBufCap = 500 type SummaryOpts (line 88) | type SummaryOpts struct function NewSummary (line 167) | func NewSummary(opts SummaryOpts) Summary { function newSummary (line 179) | func newSummary(desc *Desc, opts SummaryOpts, labelValues ...string) Sum... type summary (line 254) | type summary struct method Desc (line 280) | func (s *summary) Desc() *Desc { method Observe (line 284) | func (s *summary) Observe(v float64) { method Write (line 298) | func (s *summary) Write(out *dto.Metric) error { method newStream (line 337) | func (s *summary) newStream() *quantile.Stream { method asyncFlush (line 342) | func (s *summary) asyncFlush(now time.Time) { method maybeRotateStreams (line 356) | func (s *summary) maybeRotateStreams() { method flushColdBuf (line 369) | func (s *summary) flushColdBuf() { method swapBufs (line 382) | func (s *summary) swapBufs(now time.Time) { type summaryCounts (line 393) | type summaryCounts struct type noObjectivesSummary (line 402) | type noObjectivesSummary struct method Desc (line 434) | func (s *noObjectivesSummary) Desc() *Desc { method Observe (line 438) | func (s *noObjectivesSummary) Observe(v float64) { method Write (line 457) | func (s *noObjectivesSummary) Write(out *dto.Metric) error { type quantSort (line 503) | type quantSort method Len (line 505) | func (s quantSort) Len() int { method Swap (line 509) | func (s quantSort) Swap(i, j int) { method Less (line 513) | func (s quantSort) Less(i, j int) bool { type SummaryVec (line 522) | type SummaryVec struct method GetMetricWithLabelValues (line 575) | func (v *SummaryVec) GetMetricWithLabelValues(lvs ...string) (Observer... method GetMetricWith (line 595) | func (v *SummaryVec) GetMetricWith(labels Labels) (Observer, error) { method WithLabelValues (line 608) | func (v *SummaryVec) WithLabelValues(lvs ...string) Observer { method With (line 620) | func (v *SummaryVec) With(labels Labels) Observer { method CurryWith (line 641) | func (v *SummaryVec) CurryWith(labels Labels) (ObserverVec, error) { method MustCurryWith (line 651) | func (v *SummaryVec) MustCurryWith(labels Labels) ObserverVec { function NewSummaryVec (line 532) | func NewSummaryVec(opts SummaryOpts, labelNames []string) *SummaryVec { type constSummary (line 659) | type constSummary struct method Desc (line 667) | func (s *constSummary) Desc() *Desc { method Write (line 671) | func (s *constSummary) Write(out *dto.Metric) error { function NewConstSummary (line 711) | func NewConstSummary( function MustNewConstSummary (line 735) | func MustNewConstSummary( FILE: vendor/github.com/prometheus/client_golang/prometheus/timer.go type Timer (line 20) | type Timer struct method ObserveDuration (line 49) | func (t *Timer) ObserveDuration() time.Duration { function NewTimer (line 34) | func NewTimer(o Observer) *Timer { FILE: vendor/github.com/prometheus/client_golang/prometheus/untyped.go type UntypedOpts (line 17) | type UntypedOpts type UntypedFunc (line 24) | type UntypedFunc interface function NewUntypedFunc (line 35) | func NewUntypedFunc(opts UntypedOpts, function func() float64) UntypedFu... FILE: vendor/github.com/prometheus/client_golang/prometheus/value.go type ValueType (line 32) | type ValueType method ToDTO (line 49) | func (v ValueType) ToDTO() *dto.MetricType { constant _ (line 37) | _ ValueType = iota constant CounterValue (line 38) | CounterValue constant GaugeValue (line 39) | GaugeValue constant UntypedValue (line 40) | UntypedValue type valueFunc (line 65) | type valueFunc struct method Desc (line 91) | func (v *valueFunc) Desc() *Desc { method Write (line 95) | func (v *valueFunc) Write(out *dto.Metric) error { function newValueFunc (line 80) | func newValueFunc(desc *Desc, valueType ValueType, function func() float... function NewConstMetric (line 106) | func NewConstMetric(desc *Desc, valueType ValueType, value float64, labe... function MustNewConstMetric (line 127) | func MustNewConstMetric(desc *Desc, valueType ValueType, value float64, ... type constMetric (line 135) | type constMetric struct method Desc (line 140) | func (m *constMetric) Desc() *Desc { method Write (line 144) | func (m *constMetric) Write(out *dto.Metric) error { function populateMetric (line 152) | func populateMetric( function MakeLabelPairs (line 180) | func MakeLabelPairs(desc *Desc, labelValues []string) []*dto.LabelPair { constant ExemplarMaxRunes (line 203) | ExemplarMaxRunes = 128 function newExemplar (line 208) | func newExemplar(value float64, ts time.Time, l Labels) (*dto.Exemplar, ... FILE: vendor/github.com/prometheus/client_golang/prometheus/vec.go type MetricVec (line 36) | type MetricVec struct method DeleteLabelValues (line 74) | func (m *MetricVec) DeleteLabelValues(lvs ...string) bool { method Delete (line 93) | func (m *MetricVec) Delete(labels Labels) bool { method DeletePartialMatch (line 108) | func (m *MetricVec) DeletePartialMatch(labels Labels) int { method Describe (line 116) | func (m *MetricVec) Describe(ch chan<- *Desc) { m.metricMap.Describe(c... method Collect (line 119) | func (m *MetricVec) Collect(ch chan<- Metric) { m.metricMap.Collect(ch) } method Reset (line 122) | func (m *MetricVec) Reset() { m.metricMap.Reset() } method CurryWith (line 141) | func (m *MetricVec) CurryWith(labels Labels) (*MetricVec, error) { method GetMetricWithLabelValues (line 201) | func (m *MetricVec) GetMetricWithLabelValues(lvs ...string) (Metric, e... method GetMetricWith (line 226) | func (m *MetricVec) GetMetricWith(labels Labels) (Metric, error) { method hashLabelValues (line 235) | func (m *MetricVec) hashLabelValues(vals []string) (uint64, error) { method hashLabels (line 258) | func (m *MetricVec) hashLabels(labels Labels) (uint64, error) { function NewMetricVec (line 47) | func NewMetricVec(desc *Desc, newMetric func(lvs ...string) Metric) *Met... type metricWithLabelValues (line 289) | type metricWithLabelValues struct type curriedLabelValue (line 295) | type curriedLabelValue struct type metricMap (line 302) | type metricMap struct method Describe (line 311) | func (m *metricMap) Describe(ch chan<- *Desc) { method Collect (line 316) | func (m *metricMap) Collect(ch chan<- Metric) { method Reset (line 328) | func (m *metricMap) Reset() { method deleteByHashWithLabelValues (line 340) | func (m *metricMap) deleteByHashWithLabelValues( method deleteByHashWithLabels (line 369) | func (m *metricMap) deleteByHashWithLabels( method deleteByLabels (line 395) | func (m *metricMap) deleteByLabels(labels Labels, curry []curriedLabel... method getOrCreateMetricWithLabelValues (line 474) | func (m *metricMap) getOrCreateMetricWithLabelValues( method getOrCreateMetricWithLabels (line 499) | func (m *metricMap) getOrCreateMetricWithLabels( method getMetricWithHashAndLabelValues (line 522) | func (m *metricMap) getMetricWithHashAndLabelValues( method getMetricWithHashAndLabels (line 536) | func (m *metricMap) getMetricWithHashAndLabels( function findMetricWithPartialLabels (line 416) | func findMetricWithPartialLabels( function indexOf (line 429) | func indexOf(target string, items []string) (int, bool) { function valueMatchesVariableOrCurriedValue (line 441) | func valueMatchesVariableOrCurriedValue(targetValue string, index int, v... function matchPartialLabels (line 453) | func matchPartialLabels(desc *Desc, values []string, labels Labels, curr... function findMetricWithLabelValues (line 550) | func findMetricWithLabelValues( function findMetricWithLabels (line 563) | func findMetricWithLabels( function matchLabelValues (line 574) | func matchLabelValues(values, lvs []string, curry []curriedLabelValue) b... function matchLabels (line 595) | func matchLabels(desc *Desc, values []string, labels Labels, curry []cur... function extractLabelValues (line 615) | func extractLabelValues(desc *Desc, labels Labels, curry []curriedLabelV... function inlineLabelValues (line 629) | func inlineLabelValues(lvs []string, curry []curriedLabelValue) []string { FILE: vendor/github.com/prometheus/client_golang/prometheus/wrap.go function WrapRegistererWith (line 48) | func WrapRegistererWith(labels Labels, reg Registerer) Registerer { function WrapRegistererWithPrefix (line 76) | func WrapRegistererWithPrefix(prefix string, reg Registerer) Registerer { type wrappingRegisterer (line 83) | type wrappingRegisterer struct method Register (line 89) | func (r *wrappingRegisterer) Register(c Collector) error { method MustRegister (line 100) | func (r *wrappingRegisterer) MustRegister(cs ...Collector) { method Unregister (line 111) | func (r *wrappingRegisterer) Unregister(c Collector) bool { type wrappingCollector (line 122) | type wrappingCollector struct method Collect (line 128) | func (c *wrappingCollector) Collect(ch chan<- Metric) { method Describe (line 143) | func (c *wrappingCollector) Describe(ch chan<- *Desc) { method unwrapRecursively (line 154) | func (c *wrappingCollector) unwrapRecursively() Collector { type wrappingMetric (line 163) | type wrappingMetric struct method Desc (line 169) | func (m *wrappingMetric) Desc() *Desc { method Write (line 173) | func (m *wrappingMetric) Write(out *dto.Metric) error { function wrapDesc (line 191) | func wrapDesc(desc *Desc, prefix string, labels Labels) *Desc { FILE: vendor/github.com/prometheus/client_model/go/metrics.pb.go constant _ (line 22) | _ = proto.ProtoPackageIsVersion3 type MetricType (line 24) | type MetricType method Enum (line 59) | func (x MetricType) Enum() *MetricType { method String (line 65) | func (x MetricType) String() string { method UnmarshalJSON (line 69) | func (x *MetricType) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 78) | func (MetricType) EnumDescriptor() ([]byte, []int) { constant MetricType_COUNTER (line 28) | MetricType_COUNTER MetricType = 0 constant MetricType_GAUGE (line 30) | MetricType_GAUGE MetricType = 1 constant MetricType_SUMMARY (line 32) | MetricType_SUMMARY MetricType = 2 constant MetricType_UNTYPED (line 34) | MetricType_UNTYPED MetricType = 3 constant MetricType_HISTOGRAM (line 36) | MetricType_HISTOGRAM MetricType = 4 constant MetricType_GAUGE_HISTOGRAM (line 38) | MetricType_GAUGE_HISTOGRAM MetricType = 5 type LabelPair (line 82) | type LabelPair struct method Reset (line 90) | func (m *LabelPair) Reset() { *m = LabelPair{} } method String (line 91) | func (m *LabelPair) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 92) | func (*LabelPair) ProtoMessage() {} method Descriptor (line 93) | func (*LabelPair) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 97) | func (m *LabelPair) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 100) | func (m *LabelPair) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 103) | func (m *LabelPair) XXX_Merge(src proto.Message) { method XXX_Size (line 106) | func (m *LabelPair) XXX_Size() int { method XXX_DiscardUnknown (line 109) | func (m *LabelPair) XXX_DiscardUnknown() { method GetName (line 115) | func (m *LabelPair) GetName() string { method GetValue (line 122) | func (m *LabelPair) GetValue() string { type Gauge (line 129) | type Gauge struct method Reset (line 136) | func (m *Gauge) Reset() { *m = Gauge{} } method String (line 137) | func (m *Gauge) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 138) | func (*Gauge) ProtoMessage() {} method Descriptor (line 139) | func (*Gauge) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 143) | func (m *Gauge) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 146) | func (m *Gauge) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 149) | func (m *Gauge) XXX_Merge(src proto.Message) { method XXX_Size (line 152) | func (m *Gauge) XXX_Size() int { method XXX_DiscardUnknown (line 155) | func (m *Gauge) XXX_DiscardUnknown() { method GetValue (line 161) | func (m *Gauge) GetValue() float64 { type Counter (line 168) | type Counter struct method Reset (line 176) | func (m *Counter) Reset() { *m = Counter{} } method String (line 177) | func (m *Counter) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 178) | func (*Counter) ProtoMessage() {} method Descriptor (line 179) | func (*Counter) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 183) | func (m *Counter) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 186) | func (m *Counter) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 189) | func (m *Counter) XXX_Merge(src proto.Message) { method XXX_Size (line 192) | func (m *Counter) XXX_Size() int { method XXX_DiscardUnknown (line 195) | func (m *Counter) XXX_DiscardUnknown() { method GetValue (line 201) | func (m *Counter) GetValue() float64 { method GetExemplar (line 208) | func (m *Counter) GetExemplar() *Exemplar { type Quantile (line 215) | type Quantile struct method Reset (line 223) | func (m *Quantile) Reset() { *m = Quantile{} } method String (line 224) | func (m *Quantile) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 225) | func (*Quantile) ProtoMessage() {} method Descriptor (line 226) | func (*Quantile) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 230) | func (m *Quantile) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 233) | func (m *Quantile) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 236) | func (m *Quantile) XXX_Merge(src proto.Message) { method XXX_Size (line 239) | func (m *Quantile) XXX_Size() int { method XXX_DiscardUnknown (line 242) | func (m *Quantile) XXX_DiscardUnknown() { method GetQuantile (line 248) | func (m *Quantile) GetQuantile() float64 { method GetValue (line 255) | func (m *Quantile) GetValue() float64 { type Summary (line 262) | type Summary struct method Reset (line 271) | func (m *Summary) Reset() { *m = Summary{} } method String (line 272) | func (m *Summary) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 273) | func (*Summary) ProtoMessage() {} method Descriptor (line 274) | func (*Summary) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 278) | func (m *Summary) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 281) | func (m *Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 284) | func (m *Summary) XXX_Merge(src proto.Message) { method XXX_Size (line 287) | func (m *Summary) XXX_Size() int { method XXX_DiscardUnknown (line 290) | func (m *Summary) XXX_DiscardUnknown() { method GetSampleCount (line 296) | func (m *Summary) GetSampleCount() uint64 { method GetSampleSum (line 303) | func (m *Summary) GetSampleSum() float64 { method GetQuantile (line 310) | func (m *Summary) GetQuantile() []*Quantile { type Untyped (line 317) | type Untyped struct method Reset (line 324) | func (m *Untyped) Reset() { *m = Untyped{} } method String (line 325) | func (m *Untyped) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 326) | func (*Untyped) ProtoMessage() {} method Descriptor (line 327) | func (*Untyped) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 331) | func (m *Untyped) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 334) | func (m *Untyped) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 337) | func (m *Untyped) XXX_Merge(src proto.Message) { method XXX_Size (line 340) | func (m *Untyped) XXX_Size() int { method XXX_DiscardUnknown (line 343) | func (m *Untyped) XXX_DiscardUnknown() { method GetValue (line 349) | func (m *Untyped) GetValue() float64 { type Histogram (line 356) | type Histogram struct method Reset (line 390) | func (m *Histogram) Reset() { *m = Histogram{} } method String (line 391) | func (m *Histogram) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 392) | func (*Histogram) ProtoMessage() {} method Descriptor (line 393) | func (*Histogram) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 397) | func (m *Histogram) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 400) | func (m *Histogram) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 403) | func (m *Histogram) XXX_Merge(src proto.Message) { method XXX_Size (line 406) | func (m *Histogram) XXX_Size() int { method XXX_DiscardUnknown (line 409) | func (m *Histogram) XXX_DiscardUnknown() { method GetSampleCount (line 415) | func (m *Histogram) GetSampleCount() uint64 { method GetSampleCountFloat (line 422) | func (m *Histogram) GetSampleCountFloat() float64 { method GetSampleSum (line 429) | func (m *Histogram) GetSampleSum() float64 { method GetBucket (line 436) | func (m *Histogram) GetBucket() []*Bucket { method GetSchema (line 443) | func (m *Histogram) GetSchema() int32 { method GetZeroThreshold (line 450) | func (m *Histogram) GetZeroThreshold() float64 { method GetZeroCount (line 457) | func (m *Histogram) GetZeroCount() uint64 { method GetZeroCountFloat (line 464) | func (m *Histogram) GetZeroCountFloat() float64 { method GetNegativeSpan (line 471) | func (m *Histogram) GetNegativeSpan() []*BucketSpan { method GetNegativeDelta (line 478) | func (m *Histogram) GetNegativeDelta() []int64 { method GetNegativeCount (line 485) | func (m *Histogram) GetNegativeCount() []float64 { method GetPositiveSpan (line 492) | func (m *Histogram) GetPositiveSpan() []*BucketSpan { method GetPositiveDelta (line 499) | func (m *Histogram) GetPositiveDelta() []int64 { method GetPositiveCount (line 506) | func (m *Histogram) GetPositiveCount() []float64 { type Bucket (line 515) | type Bucket struct method Reset (line 525) | func (m *Bucket) Reset() { *m = Bucket{} } method String (line 526) | func (m *Bucket) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 527) | func (*Bucket) ProtoMessage() {} method Descriptor (line 528) | func (*Bucket) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 532) | func (m *Bucket) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 535) | func (m *Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 538) | func (m *Bucket) XXX_Merge(src proto.Message) { method XXX_Size (line 541) | func (m *Bucket) XXX_Size() int { method XXX_DiscardUnknown (line 544) | func (m *Bucket) XXX_DiscardUnknown() { method GetCumulativeCount (line 550) | func (m *Bucket) GetCumulativeCount() uint64 { method GetCumulativeCountFloat (line 557) | func (m *Bucket) GetCumulativeCountFloat() float64 { method GetUpperBound (line 564) | func (m *Bucket) GetUpperBound() float64 { method GetExemplar (line 571) | func (m *Bucket) GetExemplar() *Exemplar { type BucketSpan (line 584) | type BucketSpan struct method Reset (line 592) | func (m *BucketSpan) Reset() { *m = BucketSpan{} } method String (line 593) | func (m *BucketSpan) String() string { return proto.CompactTextString(... method ProtoMessage (line 594) | func (*BucketSpan) ProtoMessage() {} method Descriptor (line 595) | func (*BucketSpan) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 599) | func (m *BucketSpan) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 602) | func (m *BucketSpan) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 605) | func (m *BucketSpan) XXX_Merge(src proto.Message) { method XXX_Size (line 608) | func (m *BucketSpan) XXX_Size() int { method XXX_DiscardUnknown (line 611) | func (m *BucketSpan) XXX_DiscardUnknown() { method GetOffset (line 617) | func (m *BucketSpan) GetOffset() int32 { method GetLength (line 624) | func (m *BucketSpan) GetLength() uint32 { type Exemplar (line 631) | type Exemplar struct method Reset (line 640) | func (m *Exemplar) Reset() { *m = Exemplar{} } method String (line 641) | func (m *Exemplar) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 642) | func (*Exemplar) ProtoMessage() {} method Descriptor (line 643) | func (*Exemplar) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 647) | func (m *Exemplar) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 650) | func (m *Exemplar) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 653) | func (m *Exemplar) XXX_Merge(src proto.Message) { method XXX_Size (line 656) | func (m *Exemplar) XXX_Size() int { method XXX_DiscardUnknown (line 659) | func (m *Exemplar) XXX_DiscardUnknown() { method GetLabel (line 665) | func (m *Exemplar) GetLabel() []*LabelPair { method GetValue (line 672) | func (m *Exemplar) GetValue() float64 { method GetTimestamp (line 679) | func (m *Exemplar) GetTimestamp() *timestamp.Timestamp { type Metric (line 686) | type Metric struct method Reset (line 699) | func (m *Metric) Reset() { *m = Metric{} } method String (line 700) | func (m *Metric) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 701) | func (*Metric) ProtoMessage() {} method Descriptor (line 702) | func (*Metric) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 706) | func (m *Metric) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 709) | func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 712) | func (m *Metric) XXX_Merge(src proto.Message) { method XXX_Size (line 715) | func (m *Metric) XXX_Size() int { method XXX_DiscardUnknown (line 718) | func (m *Metric) XXX_DiscardUnknown() { method GetLabel (line 724) | func (m *Metric) GetLabel() []*LabelPair { method GetGauge (line 731) | func (m *Metric) GetGauge() *Gauge { method GetCounter (line 738) | func (m *Metric) GetCounter() *Counter { method GetSummary (line 745) | func (m *Metric) GetSummary() *Summary { method GetUntyped (line 752) | func (m *Metric) GetUntyped() *Untyped { method GetHistogram (line 759) | func (m *Metric) GetHistogram() *Histogram { method GetTimestampMs (line 766) | func (m *Metric) GetTimestampMs() int64 { type MetricFamily (line 773) | type MetricFamily struct method Reset (line 783) | func (m *MetricFamily) Reset() { *m = MetricFamily{} } method String (line 784) | func (m *MetricFamily) String() string { return proto.CompactTextStrin... method ProtoMessage (line 785) | func (*MetricFamily) ProtoMessage() {} method Descriptor (line 786) | func (*MetricFamily) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 790) | func (m *MetricFamily) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 793) | func (m *MetricFamily) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 796) | func (m *MetricFamily) XXX_Merge(src proto.Message) { method XXX_Size (line 799) | func (m *MetricFamily) XXX_Size() int { method XXX_DiscardUnknown (line 802) | func (m *MetricFamily) XXX_DiscardUnknown() { method GetName (line 808) | func (m *MetricFamily) GetName() string { method GetHelp (line 815) | func (m *MetricFamily) GetHelp() string { method GetType (line 822) | func (m *MetricFamily) GetType() MetricType { method GetMetric (line 829) | func (m *MetricFamily) GetMetric() []*Metric { function init (line 836) | func init() { function init (line 852) | func init() { FILE: vendor/github.com/prometheus/common/expfmt/decode.go type Decoder (line 30) | type Decoder interface type DecodeOptions (line 35) | type DecodeOptions struct function ResponseFormat (line 42) | func ResponseFormat(h http.Header) Format { function NewDecoder (line 74) | func NewDecoder(r io.Reader, format Format) Decoder { type protoDecoder (line 83) | type protoDecoder struct method Decode (line 88) | func (d *protoDecoder) Decode(v *dto.MetricFamily) error { type textDecoder (line 116) | type textDecoder struct method Decode (line 123) | func (d *textDecoder) Decode(v *dto.MetricFamily) error { type SampleDecoder (line 144) | type SampleDecoder struct method Decode (line 153) | func (sd *SampleDecoder) Decode(s *model.Vector) error { function ExtractSamples (line 166) | func ExtractSamples(o *DecodeOptions, fams ...*dto.MetricFamily) (model.... function extractSamples (line 182) | func extractSamples(f *dto.MetricFamily, o *DecodeOptions) (model.Vector... function extractCounter (line 198) | func extractCounter(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractGauge (line 229) | func extractGauge(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractUntyped (line 260) | func extractUntyped(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractSummary (line 291) | func extractSummary(o *DecodeOptions, f *dto.MetricFamily) model.Vector { function extractHistogram (line 348) | func extractHistogram(o *DecodeOptions, f *dto.MetricFamily) model.Vector { FILE: vendor/github.com/prometheus/common/expfmt/encode.go type Encoder (line 29) | type Encoder interface type Closer (line 40) | type Closer interface type encoderCloser (line 44) | type encoderCloser struct method Encode (line 49) | func (ec encoderCloser) Encode(v *dto.MetricFamily) error { method Close (line 53) | func (ec encoderCloser) Close() error { function Negotiate (line 62) | func Negotiate(h http.Header) Format { function NegotiateIncludingOpenMetrics (line 86) | func NegotiateIncludingOpenMetrics(h http.Header) Format { function NewEncoder (line 115) | func NewEncoder(w io.Writer, format Format) Encoder { FILE: vendor/github.com/prometheus/common/expfmt/expfmt.go type Format (line 18) | type Format constant TextVersion (line 22) | TextVersion = "0.0.4" constant ProtoType (line 23) | ProtoType = `application/vnd.google.protobuf` constant ProtoProtocol (line 24) | ProtoProtocol = `io.prometheus.client.MetricFamily` constant ProtoFmt (line 25) | ProtoFmt = ProtoType + "; proto=" + ProtoProtocol + ";" constant OpenMetricsType (line 26) | OpenMetricsType = `application/openmetrics-text` constant OpenMetricsVersion (line 27) | OpenMetricsVersion = "0.0.1" constant FmtUnknown (line 30) | FmtUnknown Format = `` constant FmtText (line 31) | FmtText Format = `text/plain; version=` + TextVersion + `; chars... constant FmtProtoDelim (line 32) | FmtProtoDelim Format = ProtoFmt + ` encoding=delimited` constant FmtProtoText (line 33) | FmtProtoText Format = ProtoFmt + ` encoding=text` constant FmtProtoCompact (line 34) | FmtProtoCompact Format = ProtoFmt + ` encoding=compact-text` constant FmtOpenMetrics (line 35) | FmtOpenMetrics Format = OpenMetricsType + `; version=` + OpenMetricsVer... constant hdrContentType (line 39) | hdrContentType = "Content-Type" constant hdrAccept (line 40) | hdrAccept = "Accept" FILE: vendor/github.com/prometheus/common/expfmt/fuzz.go function Fuzz (line 28) | func Fuzz(in []byte) int { FILE: vendor/github.com/prometheus/common/expfmt/openmetrics_create.go function MetricFamilyToOpenMetrics (line 63) | func MetricFamilyToOpenMetrics(out io.Writer, in *dto.MetricFamily) (wri... function FinalizeOpenMetrics (line 288) | func FinalizeOpenMetrics(w io.Writer) (written int, err error) { function writeOpenMetricsSample (line 298) | func writeOpenMetricsSample( function writeOpenMetricsLabelPairs (line 370) | func writeOpenMetricsLabelPairs( function writeExemplar (line 447) | func writeExemplar(w enhancedWriter, e *dto.Exemplar) (int, error) { function writeOpenMetricsFloat (line 494) | func writeOpenMetricsFloat(w enhancedWriter, f float64) (int, error) { function writeUint (line 521) | func writeUint(w enhancedWriter, u uint64) (int, error) { FILE: vendor/github.com/prometheus/common/expfmt/text_create.go type enhancedWriter (line 32) | type enhancedWriter interface constant initialNumBufSize (line 40) | initialNumBufSize = 24 function MetricFamilyToText (line 66) | func MetricFamilyToText(out io.Writer, in *dto.MetricFamily) (written in... function writeSample (line 276) | func writeSample( function writeLabelPairs (line 340) | func writeLabelPairs( function writeEscapedString (line 422) | func writeEscapedString(w enhancedWriter, v string, includeDoubleQuote b... function writeFloat (line 432) | func writeFloat(w enhancedWriter, f float64) (int, error) { function writeInt (line 458) | func writeInt(w enhancedWriter, i int64) (int, error) { FILE: vendor/github.com/prometheus/common/expfmt/text_parse.go type stateFn (line 35) | type stateFn type ParseError (line 39) | type ParseError struct method Error (line 45) | func (e ParseError) Error() string { type TextParser (line 51) | type TextParser struct method TextToMetricFamilies (line 100) | func (p *TextParser) TextToMetricFamilies(in io.Reader) (map[string]*d... method reset (line 121) | func (p *TextParser) reset(in io.Reader) { method startOfLine (line 142) | func (p *TextParser) startOfLine() stateFn { method startComment (line 165) | func (p *TextParser) startComment() stateFn { method readingMetricName (line 226) | func (p *TextParser) readingMetricName() stateFn { method readingLabels (line 253) | func (p *TextParser) readingLabels() stateFn { method startLabelName (line 271) | func (p *TextParser) startLabelName() stateFn { method startLabelValue (line 322) | func (p *TextParser) startLabelValue() stateFn { method readingValue (line 384) | func (p *TextParser) readingValue() stateFn { method startTimestamp (line 472) | func (p *TextParser) startTimestamp() stateFn { method readingHelp (line 498) | func (p *TextParser) readingHelp() stateFn { method readingType (line 513) | func (p *TextParser) readingType() stateFn { method parseError (line 533) | func (p *TextParser) parseError(msg string) { method skipBlankTab (line 542) | func (p *TextParser) skipBlankTab() { method skipBlankTabIfCurrentBlankTab (line 552) | func (p *TextParser) skipBlankTabIfCurrentBlankTab() { method readTokenUntilWhitespace (line 562) | func (p *TextParser) readTokenUntilWhitespace() { method readTokenUntilNewline (line 576) | func (p *TextParser) readTokenUntilNewline(recognizeEscapeSequence boo... method readTokenAsMetricName (line 609) | func (p *TextParser) readTokenAsMetricName() { method readTokenAsLabelName (line 627) | func (p *TextParser) readTokenAsLabelName() { method readTokenAsLabelValue (line 646) | func (p *TextParser) readTokenAsLabelValue() { method setOrCreateCurrentMF (line 680) | func (p *TextParser) setOrCreateCurrentMF() { function isValidLabelNameStart (line 718) | func isValidLabelNameStart(b byte) bool { function isValidLabelNameContinuation (line 722) | func isValidLabelNameContinuation(b byte) bool { function isValidMetricNameStart (line 726) | func isValidMetricNameStart(b byte) bool { function isValidMetricNameContinuation (line 730) | func isValidMetricNameContinuation(b byte) bool { function isBlankOrTab (line 734) | func isBlankOrTab(b byte) bool { function isCount (line 738) | func isCount(name string) bool { function isSum (line 742) | func isSum(name string) bool { function isBucket (line 746) | func isBucket(name string) bool { function summaryMetricName (line 750) | func summaryMetricName(name string) string { function histogramMetricName (line 761) | func histogramMetricName(name string) string { function parseFloat (line 774) | func parseFloat(s string) (float64, error) { FILE: vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go type Accept (line 48) | type Accept struct type accept_slice (line 55) | type accept_slice method Len (line 57) | func (accept accept_slice) Len() int { method Less (line 62) | func (accept accept_slice) Less(i, j int) bool { method Swap (line 77) | func (accept accept_slice) Swap(i, j int) { function ParseAccept (line 84) | func ParseAccept(header string) (accept []Accept) { function Negotiate (line 138) | func Negotiate(header string, alternatives []string) (content_type strin... FILE: vendor/github.com/prometheus/common/model/alert.go type AlertStatus (line 21) | type AlertStatus constant AlertFiring (line 24) | AlertFiring AlertStatus = "firing" constant AlertResolved (line 25) | AlertResolved AlertStatus = "resolved" type Alert (line 29) | type Alert struct method Name (line 44) | func (a *Alert) Name() string { method Fingerprint (line 50) | func (a *Alert) Fingerprint() Fingerprint { method String (line 54) | func (a *Alert) String() string { method Resolved (line 63) | func (a *Alert) Resolved() bool { method ResolvedAt (line 69) | func (a *Alert) ResolvedAt(ts time.Time) bool { method Status (line 77) | func (a *Alert) Status() AlertStatus { method Validate (line 85) | func (a *Alert) Validate() error { type Alerts (line 105) | type Alerts method Len (line 107) | func (as Alerts) Len() int { return len(as) } method Swap (line 108) | func (as Alerts) Swap(i, j int) { as[i], as[j] = as[j], as[i] } method Less (line 110) | func (as Alerts) Less(i, j int) bool { method HasFiring (line 121) | func (as Alerts) HasFiring() bool { method Status (line 131) | func (as Alerts) Status() AlertStatus { FILE: vendor/github.com/prometheus/common/model/fingerprinting.go type Fingerprint (line 23) | type Fingerprint method String (line 40) | func (f Fingerprint) String() string { function FingerprintFromString (line 26) | func FingerprintFromString(s string) (Fingerprint, error) { function ParseFingerprint (line 32) | func ParseFingerprint(s string) (Fingerprint, error) { type Fingerprints (line 46) | type Fingerprints method Len (line 49) | func (f Fingerprints) Len() int { method Less (line 54) | func (f Fingerprints) Less(i, j int) bool { method Swap (line 59) | func (f Fingerprints) Swap(i, j int) { type FingerprintSet (line 64) | type FingerprintSet method Equal (line 67) | func (s FingerprintSet) Equal(o FingerprintSet) bool { method Intersection (line 82) | func (s FingerprintSet) Intersection(o FingerprintSet) FingerprintSet { FILE: vendor/github.com/prometheus/common/model/fnv.go constant offset64 (line 19) | offset64 = 14695981039346656037 constant prime64 (line 20) | prime64 = 1099511628211 function hashNew (line 24) | func hashNew() uint64 { function hashAdd (line 29) | func hashAdd(h uint64, s string) uint64 { function hashAddByte (line 38) | func hashAddByte(h uint64, b byte) uint64 { FILE: vendor/github.com/prometheus/common/model/labels.go constant AlertNameLabel (line 26) | AlertNameLabel = "alertname" constant ExportedLabelPrefix (line 30) | ExportedLabelPrefix = "exported_" constant MetricNameLabel (line 34) | MetricNameLabel = "__name__" constant SchemeLabel (line 38) | SchemeLabel = "__scheme__" constant AddressLabel (line 42) | AddressLabel = "__address__" constant MetricsPathLabel (line 46) | MetricsPathLabel = "__metrics_path__" constant ScrapeIntervalLabel (line 50) | ScrapeIntervalLabel = "__scrape_interval__" constant ScrapeTimeoutLabel (line 54) | ScrapeTimeoutLabel = "__scrape_timeout__" constant ReservedLabelPrefix (line 58) | ReservedLabelPrefix = "__" constant MetaLabelPrefix (line 63) | MetaLabelPrefix = "__meta_" constant TmpLabelPrefix (line 69) | TmpLabelPrefix = "__tmp_" constant ParamLabelPrefix (line 73) | ParamLabelPrefix = "__param_" constant JobLabel (line 77) | JobLabel = "job" constant InstanceLabel (line 80) | InstanceLabel = "instance" constant BucketLabel (line 84) | BucketLabel = "le" constant QuantileLabel (line 88) | QuantileLabel = "quantile" type LabelName (line 98) | type LabelName method IsValid (line 103) | func (ln LabelName) IsValid() bool { method UnmarshalYAML (line 116) | func (ln *LabelName) UnmarshalYAML(unmarshal func(interface{}) error) ... method UnmarshalJSON (line 129) | func (ln *LabelName) UnmarshalJSON(b []byte) error { type LabelNames (line 142) | type LabelNames method Len (line 144) | func (l LabelNames) Len() int { method Less (line 148) | func (l LabelNames) Less(i, j int) bool { method Swap (line 152) | func (l LabelNames) Swap(i, j int) { method String (line 156) | func (l LabelNames) String() string { type LabelValue (line 165) | type LabelValue method IsValid (line 168) | func (lv LabelValue) IsValid() bool { type LabelValues (line 173) | type LabelValues method Len (line 175) | func (l LabelValues) Len() int { method Less (line 179) | func (l LabelValues) Less(i, j int) bool { method Swap (line 183) | func (l LabelValues) Swap(i, j int) { type LabelPair (line 188) | type LabelPair struct type LabelPairs (line 195) | type LabelPairs method Len (line 197) | func (l LabelPairs) Len() int { method Less (line 201) | func (l LabelPairs) Less(i, j int) bool { method Swap (line 216) | func (l LabelPairs) Swap(i, j int) { FILE: vendor/github.com/prometheus/common/model/labelset.go type LabelSet (line 28) | type LabelSet method Validate (line 32) | func (ls LabelSet) Validate() error { method Equal (line 45) | func (ls LabelSet) Equal(o LabelSet) bool { method Before (line 72) | func (ls LabelSet) Before(o LabelSet) bool { method Clone (line 109) | func (ls LabelSet) Clone() LabelSet { method Merge (line 118) | func (l LabelSet) Merge(other LabelSet) LabelSet { method String (line 132) | func (l LabelSet) String() string { method Fingerprint (line 143) | func (ls LabelSet) Fingerprint() Fingerprint { method FastFingerprint (line 149) | func (ls LabelSet) FastFingerprint() Fingerprint { method UnmarshalJSON (line 154) | func (l *LabelSet) UnmarshalJSON(b []byte) error { FILE: vendor/github.com/prometheus/common/model/metric.go type Metric (line 32) | type Metric method Equal (line 35) | func (m Metric) Equal(o Metric) bool { method Before (line 40) | func (m Metric) Before(o Metric) bool { method Clone (line 45) | func (m Metric) Clone() Metric { method String (line 53) | func (m Metric) String() string { method Fingerprint (line 79) | func (m Metric) Fingerprint() Fingerprint { method FastFingerprint (line 85) | func (m Metric) FastFingerprint() Fingerprint { function IsValidMetricName (line 92) | func IsValidMetricName(n LabelValue) bool { FILE: vendor/github.com/prometheus/common/model/signature.go constant SeparatorByte (line 23) | SeparatorByte byte = 255 function LabelsToSignature (line 33) | func LabelsToSignature(labels map[string]string) uint64 { function labelSetToFingerprint (line 56) | func labelSetToFingerprint(ls LabelSet) Fingerprint { function labelSetToFastFingerprint (line 80) | func labelSetToFastFingerprint(ls LabelSet) Fingerprint { function SignatureForLabels (line 100) | func SignatureForLabels(m Metric, labels ...LabelName) uint64 { function SignatureWithoutLabels (line 120) | func SignatureWithoutLabels(m Metric, labels map[LabelName]struct{}) uin... FILE: vendor/github.com/prometheus/common/model/silence.go type Matcher (line 24) | type Matcher struct method UnmarshalJSON (line 30) | func (m *Matcher) UnmarshalJSON(b []byte) error { method Validate (line 48) | func (m *Matcher) Validate() error { type Silence (line 64) | type Silence struct method Validate (line 78) | func (s *Silence) Validate() error { FILE: vendor/github.com/prometheus/common/model/time.go constant minimumTick (line 29) | minimumTick = time.Millisecond constant second (line 31) | second = int64(time.Second / minimumTick) constant nanosPerTick (line 33) | nanosPerTick = int64(minimumTick / time.Nanosecond) constant Earliest (line 37) | Earliest = Time(math.MinInt64) constant Latest (line 40) | Latest = Time(math.MaxInt64) type Time (line 45) | type Time method Equal (line 70) | func (t Time) Equal(o Time) bool { method Before (line 75) | func (t Time) Before(o Time) bool { method After (line 80) | func (t Time) After(o Time) bool { method Add (line 85) | func (t Time) Add(d time.Duration) Time { method Sub (line 90) | func (t Time) Sub(o Time) time.Duration { method Time (line 95) | func (t Time) Time() time.Time { method Unix (line 101) | func (t Time) Unix() int64 { method UnixNano (line 107) | func (t Time) UnixNano() int64 { method String (line 115) | func (t Time) String() string { method MarshalJSON (line 120) | func (t Time) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 125) | func (t *Time) UnmarshalJSON(b []byte) error { type Interval (line 48) | type Interval struct function Now (line 53) | func Now() Time { function TimeFromUnix (line 59) | func TimeFromUnix(t int64) Time { function TimeFromUnixNano (line 65) | func TimeFromUnixNano(t int64) Time { type Duration (line 171) | type Duration method Set (line 174) | func (d *Duration) Set(s string) error { method Type (line 181) | func (d *Duration) Type() string { method String (line 259) | func (d Duration) String() string { method MarshalJSON (line 293) | func (d Duration) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 298) | func (d *Duration) UnmarshalJSON(bytes []byte) error { method MarshalText (line 312) | func (d *Duration) MarshalText() ([]byte, error) { method UnmarshalText (line 317) | func (d *Duration) UnmarshalText(text []byte) error { method MarshalYAML (line 324) | func (d Duration) MarshalYAML() (interface{}, error) { method UnmarshalYAML (line 329) | func (d *Duration) UnmarshalYAML(unmarshal func(interface{}) error) er... function isdigit (line 185) | func isdigit(c byte) bool { return c >= '0' && c <= '9' } function ParseDuration (line 204) | func ParseDuration(s string) (Duration, error) { FILE: vendor/github.com/prometheus/common/model/value.go type Sample (line 36) | type Sample struct method Equal (line 45) | func (s *Sample) Equal(o *Sample) bool { method String (line 62) | func (s Sample) String() string { method MarshalJSON (line 76) | func (s Sample) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 104) | func (s *Sample) UnmarshalJSON(b []byte) error { type Samples (line 138) | type Samples method Len (line 140) | func (s Samples) Len() int { method Less (line 145) | func (s Samples) Less(i, j int) bool { method Swap (line 158) | func (s Samples) Swap(i, j int) { method Equal (line 163) | func (s Samples) Equal(o Samples) bool { type SampleStream (line 177) | type SampleStream struct method String (line 183) | func (ss SampleStream) String() string { method MarshalJSON (line 195) | func (ss SampleStream) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 228) | func (ss *SampleStream) UnmarshalJSON(b []byte) error { type Scalar (line 251) | type Scalar struct method String (line 256) | func (s Scalar) String() string { method MarshalJSON (line 261) | func (s Scalar) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 267) | func (s *Scalar) UnmarshalJSON(b []byte) error { type String (line 284) | type String struct method String (line 289) | func (s *String) String() string { method MarshalJSON (line 294) | func (s String) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 299) | func (s *String) UnmarshalJSON(b []byte) error { type Vector (line 306) | type Vector method String (line 308) | func (vec Vector) String() string { method Len (line 316) | func (vec Vector) Len() int { return len(vec) } method Swap (line 317) | func (vec Vector) Swap(i, j int) { vec[i], vec[j] = vec[j], vec[i] } method Less (line 320) | func (vec Vector) Less(i, j int) bool { method Equal (line 334) | func (vec Vector) Equal(o Vector) bool { type Matrix (line 348) | type Matrix method Len (line 350) | func (m Matrix) Len() int { return len(m) } method Less (line 351) | func (m Matrix) Less(i, j int) bool { return m[i].Metric.Before(m[j].M... method Swap (line 352) | func (m Matrix) Swap(i, j int) { m[i], m[j] = m[j], m[i] } method String (line 354) | func (mat Matrix) String() string { FILE: vendor/github.com/prometheus/common/model/value_float.go type SampleValue (line 34) | type SampleValue method MarshalJSON (line 37) | func (v SampleValue) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 42) | func (v *SampleValue) UnmarshalJSON(b []byte) error { method Equal (line 57) | func (v SampleValue) Equal(o SampleValue) bool { method String (line 64) | func (v SampleValue) String() string { type SamplePair (line 69) | type SamplePair struct method MarshalJSON (line 74) | func (s SamplePair) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 87) | func (s *SamplePair) UnmarshalJSON(b []byte) error { method Equal (line 94) | func (s *SamplePair) Equal(o *SamplePair) bool { method String (line 98) | func (s SamplePair) String() string { FILE: vendor/github.com/prometheus/common/model/value_histogram.go type FloatString (line 23) | type FloatString method String (line 25) | func (v FloatString) String() string { method MarshalJSON (line 29) | func (v FloatString) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 33) | func (v *FloatString) UnmarshalJSON(b []byte) error { type HistogramBucket (line 45) | type HistogramBucket struct method MarshalJSON (line 52) | func (s HistogramBucket) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 72) | func (s *HistogramBucket) UnmarshalJSON(buf []byte) error { method Equal (line 84) | func (s *HistogramBucket) Equal(o *HistogramBucket) bool { method String (line 88) | func (b HistogramBucket) String() string { type HistogramBuckets (line 107) | type HistogramBuckets method Equal (line 109) | func (s HistogramBuckets) Equal(o HistogramBuckets) bool { type SampleHistogram (line 122) | type SampleHistogram struct method String (line 128) | func (s SampleHistogram) String() string { method Equal (line 132) | func (s *SampleHistogram) Equal(o *SampleHistogram) bool { type SampleHistogramPair (line 136) | type SampleHistogramPair struct method MarshalJSON (line 142) | func (s SampleHistogramPair) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 157) | func (s *SampleHistogramPair) UnmarshalJSON(buf []byte) error { method String (line 172) | func (s SampleHistogramPair) String() string { method Equal (line 176) | func (s *SampleHistogramPair) Equal(o *SampleHistogramPair) bool { FILE: vendor/github.com/prometheus/common/model/value_type.go type Value (line 22) | type Value interface method Type (line 27) | func (Matrix) Type() ValueType { return ValMatrix } method Type (line 28) | func (Vector) Type() ValueType { return ValVector } method Type (line 29) | func (*Scalar) Type() ValueType { return ValScalar } method Type (line 30) | func (*String) Type() ValueType { return ValString } type ValueType (line 32) | type ValueType method MarshalJSON (line 43) | func (et ValueType) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 47) | func (et *ValueType) UnmarshalJSON(b []byte) error { method String (line 69) | func (e ValueType) String() string { constant ValNone (line 35) | ValNone ValueType = iota constant ValScalar (line 36) | ValScalar constant ValVector (line 37) | ValVector constant ValMatrix (line 38) | ValMatrix constant ValString (line 39) | ValString FILE: vendor/github.com/prometheus/procfs/arp.go constant ATFComplete (line 27) | ATFComplete = 0x02 constant ATFPermanent (line 29) | ATFPermanent = 0x04 constant ATFPublish (line 31) | ATFPublish = 0x08 constant ATFUseTrailers (line 33) | ATFUseTrailers = 0x10 constant ATFNetmask (line 35) | ATFNetmask = 0x20 constant ATFDontPublish (line 37) | ATFDontPublish = 0x40 type ARPEntry (line 42) | type ARPEntry struct method IsComplete (line 114) | func (entry *ARPEntry) IsComplete() bool { method GatherARPEntries (line 55) | func (fs FS) GatherARPEntries() ([]ARPEntry, error) { function parseARPEntries (line 64) | func parseARPEntries(data []byte) ([]ARPEntry, error) { function parseARPEntry (line 93) | func parseARPEntry(columns []string) (ARPEntry, error) { FILE: vendor/github.com/prometheus/procfs/buddyinfo.go type BuddyInfo (line 28) | type BuddyInfo struct method BuddyInfo (line 35) | func (fs FS) BuddyInfo() ([]BuddyInfo, error) { function parseBuddyInfo (line 45) | func parseBuddyInfo(r io.Reader) ([]BuddyInfo, error) { FILE: vendor/github.com/prometheus/procfs/cmdline.go method CmdLine (line 23) | func (fs FS) CmdLine() ([]string, error) { FILE: vendor/github.com/prometheus/procfs/cpuinfo.go type CPUInfo (line 32) | type CPUInfo struct method CPUInfo (line 68) | func (fs FS) CPUInfo() ([]CPUInfo, error) { function parseCPUInfoX86 (line 76) | func parseCPUInfoX86(info []byte) ([]CPUInfo, error) { function parseCPUInfoARM (line 191) | func parseCPUInfoARM(info []byte) ([]CPUInfo, error) { function parseCPUInfoS390X (line 256) | func parseCPUInfoS390X(info []byte) ([]CPUInfo, error) { function parseCPUInfoMips (line 340) | func parseCPUInfoMips(info []byte) ([]CPUInfo, error) { function parseCPUInfoLoong (line 383) | func parseCPUInfoLoong(info []byte) ([]CPUInfo, error) { function parseCPUInfoPPC (line 419) | func parseCPUInfoPPC(info []byte) ([]CPUInfo, error) { function parseCPUInfoRISCV (line 464) | func parseCPUInfoRISCV(info []byte) ([]CPUInfo, error) { function parseCPUInfoDummy (line 504) | func parseCPUInfoDummy(_ []byte) ([]CPUInfo, error) { // nolint:unused,d... function firstNonEmptyLine (line 510) | func firstNonEmptyLine(scanner *bufio.Scanner) string { FILE: vendor/github.com/prometheus/procfs/crypto.go type Crypto (line 27) | type Crypto struct method parseKV (line 107) | func (c *Crypto) parseKV(k, v string) error { method Crypto (line 54) | func (fs FS) Crypto() ([]Crypto, error) { function parseCrypto (line 70) | func parseCrypto(r io.Reader) ([]Crypto, error) { FILE: vendor/github.com/prometheus/procfs/fs.go type FS (line 22) | type FS struct constant DefaultMountPoint (line 27) | DefaultMountPoint = fs.DefaultProcMountPoint function NewDefaultFS (line 31) | func NewDefaultFS() (FS, error) { function NewFS (line 37) | func NewFS(mountPoint string) (FS, error) { FILE: vendor/github.com/prometheus/procfs/fscache.go type Fscacheinfo (line 28) | type Fscacheinfo struct method Fscacheinfo (line 231) | func (fs FS) Fscacheinfo() (Fscacheinfo, error) { function setFSCacheFields (line 245) | func setFSCacheFields(fields []string, setFields ...*uint64) error { function parseFscacheinfo (line 260) | func parseFscacheinfo(r io.Reader) (*Fscacheinfo, error) { FILE: vendor/github.com/prometheus/procfs/internal/fs/fs.go constant DefaultProcMountPoint (line 24) | DefaultProcMountPoint = "/proc" constant DefaultSysMountPoint (line 27) | DefaultSysMountPoint = "/sys" constant DefaultConfigfsMountPoint (line 30) | DefaultConfigfsMountPoint = "/sys/kernel/config" type FS (line 35) | type FS method Path (line 53) | func (fs FS) Path(p ...string) string { function NewFS (line 39) | func NewFS(mountPoint string) (FS, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/parse.go function ParseUint32s (line 23) | func ParseUint32s(ss []string) ([]uint32, error) { function ParseUint64s (line 38) | func ParseUint64s(ss []string) ([]uint64, error) { function ParsePInt64s (line 53) | func ParsePInt64s(ss []string) ([]*int64, error) { function ReadUintFromFile (line 68) | func ReadUintFromFile(path string) (uint64, error) { function ReadIntFromFile (line 77) | func ReadIntFromFile(path string) (int64, error) { function ParseBool (line 86) | func ParseBool(b string) *bool { FILE: vendor/github.com/prometheus/procfs/internal/util/readfile.go function ReadFileNoStat (line 26) | func ReadFileNoStat(filename string) ([]byte, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go function SysReadFile (line 30) | func SysReadFile(file string) (string, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go function SysReadFile (line 25) | func SysReadFile(file string) (string, error) { FILE: vendor/github.com/prometheus/procfs/internal/util/valueparser.go type ValueParser (line 26) | type ValueParser struct method Int (line 37) | func (vp *ValueParser) Int() int { return int(vp.int64()) } method PInt64 (line 41) | func (vp *ValueParser) PInt64() *int64 { method int64 (line 52) | func (vp *ValueParser) int64() int64 { method PUInt64 (line 71) | func (vp *ValueParser) PUInt64() *uint64 { method Err (line 89) | func (vp *ValueParser) Err() error { function NewValueParser (line 32) | func NewValueParser(v string) *ValueParser { FILE: vendor/github.com/prometheus/procfs/ipvs.go type IPVSStats (line 32) | type IPVSStats struct type IPVSBackendStatus (line 46) | type IPVSBackendStatus struct method IPVSStats (line 68) | func (fs FS) IPVSStats() (IPVSStats, error) { function parseIPVSStats (line 78) | func parseIPVSStats(r io.Reader) (IPVSStats, error) { method IPVSBackendStatus (line 126) | func (fs FS) IPVSBackendStatus() ([]IPVSBackendStatus, error) { function parseIPVSBackendStatus (line 136) | func parseIPVSBackendStatus(file io.Reader) ([]IPVSBackendStatus, error) { function parseIPPort (line 209) | func parseIPPort(s string) (net.IP, uint16, error) { FILE: vendor/github.com/prometheus/procfs/kernel_random.go type KernelRandom (line 26) | type KernelRandom struct method KernelRandom (line 42) | func (fs FS) KernelRandom() (KernelRandom, error) { FILE: vendor/github.com/prometheus/procfs/loadavg.go type LoadAvg (line 25) | type LoadAvg struct method LoadAvg (line 32) | func (fs FS) LoadAvg() (*LoadAvg, error) { function parseLoad (line 43) | func parseLoad(loadavgBytes []byte) (*LoadAvg, error) { FILE: vendor/github.com/prometheus/procfs/mdstat.go type MDStat (line 34) | type MDStat struct method MDStat (line 66) | func (fs FS) MDStat() ([]MDStat, error) { function parseMDStat (line 80) | func parseMDStat(mdStatData []byte) ([]MDStat, error) { function evalStatusLine (line 168) | func evalStatusLine(deviceLine, statusLine string) (active, total, down,... function evalRecoveryLine (line 209) | func evalRecoveryLine(recoveryLine string) (syncedBlocks int64, pct floa... function evalComponentDevices (line 253) | func evalComponentDevices(deviceFields []string) []string { FILE: vendor/github.com/prometheus/procfs/meminfo.go type Meminfo (line 28) | type Meminfo struct method Meminfo (line 147) | func (fs FS) Meminfo() (Meminfo, error) { function parseMemInfo (line 161) | func parseMemInfo(r io.Reader) (*Meminfo, error) { FILE: vendor/github.com/prometheus/procfs/mountinfo.go type MountInfo (line 31) | type MountInfo struct function parseMountInfo (line 56) | func parseMountInfo(info []byte) ([]*MountInfo, error) { function parseMountInfoString (line 75) | func parseMountInfoString(mountString string) (*MountInfo, error) { function mountOptionsIsValidField (line 119) | func mountOptionsIsValidField(s string) bool { function mountOptionsParseOptionalFields (line 132) | func mountOptionsParseOptionalFields(o []string) (map[string]string, err... function mountOptionsParser (line 148) | func mountOptionsParser(mountOptions string) map[string]string { function GetMounts (line 165) | func GetMounts() ([]*MountInfo, error) { function GetProcMounts (line 174) | func GetProcMounts(pid int) ([]*MountInfo, error) { FILE: vendor/github.com/prometheus/procfs/mountstats.go constant deviceEntryLen (line 34) | deviceEntryLen = 8 constant fieldBytesLen (line 36) | fieldBytesLen = 8 constant fieldEventsLen (line 37) | fieldEventsLen = 27 constant statVersion10 (line 39) | statVersion10 = "1.0" constant statVersion11 (line 40) | statVersion11 = "1.1" constant fieldTransport10TCPLen (line 42) | fieldTransport10TCPLen = 10 constant fieldTransport10UDPLen (line 43) | fieldTransport10UDPLen = 7 constant fieldTransport11TCPLen (line 45) | fieldTransport11TCPLen = 13 constant fieldTransport11UDPLen (line 46) | fieldTransport11UDPLen = 10 type Mount (line 50) | type Mount struct type MountStats (line 64) | type MountStats interface type MountStatsNFS (line 69) | type MountStatsNFS struct method mountStats (line 87) | func (m MountStatsNFS) mountStats() {} type NFSBytesStats (line 91) | type NFSBytesStats struct type NFSEventsStats (line 111) | type NFSEventsStats struct type NFSOperationStats (line 170) | type NFSOperationStats struct type NFSTransportStats (line 195) | type NFSTransportStats struct function parseMountStats (line 239) | func parseMountStats(r io.Reader) ([]*Mount, error) { function parseMount (line 289) | func parseMount(ss []string) (*Mount, error) { function parseMountStatsNFS (line 322) | func parseMountStatsNFS(s *bufio.Scanner, statVersion string) (*MountSta... function parseNFSBytesStats (line 429) | func parseNFSBytesStats(ss []string) (*NFSBytesStats, error) { function parseNFSEventsStats (line 458) | func parseNFSEventsStats(ss []string) (*NFSEventsStats, error) { function parseNFSOperationStats (line 507) | func parseNFSOperationStats(s *bufio.Scanner) ([]NFSOperationStats, erro... function parseNFSTransportStats (line 562) | func parseNFSTransportStats(ss []string, statVersion string) (*NFSTransp... FILE: vendor/github.com/prometheus/procfs/net_conntrackstat.go type ConntrackStatEntry (line 29) | type ConntrackStatEntry struct method ConntrackStat (line 42) | func (fs FS) ConntrackStat() ([]ConntrackStatEntry, error) { function readConntrackStat (line 47) | func readConntrackStat(path string) ([]ConntrackStatEntry, error) { function parseConntrackStat (line 65) | func parseConntrackStat(r io.Reader) ([]ConntrackStatEntry, error) { function parseConntrackStatEntry (line 83) | func parseConntrackStatEntry(fields []string) (*ConntrackStatEntry, erro... function parseConntrackStatField (line 147) | func parseConntrackStatField(field string) (uint64, error) { FILE: vendor/github.com/prometheus/procfs/net_dev.go type NetDevLine (line 26) | type NetDevLine struct type NetDev (line 48) | type NetDev method parseLine (line 89) | func (netDev NetDev) parseLine(rawLine string) (*NetDevLine, error) { method Total (line 178) | func (netDev NetDev) Total() NetDevLine { method NetDev (line 51) | func (fs FS) NetDev() (NetDev, error) { method NetDev (line 56) | func (p Proc) NetDev() (NetDev, error) { function newNetDev (line 61) | func newNetDev(file string) (NetDev, error) { FILE: vendor/github.com/prometheus/procfs/net_ip_socket.go constant readLimit (line 34) | readLimit = 4294967296 type NetIPSocket (line 40) | type NetIPSocket type NetIPSocketSummary (line 45) | type NetIPSocketSummary struct type netIPSocketLine (line 58) | type netIPSocketLine struct function newNetIPSocket (line 72) | func newNetIPSocket(file string) (NetIPSocket, error) { function newNetIPSocketSummary (line 99) | func newNetIPSocketSummary(file string) (*NetIPSocketSummary, error) { function parseIP (line 129) | func parseIP(hexIP string) (net.IP, error) { function parseNetIPSocketLine (line 152) | func parseNetIPSocketLine(fields []string) (*netIPSocketLine, error) { FILE: vendor/github.com/prometheus/procfs/net_protocols.go type NetProtocolStats (line 27) | type NetProtocolStats method parseLine (line 98) | func (ps NetProtocolStats) parseLine(rawLine string) (*NetProtocolStat... type NetProtocolStatLine (line 32) | type NetProtocolStatLine struct type NetProtocolCapabilities (line 45) | type NetProtocolCapabilities struct method parseCapabilities (line 146) | func (pc *NetProtocolCapabilities) parseCapabilities(capabilities []st... method NetProtocols (line 73) | func (fs FS) NetProtocols() (NetProtocolStats, error) { function parseNetProtocols (line 81) | func parseNetProtocols(s *bufio.Scanner) (NetProtocolStats, error) { FILE: vendor/github.com/prometheus/procfs/net_sockstat.go type NetSockstat (line 29) | type NetSockstat struct type NetSockstatProtocol (line 38) | type NetSockstatProtocol struct method NetSockstat (line 49) | func (fs FS) NetSockstat() (*NetSockstat, error) { method NetSockstat6 (line 57) | func (fs FS) NetSockstat6() (*NetSockstat, error) { function readSockstat (line 62) | func readSockstat(name string) (*NetSockstat, error) { function parseSockstat (line 80) | func parseSockstat(r io.Reader) (*NetSockstat, error) { function parseSockstatKVs (line 120) | func parseSockstatKVs(kvs []string) (map[string]int, error) { function parseSockstatProtocol (line 140) | func parseSockstatProtocol(kvs map[string]int) NetSockstatProtocol { FILE: vendor/github.com/prometheus/procfs/net_softnet.go type SoftnetStat (line 35) | type SoftnetStat struct method NetSoftnetStat (line 59) | func (fs FS) NetSoftnetStat() ([]SoftnetStat, error) { function parseSoftnet (line 73) | func parseSoftnet(r io.Reader) ([]SoftnetStat, error) { function parseHexUint32s (line 138) | func parseHexUint32s(ss []string) ([]uint32, error) { FILE: vendor/github.com/prometheus/procfs/net_tcp.go type NetTCP (line 18) | type NetTCP type NetTCPSummary (line 23) | type NetTCPSummary method NetTCP (line 28) | func (fs FS) NetTCP() (NetTCP, error) { method NetTCP6 (line 34) | func (fs FS) NetTCP6() (NetTCP, error) { method NetTCPSummary (line 40) | func (fs FS) NetTCPSummary() (*NetTCPSummary, error) { method NetTCP6Summary (line 46) | func (fs FS) NetTCP6Summary() (*NetTCPSummary, error) { function newNetTCP (line 51) | func newNetTCP(file string) (NetTCP, error) { function newNetTCPSummary (line 57) | func newNetTCPSummary(file string) (*NetTCPSummary, error) { FILE: vendor/github.com/prometheus/procfs/net_udp.go type NetUDP (line 18) | type NetUDP type NetUDPSummary (line 23) | type NetUDPSummary method NetUDP (line 28) | func (fs FS) NetUDP() (NetUDP, error) { method NetUDP6 (line 34) | func (fs FS) NetUDP6() (NetUDP, error) { method NetUDPSummary (line 40) | func (fs FS) NetUDPSummary() (*NetUDPSummary, error) { method NetUDP6Summary (line 46) | func (fs FS) NetUDP6Summary() (*NetUDPSummary, error) { function newNetUDP (line 51) | func newNetUDP(file string) (NetUDP, error) { function newNetUDPSummary (line 57) | func newNetUDPSummary(file string) (*NetUDPSummary, error) { FILE: vendor/github.com/prometheus/procfs/net_unix.go constant netUnixTypeStream (line 32) | netUnixTypeStream = 1 constant netUnixTypeDgram (line 33) | netUnixTypeDgram = 2 constant netUnixTypeSeqpacket (line 34) | netUnixTypeSeqpacket = 5 constant netUnixFlagDefault (line 36) | netUnixFlagDefault = 0 constant netUnixFlagListen (line 37) | netUnixFlagListen = 1 << 16 constant netUnixStateUnconnected (line 39) | netUnixStateUnconnected = 1 constant netUnixStateConnecting (line 40) | netUnixStateConnecting = 2 constant netUnixStateConnected (line 41) | netUnixStateConnected = 3 constant netUnixStateDisconnected (line 42) | netUnixStateDisconnected = 4 type NetUNIXType (line 46) | type NetUNIXType method String (line 224) | func (t NetUNIXType) String() string { type NetUNIXFlags (line 49) | type NetUNIXFlags method String (line 236) | func (f NetUNIXFlags) String() string { type NetUNIXState (line 52) | type NetUNIXState method String (line 245) | func (s NetUNIXState) String() string { type NetUNIXLine (line 55) | type NetUNIXLine struct type NetUNIX (line 67) | type NetUNIX struct method parseLine (line 124) | func (u *NetUNIX) parseLine(line string, hasInode bool, min int) (*Net... method parseUsers (line 189) | func (u NetUNIX) parseUsers(s string) (uint64, error) { method parseType (line 193) | func (u NetUNIX) parseType(s string) (NetUNIXType, error) { method parseFlags (line 202) | func (u NetUNIX) parseFlags(s string) (NetUNIXFlags, error) { method parseState (line 211) | func (u NetUNIX) parseState(s string) (NetUNIXState, error) { method parseInode (line 220) | func (u NetUNIX) parseInode(s string) (uint64, error) { method NetUNIX (line 72) | func (fs FS) NetUNIX() (*NetUNIX, error) { function readNetUNIX (line 77) | func readNetUNIX(file string) (*NetUNIX, error) { function parseNetUNIX (line 90) | func parseNetUNIX(r io.Reader) (*NetUNIX, error) { FILE: vendor/github.com/prometheus/procfs/net_xfrm.go type XfrmStat (line 25) | type XfrmStat struct function NewXfrmStat (line 92) | func NewXfrmStat() (XfrmStat, error) { method NewXfrmStat (line 102) | func (fs FS) NewXfrmStat() (XfrmStat, error) { FILE: vendor/github.com/prometheus/procfs/netstat.go type NetStat (line 26) | type NetStat struct method NetStat (line 32) | func (fs FS) NetStat() ([]NetStat, error) { function parseNetstat (line 59) | func parseNetstat(r io.Reader) (NetStat, error) { FILE: vendor/github.com/prometheus/procfs/proc.go type Proc (line 29) | type Proc struct method CmdLine (line 124) | func (p Proc) CmdLine() ([]string, error) { method Wchan (line 138) | func (p Proc) Wchan() (string, error) { method Comm (line 159) | func (p Proc) Comm() (string, error) { method Executable (line 169) | func (p Proc) Executable() (string, error) { method Cwd (line 179) | func (p Proc) Cwd() (string, error) { method RootDir (line 189) | func (p Proc) RootDir() (string, error) { method FileDescriptors (line 199) | func (p Proc) FileDescriptors() ([]uintptr, error) { method FileDescriptorTargets (line 219) | func (p Proc) FileDescriptorTargets() ([]string, error) { method FileDescriptorsLen (line 239) | func (p Proc) FileDescriptorsLen() (int, error) { method MountStats (line 250) | func (p Proc) MountStats() ([]*Mount, error) { method MountInfo (line 264) | func (p Proc) MountInfo() ([]*MountInfo, error) { method fileDescriptors (line 272) | func (p Proc) fileDescriptors() ([]string, error) { method path (line 287) | func (p Proc) path(pa ...string) string { method FileDescriptorsInfo (line 293) | func (p Proc) FileDescriptorsInfo() (ProcFDInfos, error) { method Schedstat (line 313) | func (p Proc) Schedstat() (ProcSchedstat, error) { type Procs (line 37) | type Procs method Len (line 39) | func (p Procs) Len() int { return len(p) } method Swap (line 40) | func (p Procs) Swap(i, j int) { p[i], p[j] = p[j], p[i] } method Less (line 41) | func (p Procs) Less(i, j int) bool { return p[i].PID < p[j].PID } function Self (line 44) | func Self() (Proc, error) { function NewProc (line 53) | func NewProc(pid int) (Proc, error) { function AllProcs (line 62) | func AllProcs() (Procs, error) { method Self (line 71) | func (fs FS) Self() (Proc, error) { method NewProc (line 86) | func (fs FS) NewProc(pid int) (Proc, error) { method Proc (line 91) | func (fs FS) Proc(pid int) (Proc, error) { method AllProcs (line 99) | func (fs FS) AllProcs() (Procs, error) { FILE: vendor/github.com/prometheus/procfs/proc_cgroup.go type Cgroup (line 35) | type Cgroup struct function parseCgroupString (line 49) | func parseCgroupString(cgroupStr string) (*Cgroup, error) { function parseCgroups (line 73) | func parseCgroups(data []byte) ([]Cgroup, error) { method Cgroups (line 92) | func (p Proc) Cgroups() ([]Cgroup, error) { FILE: vendor/github.com/prometheus/procfs/proc_cgroups.go type CgroupSummary (line 30) | type CgroupSummary struct function parseCgroupSummaryString (line 43) | func parseCgroupSummaryString(CgroupSummaryStr string) (*CgroupSummary, ... function parseCgroupSummary (line 71) | func parseCgroupSummary(data []byte) ([]CgroupSummary, error) { method CgroupSummarys (line 92) | func (fs FS) CgroupSummarys() ([]CgroupSummary, error) { FILE: vendor/github.com/prometheus/procfs/proc_environ.go method Environ (line 23) | func (p Proc) Environ() ([]string, error) { FILE: vendor/github.com/prometheus/procfs/proc_fdinfo.go type ProcFDInfo (line 34) | type ProcFDInfo struct method FDInfo (line 48) | func (p Proc) FDInfo(fd string) (*ProcFDInfo, error) { type InotifyInfo (line 87) | type InotifyInfo struct function parseInotifyInfo (line 99) | func parseInotifyInfo(line string) (*InotifyInfo, error) { type ProcFDInfos (line 118) | type ProcFDInfos method Len (line 120) | func (p ProcFDInfos) Len() int { return len(p) } method Swap (line 121) | func (p ProcFDInfos) Swap(i, j int) { p[i], p[j] = p[j], p[i] } method Less (line 122) | func (p ProcFDInfos) Less(i, j int) bool { return p[i].FD < p[j].FD } method InotifyWatchLen (line 125) | func (p ProcFDInfos) InotifyWatchLen() (int, error) { FILE: vendor/github.com/prometheus/procfs/proc_interrupts.go type Interrupt (line 29) | type Interrupt struct type Interrupts (line 41) | type Interrupts method Interrupts (line 44) | func (p Proc) Interrupts() (Interrupts, error) { function parseInterrupts (line 52) | func parseInterrupts(r io.Reader) (Interrupts, error) { FILE: vendor/github.com/prometheus/procfs/proc_io.go type ProcIO (line 23) | type ProcIO struct method IO (line 43) | func (p Proc) IO() (ProcIO, error) { FILE: vendor/github.com/prometheus/procfs/proc_limits.go type ProcLimits (line 27) | type ProcLimits struct constant limitsFields (line 72) | limitsFields = 4 constant limitsUnlimited (line 73) | limitsUnlimited = "unlimited" method NewLimits (line 83) | func (p Proc) NewLimits() (ProcLimits, error) { method Limits (line 88) | func (p Proc) Limits() (ProcLimits, error) { function parseUint (line 151) | func parseUint(s string) (uint64, error) { FILE: vendor/github.com/prometheus/procfs/proc_maps.go type ProcMapPermissions (line 31) | type ProcMapPermissions struct type ProcMap (line 46) | type ProcMap struct function parseDevice (line 65) | func parseDevice(s string) (uint64, error) { function parseAddress (line 85) | func parseAddress(s string) (uintptr, error) { function parseAddresses (line 95) | func parseAddresses(s string) (uintptr, uintptr, error) { function parsePermissions (line 115) | func parsePermissions(s string) (*ProcMapPermissions, error) { function parseProcMap (line 141) | func parseProcMap(text string) (*ProcMap, error) { method ProcMaps (line 191) | func (p Proc) ProcMaps() ([]*ProcMap, error) { FILE: vendor/github.com/prometheus/procfs/proc_netstat.go type ProcNetstat (line 28) | type ProcNetstat struct type TcpExt (line 35) | type TcpExt struct type IpExt (line 151) | type IpExt struct method Netstat (line 172) | func (p Proc) Netstat() (ProcNetstat, error) { function parseProcNetstat (line 185) | func parseProcNetstat(r io.Reader, fileName string) (ProcNetstat, error) { FILE: vendor/github.com/prometheus/procfs/proc_ns.go type Namespace (line 24) | type Namespace struct type Namespaces (line 30) | type Namespaces method Namespaces (line 34) | func (p Proc) Namespaces() (Namespaces, error) { FILE: vendor/github.com/prometheus/procfs/proc_psi.go constant lineFormat (line 36) | lineFormat = "avg10=%f avg60=%f avg300=%f total=%d" type PSILine (line 42) | type PSILine struct type PSIStats (line 53) | type PSIStats struct method PSIStatsForResource (line 61) | func (fs FS) PSIStatsForResource(resource string) (PSIStats, error) { function parsePSIStats (line 71) | func parsePSIStats(resource string, r io.Reader) (PSIStats, error) { FILE: vendor/github.com/prometheus/procfs/proc_smaps.go type ProcSMapsRollup (line 36) | type ProcSMapsRollup struct method parseLine (line 117) | func (s *ProcSMapsRollup) parseLine(line string) error { method addValue (line 143) | func (s *ProcSMapsRollup) addValue(k string, vString string, vUint uin... method ProcSMapsRollup (line 64) | func (p Proc) ProcSMapsRollup() (ProcSMapsRollup, error) { method procSMapsRollupManual (line 92) | func (p Proc) procSMapsRollupManual() (ProcSMapsRollup, error) { FILE: vendor/github.com/prometheus/procfs/proc_snmp.go type ProcSnmp (line 28) | type ProcSnmp struct type Ip (line 39) | type Ip struct type Icmp (line 61) | type Icmp struct type IcmpMsg (line 91) | type IcmpMsg struct type Tcp (line 96) | type Tcp struct type Udp (line 114) | type Udp struct type UdpLite (line 125) | type UdpLite struct method Snmp (line 136) | func (p Proc) Snmp() (ProcSnmp, error) { function parseSnmp (line 149) | func parseSnmp(r io.Reader, fileName string) (ProcSnmp, error) { FILE: vendor/github.com/prometheus/procfs/proc_snmp6.go type ProcSnmp6 (line 29) | type ProcSnmp6 struct type Ip6 (line 38) | type Ip6 struct type Icmp6 (line 73) | type Icmp6 struct type Udp6 (line 120) | type Udp6 struct type UdpLite6 (line 131) | type UdpLite6 struct method Snmp6 (line 141) | func (p Proc) Snmp6() (ProcSnmp6, error) { function parseSNMP6Stats (line 161) | func parseSNMP6Stats(r io.Reader) (ProcSnmp6, error) { FILE: vendor/github.com/prometheus/procfs/proc_stat.go constant userHZ (line 40) | userHZ = 100 type ProcStat (line 44) | type ProcStat struct method VirtualMemory (line 202) | func (s ProcStat) VirtualMemory() uint { method ResidentMemory (line 207) | func (s ProcStat) ResidentMemory() int { method StartTime (line 212) | func (s ProcStat) StartTime() (float64, error) { method CPUTime (line 222) | func (s ProcStat) CPUTime() float64 { method NewStat (line 121) | func (p Proc) NewStat() (ProcStat, error) { method Stat (line 126) | func (p Proc) Stat() (ProcStat, error) { FILE: vendor/github.com/prometheus/procfs/proc_status.go type ProcStatus (line 26) | type ProcStatus struct method fillStatus (line 116) | func (s *ProcStatus) fillStatus(k string, vString string, vUint uint64... method TotalCtxtSwitches (line 168) | func (s ProcStatus) TotalCtxtSwitches() uint64 { method NewStatus (line 82) | func (p Proc) NewStatus() (ProcStatus, error) { FILE: vendor/github.com/prometheus/procfs/proc_sys.go function sysctlToPath (line 23) | func sysctlToPath(sysctl string) string { method SysctlStrings (line 27) | func (fs FS) SysctlStrings(sysctl string) ([]string, error) { method SysctlInts (line 36) | func (fs FS) SysctlInts(sysctl string) ([]int, error) { FILE: vendor/github.com/prometheus/procfs/schedstat.go type Schedstat (line 39) | type Schedstat struct type SchedstatCPU (line 44) | type SchedstatCPU struct type ProcSchedstat (line 53) | type ProcSchedstat struct method Schedstat (line 60) | func (fs FS) Schedstat() (*Schedstat, error) { function parseProcSchedstat (line 98) | func parseProcSchedstat(contents string) (ProcSchedstat, error) { FILE: vendor/github.com/prometheus/procfs/slab.go type Slab (line 34) | type Slab struct type SlabInfo (line 51) | type SlabInfo struct function shouldParseSlab (line 55) | func shouldParseSlab(line string) bool { function parseV21SlabEntry (line 66) | func parseV21SlabEntry(line string) (*Slab, error) { function parseSlabInfo21 (line 123) | func parseSlabInfo21(r *bytes.Reader) (SlabInfo, error) { method SlabInfo (line 141) | func (fs FS) SlabInfo() (SlabInfo, error) { FILE: vendor/github.com/prometheus/procfs/softirqs.go type Softirqs (line 28) | type Softirqs struct method Softirqs (line 41) | func (fs FS) Softirqs() (Softirqs, error) { function parseSoftirqs (line 53) | func parseSoftirqs(r io.Reader) (Softirqs, error) { FILE: vendor/github.com/prometheus/procfs/stat.go type CPUStat (line 29) | type CPUStat struct type SoftIRQStat (line 45) | type SoftIRQStat struct type Stat (line 59) | type Stat struct function parseCPUStat (line 85) | func parseCPUStat(line string) (CPUStat, int64, error) { function parseSoftIRQStat (line 126) | func parseSoftIRQStat(line string) (SoftIRQStat, uint64, error) { function NewStat (line 149) | func NewStat() (Stat, error) { method NewStat (line 161) | func (fs FS) NewStat() (Stat, error) { method Stat (line 167) | func (fs FS) Stat() (Stat, error) { function parseStat (line 181) | func parseStat(r io.Reader, fileName string) (Stat, error) { FILE: vendor/github.com/prometheus/procfs/swaps.go type Swap (line 27) | type Swap struct method Swaps (line 36) | func (fs FS) Swaps() ([]*Swap, error) { function parseSwaps (line 44) | func parseSwaps(info []byte) ([]*Swap, error) { function parseSwapString (line 61) | func parseSwapString(swapString string) (*Swap, error) { FILE: vendor/github.com/prometheus/procfs/thread.go function AllThreads (line 29) | func AllThreads(pid int) (Procs, error) { method AllThreads (line 38) | func (fs FS) AllThreads(pid int) (Procs, error) { method Thread (line 64) | func (fs FS) Thread(pid, tid int) (Proc, error) { method Thread (line 73) | func (proc Proc) Thread(tid int) (Proc, error) { FILE: vendor/github.com/prometheus/procfs/vm.go type VM (line 35) | type VM struct method VM (line 82) | func (fs FS) VM() (*VM, error) { FILE: vendor/github.com/prometheus/procfs/zoneinfo.go type Zoneinfo (line 30) | type Zoneinfo struct method Zoneinfo (line 75) | func (fs FS) Zoneinfo() ([]Zoneinfo, error) { function parseZoneinfo (line 87) | func parseZoneinfo(zoneinfoData []byte) ([]Zoneinfo, error) { FILE: vendor/github.com/rs/cors/cors.go type Options (line 32) | type Options struct type Logger (line 79) | type Logger interface type Cors (line 84) | type Cors struct method Handler (line 219) | func (c *Cors) Handler(h http.Handler) http.Handler { method HandlerFunc (line 242) | func (c *Cors) HandlerFunc(w http.ResponseWriter, r *http.Request) { method ServeHTTP (line 255) | func (c *Cors) ServeHTTP(w http.ResponseWriter, r *http.Request, next ... method handlePreflight (line 276) | func (c *Cors) handlePreflight(w http.ResponseWriter, r *http.Request) { method handleActualRequest (line 340) | func (c *Cors) handleActualRequest(w http.ResponseWriter, r *http.Requ... method logf (line 379) | func (c *Cors) logf(format string, a ...interface{}) { method OriginAllowed (line 386) | func (c *Cors) OriginAllowed(r *http.Request) bool { method isOriginAllowed (line 393) | func (c *Cors) isOriginAllowed(r *http.Request, origin string) bool { method isMethodAllowed (line 419) | func (c *Cors) isMethodAllowed(method string) bool { method areHeadersAllowed (line 439) | func (c *Cors) areHeadersAllowed(requestedHeaders []string) bool { function New (line 114) | func New(options Options) *Cors { function Default (line 195) | func Default() *Cors { function AllowAll (line 201) | func AllowAll() *Cors { FILE: vendor/github.com/rs/cors/utils.go constant toLower (line 5) | toLower = 'a' - 'A' type converter (line 7) | type converter type wildcard (line 9) | type wildcard struct method match (line 14) | func (w wildcard) match(s string) bool { function convert (line 19) | func convert(s []string, c converter) []string { function parseHeaderList (line 28) | func parseHeaderList(headerList string) []string { FILE: vendor/github.com/stretchr/testify/assert/assertion_compare.go type CompareType (line 10) | type CompareType constant compareLess (line 13) | compareLess CompareType = iota - 1 constant compareEqual (line 14) | compareEqual constant compareGreater (line 15) | compareGreater function compare (line 40) | func compare(obj1, obj2 interface{}, kind reflect.Kind) (CompareType, bo... function Greater (line 358) | func Greater(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...i... function GreaterOrEqual (line 371) | func GreaterOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndAr... function Less (line 383) | func Less(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ...inte... function LessOrEqual (line 396) | func LessOrEqual(t TestingT, e1 interface{}, e2 interface{}, msgAndArgs ... function Positive (line 407) | func Positive(t TestingT, e interface{}, msgAndArgs ...interface{}) bool { function Negative (line 419) | func Negative(t TestingT, e interface{}, msgAndArgs ...interface{}) bool { function compareTwoValues (line 427) | func compareTwoValues(t TestingT, e1 interface{}, e2 interface{}, allowe... function containsValue (line 450) | func containsValue(values []CompareType, value CompareType) bool { FILE: vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go function canConvert (line 14) | func canConvert(value reflect.Value, to reflect.Type) bool { FILE: vendor/github.com/stretchr/testify/assert/assertion_compare_legacy.go function canConvert (line 14) | func canConvert(value reflect.Value, to reflect.Type) bool { FILE: vendor/github.com/stretchr/testify/assert/assertion_format.go function Conditionf (line 15) | func Conditionf(t TestingT, comp Comparison, msg string, args ...interfa... function Containsf (line 28) | func Containsf(t TestingT, s interface{}, contains interface{}, msg stri... function DirExistsf (line 37) | func DirExistsf(t TestingT, path string, msg string, args ...interface{}... function ElementsMatchf (line 49) | func ElementsMatchf(t TestingT, listA interface{}, listB interface{}, ms... function Emptyf (line 60) | func Emptyf(t TestingT, object interface{}, msg string, args ...interfac... function Equalf (line 74) | func Equalf(t TestingT, expected interface{}, actual interface{}, msg st... function EqualErrorf (line 86) | func EqualErrorf(t TestingT, theError error, errString string, msg strin... function EqualValuesf (line 97) | func EqualValuesf(t TestingT, expected interface{}, actual interface{}, ... function Errorf (line 110) | func Errorf(t TestingT, err error, msg string, args ...interface{}) bool { function ErrorAsf (line 119) | func ErrorAsf(t TestingT, err error, target interface{}, msg string, arg... function ErrorContainsf (line 131) | func ErrorContainsf(t TestingT, theError error, contains string, msg str... function ErrorIsf (line 140) | func ErrorIsf(t TestingT, err error, target error, msg string, args ...i... function Eventuallyf (line 151) | func Eventuallyf(t TestingT, condition func() bool, waitFor time.Duratio... function Exactlyf (line 161) | func Exactlyf(t TestingT, expected interface{}, actual interface{}, msg ... function Failf (line 169) | func Failf(t TestingT, failureMessage string, msg string, args ...interf... function FailNowf (line 177) | func FailNowf(t TestingT, failureMessage string, msg string, args ...int... function Falsef (line 187) | func Falsef(t TestingT, value bool, msg string, args ...interface{}) bool { function FileExistsf (line 196) | func FileExistsf(t TestingT, path string, msg string, args ...interface{... function Greaterf (line 208) | func Greaterf(t TestingT, e1 interface{}, e2 interface{}, msg string, ar... function GreaterOrEqualf (line 221) | func GreaterOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg str... function HTTPBodyContainsf (line 234) | func HTTPBodyContainsf(t TestingT, handler http.HandlerFunc, method stri... function HTTPBodyNotContainsf (line 247) | func HTTPBodyNotContainsf(t TestingT, handler http.HandlerFunc, method s... function HTTPErrorf (line 259) | func HTTPErrorf(t TestingT, handler http.HandlerFunc, method string, url... function HTTPRedirectf (line 271) | func HTTPRedirectf(t TestingT, handler http.HandlerFunc, method string, ... function HTTPStatusCodef (line 283) | func HTTPStatusCodef(t TestingT, handler http.HandlerFunc, method string... function HTTPSuccessf (line 295) | func HTTPSuccessf(t TestingT, handler http.HandlerFunc, method string, u... function Implementsf (line 305) | func Implementsf(t TestingT, interfaceObject interface{}, object interfa... function InDeltaf (line 315) | func InDeltaf(t TestingT, expected interface{}, actual interface{}, delt... function InDeltaMapValuesf (line 323) | func InDeltaMapValuesf(t TestingT, expected interface{}, actual interfac... function InDeltaSlicef (line 331) | func InDeltaSlicef(t TestingT, expected interface{}, actual interface{},... function InEpsilonf (line 339) | func InEpsilonf(t TestingT, expected interface{}, actual interface{}, ep... function InEpsilonSlicef (line 347) | func InEpsilonSlicef(t TestingT, expected interface{}, actual interface{... function IsDecreasingf (line 359) | func IsDecreasingf(t TestingT, object interface{}, msg string, args ...i... function IsIncreasingf (line 371) | func IsIncreasingf(t TestingT, object interface{}, msg string, args ...i... function IsNonDecreasingf (line 383) | func IsNonDecreasingf(t TestingT, object interface{}, msg string, args .... function IsNonIncreasingf (line 395) | func IsNonIncreasingf(t TestingT, object interface{}, msg string, args .... function IsTypef (line 403) | func IsTypef(t TestingT, expectedType interface{}, object interface{}, m... function JSONEqf (line 413) | func JSONEqf(t TestingT, expected string, actual string, msg string, arg... function Lenf (line 424) | func Lenf(t TestingT, object interface{}, length int, msg string, args .... function Lessf (line 436) | func Lessf(t TestingT, e1 interface{}, e2 interface{}, msg string, args ... function LessOrEqualf (line 449) | func LessOrEqualf(t TestingT, e1 interface{}, e2 interface{}, msg string... function Negativef (line 460) | func Negativef(t TestingT, e interface{}, msg string, args ...interface{... function Neverf (line 471) | func Neverf(t TestingT, condition func() bool, waitFor time.Duration, ti... function Nilf (line 481) | func Nilf(t TestingT, object interface{}, msg string, args ...interface{... function NoDirExistsf (line 490) | func NoDirExistsf(t TestingT, path string, msg string, args ...interface... function NoErrorf (line 503) | func NoErrorf(t TestingT, err error, msg string, args ...interface{}) bo... function NoFileExistsf (line 512) | func NoFileExistsf(t TestingT, path string, msg string, args ...interfac... function NotContainsf (line 525) | func NotContainsf(t TestingT, s interface{}, contains interface{}, msg s... function NotEmptyf (line 538) | func NotEmptyf(t TestingT, object interface{}, msg string, args ...inter... function NotEqualf (line 551) | func NotEqualf(t TestingT, expected interface{}, actual interface{}, msg... function NotEqualValuesf (line 561) | func NotEqualValuesf(t TestingT, expected interface{}, actual interface{... function NotErrorIsf (line 570) | func NotErrorIsf(t TestingT, err error, target error, msg string, args .... function NotNilf (line 580) | func NotNilf(t TestingT, object interface{}, msg string, args ...interfa... function NotPanicsf (line 590) | func NotPanicsf(t TestingT, f PanicTestFunc, msg string, args ...interfa... function NotRegexpf (line 601) | func NotRegexpf(t TestingT, rx interface{}, str interface{}, msg string,... function NotSamef (line 614) | func NotSamef(t TestingT, expected interface{}, actual interface{}, msg ... function NotSubsetf (line 625) | func NotSubsetf(t TestingT, list interface{}, subset interface{}, msg st... function NotZerof (line 633) | func NotZerof(t TestingT, i interface{}, msg string, args ...interface{}... function Panicsf (line 643) | func Panicsf(t TestingT, f PanicTestFunc, msg string, args ...interface{... function PanicsWithErrorf (line 655) | func PanicsWithErrorf(t TestingT, errString string, f PanicTestFunc, msg... function PanicsWithValuef (line 666) | func PanicsWithValuef(t TestingT, expected interface{}, f PanicTestFunc,... function Positivef (line 677) | func Positivef(t TestingT, e interface{}, msg string, args ...interface{... function Regexpf (line 688) | func Regexpf(t TestingT, rx interface{}, str interface{}, msg string, ar... function Samef (line 701) | func Samef(t TestingT, expected interface{}, actual interface{}, msg str... function Subsetf (line 712) | func Subsetf(t TestingT, list interface{}, subset interface{}, msg strin... function Truef (line 722) | func Truef(t TestingT, value bool, msg string, args ...interface{}) bool { function WithinDurationf (line 732) | func WithinDurationf(t TestingT, expected time.Time, actual time.Time, d... function WithinRangef (line 742) | func WithinRangef(t TestingT, actual time.Time, start time.Time, end tim... function YAMLEqf (line 750) | func YAMLEqf(t TestingT, expected string, actual string, msg string, arg... function Zerof (line 758) | func Zerof(t TestingT, i interface{}, msg string, args ...interface{}) b... FILE: vendor/github.com/stretchr/testify/assert/assertion_forward.go method Condition (line 15) | func (a *Assertions) Condition(comp Comparison, msgAndArgs ...interface{... method Conditionf (line 23) | func (a *Assertions) Conditionf(comp Comparison, msg string, args ...int... method Contains (line 36) | func (a *Assertions) Contains(s interface{}, contains interface{}, msgAn... method Containsf (line 49) | func (a *Assertions) Containsf(s interface{}, contains interface{}, msg ... method DirExists (line 58) | func (a *Assertions) DirExists(path string, msgAndArgs ...interface{}) b... method DirExistsf (line 67) | func (a *Assertions) DirExistsf(path string, msg string, args ...interfa... method ElementsMatch (line 79) | func (a *Assertions) ElementsMatch(listA interface{}, listB interface{},... method ElementsMatchf (line 91) | func (a *Assertions) ElementsMatchf(listA interface{}, listB interface{}... method Empty (line 102) | func (a *Assertions) Empty(object interface{}, msgAndArgs ...interface{}... method Emptyf (line 113) | func (a *Assertions) Emptyf(object interface{}, msg string, args ...inte... method Equal (line 127) | func (a *Assertions) Equal(expected interface{}, actual interface{}, msg... method EqualError (line 139) | func (a *Assertions) EqualError(theError error, errString string, msgAnd... method EqualErrorf (line 151) | func (a *Assertions) EqualErrorf(theError error, errString string, msg s... method EqualValues (line 162) | func (a *Assertions) EqualValues(expected interface{}, actual interface{... method EqualValuesf (line 173) | func (a *Assertions) EqualValuesf(expected interface{}, actual interface... method Equalf (line 187) | func (a *Assertions) Equalf(expected interface{}, actual interface{}, ms... method Error (line 200) | func (a *Assertions) Error(err error, msgAndArgs ...interface{}) bool { method ErrorAs (line 209) | func (a *Assertions) ErrorAs(err error, target interface{}, msgAndArgs .... method ErrorAsf (line 218) | func (a *Assertions) ErrorAsf(err error, target interface{}, msg string,... method ErrorContains (line 230) | func (a *Assertions) ErrorContains(theError error, contains string, msgA... method ErrorContainsf (line 242) | func (a *Assertions) ErrorContainsf(theError error, contains string, msg... method ErrorIs (line 251) | func (a *Assertions) ErrorIs(err error, target error, msgAndArgs ...inte... method ErrorIsf (line 260) | func (a *Assertions) ErrorIsf(err error, target error, msg string, args ... method Errorf (line 273) | func (a *Assertions) Errorf(err error, msg string, args ...interface{}) ... method Eventually (line 284) | func (a *Assertions) Eventually(condition func() bool, waitFor time.Dura... method Eventuallyf (line 295) | func (a *Assertions) Eventuallyf(condition func() bool, waitFor time.Dur... method Exactly (line 305) | func (a *Assertions) Exactly(expected interface{}, actual interface{}, m... method Exactlyf (line 315) | func (a *Assertions) Exactlyf(expected interface{}, actual interface{}, ... method Fail (line 323) | func (a *Assertions) Fail(failureMessage string, msgAndArgs ...interface... method FailNow (line 331) | func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interf... method FailNowf (line 339) | func (a *Assertions) FailNowf(failureMessage string, msg string, args ..... method Failf (line 347) | func (a *Assertions) Failf(failureMessage string, msg string, args ...in... method False (line 357) | func (a *Assertions) False(value bool, msgAndArgs ...interface{}) bool { method Falsef (line 367) | func (a *Assertions) Falsef(value bool, msg string, args ...interface{})... method FileExists (line 376) | func (a *Assertions) FileExists(path string, msgAndArgs ...interface{}) ... method FileExistsf (line 385) | func (a *Assertions) FileExistsf(path string, msg string, args ...interf... method Greater (line 397) | func (a *Assertions) Greater(e1 interface{}, e2 interface{}, msgAndArgs ... method GreaterOrEqual (line 410) | func (a *Assertions) GreaterOrEqual(e1 interface{}, e2 interface{}, msgA... method GreaterOrEqualf (line 423) | func (a *Assertions) GreaterOrEqualf(e1 interface{}, e2 interface{}, msg... method Greaterf (line 435) | func (a *Assertions) Greaterf(e1 interface{}, e2 interface{}, msg string... method HTTPBodyContains (line 448) | func (a *Assertions) HTTPBodyContains(handler http.HandlerFunc, method s... method HTTPBodyContainsf (line 461) | func (a *Assertions) HTTPBodyContainsf(handler http.HandlerFunc, method ... method HTTPBodyNotContains (line 474) | func (a *Assertions) HTTPBodyNotContains(handler http.HandlerFunc, metho... method HTTPBodyNotContainsf (line 487) | func (a *Assertions) HTTPBodyNotContainsf(handler http.HandlerFunc, meth... method HTTPError (line 499) | func (a *Assertions) HTTPError(handler http.HandlerFunc, method string, ... method HTTPErrorf (line 511) | func (a *Assertions) HTTPErrorf(handler http.HandlerFunc, method string,... method HTTPRedirect (line 523) | func (a *Assertions) HTTPRedirect(handler http.HandlerFunc, method strin... method HTTPRedirectf (line 535) | func (a *Assertions) HTTPRedirectf(handler http.HandlerFunc, method stri... method HTTPStatusCode (line 547) | func (a *Assertions) HTTPStatusCode(handler http.HandlerFunc, method str... method HTTPStatusCodef (line 559) | func (a *Assertions) HTTPStatusCodef(handler http.HandlerFunc, method st... method HTTPSuccess (line 571) | func (a *Assertions) HTTPSuccess(handler http.HandlerFunc, method string... method HTTPSuccessf (line 583) | func (a *Assertions) HTTPSuccessf(handler http.HandlerFunc, method strin... method Implements (line 593) | func (a *Assertions) Implements(interfaceObject interface{}, object inte... method Implementsf (line 603) | func (a *Assertions) Implementsf(interfaceObject interface{}, object int... method InDelta (line 613) | func (a *Assertions) InDelta(expected interface{}, actual interface{}, d... method InDeltaMapValues (line 621) | func (a *Assertions) InDeltaMapValues(expected interface{}, actual inter... method InDeltaMapValuesf (line 629) | func (a *Assertions) InDeltaMapValuesf(expected interface{}, actual inte... method InDeltaSlice (line 637) | func (a *Assertions) InDeltaSlice(expected interface{}, actual interface... method InDeltaSlicef (line 645) | func (a *Assertions) InDeltaSlicef(expected interface{}, actual interfac... method InDeltaf (line 655) | func (a *Assertions) InDeltaf(expected interface{}, actual interface{}, ... method InEpsilon (line 663) | func (a *Assertions) InEpsilon(expected interface{}, actual interface{},... method InEpsilonSlice (line 671) | func (a *Assertions) InEpsilonSlice(expected interface{}, actual interfa... method InEpsilonSlicef (line 679) | func (a *Assertions) InEpsilonSlicef(expected interface{}, actual interf... method InEpsilonf (line 687) | func (a *Assertions) InEpsilonf(expected interface{}, actual interface{}... method IsDecreasing (line 699) | func (a *Assertions) IsDecreasing(object interface{}, msgAndArgs ...inte... method IsDecreasingf (line 711) | func (a *Assertions) IsDecreasingf(object interface{}, msg string, args ... method IsIncreasing (line 723) | func (a *Assertions) IsIncreasing(object interface{}, msgAndArgs ...inte... method IsIncreasingf (line 735) | func (a *Assertions) IsIncreasingf(object interface{}, msg string, args ... method IsNonDecreasing (line 747) | func (a *Assertions) IsNonDecreasing(object interface{}, msgAndArgs ...i... method IsNonDecreasingf (line 759) | func (a *Assertions) IsNonDecreasingf(object interface{}, msg string, ar... method IsNonIncreasing (line 771) | func (a *Assertions) IsNonIncreasing(object interface{}, msgAndArgs ...i... method IsNonIncreasingf (line 783) | func (a *Assertions) IsNonIncreasingf(object interface{}, msg string, ar... method IsType (line 791) | func (a *Assertions) IsType(expectedType interface{}, object interface{}... method IsTypef (line 799) | func (a *Assertions) IsTypef(expectedType interface{}, object interface{... method JSONEq (line 809) | func (a *Assertions) JSONEq(expected string, actual string, msgAndArgs .... method JSONEqf (line 819) | func (a *Assertions) JSONEqf(expected string, actual string, msg string,... method Len (line 830) | func (a *Assertions) Len(object interface{}, length int, msgAndArgs ...i... method Lenf (line 841) | func (a *Assertions) Lenf(object interface{}, length int, msg string, ar... method Less (line 853) | func (a *Assertions) Less(e1 interface{}, e2 interface{}, msgAndArgs ...... method LessOrEqual (line 866) | func (a *Assertions) LessOrEqual(e1 interface{}, e2 interface{}, msgAndA... method LessOrEqualf (line 879) | func (a *Assertions) LessOrEqualf(e1 interface{}, e2 interface{}, msg st... method Lessf (line 891) | func (a *Assertions) Lessf(e1 interface{}, e2 interface{}, msg string, a... method Negative (line 902) | func (a *Assertions) Negative(e interface{}, msgAndArgs ...interface{}) ... method Negativef (line 913) | func (a *Assertions) Negativef(e interface{}, msg string, args ...interf... method Never (line 924) | func (a *Assertions) Never(condition func() bool, waitFor time.Duration,... method Neverf (line 935) | func (a *Assertions) Neverf(condition func() bool, waitFor time.Duration... method Nil (line 945) | func (a *Assertions) Nil(object interface{}, msgAndArgs ...interface{}) ... method Nilf (line 955) | func (a *Assertions) Nilf(object interface{}, msg string, args ...interf... method NoDirExists (line 964) | func (a *Assertions) NoDirExists(path string, msgAndArgs ...interface{})... method NoDirExistsf (line 973) | func (a *Assertions) NoDirExistsf(path string, msg string, args ...inter... method NoError (line 986) | func (a *Assertions) NoError(err error, msgAndArgs ...interface{}) bool { method NoErrorf (line 999) | func (a *Assertions) NoErrorf(err error, msg string, args ...interface{}... method NoFileExists (line 1008) | func (a *Assertions) NoFileExists(path string, msgAndArgs ...interface{}... method NoFileExistsf (line 1017) | func (a *Assertions) NoFileExistsf(path string, msg string, args ...inte... method NotContains (line 1030) | func (a *Assertions) NotContains(s interface{}, contains interface{}, ms... method NotContainsf (line 1043) | func (a *Assertions) NotContainsf(s interface{}, contains interface{}, m... method NotEmpty (line 1056) | func (a *Assertions) NotEmpty(object interface{}, msgAndArgs ...interfac... method NotEmptyf (line 1069) | func (a *Assertions) NotEmptyf(object interface{}, msg string, args ...i... method NotEqual (line 1082) | func (a *Assertions) NotEqual(expected interface{}, actual interface{}, ... method NotEqualValues (line 1092) | func (a *Assertions) NotEqualValues(expected interface{}, actual interfa... method NotEqualValuesf (line 1102) | func (a *Assertions) NotEqualValuesf(expected interface{}, actual interf... method NotEqualf (line 1115) | func (a *Assertions) NotEqualf(expected interface{}, actual interface{},... method NotErrorIs (line 1124) | func (a *Assertions) NotErrorIs(err error, target error, msgAndArgs ...i... method NotErrorIsf (line 1133) | func (a *Assertions) NotErrorIsf(err error, target error, msg string, ar... method NotNil (line 1143) | func (a *Assertions) NotNil(object interface{}, msgAndArgs ...interface{... method NotNilf (line 1153) | func (a *Assertions) NotNilf(object interface{}, msg string, args ...int... method NotPanics (line 1163) | func (a *Assertions) NotPanics(f PanicTestFunc, msgAndArgs ...interface{... method NotPanicsf (line 1173) | func (a *Assertions) NotPanicsf(f PanicTestFunc, msg string, args ...int... method NotRegexp (line 1184) | func (a *Assertions) NotRegexp(rx interface{}, str interface{}, msgAndAr... method NotRegexpf (line 1195) | func (a *Assertions) NotRegexpf(rx interface{}, str interface{}, msg str... method NotSame (line 1208) | func (a *Assertions) NotSame(expected interface{}, actual interface{}, m... method NotSamef (line 1221) | func (a *Assertions) NotSamef(expected interface{}, actual interface{}, ... method NotSubset (line 1232) | func (a *Assertions) NotSubset(list interface{}, subset interface{}, msg... method NotSubsetf (line 1243) | func (a *Assertions) NotSubsetf(list interface{}, subset interface{}, ms... method NotZero (line 1251) | func (a *Assertions) NotZero(i interface{}, msgAndArgs ...interface{}) b... method NotZerof (line 1259) | func (a *Assertions) NotZerof(i interface{}, msg string, args ...interfa... method Panics (line 1269) | func (a *Assertions) Panics(f PanicTestFunc, msgAndArgs ...interface{}) ... method PanicsWithError (line 1281) | func (a *Assertions) PanicsWithError(errString string, f PanicTestFunc, ... method PanicsWithErrorf (line 1293) | func (a *Assertions) PanicsWithErrorf(errString string, f PanicTestFunc,... method PanicsWithValue (line 1304) | func (a *Assertions) PanicsWithValue(expected interface{}, f PanicTestFu... method PanicsWithValuef (line 1315) | func (a *Assertions) PanicsWithValuef(expected interface{}, f PanicTestF... method Panicsf (line 1325) | func (a *Assertions) Panicsf(f PanicTestFunc, msg string, args ...interf... method Positive (line 1336) | func (a *Assertions) Positive(e interface{}, msgAndArgs ...interface{}) ... method Positivef (line 1347) | func (a *Assertions) Positivef(e interface{}, msg string, args ...interf... method Regexp (line 1358) | func (a *Assertions) Regexp(rx interface{}, str interface{}, msgAndArgs ... method Regexpf (line 1369) | func (a *Assertions) Regexpf(rx interface{}, str interface{}, msg string... method Same (line 1382) | func (a *Assertions) Same(expected interface{}, actual interface{}, msgA... method Samef (line 1395) | func (a *Assertions) Samef(expected interface{}, actual interface{}, msg... method Subset (line 1406) | func (a *Assertions) Subset(list interface{}, subset interface{}, msgAnd... method Subsetf (line 1417) | func (a *Assertions) Subsetf(list interface{}, subset interface{}, msg s... method True (line 1427) | func (a *Assertions) True(value bool, msgAndArgs ...interface{}) bool { method Truef (line 1437) | func (a *Assertions) Truef(value bool, msg string, args ...interface{}) ... method WithinDuration (line 1447) | func (a *Assertions) WithinDuration(expected time.Time, actual time.Time... method WithinDurationf (line 1457) | func (a *Assertions) WithinDurationf(expected time.Time, actual time.Tim... method WithinRange (line 1467) | func (a *Assertions) WithinRange(actual time.Time, start time.Time, end ... method WithinRangef (line 1477) | func (a *Assertions) WithinRangef(actual time.Time, start time.Time, end... method YAMLEq (line 1485) | func (a *Assertions) YAMLEq(expected string, actual string, msgAndArgs .... method YAMLEqf (line 1493) | func (a *Assertions) YAMLEqf(expected string, actual string, msg string,... method Zero (line 1501) | func (a *Assertions) Zero(i interface{}, msgAndArgs ...interface{}) bool { method Zerof (line 1509) | func (a *Assertions) Zerof(i interface{}, msg string, args ...interface{... FILE: vendor/github.com/stretchr/testify/assert/assertion_order.go function isOrdered (line 9) | func isOrdered(t TestingT, object interface{}, allowedComparesResults []... function IsIncreasing (line 52) | func IsIncreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsNonIncreasing (line 61) | func IsNonIncreasing(t TestingT, object interface{}, msgAndArgs ...inter... function IsDecreasing (line 70) | func IsDecreasing(t TestingT, object interface{}, msgAndArgs ...interfac... function IsNonDecreasing (line 79) | func IsNonDecreasing(t TestingT, object interface{}, msgAndArgs ...inter... FILE: vendor/github.com/stretchr/testify/assert/assertions.go type TestingT (line 28) | type TestingT interface type ComparisonAssertionFunc (line 34) | type ComparisonAssertionFunc type ValueAssertionFunc (line 38) | type ValueAssertionFunc type BoolAssertionFunc (line 42) | type BoolAssertionFunc type ErrorAssertionFunc (line 46) | type ErrorAssertionFunc type Comparison (line 49) | type Comparison function ObjectsAreEqual (line 58) | func ObjectsAreEqual(expected, actual interface{}) bool { function ObjectsAreEqualValues (line 80) | func ObjectsAreEqualValues(expected, actual interface{}) bool { function CallerInfo (line 105) | func CallerInfo() []string { function isTest (line 168) | func isTest(name, prefix string) bool { function messageFromMsgAndArgs (line 179) | func messageFromMsgAndArgs(msgAndArgs ...interface{}) string { function indentMessageLines (line 200) | func indentMessageLines(message string, longestLabelLen int) string { type failNower (line 215) | type failNower interface function FailNow (line 220) | func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{... function Fail (line 241) | func Fail(t TestingT, failureMessage string, msgAndArgs ...interface{}) ... type labeledContent (line 267) | type labeledContent struct function labeledOutput (line 281) | func labeledOutput(content ...labeledContent) string { function Implements (line 298) | func Implements(t TestingT, interfaceObject interface{}, object interfac... function IsType (line 315) | func IsType(t TestingT, expectedType interface{}, object interface{}, ms... function Equal (line 334) | func Equal(t TestingT, expected, actual interface{}, msgAndArgs ...inter... function validateEqualArgs (line 357) | func validateEqualArgs(expected, actual interface{}) error { function Same (line 374) | func Same(t TestingT, expected, actual interface{}, msgAndArgs ...interf... function NotSame (line 394) | func NotSame(t TestingT, expected, actual interface{}, msgAndArgs ...int... function samePointers (line 409) | func samePointers(first, second interface{}) bool { function formatUnequalValues (line 430) | func formatUnequalValues(expected, actual interface{}) (e string, a stri... function truncatingFormat (line 446) | func truncatingFormat(data interface{}) string { function EqualValues (line 459) | func EqualValues(t TestingT, expected, actual interface{}, msgAndArgs ..... function Exactly (line 479) | func Exactly(t TestingT, expected, actual interface{}, msgAndArgs ...int... function NotNil (line 498) | func NotNil(t TestingT, object interface{}, msgAndArgs ...interface{}) b... function containsKind (line 509) | func containsKind(kinds []reflect.Kind, kind reflect.Kind) bool { function isNil (line 520) | func isNil(object interface{}) bool { function Nil (line 544) | func Nil(t TestingT, object interface{}, msgAndArgs ...interface{}) bool { function isEmpty (line 555) | func isEmpty(object interface{}) bool { function Empty (line 587) | func Empty(t TestingT, object interface{}, msgAndArgs ...interface{}) bo... function NotEmpty (line 606) | func NotEmpty(t TestingT, object interface{}, msgAndArgs ...interface{})... function getLen (line 621) | func getLen(x interface{}) (ok bool, length int) { function Len (line 635) | func Len(t TestingT, object interface{}, length int, msgAndArgs ...inter... function True (line 653) | func True(t TestingT, value bool, msgAndArgs ...interface{}) bool { function False (line 668) | func False(t TestingT, value bool, msgAndArgs ...interface{}) bool { function NotEqual (line 686) | func NotEqual(t TestingT, expected, actual interface{}, msgAndArgs ...in... function NotEqualValues (line 706) | func NotEqualValues(t TestingT, expected, actual interface{}, msgAndArgs... function containsElement (line 722) | func containsElement(list interface{}, element interface{}) (ok, found b... function Contains (line 767) | func Contains(t TestingT, s, contains interface{}, msgAndArgs ...interfa... function NotContains (line 790) | func NotContains(t TestingT, s, contains interface{}, msgAndArgs ...inte... function Subset (line 811) | func Subset(t TestingT, list, subset interface{}, msgAndArgs ...interfac... function NotSubset (line 867) | func NotSubset(t TestingT, list, subset interface{}, msgAndArgs ...inter... function ElementsMatch (line 924) | func ElementsMatch(t TestingT, listA, listB interface{}, msgAndArgs ...i... function isList (line 946) | func isList(t TestingT, list interface{}, msgAndArgs ...interface{}) (ok... function diffLists (line 958) | func diffLists(listA, listB interface{}) (extraA, extraB []interface{}) { function formatListDiff (line 995) | func formatListDiff(listA, listB interface{}, extraA, extraB []interface... function Condition (line 1016) | func Condition(t TestingT, comp Comparison, msgAndArgs ...interface{}) b... type PanicTestFunc (line 1029) | type PanicTestFunc function didPanic (line 1032) | func didPanic(f PanicTestFunc) (didPanic bool, message interface{}, stac... function Panics (line 1052) | func Panics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) bool { function PanicsWithValue (line 1068) | func PanicsWithValue(t TestingT, expected interface{}, f PanicTestFunc, ... function PanicsWithError (line 1089) | func PanicsWithError(t TestingT, errString string, f PanicTestFunc, msgA... function NotPanics (line 1109) | func NotPanics(t TestingT, f PanicTestFunc, msgAndArgs ...interface{}) b... function WithinDuration (line 1124) | func WithinDuration(t TestingT, expected, actual time.Time, delta time.D... function WithinRange (line 1140) | func WithinRange(t TestingT, actual, start, end time.Time, msgAndArgs ..... function toFloat (line 1158) | func toFloat(x interface{}) (float64, bool) { function InDelta (line 1199) | func InDelta(t TestingT, expected, actual interface{}, delta float64, ms... function InDeltaSlice (line 1232) | func InDeltaSlice(t TestingT, expected, actual interface{}, delta float6... function InDeltaMapValues (line 1256) | func InDeltaMapValues(t TestingT, expected, actual interface{}, delta fl... function calcRelativeError (line 1299) | func calcRelativeError(expected, actual interface{}) (float64, error) { function InEpsilon (line 1322) | func InEpsilon(t TestingT, expected, actual interface{}, epsilon float64... function InEpsilonSlice (line 1342) | func InEpsilonSlice(t TestingT, expected, actual interface{}, epsilon fl... function NoError (line 1375) | func NoError(t TestingT, err error, msgAndArgs ...interface{}) bool { function Error (line 1392) | func Error(t TestingT, err error, msgAndArgs ...interface{}) bool { function EqualError (line 1408) | func EqualError(t TestingT, theError error, errString string, msgAndArgs... function ErrorContains (line 1431) | func ErrorContains(t TestingT, theError error, contains string, msgAndAr... function matchRegexp (line 1448) | func matchRegexp(rx interface{}, str interface{}) bool { function Regexp (line 1465) | func Regexp(t TestingT, rx interface{}, str interface{}, msgAndArgs ...i... function NotRegexp (line 1483) | func NotRegexp(t TestingT, rx interface{}, str interface{}, msgAndArgs .... function Zero (line 1498) | func Zero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function NotZero (line 1509) | func NotZero(t TestingT, i interface{}, msgAndArgs ...interface{}) bool { function FileExists (line 1521) | func FileExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function NoFileExists (line 1540) | func NoFileExists(t TestingT, path string, msgAndArgs ...interface{}) bo... function DirExists (line 1556) | func DirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function NoDirExists (line 1575) | func NoDirExists(t TestingT, path string, msgAndArgs ...interface{}) bool { function JSONEq (line 1595) | func JSONEq(t TestingT, expected string, actual string, msgAndArgs ...in... function YAMLEq (line 1613) | func YAMLEq(t TestingT, expected string, actual string, msgAndArgs ...in... function typeAndKind (line 1630) | func typeAndKind(v interface{}) (reflect.Type, reflect.Kind) { function diff (line 1643) | func diff(expected interface{}, actual interface{}) string { function isFunction (line 1686) | func isFunction(arg interface{}) bool { type tHelper (line 1710) | type tHelper interface function Eventually (line 1718) | func Eventually(t TestingT, condition func() bool, waitFor time.Duration... function Never (line 1751) | func Never(t TestingT, condition func() bool, waitFor time.Duration, tic... function ErrorIs (line 1782) | func ErrorIs(t TestingT, err, target error, msgAndArgs ...interface{}) b... function NotErrorIs (line 1805) | func NotErrorIs(t TestingT, err, target error, msgAndArgs ...interface{}... function ErrorAs (line 1828) | func ErrorAs(t TestingT, err error, target interface{}, msgAndArgs ...in... function buildErrorChainString (line 1844) | func buildErrorChainString(err error) string { FILE: vendor/github.com/stretchr/testify/assert/forward_assertions.go type Assertions (line 5) | type Assertions struct function New (line 10) | func New(t TestingT) *Assertions { FILE: vendor/github.com/stretchr/testify/assert/http_assertions.go function httpCode (line 13) | func httpCode(handler http.HandlerFunc, method, url string, values url.V... function HTTPSuccess (line 29) | func HTTPSuccess(t TestingT, handler http.HandlerFunc, method, url strin... function HTTPRedirect (line 51) | func HTTPRedirect(t TestingT, handler http.HandlerFunc, method, url stri... function HTTPError (line 73) | func HTTPError(t TestingT, handler http.HandlerFunc, method, url string,... function HTTPStatusCode (line 95) | func HTTPStatusCode(t TestingT, handler http.HandlerFunc, method, url st... function HTTPBody (line 114) | func HTTPBody(handler http.HandlerFunc, method, url string, values url.V... function HTTPBodyContains (line 130) | func HTTPBodyContains(t TestingT, handler http.HandlerFunc, method, url ... function HTTPBodyNotContains (line 150) | func HTTPBodyNotContains(t TestingT, handler http.HandlerFunc, method, u... FILE: vendor/github.com/uber/jaeger-lib/metrics/counter.go type Counter (line 18) | type Counter interface type nullCounter (line 26) | type nullCounter struct method Inc (line 28) | func (nullCounter) Inc(int64) {} FILE: vendor/github.com/uber/jaeger-lib/metrics/factory.go type NSOptions (line 22) | type NSOptions struct type Options (line 28) | type Options struct type TimerOptions (line 35) | type TimerOptions struct type HistogramOptions (line 43) | type HistogramOptions struct type Factory (line 51) | type Factory interface type nullFactory (line 64) | type nullFactory struct method Counter (line 66) | func (nullFactory) Counter(options Options) Counter { method Timer (line 69) | func (nullFactory) Timer(options TimerOptions) Timer { method Gauge (line 72) | func (nullFactory) Gauge(options Options) Gauge { method Histogram (line 75) | func (nullFactory) Histogram(options HistogramOptions) Histogram { method Namespace (line 78) | func (nullFactory) Namespace(scope NSOptions) Factory { return NullFac... FILE: vendor/github.com/uber/jaeger-lib/metrics/gauge.go type Gauge (line 18) | type Gauge interface type nullGauge (line 26) | type nullGauge struct method Update (line 28) | func (nullGauge) Update(int64) {} FILE: vendor/github.com/uber/jaeger-lib/metrics/histogram.go type Histogram (line 18) | type Histogram interface type nullHistogram (line 26) | type nullHistogram struct method Record (line 28) | func (nullHistogram) Record(float64) {} FILE: vendor/github.com/uber/jaeger-lib/metrics/keys.go function GetKey (line 24) | func GetKey(name string, tags map[string]string, tagsSep string, tagKVSe... FILE: vendor/github.com/uber/jaeger-lib/metrics/metrics.go function MustInit (line 34) | func MustInit(metrics interface{}, factory Factory, globalTags map[strin... function Init (line 42) | func Init(m interface{}, factory Factory, globalTags map[string]string) ... FILE: vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go function StartStopwatch (line 25) | func StartStopwatch(timer Timer) Stopwatch { type Stopwatch (line 30) | type Stopwatch struct method Stop (line 36) | func (s Stopwatch) Stop() { method ElapsedTime (line 41) | func (s Stopwatch) ElapsedTime() time.Duration { FILE: vendor/github.com/uber/jaeger-lib/metrics/timer.go type Timer (line 23) | type Timer interface type nullTimer (line 31) | type nullTimer struct method Record (line 33) | func (nullTimer) Record(time.Duration) {} 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 445) | func (s *String) ReadASN1ObjectIdentifier(out *encoding_asn1.ObjectIdent... method ReadASN1GeneralizedTime (line 484) | func (s *String) ReadASN1GeneralizedTime(out *time.Time) bool { constant defaultUTCTimeFormatStr (line 501) | defaultUTCTimeFormatStr = "060102150405Z0700" method ReadASN1UTCTime (line 505) | func (s *String) ReadASN1UTCTime(out *time.Time) bool { method ReadASN1BitString (line 542) | func (s *String) ReadASN1BitString(out *encoding_asn1.BitString) bool { method ReadASN1BitStringAsBytes (line 565) | func (s *String) ReadASN1BitStringAsBytes(out *[]byte) bool { method ReadASN1Bytes (line 582) | func (s *String) ReadASN1Bytes(out *[]byte, tag asn1.Tag) bool { method ReadASN1 (line 591) | func (s *String) ReadASN1(out *String, tag asn1.Tag) bool { method ReadASN1Element (line 604) | func (s *String) ReadASN1Element(out *String, tag asn1.Tag) bool { method ReadAnyASN1 (line 617) | func (s *String) ReadAnyASN1(out *String, outTag *asn1.Tag) bool { method ReadAnyASN1Element (line 626) | func (s *String) ReadAnyASN1Element(out *String, outTag *asn1.Tag) bool { method PeekASN1Tag (line 632) | func (s String) PeekASN1Tag(tag asn1.Tag) bool { method SkipASN1 (line 641) | func (s *String) SkipASN1(tag asn1.Tag) bool { method ReadOptionalASN1 (line 650) | func (s *String) ReadOptionalASN1(out *String, outPresent *bool, tag asn... method SkipOptionalASN1 (line 663) | func (s *String) SkipOptionalASN1(tag asn1.Tag) bool { method ReadOptionalASN1Integer (line 675) | func (s *String) ReadOptionalASN1Integer(out interface{}, tag asn1.Tag, ... method ReadOptionalASN1OctetString (line 707) | func (s *String) ReadOptionalASN1OctetString(out *[]byte, outPresent *bo... method ReadOptionalASN1Boolean (line 731) | func (s *String) ReadOptionalASN1Boolean(out *bool, defaultValue bool) b... method readASN1 (line 746) | 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 AddUint64 (line 99) | func (b *Builder) AddUint64(v uint64) { method AddBytes (line 104) | func (b *Builder) AddBytes(v []byte) { method AddUint8LengthPrefixed (line 140) | func (b *Builder) AddUint8LengthPrefixed(f BuilderContinuation) { method AddUint16LengthPrefixed (line 145) | func (b *Builder) AddUint16LengthPrefixed(f BuilderContinuation) { method AddUint24LengthPrefixed (line 150) | func (b *Builder) AddUint24LengthPrefixed(f BuilderContinuation) { method AddUint32LengthPrefixed (line 155) | func (b *Builder) AddUint32LengthPrefixed(f BuilderContinuation) { method callContinuation (line 159) | func (b *Builder) callContinuation(f BuilderContinuation, arg *Builder) { method addLengthPrefixed (line 182) | func (b *Builder) addLengthPrefixed(lenLen int, isASN1 bool, f Builder... method flushChild (line 211) | func (b *Builder) flushChild() { method add (line 289) | func (b *Builder) add(bytes ...byte) { method Unwrite (line 309) | func (b *Builder) Unwrite(n int) { method AddValue (line 340) | 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 130) | type BuilderContinuation type BuildError (line 135) | type BuildError struct type MarshalingValue (line 330) | 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 ReadUint64 (line 86) | func (s *String) ReadUint64(out *uint64) bool { method readUnsigned (line 95) | func (s *String) readUnsigned(out *uint32, length int) bool { method readLengthPrefixed (line 109) | func (s *String) readLengthPrefixed(lenLen int, outChild *String) bool { method ReadUint8LengthPrefixed (line 129) | func (s *String) ReadUint8LengthPrefixed(out *String) bool { method ReadUint16LengthPrefixed (line 136) | func (s *String) ReadUint16LengthPrefixed(out *String) bool { method ReadUint24LengthPrefixed (line 143) | func (s *String) ReadUint24LengthPrefixed(out *String) bool { method ReadBytes (line 149) | func (s *String) ReadBytes(out *[]byte, n int) bool { method CopyBytes (line 160) | func (s *String) CopyBytes(out []byte) bool { method Empty (line 170) | 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/net/context/ctxhttp/ctxhttp.go function Do (line 23) | func Do(ctx context.Context, client *http.Client, req *http.Request) (*h... function Get (line 41) | func Get(ctx context.Context, client *http.Client, url string) (*http.Re... function Head (line 50) | func Head(ctx context.Context, client *http.Client, url string) (*http.R... function Post (line 59) | func Post(ctx context.Context, client *http.Client, url string, bodyType... function PostForm (line 69) | func PostForm(ctx context.Context, client *http.Client, url string, data... FILE: vendor/golang.org/x/net/http/httpguts/guts.go function ValidTrailerHeader (line 20) | func ValidTrailerHeader(name string) bool { FILE: vendor/golang.org/x/net/http/httpguts/httplex.go function IsTokenRune (line 95) | func IsTokenRune(r rune) bool { function isNotToken (line 100) | func isNotToken(r rune) bool { function HeaderValuesContainsToken (line 106) | func HeaderValuesContainsToken(values []string, token string) bool { function isOWS (line 117) | func isOWS(b byte) bool { return b == ' ' || b == '\t' } function trimOWS (line 121) | func trimOWS(x string) string { function headerValueContainsToken (line 139) | func headerValueContainsToken(v string, token string) bool { function lowerASCII (line 150) | func lowerASCII(b byte) byte { function tokenEqual (line 158) | func tokenEqual(t1, t2 string) bool { function isLWS (line 178) | func isLWS(b byte) bool { return b == ' ' || b == '\t' } function isCTL (line 185) | func isCTL(b byte) bool { function ValidHeaderFieldName (line 201) | func ValidHeaderFieldName(v string) bool { function ValidHostHeader (line 214) | func ValidHostHeader(h string) bool { function ValidHeaderFieldValue (line 308) | func ValidHeaderFieldValue(v string) bool { function isASCII (line 318) | func isASCII(s string) bool { function PunycodeHostPort (line 329) | func PunycodeHostPort(v string) (string, error) { FILE: vendor/golang.org/x/net/http2/ascii.go function asciiEqualFold (line 15) | func asciiEqualFold(s, t string) bool { function lower (line 28) | func lower(b byte) byte { function isASCIIPrint (line 37) | func isASCIIPrint(s string) bool { function asciiToLower (line 48) | func asciiToLower(s string) (lower string, ok bool) { FILE: vendor/golang.org/x/net/http2/ciphers.go constant cipher_TLS_NULL_WITH_NULL_NULL (line 11) | cipher_TLS_NULL_WITH_NULL_NULL uint16 = 0x0000 constant cipher_TLS_RSA_WITH_NULL_MD5 (line 12) | cipher_TLS_RSA_WITH_NULL_MD5 uint16 = 0x0001 constant cipher_TLS_RSA_WITH_NULL_SHA (line 13) | cipher_TLS_RSA_WITH_NULL_SHA uint16 = 0x0002 constant cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 (line 14) | cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0003 constant cipher_TLS_RSA_WITH_RC4_128_MD5 (line 15) | cipher_TLS_RSA_WITH_RC4_128_MD5 uint16 = 0x0004 constant cipher_TLS_RSA_WITH_RC4_128_SHA (line 16) | cipher_TLS_RSA_WITH_RC4_128_SHA uint16 = 0x0005 constant cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (line 17) | cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x0006 constant cipher_TLS_RSA_WITH_IDEA_CBC_SHA (line 18) | cipher_TLS_RSA_WITH_IDEA_CBC_SHA uint16 = 0x0007 constant cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA (line 19) | cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0008 constant cipher_TLS_RSA_WITH_DES_CBC_SHA (line 20) | cipher_TLS_RSA_WITH_DES_CBC_SHA uint16 = 0x0009 constant cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA (line 21) | cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x000A constant cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA (line 22) | cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000B constant cipher_TLS_DH_DSS_WITH_DES_CBC_SHA (line 23) | cipher_TLS_DH_DSS_WITH_DES_CBC_SHA uint16 = 0x000C constant cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA (line 24) | cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x000D constant cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA (line 25) | cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000E constant cipher_TLS_DH_RSA_WITH_DES_CBC_SHA (line 26) | cipher_TLS_DH_RSA_WITH_DES_CBC_SHA uint16 = 0x000F constant cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA (line 27) | cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0010 constant cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA (line 28) | cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0011 constant cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA (line 29) | cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA uint16 = 0x0012 constant cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA (line 30) | cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x0013 constant cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA (line 31) | cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0014 constant cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA (line 32) | cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA uint16 = 0x0015 constant cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (line 33) | cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0016 constant cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 (line 34) | cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0017 constant cipher_TLS_DH_anon_WITH_RC4_128_MD5 (line 35) | cipher_TLS_DH_anon_WITH_RC4_128_MD5 uint16 = 0x0018 constant cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA (line 36) | cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0019 constant cipher_TLS_DH_anon_WITH_DES_CBC_SHA (line 37) | cipher_TLS_DH_anon_WITH_DES_CBC_SHA uint16 = 0x001A constant cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA (line 38) | cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0x001B constant cipher_TLS_KRB5_WITH_DES_CBC_SHA (line 40) | cipher_TLS_KRB5_WITH_DES_CBC_SHA uint16 = 0x001E constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA (line 41) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA uint16 = 0x001F constant cipher_TLS_KRB5_WITH_RC4_128_SHA (line 42) | cipher_TLS_KRB5_WITH_RC4_128_SHA uint16 = 0x0020 constant cipher_TLS_KRB5_WITH_IDEA_CBC_SHA (line 43) | cipher_TLS_KRB5_WITH_IDEA_CBC_SHA uint16 = 0x0021 constant cipher_TLS_KRB5_WITH_DES_CBC_MD5 (line 44) | cipher_TLS_KRB5_WITH_DES_CBC_MD5 uint16 = 0x0022 constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 (line 45) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 uint16 = 0x0023 constant cipher_TLS_KRB5_WITH_RC4_128_MD5 (line 46) | cipher_TLS_KRB5_WITH_RC4_128_MD5 uint16 = 0x0024 constant cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 (line 47) | cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 uint16 = 0x0025 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA (line 48) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA uint16 = 0x0026 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA (line 49) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA uint16 = 0x0027 constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA (line 50) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA uint16 = 0x0028 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 (line 51) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 uint16 = 0x0029 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 (line 52) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x002A constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 (line 53) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 uint16 = 0x002B constant cipher_TLS_PSK_WITH_NULL_SHA (line 54) | cipher_TLS_PSK_WITH_NULL_SHA uint16 = 0x002C constant cipher_TLS_DHE_PSK_WITH_NULL_SHA (line 55) | cipher_TLS_DHE_PSK_WITH_NULL_SHA uint16 = 0x002D constant cipher_TLS_RSA_PSK_WITH_NULL_SHA (line 56) | cipher_TLS_RSA_PSK_WITH_NULL_SHA uint16 = 0x002E constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA (line 57) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA uint16 = 0x002F constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA (line 58) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0030 constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA (line 59) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0031 constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA (line 60) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0032 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA (line 61) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0033 constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA (line 62) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA uint16 = 0x0034 constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA (line 63) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0035 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA (line 64) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0036 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA (line 65) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0037 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA (line 66) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0038 constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA (line 67) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0039 constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA (line 68) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA uint16 = 0x003A constant cipher_TLS_RSA_WITH_NULL_SHA256 (line 69) | cipher_TLS_RSA_WITH_NULL_SHA256 uint16 = 0x003B constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 (line 70) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003C constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 (line 71) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x003D constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 (line 72) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x003E constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 (line 73) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003F constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 (line 74) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x0040 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA (line 75) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0041 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA (line 76) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0042 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA (line 77) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0043 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA (line 78) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0044 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA (line 79) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0045 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA (line 80) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0046 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (line 86) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x0067 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 (line 87) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x0068 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 (line 88) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x0069 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 (line 89) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x006A constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 (line 90) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x006B constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 (line 91) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 uint16 = 0x006C constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 (line 92) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 uint16 = 0x006D constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA (line 94) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0084 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA (line 95) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0085 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA (line 96) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0086 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA (line 97) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0087 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA (line 98) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0088 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA (line 99) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0089 constant cipher_TLS_PSK_WITH_RC4_128_SHA (line 100) | cipher_TLS_PSK_WITH_RC4_128_SHA uint16 = 0x008A constant cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA (line 101) | cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008B constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA (line 102) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA uint16 = 0x008C constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA (line 103) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA uint16 = 0x008D constant cipher_TLS_DHE_PSK_WITH_RC4_128_SHA (line 104) | cipher_TLS_DHE_PSK_WITH_RC4_128_SHA uint16 = 0x008E constant cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA (line 105) | cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008F constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA (line 106) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0090 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA (line 107) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0091 constant cipher_TLS_RSA_PSK_WITH_RC4_128_SHA (line 108) | cipher_TLS_RSA_PSK_WITH_RC4_128_SHA uint16 = 0x0092 constant cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA (line 109) | cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x0093 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA (line 110) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0094 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA (line 111) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0095 constant cipher_TLS_RSA_WITH_SEED_CBC_SHA (line 112) | cipher_TLS_RSA_WITH_SEED_CBC_SHA uint16 = 0x0096 constant cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA (line 113) | cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA uint16 = 0x0097 constant cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA (line 114) | cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA uint16 = 0x0098 constant cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA (line 115) | cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA uint16 = 0x0099 constant cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA (line 116) | cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA uint16 = 0x009A constant cipher_TLS_DH_anon_WITH_SEED_CBC_SHA (line 117) | cipher_TLS_DH_anon_WITH_SEED_CBC_SHA uint16 = 0x009B constant cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 (line 118) | cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009C constant cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 (line 119) | cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009D constant cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (line 120) | cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009E constant cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (line 121) | cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009F constant cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 (line 122) | cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x00A0 constant cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 (line 123) | cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x00A1 constant cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 (line 124) | cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A2 constant cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 (line 125) | cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A3 constant cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 (line 126) | cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A4 constant cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 (line 127) | cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A5 constant cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 (line 128) | cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 uint16 = 0x00A6 constant cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 (line 129) | cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 uint16 = 0x00A7 constant cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 (line 130) | cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00A8 constant cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 (line 131) | cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00A9 constant cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 (line 132) | cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AA constant cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 (line 133) | cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AB constant cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 (line 134) | cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AC constant cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 (line 135) | cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AD constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 (line 136) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00AE constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 (line 137) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00AF constant cipher_TLS_PSK_WITH_NULL_SHA256 (line 138) | cipher_TLS_PSK_WITH_NULL_SHA256 uint16 = 0x00B0 constant cipher_TLS_PSK_WITH_NULL_SHA384 (line 139) | cipher_TLS_PSK_WITH_NULL_SHA384 uint16 = 0x00B1 constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 (line 140) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B2 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 (line 141) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B3 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA256 (line 142) | cipher_TLS_DHE_PSK_WITH_NULL_SHA256 uint16 = 0x00B4 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA384 (line 143) | cipher_TLS_DHE_PSK_WITH_NULL_SHA384 uint16 = 0x00B5 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 (line 144) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B6 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 (line 145) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B7 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA256 (line 146) | cipher_TLS_RSA_PSK_WITH_NULL_SHA256 uint16 = 0x00B8 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA384 (line 147) | cipher_TLS_RSA_PSK_WITH_NULL_SHA384 uint16 = 0x00B9 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 148) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BA constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 149) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BB constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 150) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BC constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 151) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BD constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 152) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BE constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 (line 153) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BF constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 154) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C0 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 155) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C1 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 156) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C2 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 157) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C3 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 158) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C4 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 (line 159) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C5 constant cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV (line 161) | cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV uint16 = 0x00FF constant cipher_TLS_FALLBACK_SCSV (line 163) | cipher_TLS_FALLBACK_SCSV uint16 = 0x5600 constant cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA (line 165) | cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA uint16 = 0xC001 constant cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA (line 166) | cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA uint16 = 0xC002 constant cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA (line 167) | cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC003 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (line 168) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC004 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA (line 169) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC005 constant cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA (line 170) | cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA uint16 = 0xC006 constant cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA (line 171) | cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16 = 0xC007 constant cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA (line 172) | cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC008 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (line 173) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC009 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (line 174) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC00A constant cipher_TLS_ECDH_RSA_WITH_NULL_SHA (line 175) | cipher_TLS_ECDH_RSA_WITH_NULL_SHA uint16 = 0xC00B constant cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA (line 176) | cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA uint16 = 0xC00C constant cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA (line 177) | cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC00D constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (line 178) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC00E constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA (line 179) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC00F constant cipher_TLS_ECDHE_RSA_WITH_NULL_SHA (line 180) | cipher_TLS_ECDHE_RSA_WITH_NULL_SHA uint16 = 0xC010 constant cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA (line 181) | cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA uint16 = 0xC011 constant cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (line 182) | cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC012 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (line 183) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC013 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (line 184) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC014 constant cipher_TLS_ECDH_anon_WITH_NULL_SHA (line 185) | cipher_TLS_ECDH_anon_WITH_NULL_SHA uint16 = 0xC015 constant cipher_TLS_ECDH_anon_WITH_RC4_128_SHA (line 186) | cipher_TLS_ECDH_anon_WITH_RC4_128_SHA uint16 = 0xC016 constant cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA (line 187) | cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0xC017 constant cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA (line 188) | cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA uint16 = 0xC018 constant cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA (line 189) | cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA uint16 = 0xC019 constant cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA (line 190) | cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01A constant cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA (line 191) | cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01B constant cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA (line 192) | cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01C constant cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA (line 193) | cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA uint16 = 0xC01D constant cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA (line 194) | cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC01E constant cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA (line 195) | cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA uint16 = 0xC01F constant cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA (line 196) | cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA uint16 = 0xC020 constant cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA (line 197) | cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC021 constant cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA (line 198) | cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA uint16 = 0xC022 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (line 199) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC023 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 (line 200) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC024 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 (line 201) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC025 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 (line 202) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC026 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (line 203) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC027 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (line 204) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC028 constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 (line 205) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC029 constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 (line 206) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC02A constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (line 207) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02B constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (line 208) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02C constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 (line 209) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02D constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 (line 210) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02E constant cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (line 211) | cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02F constant cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (line 212) | cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC030 constant cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 (line 213) | cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC031 constant cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 (line 214) | cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC032 constant cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA (line 215) | cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA uint16 = 0xC033 constant cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA (line 216) | cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0xC034 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA (line 217) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0xC035 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA (line 218) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0xC036 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 (line 219) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0xC037 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 (line 220) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0xC038 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA (line 221) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA uint16 = 0xC039 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 (line 222) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 uint16 = 0xC03A constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 (line 223) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 uint16 = 0xC03B constant cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 (line 224) | cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03C constant cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 (line 225) | cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03D constant cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 (line 226) | cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03E constant cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 (line 227) | cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03F constant cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 (line 228) | cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC040 constant cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 (line 229) | cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC041 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 (line 230) | cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC042 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 (line 231) | cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC043 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 232) | cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC044 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 233) | cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC045 constant cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 (line 234) | cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC046 constant cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 (line 235) | cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC047 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 236) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC048 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 237) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC049 constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 238) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04A constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 239) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04B constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 240) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04C constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 241) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04D constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 (line 242) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04E constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 (line 243) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04F constant cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 (line 244) | cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC050 constant cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 (line 245) | cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC051 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 246) | cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC052 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 247) | cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC053 constant cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 (line 248) | cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC054 constant cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 (line 249) | cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC055 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 (line 250) | cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC056 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 (line 251) | cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC057 constant cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 (line 252) | cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC058 constant cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 (line 253) | cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC059 constant cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 (line 254) | cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05A constant cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 (line 255) | cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05B constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 256) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05C constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 257) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05D constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 258) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05E constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 259) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05F constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 260) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC060 constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 261) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC061 constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 (line 262) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC062 constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 (line 263) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC063 constant cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 (line 264) | cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC064 constant cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 (line 265) | cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC065 constant cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 266) | cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC066 constant cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 267) | cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC067 constant cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 (line 268) | cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC068 constant cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 (line 269) | cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC069 constant cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 (line 270) | cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06A constant cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 (line 271) | cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06B constant cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 (line 272) | cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06C constant cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 (line 273) | cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06D constant cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 (line 274) | cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06E constant cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 (line 275) | cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06F constant cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 276) | cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC070 constant cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 277) | cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC071 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 278) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC072 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 279) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC073 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 280) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC074 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 281) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC075 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 282) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC076 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 283) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC077 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 284) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC078 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 285) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC079 constant cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 286) | cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07A constant cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 287) | cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07B constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 288) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07C constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 289) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07D constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 290) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07E constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 291) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07F constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 292) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC080 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 293) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC081 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 294) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC082 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 295) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC083 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 (line 296) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC084 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 (line 297) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC085 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 298) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC086 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 299) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC087 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 300) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC088 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 301) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC089 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 302) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08A constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 303) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08B constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 304) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08C constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 305) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08D constant cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 306) | cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08E constant cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 307) | cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08F constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 308) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC090 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 309) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC091 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 310) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC092 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 311) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC093 constant cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 312) | cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC094 constant cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 313) | cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC095 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 314) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC096 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 315) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC097 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 316) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC098 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 317) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC099 constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 318) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC09A constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 319) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC09B constant cipher_TLS_RSA_WITH_AES_128_CCM (line 320) | cipher_TLS_RSA_WITH_AES_128_CCM uint16 = 0xC09C constant cipher_TLS_RSA_WITH_AES_256_CCM (line 321) | cipher_TLS_RSA_WITH_AES_256_CCM uint16 = 0xC09D constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM (line 322) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM uint16 = 0xC09E constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM (line 323) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM uint16 = 0xC09F constant cipher_TLS_RSA_WITH_AES_128_CCM_8 (line 324) | cipher_TLS_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A0 constant cipher_TLS_RSA_WITH_AES_256_CCM_8 (line 325) | cipher_TLS_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A1 constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 (line 326) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A2 constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 (line 327) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A3 constant cipher_TLS_PSK_WITH_AES_128_CCM (line 328) | cipher_TLS_PSK_WITH_AES_128_CCM uint16 = 0xC0A4 constant cipher_TLS_PSK_WITH_AES_256_CCM (line 329) | cipher_TLS_PSK_WITH_AES_256_CCM uint16 = 0xC0A5 constant cipher_TLS_DHE_PSK_WITH_AES_128_CCM (line 330) | cipher_TLS_DHE_PSK_WITH_AES_128_CCM uint16 = 0xC0A6 constant cipher_TLS_DHE_PSK_WITH_AES_256_CCM (line 331) | cipher_TLS_DHE_PSK_WITH_AES_256_CCM uint16 = 0xC0A7 constant cipher_TLS_PSK_WITH_AES_128_CCM_8 (line 332) | cipher_TLS_PSK_WITH_AES_128_CCM_8 uint16 = 0xC0A8 constant cipher_TLS_PSK_WITH_AES_256_CCM_8 (line 333) | cipher_TLS_PSK_WITH_AES_256_CCM_8 uint16 = 0xC0A9 constant cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 (line 334) | cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 uint16 = 0xC0AA constant cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 (line 335) | cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 uint16 = 0xC0AB constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM (line 336) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM uint16 = 0xC0AC constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM (line 337) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM uint16 = 0xC0AD constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 (line 338) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 uint16 = 0xC0AE constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 (line 339) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 uint16 = 0xC0AF constant cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 343) | cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA8 constant cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (line 344) | cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA9 constant cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 345) | cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAA constant cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 346) | cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAB constant cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 347) | cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAC constant cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 348) | cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAD constant cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 349) | cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAE function isBadCipher (line 359) | func isBadCipher(cipher uint16) bool { FILE: vendor/golang.org/x/net/http2/client_conn_pool.go type ClientConnPool (line 18) | type ClientConnPool interface type clientConnPoolIdleCloser (line 31) | type clientConnPoolIdleCloser interface type clientConnPool (line 42) | type clientConnPool struct method GetClientConn (line 54) | func (p *clientConnPool) GetClientConn(req *http.Request, addr string)... method getClientConn (line 63) | func (p *clientConnPool) getClientConn(req *http.Request, addr string,... method getStartDialLocked (line 124) | func (p *clientConnPool) getStartDialLocked(ctx context.Context, addr ... method addConnIfNeeded (line 161) | func (p *clientConnPool) addConnIfNeeded(key string, t *Transport, c *... method addConnLocked (line 214) | func (p *clientConnPool) addConnLocked(key string, cc *ClientConn) { method MarkDead (line 230) | func (p *clientConnPool) MarkDead(cc *ClientConn) { method closeIdleConnections (line 248) | func (p *clientConnPool) closeIdleConnections() { constant dialOnMiss (line 59) | dialOnMiss = true constant noDialOnMiss (line 60) | noDialOnMiss = false type dialCall (line 112) | type dialCall struct method dial (line 139) | func (c *dialCall) dial(ctx context.Context, addr string) { type addConnCall (line 190) | type addConnCall struct method run (line 197) | func (c *addConnCall) run(t *Transport, key string, tc *tls.Conn) { function filterOutClientConn (line 264) | func filterOutClientConn(in []*ClientConn, exclude *ClientConn) []*Clien... type noDialClientConnPool (line 282) | type noDialClientConnPool struct method GetClientConn (line 284) | func (p noDialClientConnPool) GetClientConn(req *http.Request, addr st... function shouldRetryDial (line 292) | func shouldRetryDial(call *dialCall, req *http.Request) bool { FILE: vendor/golang.org/x/net/http2/databuffer.go function getDataBufferChunk (line 40) | func getDataBufferChunk(size int64) []byte { function putDataBufferChunk (line 50) | func putDataBufferChunk(p []byte) { type dataBuffer (line 65) | type dataBuffer struct method Read (line 77) | func (b *dataBuffer) Read(p []byte) (int, error) { method bytesFromFirstChunk (line 102) | func (b *dataBuffer) bytesFromFirstChunk() []byte { method Len (line 110) | func (b *dataBuffer) Len() int { method Write (line 115) | func (b *dataBuffer) Write(p []byte) (int, error) { method lastChunkOrAlloc (line 135) | func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte { FILE: vendor/golang.org/x/net/http2/errors.go type ErrCode (line 13) | type ErrCode method String (line 49) | func (e ErrCode) String() string { method stringToken (line 56) | func (e ErrCode) stringToken() string { constant ErrCodeNo (line 16) | ErrCodeNo ErrCode = 0x0 constant ErrCodeProtocol (line 17) | ErrCodeProtocol ErrCode = 0x1 constant ErrCodeInternal (line 18) | ErrCodeInternal ErrCode = 0x2 constant ErrCodeFlowControl (line 19) | ErrCodeFlowControl ErrCode = 0x3 constant ErrCodeSettingsTimeout (line 20) | ErrCodeSettingsTimeout ErrCode = 0x4 constant ErrCodeStreamClosed (line 21) | ErrCodeStreamClosed ErrCode = 0x5 constant ErrCodeFrameSize (line 22) | ErrCodeFrameSize ErrCode = 0x6 constant ErrCodeRefusedStream (line 23) | ErrCodeRefusedStream ErrCode = 0x7 constant ErrCodeCancel (line 24) | ErrCodeCancel ErrCode = 0x8 constant ErrCodeCompression (line 25) | ErrCodeCompression ErrCode = 0x9 constant ErrCodeConnect (line 26) | ErrCodeConnect ErrCode = 0xa constant ErrCodeEnhanceYourCalm (line 27) | ErrCodeEnhanceYourCalm ErrCode = 0xb constant ErrCodeInadequateSecurity (line 28) | ErrCodeInadequateSecurity ErrCode = 0xc constant ErrCodeHTTP11Required (line 29) | ErrCodeHTTP11Required ErrCode = 0xd type ConnectionError (line 65) | type ConnectionError method Error (line 67) | func (e ConnectionError) Error() string { return fmt.Sprintf("connecti... type StreamError (line 71) | type StreamError struct method Error (line 86) | func (e StreamError) Error() string { function streamError (line 82) | func streamError(id uint32, code ErrCode) StreamError { type goAwayFlowError (line 98) | type goAwayFlowError struct method Error (line 100) | func (goAwayFlowError) Error() string { return "connection exceeded fl... type connError (line 109) | type connError struct method Error (line 114) | func (e connError) Error() string { type pseudoHeaderError (line 118) | type pseudoHeaderError method Error (line 120) | func (e pseudoHeaderError) Error() string { type duplicatePseudoHeaderError (line 124) | type duplicatePseudoHeaderError method Error (line 126) | func (e duplicatePseudoHeaderError) Error() string { type headerFieldNameError (line 130) | type headerFieldNameError method Error (line 132) | func (e headerFieldNameError) Error() string { type headerFieldValueError (line 136) | type headerFieldValueError method Error (line 138) | func (e headerFieldValueError) Error() string { FILE: vendor/golang.org/x/net/http2/flow.go constant inflowMinRefresh (line 11) | inflowMinRefresh = 4 << 10 type inflow (line 16) | type inflow struct method init (line 22) | func (f *inflow) init(n int32) { method add (line 33) | func (f *inflow) add(n int) (connAdd int32) { method take (line 57) | func (f *inflow) take(n uint32) bool { function takeInflows (line 68) | func takeInflows(f1, f2 *inflow, n uint32) bool { type outflow (line 78) | type outflow struct method setConnFlow (line 91) | func (f *outflow) setConnFlow(cf *outflow) { f.conn = cf } method available (line 93) | func (f *outflow) available() int32 { method take (line 101) | func (f *outflow) take(n int32) { method add (line 113) | func (f *outflow) add(n int32) bool { FILE: vendor/golang.org/x/net/http2/frame.go constant frameHeaderLen (line 21) | frameHeaderLen = 9 type FrameType (line 27) | type FrameType method String (line 55) | func (t FrameType) String() string { constant FrameData (line 30) | FrameData FrameType = 0x0 constant FrameHeaders (line 31) | FrameHeaders FrameType = 0x1 constant FramePriority (line 32) | FramePriority FrameType = 0x2 constant FrameRSTStream (line 33) | FrameRSTStream FrameType = 0x3 constant FrameSettings (line 34) | FrameSettings FrameType = 0x4 constant FramePushPromise (line 35) | FramePushPromise FrameType = 0x5 constant FramePing (line 36) | FramePing FrameType = 0x6 constant FrameGoAway (line 37) | FrameGoAway FrameType = 0x7 constant FrameWindowUpdate (line 38) | FrameWindowUpdate FrameType = 0x8 constant FrameContinuation (line 39) | FrameContinuation FrameType = 0x9 type Flags (line 64) | type Flags method Has (line 67) | func (f Flags) Has(v Flags) bool { constant FlagDataEndStream (line 74) | FlagDataEndStream Flags = 0x1 constant FlagDataPadded (line 75) | FlagDataPadded Flags = 0x8 constant FlagHeadersEndStream (line 78) | FlagHeadersEndStream Flags = 0x1 constant FlagHeadersEndHeaders (line 79) | FlagHeadersEndHeaders Flags = 0x4 constant FlagHeadersPadded (line 80) | FlagHeadersPadded Flags = 0x8 constant FlagHeadersPriority (line 81) | FlagHeadersPriority Flags = 0x20 constant FlagSettingsAck (line 84) | FlagSettingsAck Flags = 0x1 constant FlagPingAck (line 87) | FlagPingAck Flags = 0x1 constant FlagContinuationEndHeaders (line 90) | FlagContinuationEndHeaders Flags = 0x4 constant FlagPushPromiseEndHeaders (line 92) | FlagPushPromiseEndHeaders Flags = 0x4 constant FlagPushPromisePadded (line 93) | FlagPushPromisePadded Flags = 0x8 type frameParser (line 125) | type frameParser function typeFrameParser (line 140) | func typeFrameParser(t FrameType) frameParser { type FrameHeader (line 150) | type FrameHeader struct method Header (line 174) | func (h FrameHeader) Header() FrameHeader { return h } method String (line 176) | func (h FrameHeader) String() string { method writeDebug (line 184) | func (h FrameHeader) writeDebug(buf *bytes.Buffer) { method checkValid (line 211) | func (h *FrameHeader) checkValid() { method invalidate (line 217) | func (h *FrameHeader) invalidate() { h.valid = false } function ReadFrameHeader (line 230) | func ReadFrameHeader(r io.Reader) (FrameHeader, error) { function readFrameHeader (line 236) | func readFrameHeader(buf []byte, r io.Reader) (FrameHeader, error) { type Frame (line 255) | type Frame interface type Framer (line 265) | type Framer struct method maxHeaderListSize (line 335) | func (fr *Framer) maxHeaderListSize() uint32 { method startWrite (line 342) | func (f *Framer) startWrite(ftype FrameType, flags Flags, streamID uin... method endWrite (line 356) | func (f *Framer) endWrite() error { method logWrite (line 378) | func (f *Framer) logWrite() { method writeByte (line 396) | func (f *Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) } method writeBytes (line 397) | func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) } method writeUint16 (line 398) | func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(... method writeUint32 (line 399) | func (f *Framer) writeUint32(v uint32) { method SetReuseFrames (line 411) | func (fr *Framer) SetReuseFrames() { method SetMaxReadFrameSize (line 455) | func (fr *Framer) SetMaxReadFrameSize(v uint32) { method ErrorDetail (line 469) | func (fr *Framer) ErrorDetail() error { method ReadFrame (line 493) | func (fr *Framer) ReadFrame() (Frame, error) { method connError (line 532) | func (fr *Framer) connError(code ErrCode, reason string) error { method checkFrameOrder (line 540) | func (fr *Framer) checkFrameOrder(f Frame) error { method WriteData (line 651) | func (f *Framer) WriteData(streamID uint32, endStream bool, data []byt... method WriteDataPadded (line 664) | func (f *Framer) WriteDataPadded(streamID uint32, endStream bool, data... method startWriteDataPadded (line 673) | func (f *Framer) startWriteDataPadded(streamID uint32, endStream bool,... method WriteSettings (line 828) | func (f *Framer) WriteSettings(settings ...Setting) error { method WriteSettingsAck (line 841) | func (f *Framer) WriteSettingsAck() error { method WritePing (line 871) | func (f *Framer) WritePing(ack bool, data [8]byte) error { method WriteGoAway (line 916) | func (f *Framer) WriteGoAway(maxStreamID uint32, code ErrCode, debugDa... method WriteWindowUpdate (line 982) | func (f *Framer) WriteWindowUpdate(streamID, incr uint32) error { method WriteHeaders (line 1097) | func (f *Framer) WriteHeaders(p HeadersFrameParam) error { method WritePriority (line 1187) | func (f *Framer) WritePriority(streamID uint32, p PriorityParam) error { method WriteRSTStream (line 1227) | func (f *Framer) WriteRSTStream(streamID uint32, code ErrCode) error { method WriteContinuation (line 1264) | func (f *Framer) WriteContinuation(streamID uint32, endHeaders bool, h... method WritePushPromise (line 1363) | func (f *Framer) WritePushPromise(p PushPromiseParam) error { method WriteRawFrame (line 1389) | func (f *Framer) WriteRawFrame(t FrameType, flags Flags, streamID uint... method maxHeaderStringLen (line 1512) | func (fr *Framer) maxHeaderStringLen() int { method readMetaFrame (line 1525) | func (fr *Framer) readMetaFrame(hf *HeadersFrame) (*MetaHeadersFrame, ... constant minMaxFrameSize (line 404) | minMaxFrameSize = 1 << 14 constant maxFrameSize (line 405) | maxFrameSize = 1<<24 - 1 type frameCache (line 418) | type frameCache struct method getDataFrame (line 422) | func (fc *frameCache) getDataFrame() *DataFrame { function NewFramer (line 430) | func NewFramer(w io.Writer, r io.Reader) *Framer { function terminalReadFrameError (line 479) | func terminalReadFrameError(err error) bool { type DataFrame (line 579) | type DataFrame struct method StreamEnded (line 584) | func (f *DataFrame) StreamEnded() bool { method Data (line 592) | func (f *DataFrame) Data() []byte { function parseDataFrame (line 597) | func parseDataFrame(fc *frameCache, fh FrameHeader, countError func(stri... function validStreamIDOrZero (line 638) | func validStreamIDOrZero(streamID uint32) bool { function validStreamID (line 642) | func validStreamID(streamID uint32) bool { type SettingsFrame (line 711) | type SettingsFrame struct method IsAck (line 754) | func (f *SettingsFrame) IsAck() bool { method Value (line 758) | func (f *SettingsFrame) Value(id SettingID) (v uint32, ok bool) { method Setting (line 770) | func (f *SettingsFrame) Setting(i int) Setting { method NumSettings (line 778) | func (f *SettingsFrame) NumSettings() int { return len(f.p) / 6 } method HasDuplicates (line 781) | func (f *SettingsFrame) HasDuplicates() bool { method ForeachSetting (line 813) | func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error { function parseSettingsFrame (line 716) | func parseSettingsFrame(_ *frameCache, fh FrameHeader, countError func(s... type PingFrame (line 850) | type PingFrame struct method IsAck (line 855) | func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) } function parsePingFrame (line 857) | func parsePingFrame(_ *frameCache, fh FrameHeader, countError func(strin... type GoAwayFrame (line 883) | type GoAwayFrame struct method DebugData (line 894) | func (f *GoAwayFrame) DebugData() []byte { function parseGoAwayFrame (line 899) | func parseGoAwayFrame(_ *frameCache, fh FrameHeader, countError func(str... type UnknownFrame (line 926) | type UnknownFrame struct method Payload (line 936) | func (f *UnknownFrame) Payload() []byte { function parseUnknownFrame (line 941) | func parseUnknownFrame(_ *frameCache, fh FrameHeader, countError func(st... type WindowUpdateFrame (line 947) | type WindowUpdateFrame struct function parseWindowUpdateFrame (line 952) | func parseWindowUpdateFrame(_ *frameCache, fh FrameHeader, countError fu... type HeadersFrame (line 994) | type HeadersFrame struct method HeaderBlockFragment (line 1003) | func (f *HeadersFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1008) | func (f *HeadersFrame) HeadersEnded() bool { method StreamEnded (line 1012) | func (f *HeadersFrame) StreamEnded() bool { method HasPriority (line 1016) | func (f *HeadersFrame) HasPriority() bool { function parseHeadersFrame (line 1020) | func parseHeadersFrame(_ *frameCache, fh FrameHeader, countError func(st... type HeadersFrameParam (line 1063) | type HeadersFrameParam struct type PriorityFrame (line 1136) | type PriorityFrame struct type PriorityParam (line 1142) | type PriorityParam struct method IsZero (line 1158) | func (p PriorityParam) IsZero() bool { function parsePriorityFrame (line 1162) | func parsePriorityFrame(_ *frameCache, fh FrameHeader, countError func(s... type RSTStreamFrame (line 1206) | type RSTStreamFrame struct function parseRSTStreamFrame (line 1211) | func parseRSTStreamFrame(_ *frameCache, fh FrameHeader, countError func(... type ContinuationFrame (line 1238) | type ContinuationFrame struct method HeaderBlockFragment (line 1251) | func (f *ContinuationFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1256) | func (f *ContinuationFrame) HeadersEnded() bool { function parseContinuationFrame (line 1243) | func parseContinuationFrame(_ *frameCache, fh FrameHeader, countError fu... type PushPromiseFrame (line 1279) | type PushPromiseFrame struct method HeaderBlockFragment (line 1285) | func (f *PushPromiseFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1290) | func (f *PushPromiseFrame) HeadersEnded() bool { function parsePushPromise (line 1294) | func parsePushPromise(_ *frameCache, fh FrameHeader, countError func(str... type PushPromiseParam (line 1335) | type PushPromiseParam struct function readByte (line 1395) | func readByte(p []byte) (remain []byte, b byte, err error) { function readUint32 (line 1402) | func readUint32(p []byte) (remain []byte, v uint32, err error) { type streamEnder (line 1409) | type streamEnder interface type headersEnder (line 1413) | type headersEnder interface type headersOrContinuation (line 1417) | type headersOrContinuation interface type MetaHeadersFrame (line 1428) | type MetaHeadersFrame struct method PseudoValue (line 1451) | func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string { method RegularFields (line 1465) | func (mh *MetaHeadersFrame) RegularFields() []hpack.HeaderField { method PseudoFields (line 1476) | func (mh *MetaHeadersFrame) PseudoFields() []hpack.HeaderField { method checkPseudos (line 1485) | func (mh *MetaHeadersFrame) checkPseudos() error { function summarizeFrame (line 1617) | func summarizeFrame(f Frame) string { FILE: vendor/golang.org/x/net/http2/go111.go function traceHasWroteHeaderField (line 15) | func traceHasWroteHeaderField(trace *httptrace.ClientTrace) bool { function traceWroteHeaderField (line 19) | func traceWroteHeaderField(trace *httptrace.ClientTrace, k, v string) { function traceGot1xxResponseFunc (line 25) | func traceGot1xxResponseFunc(trace *httptrace.ClientTrace) func(int, tex... FILE: vendor/golang.org/x/net/http2/go115.go method dialTLSWithContext (line 17) | func (t *Transport) dialTLSWithContext(ctx context.Context, network, add... FILE: vendor/golang.org/x/net/http2/go118.go function tlsUnderlyingConn (line 15) | func tlsUnderlyingConn(tc *tls.Conn) net.Conn { FILE: vendor/golang.org/x/net/http2/gotrack.go type goroutineLock (line 22) | type goroutineLock method check (line 31) | func (g goroutineLock) check() { method checkNotOn (line 40) | func (g goroutineLock) checkNotOn() { function newGoroutineLock (line 24) | func newGoroutineLock() goroutineLock { function curGoroutineID (line 51) | func curGoroutineID() uint64 { function parseUintBytes (line 78) | func parseUintBytes(s []byte, base int, bitSize int) (n uint64, err erro... function cutoff64 (line 165) | func cutoff64(base int) uint64 { FILE: vendor/golang.org/x/net/http2/headermap.go function buildCommonHeaderMapsOnce (line 18) | func buildCommonHeaderMapsOnce() { function buildCommonHeaderMaps (line 22) | func buildCommonHeaderMaps() { function lowerHeader (line 91) | func lowerHeader(v string) (lower string, ascii bool) { function canonicalHeader (line 99) | func canonicalHeader(v string) string { FILE: vendor/golang.org/x/net/http2/hpack/encode.go constant uint32Max (line 12) | uint32Max = ^uint32(0) constant initialHeaderTableSize (line 13) | initialHeaderTableSize = 4096 type Encoder (line 16) | type Encoder struct method WriteField (line 50) | func (e *Encoder) WriteField(f HeaderField) error { method searchTable (line 91) | func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch... method SetMaxDynamicTableSize (line 108) | func (e *Encoder) SetMaxDynamicTableSize(v uint32) { method MaxDynamicTableSize (line 120) | func (e *Encoder) MaxDynamicTableSize() (v uint32) { method SetMaxDynamicTableSizeLimit (line 131) | func (e *Encoder) SetMaxDynamicTableSizeLimit(v uint32) { method shouldIndex (line 140) | func (e *Encoder) shouldIndex(f HeaderField) bool { function NewEncoder (line 35) | func NewEncoder(w io.Writer) *Encoder { function appendIndexed (line 146) | func appendIndexed(dst []byte, i uint64) []byte { function appendNewName (line 160) | func appendNewName(dst []byte, f HeaderField, indexing bool) []byte { function appendIndexedName (line 173) | func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing boo... function appendTableSize (line 188) | func appendTableSize(dst []byte, v uint32) []byte { function appendVarInt (line 200) | func appendVarInt(dst []byte, n byte, i uint64) []byte { function appendHpackString (line 218) | func appendHpackString(dst []byte, s string) []byte { function encodeTypeByte (line 237) | func encodeTypeByte(indexing, sensitive bool) byte { FILE: vendor/golang.org/x/net/http2/hpack/hpack.go type DecodingError (line 18) | type DecodingError struct method Error (line 22) | func (de DecodingError) Error() string { type InvalidIndexError (line 28) | type InvalidIndexError method Error (line 30) | func (e InvalidIndexError) Error() string { type HeaderField (line 36) | type HeaderField struct method IsPseudo (line 48) | func (hf HeaderField) IsPseudo() bool { method String (line 52) | func (hf HeaderField) String() string { method Size (line 61) | func (hf HeaderField) Size() uint32 { type Decoder (line 79) | type Decoder struct method SetMaxStringLength (line 122) | func (d *Decoder) SetMaxStringLength(n int) { method SetEmitFunc (line 129) | func (d *Decoder) SetEmitFunc(emitFunc func(f HeaderField)) { method SetEmitEnabled (line 140) | func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v } method EmitEnabled (line 144) | func (d *Decoder) EmitEnabled() bool { return d.emitEnabled } method SetMaxDynamicTableSize (line 149) | func (d *Decoder) SetMaxDynamicTableSize(v uint32) { method SetAllowedMaxDynamicTableSize (line 156) | func (d *Decoder) SetAllowedMaxDynamicTableSize(v uint32) { method maxTableIndex (line 189) | func (d *Decoder) maxTableIndex() int { method at (line 196) | func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) { method DecodeFull (line 218) | func (d *Decoder) DecodeFull(p []byte) ([]HeaderField, error) { method Close (line 235) | func (d *Decoder) Close() error { method Write (line 244) | func (d *Decoder) Write(p []byte) (n int, err error) { method parseHeaderFieldRepr (line 304) | func (d *Decoder) parseHeaderFieldRepr() error { method parseFieldIndexed (line 338) | func (d *Decoder) parseFieldIndexed() error { method parseFieldLiteral (line 353) | func (d *Decoder) parseFieldLiteral(n uint8, it indexType) error { method callEmit (line 399) | func (d *Decoder) callEmit(hf HeaderField) error { method parseDynamicTableSizeUpdate (line 412) | func (d *Decoder) parseDynamicTableSizeUpdate() error { method readString (line 479) | func (d *Decoder) readString(p []byte) (u undecodedString, remain []by... method decodeString (line 509) | func (d *Decoder) decodeString(u undecodedString) (string, error) { function NewDecoder (line 102) | func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)... type dynamicTable (line 160) | type dynamicTable struct method setMaxSize (line 168) | func (dt *dynamicTable) setMaxSize(v uint32) { method add (line 173) | func (dt *dynamicTable) add(f HeaderField) { method evict (line 180) | func (dt *dynamicTable) evict() { type indexType (line 289) | type indexType method indexed (line 297) | func (v indexType) indexed() bool { return v == indexedTrue } method sensitive (line 298) | func (v indexType) sensitive() bool { return v == indexedNever } constant indexedTrue (line 292) | indexedTrue indexType = iota constant indexedFalse (line 293) | indexedFalse constant indexedNever (line 294) | indexedNever function readVarInt (line 442) | func readVarInt(n byte, p []byte) (i uint64, remain []byte, err error) { type undecodedString (line 504) | type undecodedString struct FILE: vendor/golang.org/x/net/http2/hpack/huffman.go function HuffmanDecode (line 21) | func HuffmanDecode(w io.Writer, v []byte) (int, error) { function HuffmanDecodeToString (line 32) | func HuffmanDecodeToString(v []byte) (string, error) { function huffmanDecode (line 49) | func huffmanDecode(buf *bytes.Buffer, maxLen int, v []byte) error { type incomparable (line 111) | type incomparable type node (line 113) | type node struct function newInternalNode (line 124) | func newInternalNode() *node { function getRootHuffmanNode (line 133) | func getRootHuffmanNode() *node { function buildRootHuffmanNode (line 138) | func buildRootHuffmanNode() { function AppendHuffmanString (line 171) | func AppendHuffmanString(dst []byte, s string) []byte { function HuffmanEncodeLength (line 220) | func HuffmanEncodeLength(s string) uint64 { FILE: vendor/golang.org/x/net/http2/hpack/tables.go type headerFieldTable (line 13) | type headerFieldTable struct method init (line 45) | func (t *headerFieldTable) init() { method len (line 51) | func (t *headerFieldTable) len() int { method addEntry (line 56) | func (t *headerFieldTable) addEntry(f HeaderField) { method evictOldest (line 64) | func (t *headerFieldTable) evictOldest(n int) { method search (line 102) | func (t *headerFieldTable) search(f HeaderField) (i uint64, nameValueM... method idToIndex (line 116) | func (t *headerFieldTable) idToIndex(id uint64) uint64 { type pairNameValue (line 41) | type pairNameValue struct FILE: vendor/golang.org/x/net/http2/http2.go function init (line 40) | func init() { constant ClientPreface (line 55) | ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" constant initialMaxFrameSize (line 59) | initialMaxFrameSize = 16384 constant NextProtoTLS (line 63) | NextProtoTLS = "h2" constant initialHeaderTableSize (line 66) | initialHeaderTableSize = 4096 constant initialWindowSize (line 68) | initialWindowSize = 65535 constant defaultMaxReadFrameSize (line 70) | defaultMaxReadFrameSize = 1 << 20 type streamState (line 77) | type streamState method String (line 107) | func (st streamState) String() string { constant stateIdle (line 92) | stateIdle streamState = iota constant stateOpen (line 93) | stateOpen constant stateHalfClosedLocal (line 94) | stateHalfClosedLocal constant stateHalfClosedRemote (line 95) | stateHalfClosedRemote constant stateClosed (line 96) | stateClosed type Setting (line 112) | type Setting struct method String (line 121) | func (s Setting) String() string { method Valid (line 126) | func (s Setting) Valid() error { type SettingID (line 147) | type SettingID method String (line 167) | func (s SettingID) String() string { constant SettingHeaderTableSize (line 150) | SettingHeaderTableSize SettingID = 0x1 constant SettingEnablePush (line 151) | SettingEnablePush SettingID = 0x2 constant SettingMaxConcurrentStreams (line 152) | SettingMaxConcurrentStreams SettingID = 0x3 constant SettingInitialWindowSize (line 153) | SettingInitialWindowSize SettingID = 0x4 constant SettingMaxFrameSize (line 154) | SettingMaxFrameSize SettingID = 0x5 constant SettingMaxHeaderListSize (line 155) | SettingMaxHeaderListSize SettingID = 0x6 function validWireHeaderFieldName (line 183) | func validWireHeaderFieldName(v string) bool { function httpCodeString (line 198) | func httpCodeString(code int) string { type stringWriter (line 209) | type stringWriter interface type gate (line 214) | type gate method Done (line 216) | func (g gate) Done() { g <- struct{}{} } method Wait (line 217) | func (g gate) Wait() { <-g } type closeWaiter (line 220) | type closeWaiter method Init (line 226) | func (cw *closeWaiter) Init() { method Close (line 231) | func (cw closeWaiter) Close() { method Wait (line 236) | func (cw closeWaiter) Wait() { type bufferedWriter (line 243) | type bufferedWriter struct method Available (line 267) | func (w *bufferedWriter) Available() int { method Write (line 274) | func (w *bufferedWriter) Write(p []byte) (n int, err error) { method Flush (line 283) | func (w *bufferedWriter) Flush() error { function newBufferedWriter (line 249) | func newBufferedWriter(w io.Writer) *bufferedWriter { constant bufWriterPoolBufferSize (line 259) | bufWriterPoolBufferSize = 4 << 10 function mustUint31 (line 295) | func mustUint31(v int32) uint32 { function bodyAllowedForStatus (line 304) | func bodyAllowedForStatus(status int) bool { type httpError (line 316) | type httpError struct method Error (line 322) | func (e *httpError) Error() string { return e.msg } method Timeout (line 323) | func (e *httpError) Timeout() bool { return e.timeout } method Temporary (line 324) | func (e *httpError) Temporary() bool { return true } type connectionStater (line 328) | type connectionStater interface type sorter (line 334) | type sorter struct method Len (line 338) | func (s *sorter) Len() int { return len(s.v) } method Swap (line 339) | func (s *sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] } method Less (line 340) | func (s *sorter) Less(i, j int) bool { return s.v[i] < s.v[j] } method Keys (line 346) | func (s *sorter) Keys(h http.Header) []string { method SortStrings (line 356) | func (s *sorter) SortStrings(ss []string) { function validPseudoPath (line 378) | func validPseudoPath(v string) bool { type incomparable (line 385) | type incomparable FILE: vendor/golang.org/x/net/http2/not_go111.go function traceHasWroteHeaderField (line 15) | func traceHasWroteHeaderField(trace *httptrace.ClientTrace) bool { retur... function traceWroteHeaderField (line 17) | func traceWroteHeaderField(trace *httptrace.ClientTrace, k, v string) {} function traceGot1xxResponseFunc (line 19) | func traceGot1xxResponseFunc(trace *httptrace.ClientTrace) func(int, tex... FILE: vendor/golang.org/x/net/http2/not_go115.go method dialTLSWithContext (line 16) | func (t *Transport) dialTLSWithContext(ctx context.Context, network, add... FILE: vendor/golang.org/x/net/http2/not_go118.go function tlsUnderlyingConn (line 15) | func tlsUnderlyingConn(tc *tls.Conn) net.Conn { FILE: vendor/golang.org/x/net/http2/pipe.go type pipe (line 16) | type pipe struct method setBuffer (line 35) | func (p *pipe) setBuffer(b pipeBuffer) { method Len (line 44) | func (p *pipe) Len() int { method Read (line 55) | func (p *pipe) Read(d []byte) (n int, err error) { method Write (line 84) | func (p *pipe) Write(d []byte) (n int, err error) { method CloseWithError (line 106) | func (p *pipe) CloseWithError(err error) { p.closeWithError(&p.err, er... method BreakWithError (line 111) | func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakEr... method closeWithErrorAndCode (line 115) | func (p *pipe) closeWithErrorAndCode(err error, fn func()) { p.closeWi... method closeWithError (line 117) | func (p *pipe) closeWithError(dst *error, err error, fn func()) { method closeDoneLocked (line 143) | func (p *pipe) closeDoneLocked() { method Err (line 157) | func (p *pipe) Err() error { method Done (line 168) | func (p *pipe) Done() <-chan struct{} { type pipeBuffer (line 27) | type pipeBuffer interface FILE: vendor/golang.org/x/net/http2/server.go constant prefaceTimeout (line 55) | prefaceTimeout = 10 * time.Second constant firstSettingsTimeout (line 56) | firstSettingsTimeout = 2 * time.Second constant handlerChunkWriteSize (line 57) | handlerChunkWriteSize = 4 << 10 constant defaultMaxStreams (line 58) | defaultMaxStreams = 250 constant maxQueuedControlFrames (line 59) | maxQueuedControlFrames = 10000 type Server (line 86) | type Server struct method initialConnRecvWindowSize (line 158) | func (s *Server) initialConnRecvWindowSize() int32 { method initialStreamRecvWindowSize (line 165) | func (s *Server) initialStreamRecvWindowSize() int32 { method maxReadFrameSize (line 172) | func (s *Server) maxReadFrameSize() uint32 { method maxConcurrentStreams (line 179) | func (s *Server) maxConcurrentStreams() uint32 { method maxDecoderHeaderTableSize (line 186) | func (s *Server) maxDecoderHeaderTableSize() uint32 { method maxEncoderHeaderTableSize (line 193) | func (s *Server) maxEncoderHeaderTableSize() uint32 { method maxQueuedControlFrames (line 203) | func (s *Server) maxQueuedControlFrames() int { method ServeConn (line 401) | func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) { type serverInternalState (line 209) | type serverInternalState struct method registerConn (line 214) | func (s *serverInternalState) registerConn(sc *serverConn) { method unregisterConn (line 223) | func (s *serverInternalState) unregisterConn(sc *serverConn) { method startGracefulShutdown (line 232) | func (s *serverInternalState) startGracefulShutdown() { function ConfigureServer (line 248) | func ConfigureServer(s *http.Server, conf *Server) error { type ServeConnOpts (line 332) | type ServeConnOpts struct method context (line 361) | func (o *ServeConnOpts) context() context.Context { method baseConfig (line 368) | func (o *ServeConnOpts) baseConfig() *http.Server { method handler (line 375) | func (o *ServeConnOpts) handler() http.Handler { function serverConnBaseContext (line 534) | func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context... type serverConn (line 551) | type serverConn struct method rejectConn (line 543) | func (sc *serverConn) rejectConn(err ErrCode, debug string) { method maxHeaderListSize (line 610) | func (sc *serverConn) maxHeaderListSize() uint32 { method curOpenStreams (line 622) | func (sc *serverConn) curOpenStreams() uint32 { method Framer (line 660) | func (sc *serverConn) Framer() *Framer { return sc.framer } method CloseConn (line 661) | func (sc *serverConn) CloseConn() error { return sc.conn.Close() } method Flush (line 662) | func (sc *serverConn) Flush() error { return sc.bw.Flush() } method HeaderEncoder (line 663) | func (sc *serverConn) HeaderEncoder() (*hpack.Encoder, *bytes.Buffer) { method state (line 667) | func (sc *serverConn) state(streamID uint32) (streamState, *stream) { method setConnState (line 694) | func (sc *serverConn) setConnState(state http.ConnState) { method vlogf (line 700) | func (sc *serverConn) vlogf(format string, args ...interface{}) { method logf (line 706) | func (sc *serverConn) logf(format string, args ...interface{}) { method condlogf (line 758) | func (sc *serverConn) condlogf(err error, format string, args ...inter... method canonicalHeader (line 777) | func (sc *serverConn) canonicalHeader(v string) string { method readFrames (line 814) | func (sc *serverConn) readFrames() { method writeFrameAsync (line 846) | func (sc *serverConn) writeFrameAsync(wr FrameWriteRequest, wd *writeD... method closeAllStreamsOnConnClose (line 856) | func (sc *serverConn) closeAllStreamsOnConnClose() { method stopShutdownTimer (line 863) | func (sc *serverConn) stopShutdownTimer() { method notePanic (line 870) | func (sc *serverConn) notePanic() { method serve (line 885) | func (sc *serverConn) serve() { method awaitGracefulShutdown (line 1015) | func (sc *serverConn) awaitGracefulShutdown(sharedCh <-chan struct{}, ... method onSettingsTimer (line 1033) | func (sc *serverConn) onSettingsTimer() { sc.sendServeMsg(settingsTime... method onIdleTimer (line 1034) | func (sc *serverConn) onIdleTimer() { sc.sendServeMsg(idleTimerMsg) } method onShutdownTimer (line 1035) | func (sc *serverConn) onShutdownTimer() { sc.sendServeMsg(shutdownTime... method sendServeMsg (line 1037) | func (sc *serverConn) sendServeMsg(msg interface{}) { method readPreface (line 1050) | func (sc *serverConn) readPreface() error { method writeDataFromHandler (line 1091) | func (sc *serverConn) writeDataFromHandler(stream *stream, data []byte... method writeFrameFromHandler (line 1138) | func (sc *serverConn) writeFrameFromHandler(wr FrameWriteRequest) error { method writeFrame (line 1158) | func (sc *serverConn) writeFrame(wr FrameWriteRequest) { method startFrameWrite (line 1222) | func (sc *serverConn) startFrameWrite(wr FrameWriteRequest) { method wroteFrame (line 1279) | func (sc *serverConn) wroteFrame(res frameWriteResult) { method scheduleFrameWrite (line 1343) | func (sc *serverConn) scheduleFrameWrite() { method startGracefulShutdown (line 1391) | func (sc *serverConn) startGracefulShutdown() { method startGracefulShutdownInternal (line 1414) | func (sc *serverConn) startGracefulShutdownInternal() { method goAway (line 1418) | func (sc *serverConn) goAway(code ErrCode) { method shutDownIn (line 1432) | func (sc *serverConn) shutDownIn(d time.Duration) { method resetStream (line 1437) | func (sc *serverConn) resetStream(se StreamError) { method processFrameFromReader (line 1448) | func (sc *serverConn) processFrameFromReader(res readFrameResult) bool { method processFrame (line 1500) | func (sc *serverConn) processFrame(f Frame) error { method processPing (line 1553) | func (sc *serverConn) processPing(f *PingFrame) error { method processWindowUpdate (line 1572) | func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error { method processResetStream (line 1604) | func (sc *serverConn) processResetStream(f *RSTStreamFrame) error { method closeStream (line 1623) | func (sc *serverConn) closeStream(st *stream, err error) { method processSettings (line 1669) | func (sc *serverConn) processSettings(f *SettingsFrame) error { method processSetting (line 1697) | func (sc *serverConn) processSetting(s Setting) error { method processSettingInitialWindowSize (line 1729) | func (sc *serverConn) processSettingInitialWindowSize(val uint32) error { method processData (line 1757) | func (sc *serverConn) processData(f *DataFrame) error { method processGoAway (line 1851) | func (sc *serverConn) processGoAway(f *GoAwayFrame) error { method processHeaders (line 1915) | func (sc *serverConn) processHeaders(f *MetaHeadersFrame) error { method upgradeRequest (line 2029) | func (sc *serverConn) upgradeRequest(req *http.Request) { method checkPriority (line 2079) | func (sc *serverConn) checkPriority(streamID uint32, p PriorityParam) ... method processPriority (line 2090) | func (sc *serverConn) processPriority(f *PriorityFrame) error { method newStream (line 2098) | func (sc *serverConn) newStream(id, pusherID uint32, state streamState... method newWriterAndRequest (line 2134) | func (sc *serverConn) newWriterAndRequest(st *stream, f *MetaHeadersFr... method newWriterAndRequestNoBody (line 2199) | func (sc *serverConn) newWriterAndRequestNoBody(st *stream, rp request... method newResponseWriter (line 2274) | func (sc *serverConn) newResponseWriter(st *stream, req *http.Request)... method runHandler (line 2287) | func (sc *serverConn) runHandler(rw *responseWriter, req *http.Request... method writeHeaders (line 2327) | func (sc *serverConn) writeHeaders(st *stream, headerData *writeResHea... method write100ContinueHeaders (line 2359) | func (sc *serverConn) write100ContinueHeaders(st *stream) { method noteBodyReadFromHandler (line 2376) | func (sc *serverConn) noteBodyReadFromHandler(st *stream, n int, err e... method noteBodyRead (line 2386) | func (sc *serverConn) noteBodyRead(st *stream, n int) { method sendWindowUpdate32 (line 2397) | func (sc *serverConn) sendWindowUpdate32(st *stream, n int32) { method sendWindowUpdate (line 2402) | func (sc *serverConn) sendWindowUpdate(st *stream, n int) { method startPush (line 3069) | func (sc *serverConn) startPush(msg *startPushRequest) { method countError (line 3212) | func (sc *serverConn) countError(name string, err error) error { type stream (line 634) | type stream struct method isPushed (line 1866) | func (st *stream) isPushed() bool { method endStream (line 1872) | func (st *stream) endStream() { method copyTrailersToHandlerRequest (line 1888) | func (st *stream) copyTrailersToHandlerRequest() { method onReadTimeout (line 1899) | func (st *stream) onReadTimeout() { method onWriteTimeout (line 1907) | func (st *stream) onWriteTimeout() { method processTrailerHeaders (line 2049) | func (st *stream) processTrailerHeaders(f *MetaHeadersFrame) error { function errno (line 718) | func errno(v error) uintptr { function isClosedConnError (line 727) | func isClosedConnError(err error) bool { constant maxCachedCanonicalHeadersKeysSize (line 775) | maxCachedCanonicalHeadersKeysSize = 2048 type readFrameResult (line 800) | type readFrameResult struct type frameWriteResult (line 836) | type frameWriteResult struct type serverMessage (line 1023) | type serverMessage type requestParam (line 2193) | type requestParam struct function handleHeaderListTooLong (line 2315) | func handleHeaderListTooLong(w http.ResponseWriter, r *http.Request) { type bodyReadMsg (line 2368) | type bodyReadMsg struct type requestBody (line 2423) | type requestBody struct method Close (line 2433) | func (b *requestBody) Close() error { method Read (line 2442) | func (b *requestBody) Read(p []byte) (n int, err error) { type responseWriter (line 2467) | type responseWriter struct method SetReadDeadline (line 2708) | func (w *responseWriter) SetReadDeadline(deadline time.Time) error { method SetWriteDeadline (line 2734) | func (w *responseWriter) SetWriteDeadline(deadline time.Time) error { method Flush (line 2760) | func (w *responseWriter) Flush() { method FlushError (line 2764) | func (w *responseWriter) FlushError() error { method CloseNotify (line 2789) | func (w *responseWriter) CloseNotify() <-chan bool { method Header (line 2809) | func (w *responseWriter) Header() http.Header { method WriteHeader (line 2837) | func (w *responseWriter) WriteHeader(code int) { method Write (line 2902) | func (w *responseWriter) Write(p []byte) (n int, err error) { method WriteString (line 2906) | func (w *responseWriter) WriteString(s string) (n int, err error) { method write (line 2911) | func (w *responseWriter) write(lenData int, dataB []byte, dataS string... method handlerDone (line 2935) | func (w *responseWriter) handlerDone() { method Push (line 2960) | func (w *responseWriter) Push(target string, opts *http.PushOptions) e... type responseWriterState (line 2478) | type responseWriterState struct method hasTrailers (line 2516) | func (rws *responseWriterState) hasTrailers() bool { return len(rws.tr... method hasNonemptyTrailers (line 2518) | func (rws *responseWriterState) hasNonemptyTrailers() bool { method declareTrailer (line 2530) | func (rws *responseWriterState) declareTrailer(k string) { method writeChunk (line 2548) | func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { method promoteUndeclaredTrailers (line 2691) | func (rws *responseWriterState) promoteUndeclaredTrailers() { method writeHeader (line 2845) | func (rws *responseWriterState) writeHeader(code int) { type chunkWriter (line 2504) | type chunkWriter struct method Write (line 2506) | func (cw chunkWriter) Write(p []byte) (n int, err error) { constant TrailerPrefix (line 2668) | TrailerPrefix = "Trailer:" function checkWriteHeaderCode (line 2821) | func checkWriteHeaderCode(code int) { function cloneHeader (line 2884) | func cloneHeader(h http.Header) http.Header { type startPushRequest (line 3061) | type startPushRequest struct function foreachHeaderElement (line 3151) | func foreachHeaderElement(v string, fn func(string)) { function checkValidHTTP2RequestHeaders (line 3179) | func checkValidHTTP2RequestHeaders(h http.Header) error { function new400Handler (line 3192) | func new400Handler(err error) http.HandlerFunc { function h1ServerKeepAlivesDisabled (line 3201) | func h1ServerKeepAlivesDisabled(hs *http.Server) bool { FILE: vendor/golang.org/x/net/http2/transport.go constant transportDefaultConnFlow (line 43) | transportDefaultConnFlow = 1 << 30 constant transportDefaultStreamFlow (line 48) | transportDefaultStreamFlow = 4 << 20 constant defaultUserAgent (line 50) | defaultUserAgent = "Go-http-client/2.0" constant initialMaxConcurrentStreams (line 55) | initialMaxConcurrentStreams = 100 constant defaultMaxConcurrentStreams (line 59) | defaultMaxConcurrentStreams = 1000 type Transport (line 66) | type Transport struct method maxHeaderListSize (line 182) | func (t *Transport) maxHeaderListSize() uint32 { method maxFrameReadSize (line 192) | func (t *Transport) maxFrameReadSize() uint32 { method disableCompression (line 205) | func (t *Transport) disableCompression() bool { method pingTimeout (line 209) | func (t *Transport) pingTimeout() time.Duration { method connPool (line 276) | func (t *Transport) connPool() ClientConnPool { method initConnPool (line 281) | func (t *Transport) initConnPool() { method RoundTrip (line 512) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... method RoundTripOpt (line 547) | func (t *Transport) RoundTripOpt(req *http.Request, opt RoundTripOpt) ... method CloseIdleConnections (line 594) | func (t *Transport) CloseIdleConnections() { method dialClientConn (line 656) | func (t *Transport) dialClientConn(ctx context.Context, addr string, s... method newTLSConfig (line 668) | func (t *Transport) newTLSConfig(host string) *tls.Config { method dialTLS (line 682) | func (t *Transport) dialTLS(ctx context.Context, network, addr string,... method disableKeepAlives (line 705) | func (t *Transport) disableKeepAlives() bool { method expectContinueTimeout (line 709) | func (t *Transport) expectContinueTimeout() time.Duration { method maxDecoderHeaderTableSize (line 716) | func (t *Transport) maxDecoderHeaderTableSize() uint32 { method maxEncoderHeaderTableSize (line 723) | func (t *Transport) maxEncoderHeaderTableSize() uint32 { method NewClientConn (line 730) | func (t *Transport) NewClientConn(c net.Conn) (*ClientConn, error) { method newClientConn (line 734) | func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*Client... method vlogf (line 2989) | func (t *Transport) vlogf(format string, args ...interface{}) { method logf (line 2995) | func (t *Transport) logf(format string, args ...interface{}) { method idleConnTimeout (line 3092) | func (t *Transport) idleConnTimeout() time.Duration { function ConfigureTransport (line 221) | func ConfigureTransport(t1 *http.Transport) error { function ConfigureTransports (line 229) | func ConfigureTransports(t1 *http.Transport) (*Transport, error) { function configureTransports (line 233) | func configureTransports(t1 *http.Transport) (*Transport, error) { type ClientConn (line 291) | type ClientConn struct method healthCheck (line 821) | func (cc *ClientConn) healthCheck() { method SetDoNotReuse (line 838) | func (cc *ClientConn) SetDoNotReuse() { method setGoAway (line 844) | func (cc *ClientConn) setGoAway(f *GoAwayFrame) { method CanTakeNewRequest (line 871) | func (cc *ClientConn) CanTakeNewRequest() bool { method ReserveNewRequest (line 880) | func (cc *ClientConn) ReserveNewRequest() bool { method State (line 924) | func (cc *ClientConn) State() ClientConnState { method idleState (line 951) | func (cc *ClientConn) idleState() clientConnIdleState { method idleStateLocked (line 957) | func (cc *ClientConn) idleStateLocked() (st clientConnIdleState) { method canTakeNewRequestLocked (line 979) | func (cc *ClientConn) canTakeNewRequestLocked() bool { method tooIdleLocked (line 986) | func (cc *ClientConn) tooIdleLocked() bool { method onIdleTimeout (line 1000) | func (cc *ClientConn) onIdleTimeout() { method closeConn (line 1004) | func (cc *ClientConn) closeConn() { method forceCloseConn (line 1012) | func (cc *ClientConn) forceCloseConn() { method closeIfIdle (line 1022) | func (cc *ClientConn) closeIfIdle() { method isDoNotReuseAndIdle (line 1039) | func (cc *ClientConn) isDoNotReuseAndIdle() bool { method Shutdown (line 1048) | func (cc *ClientConn) Shutdown(ctx context.Context) error { method sendGoAway (line 1085) | func (cc *ClientConn) sendGoAway() error { method closeForError (line 1111) | func (cc *ClientConn) closeForError(err error) { method Close (line 1125) | func (cc *ClientConn) Close() error { method closeForLostPing (line 1132) | func (cc *ClientConn) closeForLostPing() { method responseHeaderTimeout (line 1161) | func (cc *ClientConn) responseHeaderTimeout() time.Duration { method decrStreamReservations (line 1201) | func (cc *ClientConn) decrStreamReservations() { method decrStreamReservationsLocked (line 1207) | func (cc *ClientConn) decrStreamReservationsLocked() { method RoundTrip (line 1213) | func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, er... method awaitOpenSlotForStreamLocked (line 1574) | func (cc *ClientConn) awaitOpenSlotForStreamLocked(cs *clientStream) e... method writeHeaders (line 1596) | func (cc *ClientConn) writeHeaders(streamID uint32, endStream bool, ma... method encodeHeaders (line 1833) | func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader b... method encodeTrailers (line 2025) | func (cc *ClientConn) encodeTrailers(trailer http.Header) ([]byte, err... method writeHeader (line 2055) | func (cc *ClientConn) writeHeader(name, value string) { method addStreamLocked (line 2069) | func (cc *ClientConn) addStreamLocked(cs *clientStream) { method forgetStreamID (line 2081) | func (cc *ClientConn) forgetStreamID(id uint32) { method readLoop (line 2116) | func (cc *ClientConn) readLoop() { method countReadFrameError (line 2189) | func (cc *ClientConn) countReadFrameError(err error) { method Ping (line 2890) | func (cc *ClientConn) Ping(ctx context.Context) error { method writeStreamReset (line 2965) | func (cc *ClientConn) writeStreamReset(streamID uint32, code ErrCode, ... method logf (line 2981) | func (cc *ClientConn) logf(format string, args ...interface{}) { method vlogf (line 2985) | func (cc *ClientConn) vlogf(format string, args ...interface{}) { type clientStream (line 351) | type clientStream struct method get1xxTraceFunc (line 404) | func (cs *clientStream) get1xxTraceFunc() func(int, textproto.MIMEHead... method abortStream (line 411) | func (cs *clientStream) abortStream(err error) { method abortStreamLocked (line 417) | func (cs *clientStream) abortStreamLocked(err error) { method abortRequestBodyWrite (line 432) | func (cs *clientStream) abortRequestBodyWrite() { method closeReqBodyLocked (line 442) | func (cs *clientStream) closeReqBodyLocked() { method doRequest (line 1298) | func (cs *clientStream) doRequest(req *http.Request) { method writeRequest (line 1310) | func (cs *clientStream) writeRequest(req *http.Request) (err error) { method encodeAndWriteHeaders (line 1455) | func (cs *clientStream) encodeAndWriteHeaders(req *http.Request) error { method cleanupWriteRequest (line 1502) | func (cs *clientStream) cleanupWriteRequest(err error) { method frameScratchBufferLen (line 1637) | func (cs *clientStream) frameScratchBufferLen(maxFrameSize int) int { method writeRequestBody (line 1658) | func (cs *clientStream) writeRequestBody(req *http.Request) (err error) { method awaitFlowControl (line 1793) | func (cs *clientStream) awaitFlowControl(maxBytes int) (taken int32, e... method copyTrailers (line 2739) | func (cs *clientStream) copyTrailers() { type stickyErrWriter (line 454) | type stickyErrWriter struct method Write (line 460) | func (sew stickyErrWriter) Write(p []byte) (n int, err error) { type noCachedConnError (line 488) | type noCachedConnError struct method IsHTTP2NoCachedConnError (line 490) | func (noCachedConnError) IsHTTP2NoCachedConnError() {} method Error (line 491) | func (noCachedConnError) Error() string { return "http2: n... function isNoCachedConnError (line 496) | func isNoCachedConnError(err error) bool { type RoundTripOpt (line 504) | type RoundTripOpt struct function authorityAddr (line 518) | func authorityAddr(scheme string, authority string) (addr string) { function backoffNewTimer (line 539) | func backoffNewTimer(d time.Duration) *time.Timer { function shouldRetryRequest (line 610) | func shouldRetryRequest(req *http.Request, err error) (*http.Request, er... function canRetryError (line 642) | func canRetryError(err error) bool { type ClientConnState (line 891) | type ClientConnState struct type clientConnIdleState (line 947) | type clientConnIdleState struct function commaSeparatedTrailers (line 1144) | func commaSeparatedTrailers(req *http.Request) (string, error) { function checkConnHeaders (line 1175) | func checkConnHeaders(req *http.Request) error { function actualContentLength (line 1191) | func actualContentLength(req *http.Request) int64 { function shouldSendReqContentLength (line 2007) | func shouldSendReqContentLength(method string, contentLength int64) bool { type resAndError (line 2062) | type resAndError struct type clientConnReadLoop (line 2110) | type clientConnReadLoop struct method cleanup (line 2148) | func (rl *clientConnReadLoop) cleanup() { method run (line 2214) | func (rl *clientConnReadLoop) run() error { method processHeaders (line 2283) | func (rl *clientConnReadLoop) processHeaders(f *MetaHeadersFrame) error { method handleResponse (line 2347) | func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *Meta... method processTrailers (line 2466) | func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *Met... method processData (line 2592) | func (rl *clientConnReadLoop) processData(f *DataFrame) error { method endStream (line 2708) | func (rl *clientConnReadLoop) endStream(cs *clientStream) { method endStreamError (line 2724) | func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err err... method streamByID (line 2729) | func (rl *clientConnReadLoop) streamByID(id uint32) *clientStream { method processGoAway (line 2749) | func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error { method processSettings (line 2763) | func (rl *clientConnReadLoop) processSettings(f *SettingsFrame) error { method processSettingsNoWrite (line 2780) | func (rl *clientConnReadLoop) processSettingsNoWrite(f *SettingsFrame)... method processWindowUpdate (line 2848) | func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame... method processResetStream (line 2869) | func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) er... method processPing (line 2933) | func (rl *clientConnReadLoop) processPing(f *PingFrame) error { method processPushPromise (line 2954) | func (rl *clientConnReadLoop) processPushPromise(f *PushPromiseFrame) ... type GoAwayError (line 2129) | type GoAwayError struct method Error (line 2135) | func (e GoAwayError) Error() string { function isEOFOrNetReadError (line 2140) | func isEOFOrNetReadError(err error) bool { type transportResponseBody (line 2496) | type transportResponseBody struct method Read (line 2500) | func (b transportResponseBody) Read(p []byte) (n int, err error) { method Close (line 2554) | func (b transportResponseBody) Close() error { type noBodyReader (line 3001) | type noBodyReader struct method Close (line 3003) | func (noBodyReader) Close() error { return nil } method Read (line 3004) | func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF } type missingBody (line 3006) | type missingBody struct method Close (line 3008) | func (missingBody) Close() error { return nil } method Read (line 3009) | func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpec... function strSliceContains (line 3011) | func strSliceContains(ss []string, s string) bool { type erringRoundTripper (line 3020) | type erringRoundTripper struct method RoundTripErr (line 3022) | func (rt erringRoundTripper) RoundTripErr() error ... method RoundTrip (line 3023) | func (rt erringRoundTripper) RoundTrip(*http.Request) (*http.Response,... type gzipReader (line 3027) | type gzipReader struct method Read (line 3034) | func (gz *gzipReader) Read(p []byte) (n int, err error) { method Close (line 3048) | func (gz *gzipReader) Close() error { type errorReader (line 3056) | type errorReader struct method Read (line 3058) | func (r errorReader) Read(p []byte) (int, error) { return 0, r.err } function isConnectionCloseRequest (line 3062) | func isConnectionCloseRequest(req *http.Request) bool { function registerHTTPSProtocol (line 3068) | func registerHTTPSProtocol(t *http.Transport, rt noDialH2RoundTripper) (... type noDialH2RoundTripper (line 3082) | type noDialH2RoundTripper struct method RoundTrip (line 3084) | func (rt noDialH2RoundTripper) RoundTrip(req *http.Request) (*http.Res... function traceGetConn (line 3099) | func traceGetConn(req *http.Request, hostPort string) { function traceGotConn (line 3107) | func traceGotConn(req *http.Request, cc *ClientConn, reused bool) { function traceWroteHeaders (line 3124) | func traceWroteHeaders(trace *httptrace.ClientTrace) { function traceGot100Continue (line 3130) | func traceGot100Continue(trace *httptrace.ClientTrace) { function traceWait100Continue (line 3136) | func traceWait100Continue(trace *httptrace.ClientTrace) { function traceWroteRequest (line 3142) | func traceWroteRequest(trace *httptrace.ClientTrace, err error) { function traceFirstResponseByte (line 3148) | func traceFirstResponseByte(trace *httptrace.ClientTrace) { FILE: vendor/golang.org/x/net/http2/write.go type writeFramer (line 19) | type writeFramer interface type writeContext (line 38) | type writeContext interface function writeEndsStream (line 50) | func writeEndsStream(w writeFramer) bool { type flushFrameWriter (line 65) | type flushFrameWriter struct method writeFrame (line 67) | func (flushFrameWriter) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 71) | func (flushFrameWriter) staysWithinBuffer(max int) bool { return false } type writeSettings (line 73) | type writeSettings method staysWithinBuffer (line 75) | func (s writeSettings) staysWithinBuffer(max int) bool { method writeFrame (line 81) | func (s writeSettings) writeFrame(ctx writeContext) error { type writeGoAway (line 85) | type writeGoAway struct method writeFrame (line 90) | func (p *writeGoAway) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 96) | func (*writeGoAway) staysWithinBuffer(max int) bool { return false } type writeData (line 98) | type writeData struct method String (line 104) | func (w *writeData) String() string { method writeFrame (line 108) | func (w *writeData) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 112) | func (w *writeData) staysWithinBuffer(max int) bool { type handlerPanicRST (line 118) | type handlerPanicRST struct method writeFrame (line 122) | func (hp handlerPanicRST) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 126) | func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return fra... method writeFrame (line 128) | func (se StreamError) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 132) | func (se StreamError) staysWithinBuffer(max int) bool { return frameHead... type writePingAck (line 134) | type writePingAck struct method writeFrame (line 136) | func (w writePingAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 140) | func (w writePingAck) staysWithinBuffer(max int) bool { return frameHe... type writeSettingsAck (line 142) | type writeSettingsAck struct method writeFrame (line 144) | func (writeSettingsAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 148) | func (writeSettingsAck) staysWithinBuffer(max int) bool { return frame... function splitHeaderBlock (line 153) | func splitHeaderBlock(ctx writeContext, headerBlock []byte, fn func(ctx ... type writeResHeaders (line 179) | type writeResHeaders struct method staysWithinBuffer (line 198) | func (w *writeResHeaders) staysWithinBuffer(max int) bool { method writeFrame (line 209) | func (w *writeResHeaders) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 237) | func (w *writeResHeaders) writeHeaderBlock(ctx writeContext, frag []by... function encKV (line 191) | func encKV(enc *hpack.Encoder, k, v string) { type writePushPromise (line 251) | type writePushPromise struct method staysWithinBuffer (line 263) | func (w *writePushPromise) staysWithinBuffer(max int) bool { method writeFrame (line 268) | func (w *writePushPromise) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 286) | func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []b... type write100ContinueHeadersFrame (line 299) | type write100ContinueHeadersFrame struct method writeFrame (line 303) | func (w write100ContinueHeadersFrame) writeFrame(ctx writeContext) err... method staysWithinBuffer (line 315) | func (w write100ContinueHeadersFrame) staysWithinBuffer(max int) bool { type writeWindowUpdate (line 320) | type writeWindowUpdate struct method staysWithinBuffer (line 325) | func (wu writeWindowUpdate) staysWithinBuffer(max int) bool { return f... method writeFrame (line 327) | func (wu writeWindowUpdate) writeFrame(ctx writeContext) error { function encodeHeaders (line 333) | func encodeHeaders(enc *hpack.Encoder, h http.Header, keys []string) { FILE: vendor/golang.org/x/net/http2/writesched.go type WriteScheduler (line 11) | type WriteScheduler interface type OpenStreamOptions (line 41) | type OpenStreamOptions struct type FrameWriteRequest (line 48) | type FrameWriteRequest struct method StreamID (line 67) | func (wr FrameWriteRequest) StreamID() uint32 { method isControl (line 83) | func (wr FrameWriteRequest) isControl() bool { method DataSize (line 89) | func (wr FrameWriteRequest) DataSize() int { method Consume (line 106) | func (wr FrameWriteRequest) Consume(n int32) (FrameWriteRequest, Frame... method String (line 161) | func (wr FrameWriteRequest) String() string { method replyToWriter (line 173) | func (wr *FrameWriteRequest) replyToWriter(err error) { type writeQueue (line 186) | type writeQueue struct method empty (line 190) | func (q *writeQueue) empty() bool { return len(q.s) == 0 } method push (line 192) | func (q *writeQueue) push(wr FrameWriteRequest) { method shift (line 196) | func (q *writeQueue) shift() FrameWriteRequest { method consume (line 212) | func (q *writeQueue) consume(n int32) (FrameWriteRequest, bool) { type writeQueuePool (line 228) | type writeQueuePool method put (line 231) | func (p *writeQueuePool) put(q *writeQueue) { method get (line 240) | func (p *writeQueuePool) get() *writeQueue { FILE: vendor/golang.org/x/net/http2/writesched_priority.go constant priorityDefaultWeight (line 14) | priorityDefaultWeight = 15 type PriorityWriteSchedulerConfig (line 17) | type PriorityWriteSchedulerConfig struct function NewPriorityWriteScheduler (line 58) | func NewPriorityWriteScheduler(cfg *PriorityWriteSchedulerConfig) WriteS... type priorityNodeState (line 84) | type priorityNodeState constant priorityNodeOpen (line 87) | priorityNodeOpen priorityNodeState = iota constant priorityNodeClosed (line 88) | priorityNodeClosed constant priorityNodeIdle (line 89) | priorityNodeIdle type priorityNode (line 95) | type priorityNode struct method setParent (line 109) | func (n *priorityNode) setParent(parent *priorityNode) { method addBytes (line 144) | func (n *priorityNode) addBytes(b int64) { method walkReadyInOrder (line 157) | func (n *priorityNode) walkReadyInOrder(openParent bool, tmp *[]*prior... type sortPriorityNodeSiblings (line 210) | type sortPriorityNodeSiblings method Len (line 212) | func (z sortPriorityNodeSiblings) Len() int { return len(z) } method Swap (line 213) | func (z sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], ... method Less (line 214) | func (z sortPriorityNodeSiblings) Less(i, k int) bool { type priorityWriteScheduler (line 228) | type priorityWriteScheduler struct method OpenStream (line 257) | func (ws *priorityWriteScheduler) OpenStream(streamID uint32, options ... method CloseStream (line 288) | func (ws *priorityWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 313) | func (ws *priorityWriteScheduler) AdjustStream(streamID uint32, priori... method Push (line 384) | func (ws *priorityWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 404) | func (ws *priorityWriteScheduler) Pop() (wr FrameWriteRequest, ok bool) { method addClosedOrIdleNode (line 431) | func (ws *priorityWriteScheduler) addClosedOrIdleNode(list *[]*priorit... method removeNode (line 445) | func (ws *priorityWriteScheduler) removeNode(n *priorityNode) { FILE: vendor/golang.org/x/net/http2/writesched_random.go function NewRandomWriteScheduler (line 13) | func NewRandomWriteScheduler() WriteScheduler { type randomWriteScheduler (line 17) | type randomWriteScheduler struct method OpenStream (line 30) | func (ws *randomWriteScheduler) OpenStream(streamID uint32, options Op... method CloseStream (line 34) | func (ws *randomWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 43) | func (ws *randomWriteScheduler) AdjustStream(streamID uint32, priority... method Push (line 47) | func (ws *randomWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 61) | func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, bool) { FILE: vendor/golang.org/x/net/idna/go118.go constant transitionalLookup (line 14) | transitionalLookup = false FILE: vendor/golang.org/x/net/idna/idna10.0.0.go function ToASCII (line 47) | func ToASCII(s string) (string, error) { function ToUnicode (line 52) | func ToUnicode(s string) (string, error) { type Option (line 57) | type Option function Transitional (line 64) | func Transitional(transitional bool) Option { function VerifyDNSLength (line 72) | func VerifyDNSLength(verify bool) Option { function RemoveLeadingDots (line 78) | func RemoveLeadingDots(remove bool) Option { function ValidateLabels (line 87) | func ValidateLabels(enable bool) Option { function CheckHyphens (line 110) | func CheckHyphens(enable bool) Option { function CheckJoiners (line 118) | func CheckJoiners(enable bool) Option { function StrictDomainName (line 135) | func StrictDomainName(use bool) Option { function BidiRule (line 146) | func BidiRule() Option { function ValidateForRegistration (line 152) | func ValidateForRegistration() Option { function MapForLookup (line 170) | func MapForLookup() Option { type options (line 178) | type options struct type Profile (line 201) | type Profile struct method ToASCII (line 229) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 237) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 245) | func (p *Profile) String() string { method process (line 337) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 602) | func (p *Profile) simplify(cat category) category { method validateLabel (line 710) | func (p *Profile) validateLabel(s string) (err error) { function apply (line 205) | func apply(o *options, opts []Option) { function New (line 219) | func New(o ...Option) *Profile { type labelError (line 321) | type labelError struct method code (line 323) | func (e labelError) code() string { return e.code_ } method Error (line 324) | func (e labelError) Error() string { type runeError (line 328) | type runeError method code (line 330) | func (e runeError) code() string { return "P1" } method Error (line 331) | func (e runeError) Error() string { function normalize (line 428) | func normalize(p *Profile, s string) (mapped string, isBidi bool, err er... function validateRegistration (line 437) | func validateRegistration(p *Profile, s string) (idem string, bidi bool,... method isBidi (line 462) | func (c info) isBidi(s string) bool { function validateAndMap (line 476) | func validateAndMap(p *Profile, s string) (vm string, bidi bool, err err... type labelIter (line 540) | type labelIter struct method reset (line 548) | func (l *labelIter) reset() { method done (line 554) | func (l *labelIter) done() bool { method result (line 558) | func (l *labelIter) result() string { method label (line 565) | func (l *labelIter) label() string { method next (line 578) | func (l *labelIter) next() { method set (line 592) | func (l *labelIter) set(s string) { constant acePrefix (line 600) | acePrefix = "xn--" function validateFromPunycode (line 627) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 647) | zwnj = "\u200c" constant zwj (line 648) | zwj = "\u200d" type joinState (line 651) | type joinState constant stateStart (line 654) | stateStart joinState = iota constant stateVirama (line 655) | stateVirama constant stateBefore (line 656) | stateBefore constant stateBeforeVirama (line 657) | stateBeforeVirama constant stateAfter (line 658) | stateAfter constant stateFAIL (line 659) | stateFAIL function ascii (line 763) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/idna9.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 178) | type options struct type Profile (line 201) | type Profile struct method ToASCII (line 229) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 237) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 245) | func (p *Profile) String() string { method process (line 339) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 552) | func (p *Profile) simplify(cat category) category { method validateLabel (line 655) | func (p *Profile) validateLabel(s string) error { function apply (line 205) | func apply(o *options, opts []Option) { function New (line 219) | func New(o ...Option) *Profile { type labelError (line 323) | type labelError struct method code (line 325) | func (e labelError) code() string { return e.code_ } method Error (line 326) | func (e labelError) Error() string { type runeError (line 330) | type runeError method code (line 332) | func (e runeError) code() string { return "P1" } method Error (line 333) | func (e runeError) Error() string { function normalize (line 419) | func normalize(p *Profile, s string) (string, error) { function validateRegistration (line 423) | func validateRegistration(p *Profile, s string) (string, error) { function validateAndMap (line 443) | func validateAndMap(p *Profile, s string) (string, error) { type labelIter (line 490) | type labelIter struct method reset (line 498) | func (l *labelIter) reset() { method done (line 504) | func (l *labelIter) done() bool { method result (line 508) | func (l *labelIter) result() string { method label (line 515) | func (l *labelIter) label() string { method next (line 528) | func (l *labelIter) next() { method set (line 542) | func (l *labelIter) set(s string) { constant acePrefix (line 550) | acePrefix = "xn--" function validateFromPunycode (line 577) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 592) | zwnj = "\u200c" constant zwj (line 593) | zwj = "\u200d" type joinState (line 596) | type joinState constant stateStart (line 599) | stateStart joinState = iota constant stateVirama (line 600) | stateVirama constant stateBefore (line 601) | stateBefore constant stateBeforeVirama (line 602) | stateBeforeVirama constant stateAfter (line 603) | stateAfter constant stateFAIL (line 604) | stateFAIL function ascii (line 711) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/pre_go118.go constant transitionalLookup (line 12) | 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 9) | UnicodeVersion = "10.0.0" type idnaTrie (line 551) | type idnaTrie struct method lookup (line 383) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 445) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 468) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 530) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 558) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 553) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables11.0.0.go constant UnicodeVersion (line 9) | UnicodeVersion = "11.0.0" type idnaTrie (line 551) | type idnaTrie struct method lookup (line 383) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 445) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 468) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 530) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 558) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 553) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables12.0.0.go constant UnicodeVersion (line 9) | UnicodeVersion = "12.0.0" type idnaTrie (line 551) | type idnaTrie struct method lookup (line 383) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 445) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 468) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 530) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 558) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 553) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables13.0.0.go constant UnicodeVersion (line 9) | UnicodeVersion = "13.0.0" type idnaTrie (line 551) | type idnaTrie struct method lookup (line 383) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 445) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 468) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 530) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 558) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 553) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables9.0.0.go constant UnicodeVersion (line 9) | UnicodeVersion = "9.0.0" type idnaTrie (line 551) | type idnaTrie struct method lookup (line 383) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 445) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 468) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 530) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 558) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 553) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/trie.go method appendMapping (line 11) | func (c info) appendMapping(b []byte, s string) []byte { type valueRange (line 32) | type valueRange struct type sparseBlocks (line 37) | type sparseBlocks struct method lookup (line 54) | func (t *sparseBlocks) lookup(n uint32, b byte) uint16 { FILE: vendor/golang.org/x/net/idna/trieval.go type info (line 40) | type info method isMapped (line 94) | func (c info) isMapped() bool { method category (line 98) | func (c info) category() category { method joinType (line 106) | func (c info) joinType() info { method isModifier (line 113) | func (c info) isModifier() bool { method isViramaModifier (line 117) | func (c info) isViramaModifier() bool { constant catSmallMask (line 43) | catSmallMask = 0x3 constant catBigMask (line 44) | catBigMask = 0xF8 constant indexShift (line 45) | indexShift = 3 constant xorBit (line 46) | xorBit = 0x4 constant inlineXOR (line 47) | inlineXOR = 0xE000 constant joinShift (line 49) | joinShift = 8 constant joinMask (line 50) | joinMask = 0x07 constant attributesMask (line 53) | attributesMask = 0x1800 constant viramaModifier (line 54) | viramaModifier = 0x1800 constant modifier (line 55) | modifier = 0x1000 constant rtl (line 56) | rtl = 0x0800 constant mayNeedNorm (line 58) | mayNeedNorm = 0x2000 type category (line 62) | type category constant unknown (line 65) | unknown category = 0 constant mapped (line 66) | mapped category = 1 constant disallowedSTD3Mapped (line 67) | disallowedSTD3Mapped category = 2 constant deviation (line 68) | deviation category = 3 constant valid (line 72) | valid category = 0x08 constant validNV8 (line 73) | validNV8 category = 0x18 constant validXV8 (line 74) | validXV8 category = 0x28 constant disallowed (line 75) | disallowed category = 0x40 constant disallowedSTD3Valid (line 76) | disallowedSTD3Valid category = 0x80 constant ignored (line 77) | ignored category = 0xC0 constant joiningL (line 82) | joiningL = (iota + 1) constant joiningD (line 83) | joiningD constant joiningT (line 84) | joiningT constant joiningR (line 85) | joiningR constant joinZWJ (line 88) | joinZWJ constant joinZWNJ (line 89) | joinZWNJ constant joinVirama (line 90) | joinVirama constant numJoinTypes (line 91) | numJoinTypes FILE: vendor/golang.org/x/net/internal/timeseries/timeseries.go constant timeSeriesNumBuckets (line 15) | timeSeriesNumBuckets = 64 constant minuteHourSeriesNumBuckets (line 16) | minuteHourSeriesNumBuckets = 60 type Observable (line 38) | type Observable interface type Float (line 46) | type Float method String (line 55) | func (f *Float) String() string { return fmt.Sprintf("%g", f.Value()) } method Value (line 58) | func (f *Float) Value() float64 { return float64(*f) } method Multiply (line 60) | func (f *Float) Multiply(ratio float64) { *f *= Float(ratio) } method Add (line 62) | func (f *Float) Add(other Observable) { method Clear (line 67) | func (f *Float) Clear() { *f = 0 } method CopyFrom (line 69) | func (f *Float) CopyFrom(other Observable) { function NewFloat (line 49) | func NewFloat() Observable { type Clock (line 75) | type Clock interface type defaultClock (line 79) | type defaultClock method Time (line 83) | func (defaultClock) Time() time.Time { return time.Now() } type tsLevel (line 88) | type tsLevel struct method Clear (line 97) | func (l *tsLevel) Clear() { method InitLevel (line 109) | func (l *tsLevel) InitLevel(size time.Duration, numBuckets int, f func... type timeSeries (line 123) | type timeSeries struct method init (line 136) | func (ts *timeSeries) init(resolutions []time.Duration, f func() Obser... method Clear (line 156) | func (ts *timeSeries) Clear() { method Add (line 169) | func (ts *timeSeries) Add(observation Observable) { method AddWithTime (line 174) | func (ts *timeSeries) AddWithTime(observation Observable, t time.Time) { method mergeValue (line 200) | func (ts *timeSeries) mergeValue(observation Observable, t time.Time) { method mergePendingUpdates (line 215) | func (ts *timeSeries) mergePendingUpdates() { method advance (line 225) | func (ts *timeSeries) advance(t time.Time) { method Latest (line 256) | func (ts *timeSeries) Latest(level, num int) Observable { method LatestBuckets (line 282) | func (ts *timeSeries) LatestBuckets(level, num int) []Observable { method ScaleBy (line 319) | func (ts *timeSeries) ScaleBy(factor float64) { method Range (line 333) | func (ts *timeSeries) Range(start, finish time.Time) Observable { method Recent (line 338) | func (ts *timeSeries) Recent(delta time.Duration) Observable { method Total (line 344) | func (ts *timeSeries) Total() Observable { method ComputeRange (line 354) | func (ts *timeSeries) ComputeRange(start, finish time.Time, num int) [... method RecentList (line 384) | func (ts *timeSeries) RecentList(delta time.Duration, num int) []Obser... method extract (line 394) | func (ts *timeSeries) extract(l *tsLevel, start, finish time.Time, num... method resetObservation (line 459) | func (ts *timeSeries) resetObservation(observation Observable) Observa... type TimeSeries (line 469) | type TimeSeries struct function NewTimeSeries (line 474) | func NewTimeSeries(f func() Observable) *TimeSeries { function NewTimeSeriesWithClock (line 480) | func NewTimeSeriesWithClock(f func() Observable, clock Clock) *TimeSeries { type MinuteHourSeries (line 487) | type MinuteHourSeries struct method Minute (line 505) | func (ts *MinuteHourSeries) Minute() Observable { method Hour (line 509) | func (ts *MinuteHourSeries) Hour() Observable { function NewMinuteHourSeries (line 492) | func NewMinuteHourSeries(f func() Observable) *MinuteHourSeries { function NewMinuteHourSeriesWithClock (line 498) | func NewMinuteHourSeriesWithClock(f func() Observable, clock Clock) *Min... function minTime (line 513) | func minTime(a, b time.Time) time.Time { function maxTime (line 520) | func maxTime(a, b time.Time) time.Time { FILE: vendor/golang.org/x/net/trace/events.go constant maxEventsPerLog (line 24) | maxEventsPerLog = 100 type bucket (line 26) | type bucket struct function RenderEvents (line 45) | func RenderEvents(w http.ResponseWriter, req *http.Request, sensitive bo... function parseEventsArgs (line 104) | func parseEventsArgs(req *http.Request) (fam string, b int, ok bool) { type EventLog (line 117) | type EventLog interface function NewEventLog (line 132) | func NewEventLog(family, title string) EventLog { function getEventFamily (line 156) | func getEventFamily(fam string) *eventFamily { type eventFamily (line 167) | type eventFamily struct method add (line 172) | func (f *eventFamily) add(el *eventLog) { method remove (line 178) | func (f *eventFamily) remove(el *eventLog) { method Count (line 190) | func (f *eventFamily) Count(now time.Time, maxErrAge time.Duration) (n... method Copy (line 201) | func (f *eventFamily) Copy(now time.Time, maxErrAge time.Duration) (el... type eventLogs (line 214) | type eventLogs method Free (line 217) | func (els eventLogs) Free() { method Len (line 224) | func (els eventLogs) Len() int { return len(els) } method Less (line 225) | func (els eventLogs) Less(i, j int) bool { return els[i].Start.After(e... method Swap (line 226) | func (els eventLogs) Swap(i, j int) { els[i], els[j] = els[j], el... type logEntry (line 229) | type logEntry struct method WhenString (line 239) | func (e logEntry) WhenString() string { type eventLog (line 247) | type eventLog struct method Finish (line 146) | func (el *eventLog) Finish() { method reset (line 272) | func (el *eventLog) reset() { method hasRecentError (line 284) | func (el *eventLog) hasRecentError(now time.Time, maxErrAge time.Durat... method delta (line 296) | func (el *eventLog) delta(t time.Time) (time.Duration, bool) { method Printf (line 305) | func (el *eventLog) Printf(format string, a ...interface{}) { method Errorf (line 309) | func (el *eventLog) Errorf(format string, a ...interface{}) { method printf (line 313) | func (el *eventLog) printf(isErr bool, format string, a ...interface{}) { method ref (line 344) | func (el *eventLog) ref() { method unref (line 348) | func (el *eventLog) unref() { method When (line 354) | func (el *eventLog) When() string { method ElapsedTime (line 358) | func (el *eventLog) ElapsedTime() string { method Stack (line 363) | func (el *eventLog) Stack() string { method Events (line 390) | func (el *eventLog) Events() []logEntry { function printStackRecord (line 374) | func printStackRecord(w io.Writer, stk []uintptr) { function newEventLog (line 400) | func newEventLog() *eventLog { function freeEventLog (line 411) | func freeEventLog(el *eventLog) { function eventsTmpl (line 422) | func eventsTmpl() *template.Template { constant eventsHTML (line 432) | eventsHTML = ` FILE: vendor/golang.org/x/net/trace/histogram.go constant bucketCount (line 21) | bucketCount = 38 type histogram (line 27) | type histogram struct method addMeasurement (line 36) | func (h *histogram) addMeasurement(value int64) { method allocateBuckets (line 52) | func (h *histogram) allocateBuckets() { method total (line 84) | func (h *histogram) total() (total int64) { method average (line 95) | func (h *histogram) average() float64 { method variance (line 104) | func (h *histogram) variance() float64 { method standardDeviation (line 114) | func (h *histogram) standardDeviation() float64 { method percentileBoundary (line 120) | func (h *histogram) percentileBoundary(percentile float64) int64 { method median (line 165) | func (h *histogram) median() int64 { method Add (line 170) | func (h *histogram) Add(other timeseries.Observable) { method Clear (line 193) | func (h *histogram) Clear() { method CopyFrom (line 202) | func (h *histogram) CopyFrom(other timeseries.Observable) { method Multiply (line 215) | func (h *histogram) Multiply(ratio float64) { method New (line 228) | func (h *histogram) New() timeseries.Observable { method String (line 234) | func (h *histogram) String() string { method newData (line 271) | func (h *histogram) newData() *data { method html (line 322) | func (h *histogram) html() template.HTML { function log2 (line 61) | func log2(i int64) int { function getBucket (line 72) | func getBucket(i int64) (index int) { function round (line 240) | func round(in float64) int64 { function bucketBoundary (line 245) | func bucketBoundary(bucket uint8) int64 { type bucketData (line 253) | type bucketData struct type data (line 261) | type data struct constant maxHTMLBarWidth (line 268) | maxHTMLBarWidth = 350.0 function distTmpl (line 334) | func distTmpl() *template.Template { FILE: vendor/golang.org/x/net/trace/trace.go constant debugRequestsPath (line 91) | debugRequestsPath = "/debug/requests" constant debugEventsPath (line 92) | debugEventsPath = "/debug/events" function init (line 120) | func init() { function NewContext (line 136) | func NewContext(ctx context.Context, tr Trace) context.Context { function FromContext (line 141) | func FromContext(ctx context.Context) (tr Trace, ok bool) { function Traces (line 151) | func Traces(w http.ResponseWriter, req *http.Request) { function Events (line 166) | func Events(w http.ResponseWriter, req *http.Request) { function Render (line 180) | func Render(w io.Writer, req *http.Request, sensitive bool) { function parseArgs (line 288) | func parseArgs(req *http.Request) (fam string, b int, ok bool) { function lookupBucket (line 304) | func lookupBucket(fam string, b int) *traceBucket { type contextKeyT (line 312) | type contextKeyT type Trace (line 317) | type Trace interface type lazySprintf (line 351) | type lazySprintf struct method String (line 356) | func (l *lazySprintf) String() string { function New (line 361) | func New(family, title string) Trace { constant bucketsPerFamily (line 434) | bucketsPerFamily = 9 constant tracesPerBucket (line 435) | tracesPerBucket = 10 constant maxActiveTraces (line 436) | maxActiveTraces = 20 constant maxEventsPerTrace (line 437) | maxEventsPerTrace = 10 constant numHistogramBuckets (line 438) | numHistogramBuckets = 38 type traceSet (line 451) | type traceSet struct method Len (line 462) | func (ts *traceSet) Len() int { method Add (line 468) | func (ts *traceSet) Add(tr *trace) { method Remove (line 477) | func (ts *traceSet) Remove(tr *trace) { method FirstN (line 484) | func (ts *traceSet) FirstN(n int) traceList { function getActiveTraces (line 532) | func getActiveTraces(fam string) traceList { function getFamily (line 542) | func getFamily(fam string, allocNew bool) *family { function allocFamily (line 552) | func allocFamily(fam string) *family { type family (line 564) | type family struct function newFamily (line 573) | func newFamily() *family { type traceBucket (line 592) | type traceBucket struct method Add (line 602) | func (b *traceBucket) Add(tr *trace) { method Copy (line 630) | func (b *traceBucket) Copy(tracedOnly bool) traceList { method Empty (line 649) | func (b *traceBucket) Empty() bool { type cond (line 656) | type cond interface type minCond (line 661) | type minCond method match (line 663) | func (m minCond) match(t *trace) bool { return t.Elapsed >= time.Durat... method String (line 664) | func (m minCond) String() string { return fmt.Sprintf("≥%gs", tim... type errorCond (line 666) | type errorCond struct method match (line 668) | func (e errorCond) match(t *trace) bool { return t.IsError } method String (line 669) | func (e errorCond) String() string { return "errors" } type traceList (line 671) | type traceList method Free (line 674) | func (trl traceList) Free() { method Len (line 681) | func (trl traceList) Len() int { return len(trl) } method Less (line 682) | func (trl traceList) Less(i, j int) bool { return trl[i].Start.After(t... method Swap (line 683) | func (trl traceList) Swap(i, j int) { trl[i], trl[j] = trl[j], tr... type event (line 686) | type event struct method WhenString (line 697) | func (e event) WhenString() string { type discarded (line 706) | type discarded method String (line 708) | func (d *discarded) String() string { type trace (line 714) | type trace struct method Finish (line 397) | func (tr *trace) Finish() { method reset (line 741) | func (tr *trace) reset() { method delta (line 768) | func (tr *trace) delta(t time.Time) (time.Duration, bool) { method addEvent (line 776) | func (tr *trace) addEvent(x interface{}, recyclable, sensitive bool) { method LazyLog (line 829) | func (tr *trace) LazyLog(x fmt.Stringer, sensitive bool) { method LazyPrintf (line 833) | func (tr *trace) LazyPrintf(format string, a ...interface{}) { method SetError (line 837) | func (tr *trace) SetError() { method SetRecycler (line 843) | func (tr *trace) SetRecycler(f func(interface{})) { method SetTraceInfo (line 849) | func (tr *trace) SetTraceInfo(traceID, spanID uint64) { method SetMaxEvents (line 855) | func (tr *trace) SetMaxEvents(m int) { method ref (line 864) | func (tr *trace) ref() { method unref (line 868) | func (tr *trace) unref() { method When (line 887) | func (tr *trace) When() string { method ElapsedTime (line 891) | func (tr *trace) ElapsedTime() string { method Events (line 903) | func (tr *trace) Events() []event { function newTrace (line 912) | func newTrace() *trace { function freeTrace (line 923) | func freeTrace(tr *trace) { function elapsed (line 934) | func elapsed(d time.Duration) string { function pageTmpl (line 959) | func pageTmpl() *template.Template { constant pageHTML (line 969) | pageHTML = ` FILE: vendor/golang.org/x/sys/execabs/execabs.go function relError (line 41) | func relError(file, path string) error { function LookPath (line 54) | func LookPath(file string) (string, error) { function fixCmd (line 65) | func fixCmd(name string, cmd *exec.Cmd) { function CommandContext (line 83) | func CommandContext(ctx context.Context, name string, arg ...string) *ex... function Command (line 98) | func Command(name string, arg ...string) *exec.Cmd { FILE: vendor/golang.org/x/sys/execabs/execabs_go118.go function isGo119ErrDot (line 12) | func isGo119ErrDot(err error) bool { function isGo119ErrFieldSet (line 16) | func isGo119ErrFieldSet(cmd *exec.Cmd) bool { FILE: vendor/golang.org/x/sys/execabs/execabs_go119.go function isGo119ErrDot (line 15) | func isGo119ErrDot(err error) bool { function isGo119ErrFieldSet (line 19) | func isGo119ErrFieldSet(cmd *exec.Cmd) bool { FILE: vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go type Slice (line 19) | type Slice struct type String (line 27) | type String struct FILE: vendor/golang.org/x/sys/unix/affinity_linux.go constant cpuSetSize (line 14) | cpuSetSize = _CPU_SETSIZE / _NCPUBITS type CPUSet (line 17) | type CPUSet method Zero (line 40) | func (s *CPUSet) Zero() { method Set (line 55) | func (s *CPUSet) Set(cpu int) { method Clear (line 63) | func (s *CPUSet) Clear(cpu int) { method IsSet (line 71) | func (s *CPUSet) IsSet(cpu int) bool { method Count (line 80) | func (s *CPUSet) Count() int { function schedAffinity (line 19) | func schedAffinity(trap uintptr, pid int, set *CPUSet) error { function SchedGetaffinity (line 29) | func SchedGetaffinity(pid int, set *CPUSet) error { function SchedSetaffinity (line 35) | func SchedSetaffinity(pid int, set *CPUSet) error { function cpuBitsIndex (line 46) | func cpuBitsIndex(cpu int) int { function cpuBitsMask (line 50) | func cpuBitsMask(cpu int) cpuMask { FILE: vendor/golang.org/x/sys/unix/bluetooth_linux.go constant BTPROTO_L2CAP (line 11) | BTPROTO_L2CAP = 0 constant BTPROTO_HCI (line 12) | BTPROTO_HCI = 1 constant BTPROTO_SCO (line 13) | BTPROTO_SCO = 2 constant BTPROTO_RFCOMM (line 14) | BTPROTO_RFCOMM = 3 constant BTPROTO_BNEP (line 15) | BTPROTO_BNEP = 4 constant BTPROTO_CMTP (line 16) | BTPROTO_CMTP = 5 constant BTPROTO_HIDP (line 17) | BTPROTO_HIDP = 6 constant BTPROTO_AVDTP (line 18) | BTPROTO_AVDTP = 7 constant HCI_CHANNEL_RAW (line 22) | HCI_CHANNEL_RAW = 0 constant HCI_CHANNEL_USER (line 23) | HCI_CHANNEL_USER = 1 constant HCI_CHANNEL_MONITOR (line 24) | HCI_CHANNEL_MONITOR = 2 constant HCI_CHANNEL_CONTROL (line 25) | HCI_CHANNEL_CONTROL = 3 constant HCI_CHANNEL_LOGGING (line 26) | HCI_CHANNEL_LOGGING = 4 constant SOL_BLUETOOTH (line 31) | SOL_BLUETOOTH = 0x112 constant SOL_HCI (line 32) | SOL_HCI = 0x0 constant SOL_L2CAP (line 33) | SOL_L2CAP = 0x6 constant SOL_RFCOMM (line 34) | SOL_RFCOMM = 0x12 constant SOL_SCO (line 35) | SOL_SCO = 0x11 FILE: vendor/golang.org/x/sys/unix/cap_freebsd.go constant capRightsGoVersion (line 19) | capRightsGoVersion = CAP_RIGHTS_VERSION_00 constant capArSizeMin (line 20) | capArSizeMin = CAP_RIGHTS_VERSION_00 + 2 constant capArSizeMax (line 21) | capArSizeMax = capRightsGoVersion + 2 function capidxbit (line 31) | func capidxbit(right uint64) int { function rightToIndex (line 35) | func rightToIndex(right uint64) (int, error) { function caprver (line 43) | func caprver(right uint64) int { function capver (line 47) | func capver(rights *CapRights) int { function caparsize (line 51) | func caparsize(rights *CapRights) int { function CapRightsSet (line 56) | func CapRightsSet(rights *CapRights, setrights []uint64) error { function CapRightsClear (line 91) | func CapRightsClear(rights *CapRights, clearrights []uint64) error { function CapRightsIsSet (line 126) | func CapRightsIsSet(rights *CapRights, setrights []uint64) (bool, error) { function capright (line 159) | func capright(idx uint64, bit uint64) uint64 { function CapRightsInit (line 165) | func CapRightsInit(rights []uint64) (*CapRights, error) { function CapRightsLimit (line 180) | func CapRightsLimit(fd uintptr, rights *CapRights) error { function CapRightsGet (line 186) | func CapRightsGet(fd uintptr) (*CapRights, error) { FILE: vendor/golang.org/x/sys/unix/constants.go constant R_OK (line 11) | R_OK = 0x4 constant W_OK (line 12) | W_OK = 0x2 constant X_OK (line 13) | X_OK = 0x1 FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc.go function Major (line 14) | func Major(dev uint64) uint32 { function Minor (line 19) | func Minor(dev uint64) uint32 { function Mkdev (line 25) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc64.go function Major (line 14) | func Major(dev uint64) uint32 { function Minor (line 19) | func Minor(dev uint64) uint32 { function Mkdev (line 25) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_darwin.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 22) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_dragonfly.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_freebsd.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_linux.go function Major (line 21) | func Major(dev uint64) uint32 { function Minor (line 28) | func Minor(dev uint64) uint32 { function Mkdev (line 36) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_netbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_openbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_zos.go function Major (line 16) | func Major(dev uint64) uint32 { function Minor (line 21) | func Minor(dev uint64) uint32 { function Mkdev (line 27) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dirent.go function readInt (line 13) | func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { function readIntBE (line 23) | func readIntBE(b []byte, size uintptr) uint64 { function readIntLE (line 42) | func readIntLE(b []byte, size uintptr) uint64 { function ParseDirent (line 65) | func ParseDirent(buf []byte, max int, names []string) (consumed int, cou... FILE: vendor/golang.org/x/sys/unix/endian_big.go constant isBigEndian (line 10) | isBigEndian = true FILE: vendor/golang.org/x/sys/unix/endian_little.go constant isBigEndian (line 10) | isBigEndian = false FILE: vendor/golang.org/x/sys/unix/env_unix.go function Getenv (line 14) | func Getenv(key string) (value string, found bool) { function Setenv (line 18) | func Setenv(key, value string) error { function Clearenv (line 22) | func Clearenv() { function Environ (line 26) | func Environ() []string { function Unsetenv (line 30) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/unix/epoll_zos.go type EpollEvent (line 18) | type EpollEvent struct constant EPOLLERR (line 25) | EPOLLERR = 0x8 constant EPOLLHUP (line 26) | EPOLLHUP = 0x10 constant EPOLLIN (line 27) | EPOLLIN = 0x1 constant EPOLLMSG (line 28) | EPOLLMSG = 0x400 constant EPOLLOUT (line 29) | EPOLLOUT = 0x4 constant EPOLLPRI (line 30) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 31) | EPOLLRDBAND = 0x80 constant EPOLLRDNORM (line 32) | EPOLLRDNORM = 0x40 constant EPOLLWRBAND (line 33) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 34) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 35) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 36) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 37) | EPOLL_CTL_MOD = 0x3 function epToPollEvt (line 53) | func epToPollEvt(events uint32) int16 { function pToEpollEvt (line 73) | func pToEpollEvt(revents int16) uint32 { type epollImpl (line 93) | type epollImpl struct method epollcreate (line 112) | func (e *epollImpl) epollcreate(size int) (epfd int, err error) { method epollcreate1 (line 124) | func (e *epollImpl) epollcreate1(flag int) (fd int, err error) { method epollctl (line 128) | func (e *epollImpl) epollctl(epfd int, op int, fd int, event *EpollEve... method epollwait (line 170) | func (e *epollImpl) epollwait(epfd int, events []EpollEvent, msec int)... type eventPoll (line 101) | type eventPoll struct method getFds (line 162) | func (ep *eventPoll) getFds() []int { function EpollCreate (line 205) | func EpollCreate(size int) (fd int, err error) { function EpollCreate1 (line 209) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 213) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function EpollWait (line 219) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... FILE: vendor/golang.org/x/sys/unix/fcntl.go function fcntl (line 16) | func fcntl(fd int, cmd, arg int) (int, error) { function FcntlInt (line 26) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 31) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_darwin.go function FcntlInt (line 10) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 15) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function FcntlFstore (line 21) | func FcntlFstore(fd uintptr, cmd int, fstore *Fstore_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go function init (line 10) | func init() { FILE: vendor/golang.org/x/sys/unix/fdset.go method Set (line 11) | func (fds *FdSet) Set(fd int) { method Clear (line 16) | func (fds *FdSet) Clear(fd int) { method IsSet (line 21) | func (fds *FdSet) IsSet(fd int) bool { method Zero (line 26) | func (fds *FdSet) Zero() { FILE: vendor/golang.org/x/sys/unix/fstatfs_zos.go function Fstatfs (line 16) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function tryGetmntent64 (line 61) | func tryGetmntent64(stat *Statfs_t) (err error) { function tryGetmntent128 (line 82) | func tryGetmntent128(stat *Statfs_t) (err error) { function tryGetmntent256 (line 103) | func tryGetmntent256(stat *Statfs_t) (err error) { function tryGetmntent512 (line 124) | func tryGetmntent512(stat *Statfs_t) (err error) { function tryGetmntent1024 (line 145) | func tryGetmntent1024(stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/gccgo.go function realSyscallNoError (line 15) | func realSyscallNoError(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr... function realSyscall (line 17) | func realSyscall(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r, e... function SyscallNoError (line 19) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function Syscall (line 26) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 33) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function Syscall9 (line 40) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function RawSyscallNoError (line 47) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function RawSyscall (line 52) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 57) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/gccgo_c.c type ret (line 19) | struct ret { type ret (line 24) | struct ret function gccgoRealSyscall (line 27) | struct ret function gccgoRealSyscallNoError (line 41) | uintptr_t FILE: vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go function realGettimeofday (line 13) | func realGettimeofday(*Timeval, *byte) int32 function gettimeofday (line 15) | func gettimeofday(tv *Timeval) (err syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/ifreq_linux.go type Ifreq (line 26) | type Ifreq struct method Name (line 46) | func (ifr *Ifreq) Name() string { method Inet4Addr (line 57) | func (ifr *Ifreq) Inet4Addr() ([]byte, error) { method SetInet4Addr (line 70) | func (ifr *Ifreq) SetInet4Addr(v []byte) error { method Uint16 (line 91) | func (ifr *Ifreq) Uint16() uint16 { method SetUint16 (line 96) | func (ifr *Ifreq) SetUint16(v uint16) { method Uint32 (line 102) | func (ifr *Ifreq) Uint32() uint32 { method SetUint32 (line 107) | func (ifr *Ifreq) SetUint32(v uint32) { method clear (line 114) | func (ifr *Ifreq) clear() { method withData (line 137) | func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData { function NewIfreq (line 31) | func NewIfreq(name string) (*Ifreq, error) { type ifreqData (line 125) | type ifreqData struct FILE: vendor/golang.org/x/sys/unix/ioctl.go function IoctlSetInt (line 19) | func IoctlSetInt(fd int, req uint, value int) error { function IoctlSetPointerInt (line 27) | func IoctlSetPointerInt(fd int, req uint, value int) error { function IoctlSetWinsize (line 35) | func IoctlSetWinsize(fd int, req uint, value *Winsize) error { function IoctlSetTermios (line 44) | func IoctlSetTermios(fd int, req uint, value *Termios) error { function IoctlGetInt (line 54) | func IoctlGetInt(fd int, req uint) (int, error) { function IoctlGetWinsize (line 60) | func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { function IoctlGetTermios (line 66) | func IoctlGetTermios(fd int, req uint) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_linux.go function IoctlRetInt (line 12) | func IoctlRetInt(fd int, req uint) (int, error) { function IoctlGetUint32 (line 20) | func IoctlGetUint32(fd int, req uint) (uint32, error) { function IoctlGetRTCTime (line 26) | func IoctlGetRTCTime(fd int) (*RTCTime, error) { function IoctlSetRTCTime (line 32) | func IoctlSetRTCTime(fd int, value *RTCTime) error { function IoctlGetRTCWkAlrm (line 36) | func IoctlGetRTCWkAlrm(fd int) (*RTCWkAlrm, error) { function IoctlSetRTCWkAlrm (line 42) | func IoctlSetRTCWkAlrm(fd int, value *RTCWkAlrm) error { function IoctlGetEthtoolDrvinfo (line 48) | func IoctlGetEthtoolDrvinfo(fd int, ifname string) (*EthtoolDrvinfo, err... function IoctlGetWatchdogInfo (line 64) | func IoctlGetWatchdogInfo(fd int) (*WatchdogInfo, error) { function IoctlWatchdogKeepalive (line 73) | func IoctlWatchdogKeepalive(fd int) error { function IoctlFileCloneRange (line 81) | func IoctlFileCloneRange(destFd int, value *FileCloneRange) error { function IoctlFileClone (line 88) | func IoctlFileClone(destFd, srcFd int) error { type FileDedupeRange (line 92) | type FileDedupeRange struct type FileDedupeRangeInfo (line 100) | type FileDedupeRangeInfo struct function IoctlFileDedupeRange (line 112) | func IoctlFileDedupeRange(srcFd int, value *FileDedupeRange) error { function IoctlHIDGetDesc (line 150) | func IoctlHIDGetDesc(fd int, value *HIDRawReportDescriptor) error { function IoctlHIDGetRawInfo (line 154) | func IoctlHIDGetRawInfo(fd int) (*HIDRawDevInfo, error) { function IoctlHIDGetRawName (line 160) | func IoctlHIDGetRawName(fd int) (string, error) { function IoctlHIDGetRawPhys (line 166) | func IoctlHIDGetRawPhys(fd int) (string, error) { function IoctlHIDGetRawUniq (line 172) | func IoctlHIDGetRawUniq(fd int) (string, error) { function IoctlIfreq (line 180) | func IoctlIfreq(fd int, req uint, value *Ifreq) error { function ioctlIfreqData (line 190) | func ioctlIfreqData(fd int, req uint, value *ifreqData) error { function IoctlKCMClone (line 199) | func IoctlKCMClone(fd int) (*KCMClone, error) { function IoctlKCMAttach (line 210) | func IoctlKCMAttach(fd int, info KCMAttach) error { function IoctlKCMUnattach (line 215) | func IoctlKCMUnattach(fd int, info KCMUnattach) error { function IoctlLoopGetStatus64 (line 221) | func IoctlLoopGetStatus64(fd int) (*LoopInfo64, error) { function IoctlLoopSetStatus64 (line 231) | func IoctlLoopSetStatus64(fd int, value *LoopInfo64) error { FILE: vendor/golang.org/x/sys/unix/ioctl_zos.go function IoctlSetInt (line 20) | func IoctlSetInt(fd int, req uint, value int) error { function IoctlSetWinsize (line 27) | func IoctlSetWinsize(fd int, req uint, value *Winsize) error { function IoctlSetTermios (line 36) | func IoctlSetTermios(fd int, req uint, value *Termios) error { function IoctlGetInt (line 50) | func IoctlGetInt(fd int, req uint) (int, error) { function IoctlGetWinsize (line 56) | 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/pagesize_unix.go function Getpagesize (line 14) | func Getpagesize() int { FILE: vendor/golang.org/x/sys/unix/pledge_openbsd.go function Pledge (line 24) | func Pledge(promises, execpromises string) error { function PledgePromises (line 66) | func PledgePromises(promises string) error { function PledgeExecpromises (line 98) | func PledgeExecpromises(execpromises string) error { function majmin (line 126) | func majmin() (major int, minor int, err error) { function pledgeAvailable (line 150) | func pledgeAvailable(maj, min int, execpromises string) error { FILE: vendor/golang.org/x/sys/unix/ptrace_darwin.go function ptrace (line 12) | func ptrace(request int, pid int, addr uintptr, data uintptr) error { function ptracePtr (line 16) | func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) ... FILE: vendor/golang.org/x/sys/unix/ptrace_ios.go function ptrace (line 12) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { function ptracePtr (line 16) | func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) ... FILE: vendor/golang.org/x/sys/unix/race.go constant raceenabled (line 15) | raceenabled = true function raceAcquire (line 17) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 21) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 25) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 29) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/race0.go constant raceenabled (line 14) | raceenabled = false function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 19) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 22) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 25) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdents.go function ReadDirent (line 11) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdirentries.go function ReadDirent (line 13) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go function cmsgAlignOf (line 8) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/sockcmsg_linux.go function UnixCredentials (line 14) | func UnixCredentials(ucred *Ucred) []byte { function ParseUnixCredentials (line 27) | func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error) { function PktInfo4 (line 39) | func PktInfo4(info *Inet4Pktinfo) []byte { function PktInfo6 (line 50) | func PktInfo6(info *Inet6Pktinfo) []byte { function ParseOrigDstAddr (line 63) | func ParseOrigDstAddr(m *SocketControlMessage) (Sockaddr, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix.go function CmsgLen (line 18) | func CmsgLen(datalen int) int { function CmsgSpace (line 24) | func CmsgSpace(datalen int) int { method data (line 28) | func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer { type SocketControlMessage (line 33) | type SocketControlMessage struct function ParseSocketControlMessage (line 40) | func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error) { function ParseOneSocketControlMessage (line 58) | func ParseOneSocketControlMessage(b []byte) (hdr Cmsghdr, data []byte, r... function socketControlMessageHeaderAndData (line 69) | func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, erro... function UnixRights (line 79) | func UnixRights(fds ...int) []byte { function ParseUnixRights (line 94) | func ParseUnixRights(m *SocketControlMessage) ([]int, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go function cmsgAlignOf (line 15) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/syscall.go function ByteSliceFromString (line 37) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 49) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 59) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 69) | func BytePtrToString(p *byte) string { FILE: vendor/golang.org/x/sys/unix/syscall_aix.go function Access (line 23) | func Access(path string, mode uint32) (err error) { function Chmod (line 27) | func Chmod(path string, mode uint32) (err error) { function Chown (line 31) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 35) | func Creat(path string, mode uint32) (fd int, err error) { function Utimes (line 41) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 50) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 57) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { method sockaddr (line 67) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 79) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 92) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Getsockname (line 119) | func Getsockname(fd int) (sa Sockaddr, err error) { constant ImplementsGetwd (line 130) | ImplementsGetwd = true function Getwd (line 132) | func Getwd() (ret string, err error) { function Getcwd (line 149) | func Getcwd(buf []byte) (n int, err error) { function Getgroups (line 161) | func Getgroups() (gids []int, err error) { function Setgroups (line 187) | func Setgroups(gids []int) (err error) { function Accept (line 205) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 220) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 248) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function anyToSockaddr (line 279) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Gettimeofday (line 318) | func Gettimeofday(tv *Timeval) (err error) { function Sendfile (line 323) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 331) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function direntIno (line 335) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 339) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 343) | func direntNamlen(buf []byte) (uint64, bool) { function Getdents (line 353) | func Getdents(fd int, buf []byte) (n int, err error) { function Wait4 (line 359) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... type WaitStatus (line 379) | type WaitStatus method Stopped (line 381) | func (w WaitStatus) Stopped() bool { return w&0x40 != 0 } method StopSignal (line 382) | func (w WaitStatus) StopSignal() Signal { method Exited (line 389) | func (w WaitStatus) Exited() bool { return w&0xFF == 0 } method ExitStatus (line 390) | func (w WaitStatus) ExitStatus() int { method Signaled (line 397) | func (w WaitStatus) Signaled() bool { return w&0x40 == 0 && w&0xFF != 0 } method Signal (line 398) | func (w WaitStatus) Signal() Signal { method Continued (line 405) | func (w WaitStatus) Continued() bool { return w&0x01000000 != 0 } method CoreDump (line 407) | func (w WaitStatus) CoreDump() bool { return w&0x80 == 0x80 } method TrapCause (line 409) | func (w WaitStatus) TrapCause() int { return -1 } function Fsync (line 428) | func Fsync(fd int) error { function Mmap (line 545) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 549) | func Munmap(b []byte) (err error) { function Pipe (line 563) | func Pipe(p []int) (err error) { function Poll (line 578) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Unmount (line 593) | func Unmount(target string, flags int) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc.go function setTimespec (line 16) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 20) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 40) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 44) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 48) | func Lstat(path string, stat *Stat_t) error { function Stat (line 52) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go function setTimespec (line 16) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 20) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { function fixStatTimFields (line 45) | func fixStatTimFields(stat *Stat_t) { function Fstat (line 51) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 60) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 69) | func Lstat(path string, stat *Stat_t) error { function Stat (line 78) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_bsd.go constant ImplementsGetwd (line 22) | ImplementsGetwd = true function Getwd (line 24) | func Getwd() (string, error) { function Getgroups (line 44) | func Getgroups() (gids []int, err error) { function Setgroups (line 70) | func Setgroups(gids []int) (err error) { type WaitStatus (line 88) | type WaitStatus method Exited (line 100) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 102) | func (w WaitStatus) ExitStatus() int { method Signaled (line 109) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 111) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 119) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 121) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Killed (line 123) | func (w WaitStatus) Killed() bool { return w&mask == killed && syscall... method Continued (line 125) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 127) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 134) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 91) | mask = 0x7F constant core (line 92) | core = 0x80 constant shift (line 93) | shift = 8 constant exited (line 95) | exited = 0 constant killed (line 96) | killed = 9 constant stopped (line 97) | stopped = 0x7F function Wait4 (line 138) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... method sockaddr (line 157) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 170) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 184) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 198) | func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 213) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 271) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 294) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 313) | func GetsockoptString(fd, level, opt int) (string, error) { function recvmsgRaw (line 327) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 357) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Kevent (line 390) | func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n in... function sysctlmib (line 402) | func sysctlmib(name string, args ...int) ([]_C_int, error) { function Sysctl (line 416) | func Sysctl(name string) (string, error) { function SysctlArgs (line 420) | func SysctlArgs(name string, args ...int) (string, error) { function SysctlUint32 (line 434) | func SysctlUint32(name string) (uint32, error) { function SysctlUint32Args (line 438) | func SysctlUint32Args(name string, args ...int) (uint32, error) { function SysctlUint64 (line 455) | func SysctlUint64(name string, args ...int) (uint64, error) { function SysctlRaw (line 472) | func SysctlRaw(name string, args ...int) ([]byte, error) { function SysctlClockinfo (line 498) | func SysctlClockinfo(name string) (*Clockinfo, error) { function SysctlTimeval (line 515) | func SysctlTimeval(name string) (*Timeval, error) { function Utimes (line 534) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 544) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 568) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimes (line 580) | func Futimes(fd int, tv []Timeval) error { function Poll (line 592) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Mmap (line 610) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 614) | func Munmap(b []byte) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin.go function fdopendir (line 24) | func fdopendir(fd int) (dir uintptr, err error) { function Getdirentries (line 37) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { type SockaddrDatalink (line 112) | type SockaddrDatalink struct type SockaddrCtl (line 125) | type SockaddrCtl struct method sockaddr (line 131) | func (sa *SockaddrCtl) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 144) | type SockaddrVM struct method sockaddr (line 155) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddrGOOS (line 164) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { constant SYS___SYSCTL (line 188) | SYS___SYSCTL = SYS_SYSCTL function nametomib (line 191) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 218) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 222) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 226) | func direntNamlen(buf []byte) (uint64, bool) { function PtraceAttach (line 230) | func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0... function PtraceDetach (line 231) | func PtraceDetach(pid int) (err error) { return ptrace(PT_DETACH, pid, 0... function PtraceDenyAttach (line 232) | func PtraceDenyAttach() (err error) { return ptrace(PT_DENY_ATTACH, 0... function Pipe (line 236) | func Pipe(p []int) (err error) { function Getfsstat (line 249) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function xattrPointer (line 259) | func xattrPointer(dest []byte) *byte { function Getxattr (line 274) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 278) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 284) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Setxattr (line 290) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 320) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Fsetxattr (line 326) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Removexattr (line 332) | func Removexattr(path string, attr string) (err error) { function Lremovexattr (line 339) | func Lremovexattr(link string, attr string) (err error) { function Fremovexattr (line 345) | func Fremovexattr(fd int, attr string) (err error) { function Listxattr (line 351) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 355) | func Llistxattr(link string, dest []byte) (sz int, err error) { function Flistxattr (line 361) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Kill (line 375) | func Kill(pid int, signum syscall.Signal) (err error) { return kill(pid,... function IoctlCtlInfo (line 380) | func IoctlCtlInfo(fd int, ctlInfo *CtlInfo) error { type IfreqMTU (line 385) | type IfreqMTU struct function IoctlGetIfreqMTU (line 392) | func IoctlGetIfreqMTU(fd int, ifname string) (*IfreqMTU, error) { function IoctlSetIfreqMTU (line 401) | func IoctlSetIfreqMTU(fd int, ifreq *IfreqMTU) error { function Uname (line 407) | func Uname(uname *Utsname) error { function Sendfile (line 453) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function GetsockoptIPMreqn (line 463) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 470) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 476) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function GetsockoptTCPConnectionInfo (line 483) | func GetsockoptTCPConnectionInfo(fd, level, opt int) (*TCPConnectionInfo... function SysctlKinfoProc (line 490) | func SysctlKinfoProc(name string, args ...int) (*KinfoProc, error) { function SysctlKinfoProcSlice (line 507) | func SysctlKinfoProcSlice(name string, args ...int) ([]KinfoProc, error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go function setTimespec (line 12) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 16) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 20) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 26) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 30) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 34) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 38) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 42) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go function setTimespec (line 12) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 16) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 20) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 26) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 30) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 34) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 38) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 42) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go function syscall_syscall (line 13) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 14) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall6X (line 15) | func syscall_syscall6X(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function syscall_syscall9 (line 16) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... function syscall_rawSyscall (line 17) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 18) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscallPtr (line 19) | func syscall_syscallPtr(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly.go constant _dragonflyABIChangeVersion (line 28) | _dragonflyABIChangeVersion = 500705 function supportsABI (line 30) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 36) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 50) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 55) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 82) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 86) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 94) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 100) | func Pipe(p []int) (err error) { function Pipe2 (line 113) | func Pipe2(p []int, flags int) (err error) { function pread (line 129) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 135) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Accept4 (line 139) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 159) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function sysctlUname (line 179) | func sysctlUname(mib []_C_int, old *byte, oldlen *uintptr) error { function Uname (line 192) | func Uname(uname *Utsname) error { function Sendfile (line 242) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { function sendfile (line 45) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 57) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd.go function supportsABI (line 26) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 32) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 44) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 49) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 76) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 80) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 84) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 88) | func Pipe(p []int) (err error) { function Pipe2 (line 94) | func Pipe2(p []int, flags int) error { function GetsockoptIPMreqn (line 107) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 114) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 120) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function Accept4 (line 127) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 147) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Uname (line 169) | func Uname(uname *Utsname) error { function Stat (line 215) | func Stat(path string, st *Stat_t) (err error) { function Lstat (line 219) | func Lstat(path string, st *Stat_t) (err error) { function Getdents (line 223) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 227) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Mknod (line 245) | func Mknod(path string, mode uint32, dev uint64) (err error) { function Sendfile (line 249) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function PtraceAttach (line 259) | func PtraceAttach(pid int) (err error) { function PtraceCont (line 263) | func PtraceCont(pid int, signal int) (err error) { function PtraceDetach (line 267) | func PtraceDetach(pid int) (err error) { function PtraceGetFpRegs (line 271) | func PtraceGetFpRegs(pid int, fpregsout *FpReg) (err error) { function PtraceGetRegs (line 275) | func PtraceGetRegs(pid int, regsout *Reg) (err error) { function PtraceIO (line 279) | func PtraceIO(req int, pid int, offs uintptr, out []byte, countin int) (... function PtraceLwpEvents (line 296) | func PtraceLwpEvents(pid int, enable int) (err error) { function PtraceLwpInfo (line 300) | func PtraceLwpInfo(pid int, info *PtraceLwpInfoStruct) (err error) { function PtracePeekData (line 304) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekText (line 308) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePokeData (line 312) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeText (line 316) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtraceSetRegs (line 320) | func PtraceSetRegs(pid int, regs *Reg) (err error) { function PtraceSingleStep (line 324) | func PtraceSingleStep(pid int) (err error) { function Dup3 (line 328) | func Dup3(oldfd, newfd, flags int) error { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_386.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 63) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 63) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_hurd.go function ioctl (line 16) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 24) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_hurd_386.go constant TIOCGETA (line 11) | TIOCGETA = 0x62251713 type Winsize (line 14) | type Winsize struct type Termios (line 21) | type Termios struct FILE: vendor/golang.org/x/sys/unix/syscall_illumos.go function bytes2iovec (line 16) | func bytes2iovec(bs [][]byte) []Iovec { function Readv (line 31) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 39) | func Preadv(fd int, iovs [][]byte, off int64) (n int, err error) { function Writev (line 47) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 55) | func Pwritev(fd int, iovs [][]byte, off int64) (n int, err error) { function Accept4 (line 63) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_linux.go function Access (line 26) | func Access(path string, mode uint32) (err error) { function Chmod (line 30) | func Chmod(path string, mode uint32) (err error) { function Chown (line 34) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 38) | func Creat(path string, mode uint32) (fd int, err error) { function EpollCreate (line 42) | func EpollCreate(size int) (fd int, err error) { function FanotifyMark (line 52) | func FanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname s... function Fchmodat (line 65) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function InotifyInit (line 77) | func InotifyInit() (fd int, err error) { function Link (line 96) | func Link(oldpath string, newpath string) (err error) { function Mkdir (line 100) | func Mkdir(path string, mode uint32) (err error) { function Mknod (line 104) | func Mknod(path string, mode uint32, dev int) (err error) { function Open (line 108) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 114) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Openat2 (line 120) | func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) { function Pipe (line 124) | func Pipe(p []int) error { function Pipe2 (line 130) | func Pipe2(p []int, flags int) error { function Ppoll (line 145) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Poll (line 152) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Readlink (line 163) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 167) | func Rename(oldpath string, newpath string) (err error) { function Rmdir (line 171) | func Rmdir(path string) error { function Symlink (line 177) | func Symlink(oldpath string, newpath string) (err error) { function Unlink (line 181) | func Unlink(path string) error { function Utimes (line 187) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 210) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 214) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimesat (line 224) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 234) | func Futimes(fd int, tv []Timeval) (err error) { constant ImplementsGetwd (line 240) | ImplementsGetwd = true function Getwd (line 244) | func Getwd() (wd string, err error) { function Getgroups (line 264) | func Getgroups() (gids []int, err error) { function Setgroups (line 290) | func Setgroups(gids []int) (err error) { type WaitStatus (line 302) | type WaitStatus method Exited (line 321) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 323) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 325) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 327) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 329) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 331) | func (w WaitStatus) ExitStatus() int { method Signal (line 338) | func (w WaitStatus) Signal() syscall.Signal { method StopSignal (line 345) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 352) | func (w WaitStatus) TrapCause() int { constant mask (line 314) | mask = 0x7F constant core (line 315) | core = 0x80 constant exited (line 316) | exited = 0x00 constant stopped (line 317) | stopped = 0x7F constant shift (line 318) | shift = 8 function Wait4 (line 361) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Mkfifo (line 372) | func Mkfifo(path string, mode uint32) error { function Mkfifoat (line 376) | func Mkfifoat(dirfd int, path string, mode uint32) error { method sockaddr (line 380) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 392) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 405) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrLinklayer (line 430) | type SockaddrLinklayer struct method sockaddr (line 440) | func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, err... type SockaddrNetlink (line 455) | type SockaddrNetlink struct method sockaddr (line 463) | func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrHCI (line 473) | type SockaddrHCI struct method sockaddr (line 479) | func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2 (line 488) | type SockaddrL2 struct method sockaddr (line 496) | func (sa *SockaddrL2) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrRFCOMM (line 534) | type SockaddrRFCOMM struct method sockaddr (line 545) | func (sa *SockaddrRFCOMM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCAN (line 569) | type SockaddrCAN struct method sockaddr (line 576) | func (sa *SockaddrCAN) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCANJ1939 (line 597) | type SockaddrCANJ1939 struct method sockaddr (line 605) | func (sa *SockaddrCANJ1939) sockaddr() (unsafe.Pointer, _Socklen, erro... type SockaddrALG (line 686) | type SockaddrALG struct method sockaddr (line 694) | func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 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 ... function PtraceGetRegs (line 1702) | func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) { function PtraceSetRegs (line 1706) | func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) { function PtraceSetOptions (line 1710) | func PtraceSetOptions(pid int, options int) (err error) { function PtraceGetEventMsg (line 1714) | func PtraceGetEventMsg(pid int) (msg uint, err error) { function PtraceCont (line 1721) | func PtraceCont(pid int, signal int) (err error) { function PtraceSyscall (line 1725) | func PtraceSyscall(pid int, signal int) (err error) { function PtraceSingleStep (line 1729) | func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLE... function PtraceInterrupt (line 1731) | func PtraceInterrupt(pid int) (err error) { return ptrace(PTRACE_INTERRU... function PtraceAttach (line 1733) | func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pi... function PtraceSeize (line 1735) | func PtraceSeize(pid int) (err error) { return ptrace(PTRACE_SEIZE, pid,... function PtraceDetach (line 1737) | func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pi... function Reboot (line 1741) | func Reboot(cmd int) (err error) { function direntIno (line 1745) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1749) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1753) | func direntNamlen(buf []byte) (uint64, bool) { function Mount (line 1763) | func Mount(source string, target string, fstype string, flags uintptr, d... function MountSetattr (line 1782) | func MountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Sendfile (line 1786) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Dup2 (line 1817) | func Dup2(oldfd, newfd int) error { function Getpgrp (line 1844) | func Getpgrp() (pid int) { function PrctlRetInt (line 1893) | func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, a... function Setuid (line 1901) | func Setuid(uid int) (err error) { function Setgid (line 1905) | func Setgid(gid int) (err error) { function Setreuid (line 1909) | func Setreuid(ruid, euid int) (err error) { function Setregid (line 1913) | func Setregid(rgid, egid int) (err error) { function Setresuid (line 1917) | func Setresuid(ruid, euid, suid int) (err error) { function Setresgid (line 1921) | func Setresgid(rgid, egid, sgid int) (err error) { function SetfsgidRetGid (line 1928) | func SetfsgidRetGid(gid int) (int, error) { function SetfsuidRetUid (line 1935) | func SetfsuidRetUid(uid int) (int, error) { function Setfsgid (line 1939) | func Setfsgid(gid int) error { function Setfsuid (line 1944) | func Setfsuid(uid int) error { function Signalfd (line 1949) | func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err erro... constant minIovec (line 1987) | minIovec = 8 function appendBytes (line 1990) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function offs2lohi (line 2005) | func offs2lohi(offs int64) (lo, hi uintptr) { function Readv (line 2010) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 2018) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Preadv2 (line 2027) | func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err... function readvRacedetect (line 2036) | func readvRacedetect(iovecs []Iovec, n int, err error) { function Writev (line 2055) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 2066) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function Pwritev2 (line 2078) | func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, er... function writevRacedetect (line 2090) | func writevRacedetect(iovecs []Iovec, n int) { function Mmap (line 2115) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 2119) | func Munmap(b []byte) (err error) { function Vmsplice (line 2133) | func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) { function isGroupMember (line 2147) | func isGroupMember(gid int) bool { function isCapDacOverrideSet (line 2161) | func isCapDacOverrideSet() bool { function Faccessat (line 2172) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... type fileHandle (line 2259) | type fileHandle struct type FileHandle (line 2267) | type FileHandle struct method Size (line 2282) | func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) } method Type (line 2283) | func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type } method Bytes (line 2284) | func (fh *FileHandle) Bytes() []byte { function NewFileHandle (line 2272) | func NewFileHandle(handleType int32, handle []byte) FileHandle { function NameToHandleAt (line 2294) | func NameToHandleAt(dirfd int, path string, flags int) (handle FileHandl... function OpenByHandleAt (line 2323) | func OpenByHandleAt(mountFD int, handle FileHandle, flags int) (fd int, ... function Klogset (line 2329) | func Klogset(typ int, arg int) (err error) { type RemoteIovec (line 2342) | type RemoteIovec struct function MakeItimerval (line 2363) | func MakeItimerval(interval, value time.Duration) Itimerval { type ItimerWhich (line 2372) | type ItimerWhich constant ItimerReal (line 2376) | ItimerReal ItimerWhich = ITIMER_REAL constant ItimerVirtual (line 2377) | ItimerVirtual ItimerWhich = ITIMER_VIRTUAL constant ItimerProf (line 2378) | ItimerProf ItimerWhich = ITIMER_PROF function Getitimer (line 2383) | func Getitimer(which ItimerWhich) (Itimerval, error) { function Setitimer (line 2396) | func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { function PthreadSigmask (line 2407) | func PthreadSigmask(how int, set, oldset *Sigset_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_linux_386.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function mmap (line 56) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 64) | type rlimit32 struct constant rlimInf32 (line 71) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 72) | rlimInf64 = ^uint64(0) function Getrlimit (line 74) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 102) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 127) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { constant _SOCKET (line 150) | _SOCKET = 1 constant _BIND (line 151) | _BIND = 2 constant _CONNECT (line 152) | _CONNECT = 3 constant _LISTEN (line 153) | _LISTEN = 4 constant _ACCEPT (line 154) | _ACCEPT = 5 constant _GETSOCKNAME (line 155) | _GETSOCKNAME = 6 constant _GETPEERNAME (line 156) | _GETPEERNAME = 7 constant _SOCKETPAIR (line 157) | _SOCKETPAIR = 8 constant _SEND (line 158) | _SEND = 9 constant _RECV (line 159) | _RECV = 10 constant _SENDTO (line 160) | _SENDTO = 11 constant _RECVFROM (line 161) | _RECVFROM = 12 constant _SHUTDOWN (line 162) | _SHUTDOWN = 13 constant _SETSOCKOPT (line 163) | _SETSOCKOPT = 14 constant _GETSOCKOPT (line 164) | _GETSOCKOPT = 15 constant _SENDMSG (line 165) | _SENDMSG = 16 constant _RECVMSG (line 166) | _RECVMSG = 17 constant _ACCEPT4 (line 167) | _ACCEPT4 = 18 constant _RECVMMSG (line 168) | _RECVMMSG = 19 constant _SENDMMSG (line 169) | _SENDMMSG = 20 function accept4 (line 172) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 180) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function getpeername (line 188) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function socketpair (line 196) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function bind (line 204) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 212) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 220) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 228) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 236) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 244) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 256) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 268) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 276) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Listen (line 284) | func Listen(s int, n int) (err error) { function Shutdown (line 292) | func Shutdown(s, how int) (err error) { function Fstatfs (line 300) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 308) | func Statfs(path string, buf *Statfs_t) (err error) { method PC (line 320) | func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) } method SetPC (line 322) | func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) } method SetLen (line 324) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 328) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 332) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 336) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 340) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64.go function Lstat (line 27) | func Lstat(path string, stat *Stat_t) (err error) { function Select (line 38) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 53) | func Stat(path string, stat *Stat_t) (err error) { function Gettimeofday (line 81) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 89) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 104) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 108) | func setTimeval(sec, usec int64) Timeval { method PC (line 112) | func (r *PtraceRegs) PC() uint64 { return r.Rip } method SetPC (line 114) | func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc } method SetLen (line 116) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 120) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 124) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 128) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 132) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function KexecFileLoad (line 138) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go function gettimeofday (line 13) | func gettimeofday(tv *Timeval) (err syscall.Errno) FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function Seek (line 22) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Time (line 73) | func Time(t *Time_t) (Time_t, error) { function Utime (line 85) | func Utime(path string, buf *Utimbuf) error { function Fadvise (line 100) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 118) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 130) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 138) | type rlimit32 struct constant rlimInf32 (line 145) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 146) | rlimInf64 = ^uint64(0) function Getrlimit (line 148) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 176) | func Setrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 201) | func (r *PtraceRegs) PC() uint64 { return uint64(r.Uregs[15]) } method SetPC (line 203) | func (r *PtraceRegs) SetPC(pc uint64) { r.Uregs[15] = uint32(pc) } method SetLen (line 205) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 209) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 213) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 217) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 221) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 227) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 235) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm64.go function Select (line 31) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 46) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 50) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 54) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 62) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 85) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 89) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 93) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 105) | func Time(t *Time_t) (Time_t, error) { function Utime (line 117) | func Utime(path string, buf *Utimbuf) error { function utimes (line 125) | func utimes(path string, tv *[2]Timeval) (err error) { function Getrlimit (line 138) | func Getrlimit(resource int, rlim *Rlimit) error { function Setrlimit (line 147) | func Setrlimit(resource int, rlim *Rlimit) error { method PC (line 155) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 157) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 159) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 163) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 167) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 171) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 175) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 179) | func Pause() error { function KexecFileLoad (line 186) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc.go function SyscallNoError (line 11) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) function RawSyscallNoError (line 15) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go function seek (line 14) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... function socketcall (line 16) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err sy... function rawsocketcall (line 17) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go function seek (line 14) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go function seek (line 15) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function socketcall (line 23) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, syscall.... function rawsocketcall (line 28) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, sysca... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go function seek (line 15) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_loong64.go function Select (line 26) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function timespecFromStatxTimestamp (line 40) | func timespecFromStatxTimestamp(x StatxTimestamp) Timespec { function Fstatat (line 47) | func Fstatat(fd int, path string, stat *Stat_t, flags int) error { function Fstat (line 73) | func Fstat(fd int, stat *Stat_t) (err error) { function Stat (line 77) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 81) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 85) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 93) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 116) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 120) | func setTimeval(sec, usec int64) Timeval { function Getrlimit (line 124) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 129) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function futimesat (line 134) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 146) | func Time(t *Time_t) (Time_t, error) { function Utime (line 158) | func Utime(path string, buf *Utimbuf) error { function utimes (line 166) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 178) | func (r *PtraceRegs) PC() uint64 { return r.Era } method SetPC (line 180) | func (r *PtraceRegs) SetPC(era uint64) { r.Era = era } method SetLen (line 182) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 186) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 190) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 194) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 198) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 202) | func Pause() error { function Renameat (line 207) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 213) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go function Select (line 29) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Time (line 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 { function Ioperm (line 90) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 94) | func Iopl(level int) (err error) { type stat_t (line 98) | type stat_t struct function Fstat (line 125) | func Fstat(fd int, s *Stat_t) (err error) { function Fstatat (line 132) | func Fstatat(dirfd int, path string, s *Stat_t, flags int) (err error) { function Lstat (line 139) | func Lstat(path string, s *Stat_t) (err error) { function Stat (line 146) | func Stat(path string, s *Stat_t) (err error) { function fillStat_t (line 153) | func fillStat_t(s *Stat_t, st *stat_t) { method PC (line 169) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 171) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 173) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 177) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 181) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 185) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 189) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go function Syscall9 (line 16) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function Fstatfs (line 72) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 80) | func Statfs(path string, buf *Statfs_t) (err error) { function Seek (line 92) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function setTimespec (line 100) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 104) | func setTimeval(sec, usec int64) Timeval { function mmap (line 110) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant rlimInf32 (line 118) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 119) | rlimInf64 = ^uint64(0) type rlimit32 (line 121) | type rlimit32 struct function Getrlimit (line 128) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 156) | func Setrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 181) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 183) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 185) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 189) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 193) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 197) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 201) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc.go function Fadvise (line 64) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function seek (line 72) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function Seek (line 80) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Fstatfs (line 88) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 96) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 110) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function setTimespec (line 118) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 122) | func setTimeval(sec, usec int64) Timeval { type rlimit32 (line 126) | type rlimit32 struct constant rlimInf32 (line 133) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 134) | rlimInf64 = ^uint64(0) function Getrlimit (line 136) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 164) | func Setrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 189) | func (r *PtraceRegs) PC() uint32 { return r.Nip } method SetPC (line 191) | func (r *PtraceRegs) SetPC(pc uint32) { r.Nip = pc } method SetLen (line 193) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 197) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 201) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 205) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 209) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 215) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 223) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go function setTimespec (line 67) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 71) | func setTimeval(sec, usec int64) Timeval { method PC (line 75) | func (r *PtraceRegs) PC() uint64 { return r.Nip } method SetPC (line 77) | func (r *PtraceRegs) SetPC(pc uint64) { r.Nip = pc } method SetLen (line 79) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 83) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 87) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 91) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 95) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 101) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 109) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go function Select (line 30) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 45) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 49) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 53) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 61) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 84) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 88) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 92) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 104) | func Time(t *Time_t) (Time_t, error) { function Utime (line 116) | func Utime(path string, buf *Utimbuf) error { function utimes (line 124) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 136) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 138) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 140) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 144) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 148) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 152) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 156) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 160) | func Pause() error { function Renameat (line 165) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 171) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_s390x.go function Time (line 50) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 65) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 69) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 73) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 77) | func Iopl(level int) (err error) { method PC (line 81) | func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr } method SetPC (line 83) | func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc } method SetLen (line 85) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 89) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 93) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 97) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 101) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function mmap (line 107) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant netSocket (line 122) | netSocket = 1 constant netBind (line 123) | netBind = 2 constant netConnect (line 124) | netConnect = 3 constant netListen (line 125) | netListen = 4 constant netAccept (line 126) | netAccept = 5 constant netGetSockName (line 127) | netGetSockName = 6 constant netGetPeerName (line 128) | netGetPeerName = 7 constant netSocketPair (line 129) | netSocketPair = 8 constant netSend (line 130) | netSend = 9 constant netRecv (line 131) | netRecv = 10 constant netSendTo (line 132) | netSendTo = 11 constant netRecvFrom (line 133) | netRecvFrom = 12 constant netShutdown (line 134) | netShutdown = 13 constant netSetSockOpt (line 135) | netSetSockOpt = 14 constant netGetSockOpt (line 136) | netGetSockOpt = 15 constant netSendMsg (line 137) | netSendMsg = 16 constant netRecvMsg (line 138) | netRecvMsg = 17 constant netAccept4 (line 139) | netAccept4 = 18 constant netRecvMMsg (line 140) | netRecvMMsg = 19 constant netSendMMsg (line 141) | netSendMMsg = 20 function accept4 (line 144) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 153) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function getpeername (line 162) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function socketpair (line 171) | func socketpair(domain int, typ int, flags int, fd *[2]int32) error { function bind (line 180) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) error { function connect (line 189) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) error { function socket (line 198) | func socket(domain int, typ int, proto int) (int, error) { function getsockopt (line 207) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 216) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 225) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 238) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 251) | func recvmsg(s int, msg *Msghdr, flags int) (int, error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (int, error) { function Listen (line 269) | func Listen(s int, n int) error { function Shutdown (line 278) | func Shutdown(s, how int) error { function KexecFileLoad (line 289) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go function Ioperm (line 58) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 62) | func Iopl(level int) (err error) { function Time (line 69) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 84) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 88) | func setTimeval(sec, usec int64) Timeval { method PC (line 92) | func (r *PtraceRegs) PC() uint64 { return r.Tpc } method SetPC (line 94) | func (r *PtraceRegs) SetPC(pc uint64) { r.Tpc = pc } method SetLen (line 96) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 100) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 104) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 108) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 112) | 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) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_386.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd.go type SockaddrDatalink (line 22) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 34) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Syscall9 (line 38) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function nametomib (line 40) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 50) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 54) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 58) | func direntNamlen(buf []byte) (uint64, bool) { function SysctlUvmexp (line 62) | func SysctlUvmexp(name string) (*Uvmexp, error) { function Pipe (line 79) | func Pipe(p []int) (err error) { function Pipe2 (line 85) | func Pipe2(p []int, flags int) error { function Getdirentries (line 100) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Sendfile (line 127) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 135) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Getfsstat (line 139) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Ppoll (line 161) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Uname (line 168) | func Uname(uname *Utsname) error { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_386.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go function syscall_syscall (line 13) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 14) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall10 (line 15) | func syscall_syscall10(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10 uintp... function syscall_rawSyscall (line 16) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 17) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscall9 (line 25) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go function setTimespec (line 7) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 11) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 15) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 21) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 25) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 29) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 33) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 39) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_solaris.go type syscallFunc (line 25) | type syscallFunc function rawSysvicall6 (line 27) | func rawSysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ... function sysvicall6 (line 28) | func sysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... type SockaddrDatalink (line 31) | type SockaddrDatalink struct function direntIno (line 42) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 46) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 50) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 60) | func Pipe(p []int) (err error) { function Pipe2 (line 78) | func Pipe2(p []int, flags int) error { method sockaddr (line 91) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 103) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 116) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Getsockname (line 142) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 153) | func GetsockoptString(fd, level, opt int) (string, error) { constant ImplementsGetwd (line 163) | ImplementsGetwd = true function Getwd (line 167) | func Getwd() (wd string, err error) { function Getgroups (line 188) | func Getgroups() (gids []int, err error) { function Setgroups (line 213) | func Setgroups(gids []int) (err error) { function ReadDirent (line 226) | func ReadDirent(fd int, buf []byte) (n int, err error) { type WaitStatus (line 238) | type WaitStatus method Exited (line 249) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 251) | func (w WaitStatus) ExitStatus() int { method Signaled (line 258) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 260) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 268) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 270) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Continued (line 272) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 274) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 281) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 241) | mask = 0x7F constant core (line 242) | core = 0x80 constant shift (line 243) | shift = 8 constant exited (line 245) | exited = 0 constant stopped (line 246) | stopped = 0x7F function Wait4 (line 285) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (i... function Gethostname (line 300) | func Gethostname() (name string, err error) { function Utimes (line 315) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 327) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 337) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function FcntlInt (line 350) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 360) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Futimesat (line 370) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 387) | func Futimes(fd int, tv []Timeval) error { function anyToSockaddr (line 397) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 436) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 453) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 481) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Acct (line 513) | func Acct(path string) (err error) { function Mkdev (line 528) | func Mkdev(major, minor uint32) uint64 { function Major (line 534) | func Major(dev uint64) uint32 { function Minor (line 540) | func Minor(dev uint64) uint32 { function ioctl (line 551) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 556) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function IoctlSetTermio (line 561) | func IoctlSetTermio(fd int, req uint, value *Termio) error { function IoctlGetTermio (line 565) | func IoctlGetTermio(fd int, req uint) (*Termio, error) { function Poll (line 573) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Sendfile (line 580) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function readlen (line 702) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 711) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function Mmap (line 726) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 730) | func Munmap(b []byte) (err error) { type fileObjCookie (line 736) | type fileObjCookie struct type EventPort (line 742) | type EventPort struct method Close (line 797) | func (e *EventPort) Close() error { method PathIsWatched (line 811) | func (e *EventPort) PathIsWatched(path string) bool { method FdIsWatched (line 819) | func (e *EventPort) FdIsWatched(fd uintptr) bool { method AssociatePath (line 828) | func (e *EventPort) AssociatePath(path string, stat os.FileInfo, event... method DissociatePath (line 848) | func (e *EventPort) DissociatePath(path string) error { method AssociateFd (line 872) | func (e *EventPort) AssociateFd(fd uintptr, events int, cookie interfa... method DissociateFd (line 892) | func (e *EventPort) DissociateFd(fd uintptr) error { method GetOne (line 934) | func (e *EventPort) GetOne(t *Timespec) (*PortEvent, error) { method peIntToExt (line 952) | func (e *EventPort) peIntToExt(peInt *portEvent, peExt *PortEvent) err... method Pending (line 990) | func (e *EventPort) Pending() (int, error) { method Get (line 1000) | func (e *EventPort) Get(s []PortEvent, min int, timeout *Timespec) (in... type PortEvent (line 765) | type PortEvent struct function NewEventPort (line 776) | func NewEventPort() (*EventPort, error) { function createFileObjCookie (line 912) | func createFileObjCookie(name string, stat os.FileInfo, cookie interface... function Putmsg (line 1036) | func Putmsg(fd int, cl []byte, data []byte, flags int) (err error) { function Getmsg (line 1055) | func Getmsg(fd int, cl []byte, data []byte) (retCl []byte, retData []byt... function IoctlSetIntRetInt (line 1083) | func IoctlSetIntRetInt(fd int, req uint, arg int) (int, error) { function IoctlSetString (line 1087) | func IoctlSetString(fd int, req uint, val string) error { method SetName (line 1097) | func (l *Lifreq) SetName(name string) error { method SetLifruInt (line 1107) | func (l *Lifreq) SetLifruInt(d int) { method GetLifruInt (line 1111) | func (l *Lifreq) GetLifruInt() int { method SetLifruUint (line 1115) | func (l *Lifreq) SetLifruUint(d uint) { method GetLifruUint (line 1119) | func (l *Lifreq) GetLifruUint() uint { function IoctlLifreq (line 1123) | func IoctlLifreq(fd int, req uint, l *Lifreq) error { method SetInt (line 1129) | func (s *Strioctl) SetInt(i int) { function IoctlSetStrioctlRetInt (line 1134) | func IoctlSetStrioctlRetInt(fd int, req uint, s *Strioctl) (int, error) { FILE: vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 18) | func (iov *Iovec) SetLen(length int) { method SetIovlen (line 22) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 26) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_unix.go function errnoErr (line 39) | func errnoErr(e syscall.Errno) error { function ErrnoName (line 54) | func ErrnoName(e syscall.Errno) string { function SignalName (line 65) | func SignalName(s syscall.Signal) string { function SignalNum (line 78) | func SignalNum(s string) syscall.Signal { function clen (line 89) | func clen(n []byte) int { type mmapper (line 99) | type mmapper struct method Mmap (line 106) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 128) | func (m *mmapper) Munmap(data []byte) (err error) { function Read (line 150) | func Read(fd int, p []byte) (n int, err error) { function Write (line 163) | func Write(fd int, p []byte) (n int, err error) { function Pread (line 174) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 187) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { type Sockaddr (line 203) | type Sockaddr interface type SockaddrInet4 (line 208) | type SockaddrInet4 struct type SockaddrInet6 (line 215) | type SockaddrInet6 struct type SockaddrUnix (line 223) | type SockaddrUnix struct function Bind (line 228) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 236) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 244) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 253) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 260) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 267) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 273) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 280) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 287) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 294) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 301) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 308) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 315) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 322) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Recvmsg (line 347) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function RecvmsgBuffers (line 365) | func RecvmsgBuffers(fd int, buffers [][]byte, oob []byte, flags int) (n,... function Sendmsg (line 386) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 415) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function SendmsgBuffers (line 435) | func SendmsgBuffers(fd int, buffers [][]byte, oob []byte, to Sockaddr, f... function Send (line 456) | func Send(s int, buf []byte, flags int) (err error) { function Sendto (line 460) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 472) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 476) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 481) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 485) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 489) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 493) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 497) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 501) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 509) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 513) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 517) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 525) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 537) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 539) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 558) | func Exec(argv0 string, argv []string, envv []string) error { function Lutimes (line 567) | func Lutimes(path string, tv []Timeval) error { function emptyIovecs (line 582) | func emptyIovecs(iov []Iovec) bool { FILE: vendor/golang.org/x/sys/unix/syscall_unix_gc.go function Syscall (line 13) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) function Syscall6 (line 14) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 15) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 16) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go function Syscall (line 14) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 17) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 20) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 23) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/syscall_zos_s390x.go constant O_CLOEXEC (line 22) | O_CLOEXEC = 0 constant AF_LOCAL (line 23) | AF_LOCAL = AF_UNIX function syscall_syscall (line 26) | func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawsyscall (line 27) | func syscall_rawsyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err E... function syscall_syscall6 (line 28) | func syscall_syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uint... function syscall_rawsyscall6 (line 29) | func syscall_rawsyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 u... function syscall_syscall9 (line 30) | func syscall_syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) ... function syscall_rawsyscall9 (line 31) | func syscall_rawsyscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintpt... function copyStat (line 33) | func copyStat(stat *Stat_t, statLE *Stat_LE_t) { function svcCall (line 52) | func svcCall(fnptr unsafe.Pointer, argv *unsafe.Pointer, dsa *uint64) function svcLoad (line 53) | func svcLoad(name *byte) unsafe.Pointer function svcUnload (line 54) | func svcUnload(name *byte, fnptr unsafe.Pointer) int64 method NameString (line 56) | func (d *Dirent) NameString() string { function anyToSockaddr (line 110) | func anyToSockaddr(_ int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 165) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { method SetLen (line 181) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 185) | func (msghdr *Msghdr) SetControllen(length int) { method SetLen (line 189) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 234) | func Fstat(fd int, stat *Stat_t) (err error) { function Ptsname (line 258) | func Ptsname(fd int) (name string, err error) { function u2s (line 267) | func u2s(cstr unsafe.Pointer) string { function Close (line 276) | func Close(fd int) (err error) { function Madvise (line 295) | func Madvise(b []byte, advice int) (err error) { function Mmap (line 299) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 303) | func Munmap(b []byte) (err error) { function Getpgrp (line 314) | func Getpgrp() (pid int) { function Getrusage (line 325) | func Getrusage(who int, rusage *Rusage) (err error) { function Lstat (line 344) | func Lstat(path string, stat *Stat_t) (err error) { function Stat (line 371) | func Stat(path string, sta *Stat_t) (err error) { function Open (line 389) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Mkfifoat (line 393) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Remove (line 409) | func Remove(path string) error { constant ImplementsGetwd (line 413) | ImplementsGetwd = true function Getcwd (line 415) | func Getcwd(buf []byte) (n int, err error) { function Getwd (line 430) | func Getwd() (wd string, err error) { function Getgroups (line 443) | func Getgroups() (gids []int, err error) { function Setgroups (line 469) | func Setgroups(gids []int) (err error) { function gettid (line 481) | func gettid() uint64 function Gettid (line 483) | func Gettid() (tid int) { type WaitStatus (line 487) | type WaitStatus method Exited (line 506) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 508) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 510) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 512) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 514) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 516) | func (w WaitStatus) ExitStatus() int { method Signal (line 523) | func (w WaitStatus) Signal() Signal { method StopSignal (line 530) | func (w WaitStatus) StopSignal() Signal { method TrapCause (line 537) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 499) | mask = 0x7F constant core (line 500) | core = 0x80 constant exited (line 501) | exited = 0x00 constant stopped (line 502) | stopped = 0x7F constant shift (line 503) | shift = 8 function Wait4 (line 541) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Gettimeofday (line 554) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 562) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 574) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 578) | func setTimeval(sec, usec int64) Timeval { //fix function Pipe (line 584) | func Pipe(p []int) (err error) { function Utimes (line 599) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 606) | func UtimesNano(path string, ts []Timespec) error { function Getsockname (line 619) | func Getsockname(fd int) (sa Sockaddr, err error) { constant nwmHeaderIdentifier (line 631) | nwmHeaderIdentifier = 0xd5e6d4c8 constant nwmFilterIdentifier (line 632) | nwmFilterIdentifier = 0xd5e6d4c6 constant nwmTCPConnIdentifier (line 633) | nwmTCPConnIdentifier = 0xd5e6d4c3 constant nwmRecHeaderIdentifier (line 634) | nwmRecHeaderIdentifier = 0xd5e6d4d9 constant nwmIPStatsIdentifier (line 635) | nwmIPStatsIdentifier = 0xd5e6d4c9d7e2e340 constant nwmIPGStatsIdentifier (line 636) | nwmIPGStatsIdentifier = 0xd5e6d4c9d7c7e2e3 constant nwmTCPStatsIdentifier (line 637) | nwmTCPStatsIdentifier = 0xd5e6d4e3c3d7e2e3 constant nwmUDPStatsIdentifier (line 638) | nwmUDPStatsIdentifier = 0xd5e6d4e4c4d7e2e3 constant nwmICMPGStatsEntry (line 639) | nwmICMPGStatsEntry = 0xd5e6d4c9c3d4d7c7 constant nwmICMPTStatsEntry (line 640) | nwmICMPTStatsEntry = 0xd5e6d4c9c3d4d7e3 constant nwmVersion1 (line 643) | nwmVersion1 = 1 constant nwmVersion2 (line 644) | nwmVersion2 = 2 constant nwmCurrentVer (line 645) | nwmCurrentVer = 2 constant nwmTCPConnType (line 647) | nwmTCPConnType = 1 constant nwmGlobalStatsType (line 648) | nwmGlobalStatsType = 14 constant nwmFilterLclAddrMask (line 651) | nwmFilterLclAddrMask = 0x20000000 constant nwmFilterSrcAddrMask (line 652) | nwmFilterSrcAddrMask = 0x20000000 constant nwmFilterLclPortMask (line 653) | nwmFilterLclPortMask = 0x10000000 constant nwmFilterSrcPortMask (line 654) | nwmFilterSrcPortMask = 0x10000000 constant nwmTCPStateClosed (line 657) | nwmTCPStateClosed = 1 constant nwmTCPStateListen (line 658) | nwmTCPStateListen = 2 constant nwmTCPStateSynSent (line 659) | nwmTCPStateSynSent = 3 constant nwmTCPStateSynRcvd (line 660) | nwmTCPStateSynRcvd = 4 constant nwmTCPStateEstab (line 661) | nwmTCPStateEstab = 5 constant nwmTCPStateFinWait1 (line 662) | nwmTCPStateFinWait1 = 6 constant nwmTCPStateFinWait2 (line 663) | nwmTCPStateFinWait2 = 7 constant nwmTCPStateClosWait (line 664) | nwmTCPStateClosWait = 8 constant nwmTCPStateLastAck (line 665) | nwmTCPStateLastAck = 9 constant nwmTCPStateClosing (line 666) | nwmTCPStateClosing = 10 constant nwmTCPStateTimeWait (line 667) | nwmTCPStateTimeWait = 11 constant nwmTCPStateDeletTCB (line 668) | nwmTCPStateDeletTCB = 12 constant BPF_TCP_CLOSE (line 671) | BPF_TCP_CLOSE = 1 constant BPF_TCP_LISTEN (line 672) | BPF_TCP_LISTEN = 2 constant BPF_TCP_SYN_SENT (line 673) | BPF_TCP_SYN_SENT = 3 constant BPF_TCP_SYN_RECV (line 674) | BPF_TCP_SYN_RECV = 4 constant BPF_TCP_ESTABLISHED (line 675) | BPF_TCP_ESTABLISHED = 5 constant BPF_TCP_FIN_WAIT1 (line 676) | BPF_TCP_FIN_WAIT1 = 6 constant BPF_TCP_FIN_WAIT2 (line 677) | BPF_TCP_FIN_WAIT2 = 7 constant BPF_TCP_CLOSE_WAIT (line 678) | BPF_TCP_CLOSE_WAIT = 8 constant BPF_TCP_LAST_ACK (line 679) | BPF_TCP_LAST_ACK = 9 constant BPF_TCP_CLOSING (line 680) | BPF_TCP_CLOSING = 10 constant BPF_TCP_TIME_WAIT (line 681) | BPF_TCP_TIME_WAIT = 11 constant BPF_TCP_NEW_SYN_RECV (line 682) | BPF_TCP_NEW_SYN_RECV = -1 constant BPF_TCP_MAX_STATES (line 683) | BPF_TCP_MAX_STATES = -2 type nwmTriplet (line 686) | type nwmTriplet struct type nwmQuadruplet (line 692) | type nwmQuadruplet struct type nwmHeader (line 699) | type nwmHeader struct type nwmFilter (line 711) | type nwmFilter struct type nwmRecHeader (line 744) | type nwmRecHeader struct type nwmTCPStatsEntry (line 751) | type nwmTCPStatsEntry struct type nwmConnEntry (line 829) | type nwmConnEntry struct constant svc_EZBNMIF4 (line 911) | svc_EZBNMIF4 = 0 function GetsockoptTCPInfo (line 914) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1115) | func GetsockoptString(fd, level, opt int) (string, error) { function Recvmsg (line 1126) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function Sendmsg (line 1161) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 1166) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function Opendir (line 1205) | func Opendir(name string) (uintptr, error) { function clearErrno (line 1219) | func clearErrno() function Readdir (line 1221) | func Readdir(dir uintptr) (*Dirent, error) { function readdir_r (line 1241) | func readdir_r(dirp uintptr, entry *direntLE, result **direntLE) (err er... function Closedir (line 1249) | func Closedir(dir uintptr) error { function Seekdir (line 1257) | func Seekdir(dir uintptr, pos int) { function Telldir (line 1261) | func Telldir(dir uintptr) (int, error) { function FcntlFlock (line 1271) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Flock (line 1292) | func Flock(fd int, how int) error { function Mlock (line 1325) | func Mlock(b []byte) (err error) { function Mlock2 (line 1333) | func Mlock2(b []byte, flags int) (err error) { function Mlockall (line 1341) | func Mlockall(flags int) (err error) { function Munlock (line 1349) | func Munlock(b []byte) (err error) { function Munlockall (line 1357) | func Munlockall() (err error) { function ClockGettime (line 1365) | func ClockGettime(clockid int32, ts *Timespec) error { function Statfs (line 1391) | func Statfs(path string, stat *Statfs_t) (err error) { function errnoErr (line 1421) | func errnoErr(e Errno) error { function ErrnoName (line 1436) | func ErrnoName(e Errno) string { function SignalName (line 1447) | func SignalName(s syscall.Signal) string { function SignalNum (line 1460) | func SignalNum(s string) syscall.Signal { function clen (line 1471) | func clen(n []byte) int { type mmapper (line 1481) | type mmapper struct method Mmap (line 1488) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 1517) | func (m *mmapper) Munmap(data []byte) (err error) { function Read (line 1539) | func Read(fd int, p []byte) (n int, err error) { function Write (line 1552) | func Write(fd int, p []byte) (n int, err error) { type Sockaddr (line 1568) | type Sockaddr interface type SockaddrInet4 (line 1573) | type SockaddrInet4 struct method sockaddr (line 69) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrInet6 (line 1580) | type SockaddrInet6 struct method sockaddr (line 82) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrUnix (line 1588) | type SockaddrUnix struct method sockaddr (line 96) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Bind (line 1593) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 1601) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 1609) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 1618) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 1625) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 1632) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 1638) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 1645) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 1652) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 1659) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 1666) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 1673) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 1680) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 1687) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Sendto (line 1699) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 1707) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 1711) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 1716) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 1720) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 1724) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 1728) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 1732) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 1736) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 1744) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 1748) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 1752) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 1760) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 1772) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 1774) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 1793) | func Exec(argv0 string, argv []string, envv []string) error { function Mount (line 1797) | func Mount(source string, target string, fstype string, flags uintptr, d... function Unmount (line 1806) | func Unmount(name string, mtm int) (err error) { function fdToPath (line 1841) | func fdToPath(dirfd int) (path string, err error) { function direntLeToDirentUnix (line 1876) | func direntLeToDirentUnix(dirent *direntLE, dir uintptr, path string) (D... function Getdirentries (line 1901) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function ReadDirent (line 1975) | func ReadDirent(fd int, buf []byte) (n int, err error) { function direntIno (line 1980) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1984) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1988) | func direntNamlen(buf []byte) (uint64, bool) { FILE: vendor/golang.org/x/sys/unix/sysvshm_linux.go function SysvShmCtl (line 14) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix.go function SysvShmAttach (line 14) | func SysvShmAttach(id int, addr uintptr, flag int) ([]byte, error) { function SysvShmDetach (line 40) | func SysvShmDetach(data []byte) error { function SysvShmGet (line 50) | func SysvShmGet(key, size, flag int) (id int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix_other.go function SysvShmCtl (line 12) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/timestruct.go function TimespecToNsec (line 13) | func TimespecToNsec(ts Timespec) int64 { return ts.Nano() } function NsecToTimespec (line 16) | func NsecToTimespec(nsec int64) Timespec { function TimeToTimespec (line 30) | func TimeToTimespec(t time.Time) (Timespec, error) { function TimevalToNsec (line 45) | func TimevalToNsec(tv Timeval) int64 { return tv.Nano() } function NsecToTimeval (line 48) | func NsecToTimeval(nsec int64) Timeval { method Unix (line 60) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 65) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 70) | func (ts *Timespec) Nano() int64 { method Nano (line 75) | func (tv *Timeval) Nano() int64 { FILE: vendor/golang.org/x/sys/unix/unveil_openbsd.go function Unveil (line 16) | func Unveil(path string, flags string) error { function UnveilBlock (line 34) | func UnveilBlock() error { FILE: vendor/golang.org/x/sys/unix/xattr_bsd.go function xattrnamespace (line 17) | func xattrnamespace(fullattr string) (ns int, attr string, err error) { function initxattrdest (line 36) | func initxattrdest(dest []byte, idx int) (d unsafe.Pointer) { function Getxattr (line 51) | func Getxattr(file string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 63) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 75) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fsetxattr (line 89) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Setxattr (line 105) | func Setxattr(file string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 121) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Removexattr (line 137) | func Removexattr(file string, attr string) (err error) { function Fremovexattr (line 147) | func Fremovexattr(fd int, attr string) (err error) { function Lremovexattr (line 157) | func Lremovexattr(link string, attr string) (err error) { function Listxattr (line 167) | func Listxattr(file string, dest []byte) (sz int, err error) { function ListxattrNS (line 199) | func ListxattrNS(file string, nsid int, dest []byte) (sz int, err error) { function Flistxattr (line 211) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function FlistxattrNS (line 235) | func FlistxattrNS(fd int, nsid int, dest []byte) (sz int, err error) { function Llistxattr (line 247) | func Llistxattr(link string, dest []byte) (sz int, err error) { function LlistxattrNS (line 271) | func LlistxattrNS(link string, nsid int, dest []byte) (sz int, err error) { FILE: vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 16) | AF_BYPASS = 0x19 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_HYLINK (line 23) | AF_HYLINK = 0xf constant AF_IMPLINK (line 24) | AF_IMPLINK = 0x3 constant AF_INET (line 25) | AF_INET = 0x2 constant AF_INET6 (line 26) | AF_INET6 = 0x18 constant AF_INTF (line 27) | AF_INTF = 0x14 constant AF_ISO (line 28) | AF_ISO = 0x7 constant AF_LAT (line 29) | AF_LAT = 0xe constant AF_LINK (line 30) | AF_LINK = 0x12 constant AF_LOCAL (line 31) | AF_LOCAL = 0x1 constant AF_MAX (line 32) | AF_MAX = 0x1e constant AF_NDD (line 33) | AF_NDD = 0x17 constant AF_NETWARE (line 34) | AF_NETWARE = 0x16 constant AF_NS (line 35) | AF_NS = 0x6 constant AF_OSI (line 36) | AF_OSI = 0x7 constant AF_PUP (line 37) | AF_PUP = 0x4 constant AF_RIF (line 38) | AF_RIF = 0x15 constant AF_ROUTE (line 39) | AF_ROUTE = 0x11 constant AF_SNA (line 40) | AF_SNA = 0xb constant AF_UNIX (line 41) | AF_UNIX = 0x1 constant AF_UNSPEC (line 42) | AF_UNSPEC = 0x0 constant ALTWERASE (line 43) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 44) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 45) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 46) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 47) | ARPHRD_FDDI = 0x1 constant B0 (line 48) | B0 = 0x0 constant B110 (line 49) | B110 = 0x3 constant B1200 (line 50) | B1200 = 0x9 constant B134 (line 51) | B134 = 0x4 constant B150 (line 52) | B150 = 0x5 constant B1800 (line 53) | B1800 = 0xa constant B19200 (line 54) | B19200 = 0xe constant B200 (line 55) | B200 = 0x6 constant B2400 (line 56) | B2400 = 0xb constant B300 (line 57) | B300 = 0x7 constant B38400 (line 58) | B38400 = 0xf constant B4800 (line 59) | B4800 = 0xc constant B50 (line 60) | B50 = 0x1 constant B600 (line 61) | B600 = 0x8 constant B75 (line 62) | B75 = 0x2 constant B9600 (line 63) | B9600 = 0xd constant BRKINT (line 64) | BRKINT = 0x2 constant BS0 (line 65) | BS0 = 0x0 constant BS1 (line 66) | BS1 = 0x1000 constant BSDLY (line 67) | BSDLY = 0x1000 constant CAP_AACCT (line 68) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 69) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 70) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 71) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 72) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 73) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 74) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 75) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 76) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 77) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 78) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 79) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 80) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 81) | CAP_SET = 0x1 constant CBAUD (line 82) | CBAUD = 0xf constant CFLUSH (line 83) | CFLUSH = 0xf constant CIBAUD (line 84) | CIBAUD = 0xf0000 constant CLOCAL (line 85) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 86) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 87) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 88) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 89) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 90) | CR0 = 0x0 constant CR1 (line 91) | CR1 = 0x100 constant CR2 (line 92) | CR2 = 0x200 constant CR3 (line 93) | CR3 = 0x300 constant CRDLY (line 94) | CRDLY = 0x300 constant CREAD (line 95) | CREAD = 0x80 constant CS5 (line 96) | CS5 = 0x0 constant CS6 (line 97) | CS6 = 0x10 constant CS7 (line 98) | CS7 = 0x20 constant CS8 (line 99) | CS8 = 0x30 constant CSIOCGIFCONF (line 100) | CSIOCGIFCONF = -0x3ff796dc constant CSIZE (line 101) | CSIZE = 0x30 constant CSMAP_DIR (line 102) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 103) | CSTART = '\021' constant CSTOP (line 104) | CSTOP = '\023' constant CSTOPB (line 105) | CSTOPB = 0x40 constant CSUSP (line 106) | CSUSP = 0x1a constant ECHO (line 107) | ECHO = 0x8 constant ECHOCTL (line 108) | ECHOCTL = 0x20000 constant ECHOE (line 109) | ECHOE = 0x10 constant ECHOK (line 110) | ECHOK = 0x20 constant ECHOKE (line 111) | ECHOKE = 0x80000 constant ECHONL (line 112) | ECHONL = 0x40 constant ECHOPRT (line 113) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 114) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 115) | ETHERNET_CSMACD = 0x6 constant EVENP (line 116) | EVENP = 0x80 constant EXCONTINUE (line 117) | EXCONTINUE = 0x0 constant EXDLOK (line 118) | EXDLOK = 0x3 constant EXIO (line 119) | EXIO = 0x2 constant EXPGIO (line 120) | EXPGIO = 0x0 constant EXRESUME (line 121) | EXRESUME = 0x2 constant EXRETURN (line 122) | EXRETURN = 0x1 constant EXSIG (line 123) | EXSIG = 0x4 constant EXTA (line 124) | EXTA = 0xe constant EXTB (line 125) | EXTB = 0xf constant EXTRAP (line 126) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 127) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 128) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 129) | E_ACC = 0x0 constant FD_CLOEXEC (line 130) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 131) | FD_SETSIZE = 0xfffe constant FF0 (line 132) | FF0 = 0x0 constant FF1 (line 133) | FF1 = 0x2000 constant FFDLY (line 134) | FFDLY = 0x2000 constant FLUSHBAND (line 135) | FLUSHBAND = 0x40 constant FLUSHLOW (line 136) | FLUSHLOW = 0x8 constant FLUSHO (line 137) | FLUSHO = 0x100000 constant FLUSHR (line 138) | FLUSHR = 0x1 constant FLUSHRW (line 139) | FLUSHRW = 0x3 constant FLUSHW (line 140) | FLUSHW = 0x2 constant F_CLOSEM (line 141) | F_CLOSEM = 0xa constant F_DUP2FD (line 142) | F_DUP2FD = 0xe constant F_DUPFD (line 143) | F_DUPFD = 0x0 constant F_GETFD (line 144) | F_GETFD = 0x1 constant F_GETFL (line 145) | F_GETFL = 0x3 constant F_GETLK (line 146) | F_GETLK = 0x5 constant F_GETLK64 (line 147) | F_GETLK64 = 0xb constant F_GETOWN (line 148) | F_GETOWN = 0x8 constant F_LOCK (line 149) | F_LOCK = 0x1 constant F_OK (line 150) | F_OK = 0x0 constant F_RDLCK (line 151) | F_RDLCK = 0x1 constant F_SETFD (line 152) | F_SETFD = 0x2 constant F_SETFL (line 153) | F_SETFL = 0x4 constant F_SETLK (line 154) | F_SETLK = 0x6 constant F_SETLK64 (line 155) | F_SETLK64 = 0xc constant F_SETLKW (line 156) | F_SETLKW = 0x7 constant F_SETLKW64 (line 157) | F_SETLKW64 = 0xd constant F_SETOWN (line 158) | F_SETOWN = 0x9 constant F_TEST (line 159) | F_TEST = 0x3 constant F_TLOCK (line 160) | F_TLOCK = 0x2 constant F_TSTLK (line 161) | F_TSTLK = 0xf constant F_ULOCK (line 162) | F_ULOCK = 0x0 constant F_UNLCK (line 163) | F_UNLCK = 0x3 constant F_WRLCK (line 164) | F_WRLCK = 0x2 constant HUPCL (line 165) | HUPCL = 0x400 constant IBSHIFT (line 166) | IBSHIFT = 0x10 constant ICANON (line 167) | ICANON = 0x2 constant ICMP6_FILTER (line 168) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 169) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 170) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 171) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 172) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 173) | ICRNL = 0x100 constant IEXTEN (line 174) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 175) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 176) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 177) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 178) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 179) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 180) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 181) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 182) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 183) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 184) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 185) | IFF_D1 = 0x8000 constant IFF_D2 (line 186) | IFF_D2 = 0x4000 constant IFF_D3 (line 187) | IFF_D3 = 0x2000 constant IFF_D4 (line 188) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 189) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 190) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 191) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 192) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 193) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 194) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 195) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 196) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 197) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 198) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 199) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 200) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 201) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 202) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 203) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 204) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 205) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 206) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 207) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 208) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 209) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 210) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 211) | IFF_UP = 0x1 constant IFF_VIPA (line 212) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 213) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 214) | IFO_FLUSH = 0x1 constant IFT_1822 (line 215) | IFT_1822 = 0x2 constant IFT_AAL5 (line 216) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 217) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 218) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 219) | IFT_ATM = 0x25 constant IFT_CEPT (line 220) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 221) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 222) | IFT_DS3 = 0x1e constant IFT_EON (line 223) | IFT_EON = 0x19 constant IFT_ETHER (line 224) | IFT_ETHER = 0x6 constant IFT_FCS (line 225) | IFT_FCS = 0x3a constant IFT_FDDI (line 226) | IFT_FDDI = 0xf constant IFT_FRELAY (line 227) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 228) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 229) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 230) | IFT_HDH1822 = 0x3 constant IFT_HF (line 231) | IFT_HF = 0x3d constant IFT_HIPPI (line 232) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 233) | IFT_HSSI = 0x2e constant IFT_HY (line 234) | IFT_HY = 0xe constant IFT_IB (line 235) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 236) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 237) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 238) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 239) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 240) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 241) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 242) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 243) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 244) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 245) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 246) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 247) | IFT_MODEM = 0x30 constant IFT_NSIP (line 248) | IFT_NSIP = 0x1b constant IFT_OTHER (line 249) | IFT_OTHER = 0x1 constant IFT_P10 (line 250) | IFT_P10 = 0xc constant IFT_P80 (line 251) | IFT_P80 = 0xd constant IFT_PARA (line 252) | IFT_PARA = 0x22 constant IFT_PPP (line 253) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 254) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 255) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 256) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 257) | IFT_RS232 = 0x21 constant IFT_SDLC (line 258) | IFT_SDLC = 0x11 constant IFT_SIP (line 259) | IFT_SIP = 0x1f constant IFT_SLIP (line 260) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 261) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 262) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 263) | IFT_SN = 0x38 constant IFT_SONET (line 264) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 265) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 266) | IFT_SONETVT = 0x33 constant IFT_SP (line 267) | IFT_SP = 0x39 constant IFT_STARLAN (line 268) | IFT_STARLAN = 0xb constant IFT_T1 (line 269) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 270) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 271) | IFT_ULTRA = 0x1d constant IFT_V35 (line 272) | IFT_V35 = 0x2d constant IFT_VIPA (line 273) | IFT_VIPA = 0x37 constant IFT_X25 (line 274) | IFT_X25 = 0x5 constant IFT_X25DDN (line 275) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 276) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 277) | IFT_XETHER = 0x1a constant IGNBRK (line 278) | IGNBRK = 0x1 constant IGNCR (line 279) | IGNCR = 0x80 constant IGNPAR (line 280) | IGNPAR = 0x4 constant IMAXBEL (line 281) | IMAXBEL = 0x10000 constant INLCR (line 282) | INLCR = 0x40 constant INPCK (line 283) | INPCK = 0x10 constant IN_CLASSA_HOST (line 284) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 285) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 286) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 287) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 288) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 289) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 290) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 291) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 292) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 293) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 294) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 295) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 296) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 297) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 298) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 299) | IN_USE = 0x1 constant IPPROTO_AH (line 300) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 301) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 302) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 303) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 304) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 305) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 306) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 307) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 308) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 309) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 310) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 311) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 312) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 313) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 314) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 315) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 316) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 317) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 318) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 319) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 320) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 321) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 322) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 323) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 324) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 325) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 326) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 327) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 328) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 329) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 330) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 331) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 332) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 333) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 334) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 335) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 336) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 337) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 338) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 339) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 340) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 341) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 342) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 343) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 344) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 345) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 346) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 347) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 348) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 349) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 350) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 351) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 352) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 353) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 354) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 355) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 356) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 357) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 358) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 359) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 360) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 361) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 362) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 363) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 364) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 365) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 366) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 367) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 368) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 369) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 370) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 371) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 372) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 373) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 374) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 375) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 376) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 377) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 378) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 379) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 380) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 381) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 382) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 383) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 384) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 385) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 386) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 387) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 388) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 389) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 390) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 391) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 392) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 393) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 394) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 395) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 396) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 397) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 398) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 399) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 400) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 401) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 402) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 403) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 404) | IP_DF = 0x4000 constant IP_DHCPMODE (line 405) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 406) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 407) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 408) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 409) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 410) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 411) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 412) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 413) | IP_MAXPACKET = 0xffff constant IP_MF (line 414) | IP_MF = 0x2000 constant IP_MSS (line 415) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 416) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 417) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 418) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 419) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 420) | IP_OPT = 0x1b constant IP_OPTIONS (line 421) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 422) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 423) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 424) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 425) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 426) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 427) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 428) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 429) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 430) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 431) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 432) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 433) | IP_TOS = 0x3 constant IP_TTL (line 434) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 435) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 436) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 437) | ISIG = 0x1 constant ISTRIP (line 438) | ISTRIP = 0x20 constant IUCLC (line 439) | IUCLC = 0x800 constant IXANY (line 440) | IXANY = 0x1000 constant IXOFF (line 441) | IXOFF = 0x400 constant IXON (line 442) | IXON = 0x200 constant I_FLUSH (line 443) | I_FLUSH = 0x20005305 constant LNOFLSH (line 444) | LNOFLSH = 0x8000 constant LOCK_EX (line 445) | LOCK_EX = 0x2 constant LOCK_NB (line 446) | LOCK_NB = 0x4 constant LOCK_SH (line 447) | LOCK_SH = 0x1 constant LOCK_UN (line 448) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 449) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 450) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 451) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 452) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 453) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 454) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 455) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 456) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 457) | MAP_FILE = 0x0 constant MAP_FIXED (line 458) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 459) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 460) | MAP_SHARED = 0x1 constant MAP_TYPE (line 461) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 462) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 463) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 464) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 465) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 466) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 467) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 468) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 469) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 470) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 471) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 472) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 473) | MCL_FUTURE = 0x200 constant MSG_ANY (line 474) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 475) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 476) | MSG_BAND = 0x2 constant MSG_COMPAT (line 477) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 478) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 479) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 480) | MSG_EOR = 0x8 constant MSG_HIPRI (line 481) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 482) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 483) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 484) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 485) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 486) | MSG_OOB = 0x1 constant MSG_PEEK (line 487) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 488) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 489) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 490) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 491) | MS_ASYNC = 0x10 constant MS_EINTR (line 492) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 493) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 494) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 495) | MS_SYNC = 0x20 constant NFDBITS (line 496) | NFDBITS = 0x20 constant NL0 (line 497) | NL0 = 0x0 constant NL1 (line 498) | NL1 = 0x4000 constant NL2 (line 499) | NL2 = 0x8000 constant NL3 (line 500) | NL3 = 0xc000 constant NLDLY (line 501) | NLDLY = 0x4000 constant NOFLSH (line 502) | NOFLSH = 0x80 constant NOFLUSH (line 503) | NOFLUSH = 0x80000000 constant OCRNL (line 504) | OCRNL = 0x8 constant OFDEL (line 505) | OFDEL = 0x80 constant OFILL (line 506) | OFILL = 0x40 constant OLCUC (line 507) | OLCUC = 0x2 constant ONLCR (line 508) | ONLCR = 0x4 constant ONLRET (line 509) | ONLRET = 0x20 constant ONOCR (line 510) | ONOCR = 0x10 constant ONOEOT (line 511) | ONOEOT = 0x80000 constant OPOST (line 512) | OPOST = 0x1 constant OXTABS (line 513) | OXTABS = 0x40000 constant O_ACCMODE (line 514) | O_ACCMODE = 0x23 constant O_APPEND (line 515) | O_APPEND = 0x8 constant O_CIO (line 516) | O_CIO = 0x80 constant O_CIOR (line 517) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 518) | O_CLOEXEC = 0x800000 constant O_CREAT (line 519) | O_CREAT = 0x100 constant O_DEFER (line 520) | O_DEFER = 0x2000 constant O_DELAY (line 521) | O_DELAY = 0x4000 constant O_DIRECT (line 522) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 523) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 524) | O_DSYNC = 0x400000 constant O_EFSOFF (line 525) | O_EFSOFF = 0x400000000 constant O_EFSON (line 526) | O_EFSON = 0x200000000 constant O_EXCL (line 527) | O_EXCL = 0x400 constant O_EXEC (line 528) | O_EXEC = 0x20 constant O_LARGEFILE (line 529) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 530) | O_NDELAY = 0x8000 constant O_NOCACHE (line 531) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 532) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 533) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 534) | O_NONBLOCK = 0x4 constant O_NONE (line 535) | O_NONE = 0x3 constant O_NSHARE (line 536) | O_NSHARE = 0x10000 constant O_RAW (line 537) | O_RAW = 0x100000000 constant O_RDONLY (line 538) | O_RDONLY = 0x0 constant O_RDWR (line 539) | O_RDWR = 0x2 constant O_RSHARE (line 540) | O_RSHARE = 0x1000 constant O_RSYNC (line 541) | O_RSYNC = 0x200000 constant O_SEARCH (line 542) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 543) | O_SNAPSHOT = 0x40 constant O_SYNC (line 544) | O_SYNC = 0x10 constant O_TRUNC (line 545) | O_TRUNC = 0x200 constant O_TTY_INIT (line 546) | O_TTY_INIT = 0x0 constant O_WRONLY (line 547) | O_WRONLY = 0x1 constant PARENB (line 548) | PARENB = 0x100 constant PAREXT (line 549) | PAREXT = 0x100000 constant PARMRK (line 550) | PARMRK = 0x8 constant PARODD (line 551) | PARODD = 0x200 constant PENDIN (line 552) | PENDIN = 0x20000000 constant PRIO_PGRP (line 553) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 554) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 555) | PRIO_USER = 0x2 constant PROT_EXEC (line 556) | PROT_EXEC = 0x4 constant PROT_NONE (line 557) | PROT_NONE = 0x0 constant PROT_READ (line 558) | PROT_READ = 0x1 constant PROT_WRITE (line 559) | PROT_WRITE = 0x2 constant PR_64BIT (line 560) | PR_64BIT = 0x20 constant PR_ADDR (line 561) | PR_ADDR = 0x2 constant PR_ARGEXT (line 562) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 563) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 564) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 565) | PR_FASTHZ = 0x5 constant PR_INP (line 566) | PR_INP = 0x40 constant PR_INTRLEVEL (line 567) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 568) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 569) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 570) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 571) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 572) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 573) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 574) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 575) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 576) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 577) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 578) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 579) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 580) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 581) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 582) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 583) | RLIM_INFINITY = 0x7fffffff constant RTAX_AUTHOR (line 584) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 585) | RTAX_BRD = 0x7 constant RTAX_DST (line 586) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 587) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 588) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 589) | RTAX_IFA = 0x5 constant RTAX_IFP (line 590) | RTAX_IFP = 0x4 constant RTAX_MAX (line 591) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 592) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 593) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 594) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 595) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 596) | RTA_DST = 0x1 constant RTA_GATEWAY (line 597) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 598) | RTA_GENMASK = 0x8 constant RTA_IFA (line 599) | RTA_IFA = 0x20 constant RTA_IFP (line 600) | RTA_IFP = 0x10 constant RTA_NETMASK (line 601) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 602) | RTC_IA64 = 0x3 constant RTC_POWER (line 603) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 604) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 605) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 606) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 607) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 608) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 609) | RTF_BUL = 0x2000 constant RTF_CLONE (line 610) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 611) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 612) | RTF_CLONING = 0x100 constant RTF_DONE (line 613) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 614) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 615) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 616) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 617) | RTF_HOST = 0x4 constant RTF_LLINFO (line 618) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 619) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 620) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 621) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 622) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 623) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 624) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 625) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 626) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 627) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 628) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 629) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 630) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 631) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 632) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 633) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 634) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 635) | RTM_ADD = 0x1 constant RTM_CHANGE (line 636) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 637) | RTM_DELADDR = 0xd constant RTM_DELETE (line 638) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 639) | RTM_EXPIRE = 0xf constant RTM_GET (line 640) | RTM_GET = 0x4 constant RTM_GETNEXT (line 641) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 642) | RTM_IFINFO = 0xe constant RTM_LOCK (line 643) | RTM_LOCK = 0x8 constant RTM_LOSING (line 644) | RTM_LOSING = 0x5 constant RTM_MISS (line 645) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 646) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 647) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 648) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 649) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 650) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 651) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 652) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 653) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 654) | RTM_SET = 0x13 constant RTM_VERSION (line 655) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 656) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 657) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 658) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 659) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 660) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 661) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 662) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 663) | RTV_MTU = 0x1 constant RTV_RPIPE (line 664) | RTV_RPIPE = 0x8 constant RTV_RTT (line 665) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 666) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 667) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 668) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 669) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 670) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 671) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 672) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 673) | SHUT_RD = 0x0 constant SHUT_RDWR (line 674) | SHUT_RDWR = 0x2 constant SHUT_WR (line 675) | SHUT_WR = 0x1 constant SIGMAX64 (line 676) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 677) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 678) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 679) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 680) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 681) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 682) | SIOCADDRT = -0x7fcf8df6 constant SIOCAIFADDR (line 683) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 684) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 685) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 686) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 687) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 688) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 689) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 690) | SIOCDELRT = -0x7fcf8df5 constant SIOCDIFADDR (line 691) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 692) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 693) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 694) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 695) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 696) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 697) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 698) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 699) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 700) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 701) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 702) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 703) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 704) | SIOCGIFCONF = -0x3ff796bb constant SIOCGIFCONFGLOB (line 705) | SIOCGIFCONFGLOB = -0x3ff79670 constant SIOCGIFDSTADDR (line 706) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 707) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 708) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 709) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 710) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 711) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 712) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 713) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 714) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 715) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 716) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 717) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 718) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 719) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 720) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 721) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 722) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 723) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 724) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 725) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 726) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 727) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 728) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 729) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 730) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 731) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 732) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 733) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 734) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 735) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 736) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 737) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 738) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 739) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 740) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 741) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 742) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 743) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 744) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 745) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 746) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 747) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 748) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 749) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 750) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 751) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 752) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 753) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 754) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 755) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 756) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 757) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 758) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 759) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 760) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 761) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 762) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 763) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 764) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 765) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 766) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 767) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 768) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 769) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 770) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 771) | SIOCSLOWAT = 0x80047302 constant SIOCSNETOPT (line 772) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 773) | SIOCSPGRP = 0x80047308 constant SIOCSX25XLATE (line 774) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 775) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 776) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 777) | SOCK_RAW = 0x3 constant SOCK_RDM (line 778) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 779) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 780) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 781) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 782) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 783) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 784) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 785) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 786) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 787) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 788) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 789) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 790) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 791) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 792) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 793) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 794) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 795) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 796) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 797) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 798) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 799) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 800) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 801) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 802) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 803) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 804) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 805) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 806) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 807) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 808) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 809) | S_BANDURG = 0x400 constant S_EMODFMT (line 810) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 811) | S_ENFMT = 0x400 constant S_ERROR (line 812) | S_ERROR = 0x100 constant S_HANGUP (line 813) | S_HANGUP = 0x200 constant S_HIPRI (line 814) | S_HIPRI = 0x2 constant S_ICRYPTO (line 815) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 816) | S_IEXEC = 0x40 constant S_IFBLK (line 817) | S_IFBLK = 0x6000 constant S_IFCHR (line 818) | S_IFCHR = 0x2000 constant S_IFDIR (line 819) | S_IFDIR = 0x4000 constant S_IFIFO (line 820) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 821) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 822) | S_IFLNK = 0xa000 constant S_IFMPX (line 823) | S_IFMPX = 0x2200 constant S_IFMT (line 824) | S_IFMT = 0xf000 constant S_IFPDIR (line 825) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 826) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 827) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 828) | S_IFREG = 0x8000 constant S_IFSOCK (line 829) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 830) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 831) | S_INPUT = 0x1 constant S_IREAD (line 832) | S_IREAD = 0x100 constant S_IRGRP (line 833) | S_IRGRP = 0x20 constant S_IROTH (line 834) | S_IROTH = 0x4 constant S_IRUSR (line 835) | S_IRUSR = 0x100 constant S_IRWXG (line 836) | S_IRWXG = 0x38 constant S_IRWXO (line 837) | S_IRWXO = 0x7 constant S_IRWXU (line 838) | S_IRWXU = 0x1c0 constant S_ISGID (line 839) | S_ISGID = 0x400 constant S_ISUID (line 840) | S_ISUID = 0x800 constant S_ISVTX (line 841) | S_ISVTX = 0x200 constant S_ITCB (line 842) | S_ITCB = 0x1000000 constant S_ITP (line 843) | S_ITP = 0x800000 constant S_IWGRP (line 844) | S_IWGRP = 0x10 constant S_IWOTH (line 845) | S_IWOTH = 0x2 constant S_IWRITE (line 846) | S_IWRITE = 0x80 constant S_IWUSR (line 847) | S_IWUSR = 0x80 constant S_IXACL (line 848) | S_IXACL = 0x2000000 constant S_IXATTR (line 849) | S_IXATTR = 0x40000 constant S_IXGRP (line 850) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 851) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 852) | S_IXMOD = 0x40000000 constant S_IXOTH (line 853) | S_IXOTH = 0x1 constant S_IXUSR (line 854) | S_IXUSR = 0x40 constant S_MSG (line 855) | S_MSG = 0x8 constant S_OUTPUT (line 856) | S_OUTPUT = 0x4 constant S_RDBAND (line 857) | S_RDBAND = 0x20 constant S_RDNORM (line 858) | S_RDNORM = 0x10 constant S_RESERVED1 (line 859) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 860) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 861) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 862) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 863) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 864) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 865) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 866) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 867) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 868) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 869) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 870) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 871) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 872) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 873) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 874) | S_WRBAND = 0x80 constant S_WRNORM (line 875) | S_WRNORM = 0x40 constant TAB0 (line 876) | TAB0 = 0x0 constant TAB1 (line 877) | TAB1 = 0x400 constant TAB2 (line 878) | TAB2 = 0x800 constant TAB3 (line 879) | TAB3 = 0xc00 constant TABDLY (line 880) | TABDLY = 0xc00 constant TCFLSH (line 881) | TCFLSH = 0x540c constant TCGETA (line 882) | TCGETA = 0x5405 constant TCGETS (line 883) | TCGETS = 0x5401 constant TCIFLUSH (line 884) | TCIFLUSH = 0x0 constant TCIOFF (line 885) | TCIOFF = 0x2 constant TCIOFLUSH (line 886) | TCIOFLUSH = 0x2 constant TCION (line 887) | TCION = 0x3 constant TCOFLUSH (line 888) | TCOFLUSH = 0x1 constant TCOOFF (line 889) | TCOOFF = 0x0 constant TCOON (line 890) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 891) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 892) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 893) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 894) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 895) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 896) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 897) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 898) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 899) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 900) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 901) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 902) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 903) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 904) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 905) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 906) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 907) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 908) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 909) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 910) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 911) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 912) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 913) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 914) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 915) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 916) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 917) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 918) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 919) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 920) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 921) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 922) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 923) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 924) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 925) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 926) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 927) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 928) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 929) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 930) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 931) | TCSAFLUSH = 0x2 constant TCSBRK (line 932) | TCSBRK = 0x5409 constant TCSETA (line 933) | TCSETA = 0x5406 constant TCSETAF (line 934) | TCSETAF = 0x5408 constant TCSETAW (line 935) | TCSETAW = 0x5407 constant TCSETS (line 936) | TCSETS = 0x5402 constant TCSETSF (line 937) | TCSETSF = 0x5404 constant TCSETSW (line 938) | TCSETSW = 0x5403 constant TCXONC (line 939) | TCXONC = 0x540b constant TIMER_ABSTIME (line 940) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 941) | TIMER_MAX = 0x20 constant TIOC (line 942) | TIOC = 0x5400 constant TIOCCBRK (line 943) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 944) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 945) | TIOCCONS = 0x80047462 constant TIOCEXCL (line 946) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 947) | TIOCFLUSH = 0x80047410 constant TIOCGETC (line 948) | TIOCGETC = 0x40067412 constant TIOCGETD (line 949) | TIOCGETD = 0x40047400 constant TIOCGETP (line 950) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 951) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 952) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 953) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 954) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 955) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 956) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 957) | TIOCLBIC = 0x8004747e constant TIOCLBIS (line 958) | TIOCLBIS = 0x8004747f constant TIOCLGET (line 959) | TIOCLGET = 0x4004747c constant TIOCLSET (line 960) | TIOCLSET = 0x8004747d constant TIOCMBIC (line 961) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 962) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 963) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 964) | TIOCMIWAIT = 0x80047464 constant TIOCMODG (line 965) | TIOCMODG = 0x40047403 constant TIOCMODS (line 966) | TIOCMODS = 0x80047404 constant TIOCMSET (line 967) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 968) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 969) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 970) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 971) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 972) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 973) | TIOCM_LE = 0x1 constant TIOCM_RI (line 974) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 975) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 976) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 977) | TIOCM_SR = 0x10 constant TIOCM_ST (line 978) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 979) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 980) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 981) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 982) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 983) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 984) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 985) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 986) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 987) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 988) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 989) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 990) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 991) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 992) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 993) | TIOCSETC = 0x80067411 constant TIOCSETD (line 994) | TIOCSETD = 0x80047401 constant TIOCSETN (line 995) | TIOCSETN = 0x8006740a constant TIOCSETP (line 996) | TIOCSETP = 0x80067409 constant TIOCSLTC (line 997) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 998) | TIOCSPGRP = 0x80047476 constant TIOCSSIZE (line 999) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1000) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1001) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1002) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1003) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1004) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1005) | TOSTOP = 0x10000 constant UTIME_NOW (line 1006) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1007) | UTIME_OMIT = -0x3 constant VDISCRD (line 1008) | VDISCRD = 0xc constant VDSUSP (line 1009) | VDSUSP = 0xa constant VEOF (line 1010) | VEOF = 0x4 constant VEOL (line 1011) | VEOL = 0x5 constant VEOL2 (line 1012) | VEOL2 = 0x6 constant VERASE (line 1013) | VERASE = 0x2 constant VINTR (line 1014) | VINTR = 0x0 constant VKILL (line 1015) | VKILL = 0x3 constant VLNEXT (line 1016) | VLNEXT = 0xe constant VMIN (line 1017) | VMIN = 0x4 constant VQUIT (line 1018) | VQUIT = 0x1 constant VREPRINT (line 1019) | VREPRINT = 0xb constant VSTART (line 1020) | VSTART = 0x7 constant VSTOP (line 1021) | VSTOP = 0x8 constant VSTRT (line 1022) | VSTRT = 0x7 constant VSUSP (line 1023) | VSUSP = 0x9 constant VT0 (line 1024) | VT0 = 0x0 constant VT1 (line 1025) | VT1 = 0x8000 constant VTDELAY (line 1026) | VTDELAY = 0x2000 constant VTDLY (line 1027) | VTDLY = 0x8000 constant VTIME (line 1028) | VTIME = 0x5 constant VWERSE (line 1029) | VWERSE = 0xd constant WPARSTART (line 1030) | WPARSTART = 0x1 constant WPARSTOP (line 1031) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1032) | WPARTTYNAME = "Global" constant XCASE (line 1033) | XCASE = 0x4 constant XTABS (line 1034) | XTABS = 0xc00 constant _FDATAFLUSH (line 1035) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1040) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1041) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1042) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1043) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1044) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1045) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1046) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1047) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1048) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1049) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1050) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1051) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1052) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1053) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1054) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1055) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1056) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1057) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1058) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1059) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1060) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1061) | EDIST = syscall.Errno(0x35) constant EDOM (line 1062) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1063) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1064) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1065) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1066) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1067) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1068) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1069) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1070) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1071) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1072) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1073) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1074) | EINVAL = syscall.Errno(0x16) constant EIO (line 1075) | EIO = syscall.Errno(0x5) constant EISCONN (line 1076) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1077) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1078) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1079) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1080) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1081) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1082) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1083) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1084) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1085) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1086) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1087) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1088) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1089) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1090) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1091) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1092) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1093) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1094) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1095) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1096) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1097) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1098) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1099) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1100) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1101) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1102) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1103) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1104) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1105) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1106) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1107) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1108) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1109) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1110) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1111) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1112) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1113) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1114) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1115) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1116) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1117) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1118) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1119) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1120) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1121) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1122) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1123) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1124) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1125) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1126) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1127) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1128) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1129) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1130) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1131) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1132) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1133) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1134) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1135) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1136) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1137) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1138) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1139) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1140) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1141) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1142) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1143) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1144) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1145) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1146) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1147) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1148) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1149) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1150) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1151) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1152) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1157) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1158) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1159) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1160) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1161) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1162) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1163) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1164) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1165) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1166) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1167) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1168) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1169) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1170) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1171) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1172) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1173) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1174) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1175) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1176) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1177) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1178) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1179) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1180) | SIGMAX = syscall.Signal(0x3f) constant SIGMAX32 (line 1181) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1182) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1183) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1184) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1185) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1186) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1187) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1188) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1189) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1190) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1191) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1192) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1193) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1194) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1195) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1196) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1197) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1198) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1199) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1200) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1201) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1202) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1203) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1204) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1205) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1206) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1207) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1208) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1209) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1210) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1211) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1212) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1213) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 16) | AF_BYPASS = 0x19 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_HYLINK (line 23) | AF_HYLINK = 0xf constant AF_IMPLINK (line 24) | AF_IMPLINK = 0x3 constant AF_INET (line 25) | AF_INET = 0x2 constant AF_INET6 (line 26) | AF_INET6 = 0x18 constant AF_INTF (line 27) | AF_INTF = 0x14 constant AF_ISO (line 28) | AF_ISO = 0x7 constant AF_LAT (line 29) | AF_LAT = 0xe constant AF_LINK (line 30) | AF_LINK = 0x12 constant AF_LOCAL (line 31) | AF_LOCAL = 0x1 constant AF_MAX (line 32) | AF_MAX = 0x1e constant AF_NDD (line 33) | AF_NDD = 0x17 constant AF_NETWARE (line 34) | AF_NETWARE = 0x16 constant AF_NS (line 35) | AF_NS = 0x6 constant AF_OSI (line 36) | AF_OSI = 0x7 constant AF_PUP (line 37) | AF_PUP = 0x4 constant AF_RIF (line 38) | AF_RIF = 0x15 constant AF_ROUTE (line 39) | AF_ROUTE = 0x11 constant AF_SNA (line 40) | AF_SNA = 0xb constant AF_UNIX (line 41) | AF_UNIX = 0x1 constant AF_UNSPEC (line 42) | AF_UNSPEC = 0x0 constant ALTWERASE (line 43) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 44) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 45) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 46) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 47) | ARPHRD_FDDI = 0x1 constant B0 (line 48) | B0 = 0x0 constant B110 (line 49) | B110 = 0x3 constant B1200 (line 50) | B1200 = 0x9 constant B134 (line 51) | B134 = 0x4 constant B150 (line 52) | B150 = 0x5 constant B1800 (line 53) | B1800 = 0xa constant B19200 (line 54) | B19200 = 0xe constant B200 (line 55) | B200 = 0x6 constant B2400 (line 56) | B2400 = 0xb constant B300 (line 57) | B300 = 0x7 constant B38400 (line 58) | B38400 = 0xf constant B4800 (line 59) | B4800 = 0xc constant B50 (line 60) | B50 = 0x1 constant B600 (line 61) | B600 = 0x8 constant B75 (line 62) | B75 = 0x2 constant B9600 (line 63) | B9600 = 0xd constant BRKINT (line 64) | BRKINT = 0x2 constant BS0 (line 65) | BS0 = 0x0 constant BS1 (line 66) | BS1 = 0x1000 constant BSDLY (line 67) | BSDLY = 0x1000 constant CAP_AACCT (line 68) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 69) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 70) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 71) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 72) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 73) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 74) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 75) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 76) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 77) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 78) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 79) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 80) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 81) | CAP_SET = 0x1 constant CBAUD (line 82) | CBAUD = 0xf constant CFLUSH (line 83) | CFLUSH = 0xf constant CIBAUD (line 84) | CIBAUD = 0xf0000 constant CLOCAL (line 85) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 86) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 87) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 88) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 89) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 90) | CR0 = 0x0 constant CR1 (line 91) | CR1 = 0x100 constant CR2 (line 92) | CR2 = 0x200 constant CR3 (line 93) | CR3 = 0x300 constant CRDLY (line 94) | CRDLY = 0x300 constant CREAD (line 95) | CREAD = 0x80 constant CS5 (line 96) | CS5 = 0x0 constant CS6 (line 97) | CS6 = 0x10 constant CS7 (line 98) | CS7 = 0x20 constant CS8 (line 99) | CS8 = 0x30 constant CSIOCGIFCONF (line 100) | CSIOCGIFCONF = -0x3fef96dc constant CSIZE (line 101) | CSIZE = 0x30 constant CSMAP_DIR (line 102) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 103) | CSTART = '\021' constant CSTOP (line 104) | CSTOP = '\023' constant CSTOPB (line 105) | CSTOPB = 0x40 constant CSUSP (line 106) | CSUSP = 0x1a constant ECHO (line 107) | ECHO = 0x8 constant ECHOCTL (line 108) | ECHOCTL = 0x20000 constant ECHOE (line 109) | ECHOE = 0x10 constant ECHOK (line 110) | ECHOK = 0x20 constant ECHOKE (line 111) | ECHOKE = 0x80000 constant ECHONL (line 112) | ECHONL = 0x40 constant ECHOPRT (line 113) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 114) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 115) | ETHERNET_CSMACD = 0x6 constant EVENP (line 116) | EVENP = 0x80 constant EXCONTINUE (line 117) | EXCONTINUE = 0x0 constant EXDLOK (line 118) | EXDLOK = 0x3 constant EXIO (line 119) | EXIO = 0x2 constant EXPGIO (line 120) | EXPGIO = 0x0 constant EXRESUME (line 121) | EXRESUME = 0x2 constant EXRETURN (line 122) | EXRETURN = 0x1 constant EXSIG (line 123) | EXSIG = 0x4 constant EXTA (line 124) | EXTA = 0xe constant EXTB (line 125) | EXTB = 0xf constant EXTRAP (line 126) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 127) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 128) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 129) | E_ACC = 0x0 constant FD_CLOEXEC (line 130) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 131) | FD_SETSIZE = 0xfffe constant FF0 (line 132) | FF0 = 0x0 constant FF1 (line 133) | FF1 = 0x2000 constant FFDLY (line 134) | FFDLY = 0x2000 constant FLUSHBAND (line 135) | FLUSHBAND = 0x40 constant FLUSHLOW (line 136) | FLUSHLOW = 0x8 constant FLUSHO (line 137) | FLUSHO = 0x100000 constant FLUSHR (line 138) | FLUSHR = 0x1 constant FLUSHRW (line 139) | FLUSHRW = 0x3 constant FLUSHW (line 140) | FLUSHW = 0x2 constant F_CLOSEM (line 141) | F_CLOSEM = 0xa constant F_DUP2FD (line 142) | F_DUP2FD = 0xe constant F_DUPFD (line 143) | F_DUPFD = 0x0 constant F_GETFD (line 144) | F_GETFD = 0x1 constant F_GETFL (line 145) | F_GETFL = 0x3 constant F_GETLK (line 146) | F_GETLK = 0xb constant F_GETLK64 (line 147) | F_GETLK64 = 0xb constant F_GETOWN (line 148) | F_GETOWN = 0x8 constant F_LOCK (line 149) | F_LOCK = 0x1 constant F_OK (line 150) | F_OK = 0x0 constant F_RDLCK (line 151) | F_RDLCK = 0x1 constant F_SETFD (line 152) | F_SETFD = 0x2 constant F_SETFL (line 153) | F_SETFL = 0x4 constant F_SETLK (line 154) | F_SETLK = 0xc constant F_SETLK64 (line 155) | F_SETLK64 = 0xc constant F_SETLKW (line 156) | F_SETLKW = 0xd constant F_SETLKW64 (line 157) | F_SETLKW64 = 0xd constant F_SETOWN (line 158) | F_SETOWN = 0x9 constant F_TEST (line 159) | F_TEST = 0x3 constant F_TLOCK (line 160) | F_TLOCK = 0x2 constant F_TSTLK (line 161) | F_TSTLK = 0xf constant F_ULOCK (line 162) | F_ULOCK = 0x0 constant F_UNLCK (line 163) | F_UNLCK = 0x3 constant F_WRLCK (line 164) | F_WRLCK = 0x2 constant HUPCL (line 165) | HUPCL = 0x400 constant IBSHIFT (line 166) | IBSHIFT = 0x10 constant ICANON (line 167) | ICANON = 0x2 constant ICMP6_FILTER (line 168) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 169) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 170) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 171) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 172) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 173) | ICRNL = 0x100 constant IEXTEN (line 174) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 175) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 176) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 177) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 178) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 179) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 180) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 181) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 182) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 183) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 184) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 185) | IFF_D1 = 0x8000 constant IFF_D2 (line 186) | IFF_D2 = 0x4000 constant IFF_D3 (line 187) | IFF_D3 = 0x2000 constant IFF_D4 (line 188) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 189) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 190) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 191) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 192) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 193) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 194) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 195) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 196) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 197) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 198) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 199) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 200) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 201) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 202) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 203) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 204) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 205) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 206) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 207) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 208) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 209) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 210) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 211) | IFF_UP = 0x1 constant IFF_VIPA (line 212) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 213) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 214) | IFO_FLUSH = 0x1 constant IFT_1822 (line 215) | IFT_1822 = 0x2 constant IFT_AAL5 (line 216) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 217) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 218) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 219) | IFT_ATM = 0x25 constant IFT_CEPT (line 220) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 221) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 222) | IFT_DS3 = 0x1e constant IFT_EON (line 223) | IFT_EON = 0x19 constant IFT_ETHER (line 224) | IFT_ETHER = 0x6 constant IFT_FCS (line 225) | IFT_FCS = 0x3a constant IFT_FDDI (line 226) | IFT_FDDI = 0xf constant IFT_FRELAY (line 227) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 228) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 229) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 230) | IFT_HDH1822 = 0x3 constant IFT_HF (line 231) | IFT_HF = 0x3d constant IFT_HIPPI (line 232) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 233) | IFT_HSSI = 0x2e constant IFT_HY (line 234) | IFT_HY = 0xe constant IFT_IB (line 235) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 236) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 237) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 238) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 239) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 240) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 241) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 242) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 243) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 244) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 245) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 246) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 247) | IFT_MODEM = 0x30 constant IFT_NSIP (line 248) | IFT_NSIP = 0x1b constant IFT_OTHER (line 249) | IFT_OTHER = 0x1 constant IFT_P10 (line 250) | IFT_P10 = 0xc constant IFT_P80 (line 251) | IFT_P80 = 0xd constant IFT_PARA (line 252) | IFT_PARA = 0x22 constant IFT_PPP (line 253) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 254) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 255) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 256) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 257) | IFT_RS232 = 0x21 constant IFT_SDLC (line 258) | IFT_SDLC = 0x11 constant IFT_SIP (line 259) | IFT_SIP = 0x1f constant IFT_SLIP (line 260) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 261) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 262) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 263) | IFT_SN = 0x38 constant IFT_SONET (line 264) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 265) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 266) | IFT_SONETVT = 0x33 constant IFT_SP (line 267) | IFT_SP = 0x39 constant IFT_STARLAN (line 268) | IFT_STARLAN = 0xb constant IFT_T1 (line 269) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 270) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 271) | IFT_ULTRA = 0x1d constant IFT_V35 (line 272) | IFT_V35 = 0x2d constant IFT_VIPA (line 273) | IFT_VIPA = 0x37 constant IFT_X25 (line 274) | IFT_X25 = 0x5 constant IFT_X25DDN (line 275) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 276) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 277) | IFT_XETHER = 0x1a constant IGNBRK (line 278) | IGNBRK = 0x1 constant IGNCR (line 279) | IGNCR = 0x80 constant IGNPAR (line 280) | IGNPAR = 0x4 constant IMAXBEL (line 281) | IMAXBEL = 0x10000 constant INLCR (line 282) | INLCR = 0x40 constant INPCK (line 283) | INPCK = 0x10 constant IN_CLASSA_HOST (line 284) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 285) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 286) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 287) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 288) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 289) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 290) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 291) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 292) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 293) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 294) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 295) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 296) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 297) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 298) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 299) | IN_USE = 0x1 constant IPPROTO_AH (line 300) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 301) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 302) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 303) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 304) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 305) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 306) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 307) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 308) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 309) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 310) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 311) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 312) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 313) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 314) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 315) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 316) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 317) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 318) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 319) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 320) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 321) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 322) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 323) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 324) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 325) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 326) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 327) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 328) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 329) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 330) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 331) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 332) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 333) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 334) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 335) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 336) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 337) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 338) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 339) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 340) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 341) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 342) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 343) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 344) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 345) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 346) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 347) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 348) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 349) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 350) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 351) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 352) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 353) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 354) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 355) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 356) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 357) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 358) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 359) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 360) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 361) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 362) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 363) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 364) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 365) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 366) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 367) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 368) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 369) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 370) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 371) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 372) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 373) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 374) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 375) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 376) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 377) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 378) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 379) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 380) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 381) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 382) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 383) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 384) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 385) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 386) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 387) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 388) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 389) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 390) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 391) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 392) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 393) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 394) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 395) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 396) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 397) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 398) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 399) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 400) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 401) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 402) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 403) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 404) | IP_DF = 0x4000 constant IP_DHCPMODE (line 405) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 406) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 407) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 408) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 409) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 410) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 411) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 412) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 413) | IP_MAXPACKET = 0xffff constant IP_MF (line 414) | IP_MF = 0x2000 constant IP_MSS (line 415) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 416) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 417) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 418) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 419) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 420) | IP_OPT = 0x1b constant IP_OPTIONS (line 421) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 422) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 423) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 424) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 425) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 426) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 427) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 428) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 429) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 430) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 431) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 432) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 433) | IP_TOS = 0x3 constant IP_TTL (line 434) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 435) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 436) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 437) | ISIG = 0x1 constant ISTRIP (line 438) | ISTRIP = 0x20 constant IUCLC (line 439) | IUCLC = 0x800 constant IXANY (line 440) | IXANY = 0x1000 constant IXOFF (line 441) | IXOFF = 0x400 constant IXON (line 442) | IXON = 0x200 constant I_FLUSH (line 443) | I_FLUSH = 0x20005305 constant LNOFLSH (line 444) | LNOFLSH = 0x8000 constant LOCK_EX (line 445) | LOCK_EX = 0x2 constant LOCK_NB (line 446) | LOCK_NB = 0x4 constant LOCK_SH (line 447) | LOCK_SH = 0x1 constant LOCK_UN (line 448) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 449) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 450) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 451) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 452) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 453) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 454) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 455) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 456) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 457) | MAP_FILE = 0x0 constant MAP_FIXED (line 458) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 459) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 460) | MAP_SHARED = 0x1 constant MAP_TYPE (line 461) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 462) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 463) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 464) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 465) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 466) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 467) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 468) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 469) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 470) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 471) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 472) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 473) | MCL_FUTURE = 0x200 constant MSG_ANY (line 474) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 475) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 476) | MSG_BAND = 0x2 constant MSG_COMPAT (line 477) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 478) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 479) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 480) | MSG_EOR = 0x8 constant MSG_HIPRI (line 481) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 482) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 483) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 484) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 485) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 486) | MSG_OOB = 0x1 constant MSG_PEEK (line 487) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 488) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 489) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 490) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 491) | MS_ASYNC = 0x10 constant MS_EINTR (line 492) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 493) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 494) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 495) | MS_SYNC = 0x20 constant NFDBITS (line 496) | NFDBITS = 0x40 constant NL0 (line 497) | NL0 = 0x0 constant NL1 (line 498) | NL1 = 0x4000 constant NL2 (line 499) | NL2 = 0x8000 constant NL3 (line 500) | NL3 = 0xc000 constant NLDLY (line 501) | NLDLY = 0x4000 constant NOFLSH (line 502) | NOFLSH = 0x80 constant NOFLUSH (line 503) | NOFLUSH = 0x80000000 constant OCRNL (line 504) | OCRNL = 0x8 constant OFDEL (line 505) | OFDEL = 0x80 constant OFILL (line 506) | OFILL = 0x40 constant OLCUC (line 507) | OLCUC = 0x2 constant ONLCR (line 508) | ONLCR = 0x4 constant ONLRET (line 509) | ONLRET = 0x20 constant ONOCR (line 510) | ONOCR = 0x10 constant ONOEOT (line 511) | ONOEOT = 0x80000 constant OPOST (line 512) | OPOST = 0x1 constant OXTABS (line 513) | OXTABS = 0x40000 constant O_ACCMODE (line 514) | O_ACCMODE = 0x23 constant O_APPEND (line 515) | O_APPEND = 0x8 constant O_CIO (line 516) | O_CIO = 0x80 constant O_CIOR (line 517) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 518) | O_CLOEXEC = 0x800000 constant O_CREAT (line 519) | O_CREAT = 0x100 constant O_DEFER (line 520) | O_DEFER = 0x2000 constant O_DELAY (line 521) | O_DELAY = 0x4000 constant O_DIRECT (line 522) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 523) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 524) | O_DSYNC = 0x400000 constant O_EFSOFF (line 525) | O_EFSOFF = 0x400000000 constant O_EFSON (line 526) | O_EFSON = 0x200000000 constant O_EXCL (line 527) | O_EXCL = 0x400 constant O_EXEC (line 528) | O_EXEC = 0x20 constant O_LARGEFILE (line 529) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 530) | O_NDELAY = 0x8000 constant O_NOCACHE (line 531) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 532) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 533) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 534) | O_NONBLOCK = 0x4 constant O_NONE (line 535) | O_NONE = 0x3 constant O_NSHARE (line 536) | O_NSHARE = 0x10000 constant O_RAW (line 537) | O_RAW = 0x100000000 constant O_RDONLY (line 538) | O_RDONLY = 0x0 constant O_RDWR (line 539) | O_RDWR = 0x2 constant O_RSHARE (line 540) | O_RSHARE = 0x1000 constant O_RSYNC (line 541) | O_RSYNC = 0x200000 constant O_SEARCH (line 542) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 543) | O_SNAPSHOT = 0x40 constant O_SYNC (line 544) | O_SYNC = 0x10 constant O_TRUNC (line 545) | O_TRUNC = 0x200 constant O_TTY_INIT (line 546) | O_TTY_INIT = 0x0 constant O_WRONLY (line 547) | O_WRONLY = 0x1 constant PARENB (line 548) | PARENB = 0x100 constant PAREXT (line 549) | PAREXT = 0x100000 constant PARMRK (line 550) | PARMRK = 0x8 constant PARODD (line 551) | PARODD = 0x200 constant PENDIN (line 552) | PENDIN = 0x20000000 constant PRIO_PGRP (line 553) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 554) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 555) | PRIO_USER = 0x2 constant PROT_EXEC (line 556) | PROT_EXEC = 0x4 constant PROT_NONE (line 557) | PROT_NONE = 0x0 constant PROT_READ (line 558) | PROT_READ = 0x1 constant PROT_WRITE (line 559) | PROT_WRITE = 0x2 constant PR_64BIT (line 560) | PR_64BIT = 0x20 constant PR_ADDR (line 561) | PR_ADDR = 0x2 constant PR_ARGEXT (line 562) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 563) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 564) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 565) | PR_FASTHZ = 0x5 constant PR_INP (line 566) | PR_INP = 0x40 constant PR_INTRLEVEL (line 567) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 568) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 569) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 570) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 571) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 572) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 573) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 574) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 575) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 576) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 577) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 578) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 579) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 580) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 581) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 582) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 583) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 584) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 585) | RTAX_BRD = 0x7 constant RTAX_DST (line 586) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 587) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 588) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 589) | RTAX_IFA = 0x5 constant RTAX_IFP (line 590) | RTAX_IFP = 0x4 constant RTAX_MAX (line 591) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 592) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 593) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 594) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 595) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 596) | RTA_DST = 0x1 constant RTA_GATEWAY (line 597) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 598) | RTA_GENMASK = 0x8 constant RTA_IFA (line 599) | RTA_IFA = 0x20 constant RTA_IFP (line 600) | RTA_IFP = 0x10 constant RTA_NETMASK (line 601) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 602) | RTC_IA64 = 0x3 constant RTC_POWER (line 603) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 604) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 605) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 606) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 607) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 608) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 609) | RTF_BUL = 0x2000 constant RTF_CLONE (line 610) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 611) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 612) | RTF_CLONING = 0x100 constant RTF_DONE (line 613) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 614) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 615) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 616) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 617) | RTF_HOST = 0x4 constant RTF_LLINFO (line 618) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 619) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 620) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 621) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 622) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 623) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 624) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 625) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 626) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 627) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 628) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 629) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 630) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 631) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 632) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 633) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 634) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 635) | RTM_ADD = 0x1 constant RTM_CHANGE (line 636) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 637) | RTM_DELADDR = 0xd constant RTM_DELETE (line 638) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 639) | RTM_EXPIRE = 0xf constant RTM_GET (line 640) | RTM_GET = 0x4 constant RTM_GETNEXT (line 641) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 642) | RTM_IFINFO = 0xe constant RTM_LOCK (line 643) | RTM_LOCK = 0x8 constant RTM_LOSING (line 644) | RTM_LOSING = 0x5 constant RTM_MISS (line 645) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 646) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 647) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 648) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 649) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 650) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 651) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 652) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 653) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 654) | RTM_SET = 0x13 constant RTM_VERSION (line 655) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 656) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 657) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 658) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 659) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 660) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 661) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 662) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 663) | RTV_MTU = 0x1 constant RTV_RPIPE (line 664) | RTV_RPIPE = 0x8 constant RTV_RTT (line 665) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 666) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 667) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 668) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 669) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 670) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 671) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 672) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 673) | SHUT_RD = 0x0 constant SHUT_RDWR (line 674) | SHUT_RDWR = 0x2 constant SHUT_WR (line 675) | SHUT_WR = 0x1 constant SIGMAX64 (line 676) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 677) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 678) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 679) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 680) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 681) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 682) | SIOCADDRT = -0x7fc78df6 constant SIOCAIFADDR (line 683) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 684) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 685) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 686) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 687) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 688) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 689) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 690) | SIOCDELRT = -0x7fc78df5 constant SIOCDIFADDR (line 691) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 692) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 693) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 694) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 695) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 696) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 697) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 698) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 699) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 700) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 701) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 702) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 703) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 704) | SIOCGIFCONF = -0x3fef96bb constant SIOCGIFCONFGLOB (line 705) | SIOCGIFCONFGLOB = -0x3fef9670 constant SIOCGIFDSTADDR (line 706) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 707) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 708) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 709) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 710) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 711) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 712) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 713) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 714) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 715) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 716) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 717) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 718) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 719) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 720) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 721) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 722) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 723) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 724) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 725) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 726) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 727) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 728) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 729) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 730) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 731) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 732) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 733) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 734) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 735) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 736) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 737) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 738) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 739) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 740) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 741) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 742) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 743) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 744) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 745) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 746) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 747) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 748) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 749) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 750) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 751) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 752) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 753) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 754) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 755) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 756) | SIOCSHIWAT = 0xffffffff80047300 constant SIOCSIFADDR (line 757) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 758) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 759) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 760) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 761) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 762) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 763) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 764) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 765) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 766) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 767) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 768) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 769) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 770) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 771) | SIOCSLOWAT = 0xffffffff80047302 constant SIOCSNETOPT (line 772) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 773) | SIOCSPGRP = 0xffffffff80047308 constant SIOCSX25XLATE (line 774) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 775) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 776) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 777) | SOCK_RAW = 0x3 constant SOCK_RDM (line 778) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 779) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 780) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 781) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 782) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 783) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 784) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 785) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 786) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 787) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 788) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 789) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 790) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 791) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 792) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 793) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 794) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 795) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 796) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 797) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 798) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 799) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 800) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 801) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 802) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 803) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 804) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 805) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 806) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 807) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 808) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 809) | S_BANDURG = 0x400 constant S_EMODFMT (line 810) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 811) | S_ENFMT = 0x400 constant S_ERROR (line 812) | S_ERROR = 0x100 constant S_HANGUP (line 813) | S_HANGUP = 0x200 constant S_HIPRI (line 814) | S_HIPRI = 0x2 constant S_ICRYPTO (line 815) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 816) | S_IEXEC = 0x40 constant S_IFBLK (line 817) | S_IFBLK = 0x6000 constant S_IFCHR (line 818) | S_IFCHR = 0x2000 constant S_IFDIR (line 819) | S_IFDIR = 0x4000 constant S_IFIFO (line 820) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 821) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 822) | S_IFLNK = 0xa000 constant S_IFMPX (line 823) | S_IFMPX = 0x2200 constant S_IFMT (line 824) | S_IFMT = 0xf000 constant S_IFPDIR (line 825) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 826) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 827) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 828) | S_IFREG = 0x8000 constant S_IFSOCK (line 829) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 830) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 831) | S_INPUT = 0x1 constant S_IREAD (line 832) | S_IREAD = 0x100 constant S_IRGRP (line 833) | S_IRGRP = 0x20 constant S_IROTH (line 834) | S_IROTH = 0x4 constant S_IRUSR (line 835) | S_IRUSR = 0x100 constant S_IRWXG (line 836) | S_IRWXG = 0x38 constant S_IRWXO (line 837) | S_IRWXO = 0x7 constant S_IRWXU (line 838) | S_IRWXU = 0x1c0 constant S_ISGID (line 839) | S_ISGID = 0x400 constant S_ISUID (line 840) | S_ISUID = 0x800 constant S_ISVTX (line 841) | S_ISVTX = 0x200 constant S_ITCB (line 842) | S_ITCB = 0x1000000 constant S_ITP (line 843) | S_ITP = 0x800000 constant S_IWGRP (line 844) | S_IWGRP = 0x10 constant S_IWOTH (line 845) | S_IWOTH = 0x2 constant S_IWRITE (line 846) | S_IWRITE = 0x80 constant S_IWUSR (line 847) | S_IWUSR = 0x80 constant S_IXACL (line 848) | S_IXACL = 0x2000000 constant S_IXATTR (line 849) | S_IXATTR = 0x40000 constant S_IXGRP (line 850) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 851) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 852) | S_IXMOD = 0x40000000 constant S_IXOTH (line 853) | S_IXOTH = 0x1 constant S_IXUSR (line 854) | S_IXUSR = 0x40 constant S_MSG (line 855) | S_MSG = 0x8 constant S_OUTPUT (line 856) | S_OUTPUT = 0x4 constant S_RDBAND (line 857) | S_RDBAND = 0x20 constant S_RDNORM (line 858) | S_RDNORM = 0x10 constant S_RESERVED1 (line 859) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 860) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 861) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 862) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 863) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 864) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 865) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 866) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 867) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 868) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 869) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 870) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 871) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 872) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 873) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 874) | S_WRBAND = 0x80 constant S_WRNORM (line 875) | S_WRNORM = 0x40 constant TAB0 (line 876) | TAB0 = 0x0 constant TAB1 (line 877) | TAB1 = 0x400 constant TAB2 (line 878) | TAB2 = 0x800 constant TAB3 (line 879) | TAB3 = 0xc00 constant TABDLY (line 880) | TABDLY = 0xc00 constant TCFLSH (line 881) | TCFLSH = 0x540c constant TCGETA (line 882) | TCGETA = 0x5405 constant TCGETS (line 883) | TCGETS = 0x5401 constant TCIFLUSH (line 884) | TCIFLUSH = 0x0 constant TCIOFF (line 885) | TCIOFF = 0x2 constant TCIOFLUSH (line 886) | TCIOFLUSH = 0x2 constant TCION (line 887) | TCION = 0x3 constant TCOFLUSH (line 888) | TCOFLUSH = 0x1 constant TCOOFF (line 889) | TCOOFF = 0x0 constant TCOON (line 890) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 891) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 892) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 893) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 894) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 895) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 896) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 897) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 898) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 899) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 900) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 901) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 902) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 903) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 904) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 905) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 906) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 907) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 908) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 909) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 910) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 911) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 912) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 913) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 914) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 915) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 916) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 917) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 918) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 919) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 920) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 921) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 922) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 923) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 924) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 925) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 926) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 927) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 928) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 929) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 930) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 931) | TCSAFLUSH = 0x2 constant TCSBRK (line 932) | TCSBRK = 0x5409 constant TCSETA (line 933) | TCSETA = 0x5406 constant TCSETAF (line 934) | TCSETAF = 0x5408 constant TCSETAW (line 935) | TCSETAW = 0x5407 constant TCSETS (line 936) | TCSETS = 0x5402 constant TCSETSF (line 937) | TCSETSF = 0x5404 constant TCSETSW (line 938) | TCSETSW = 0x5403 constant TCXONC (line 939) | TCXONC = 0x540b constant TIMER_ABSTIME (line 940) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 941) | TIMER_MAX = 0x20 constant TIOC (line 942) | TIOC = 0x5400 constant TIOCCBRK (line 943) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 944) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 945) | TIOCCONS = 0xffffffff80047462 constant TIOCEXCL (line 946) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 947) | TIOCFLUSH = 0xffffffff80047410 constant TIOCGETC (line 948) | TIOCGETC = 0x40067412 constant TIOCGETD (line 949) | TIOCGETD = 0x40047400 constant TIOCGETP (line 950) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 951) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 952) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 953) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 954) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 955) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 956) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 957) | TIOCLBIC = 0xffffffff8004747e constant TIOCLBIS (line 958) | TIOCLBIS = 0xffffffff8004747f constant TIOCLGET (line 959) | TIOCLGET = 0x4004747c constant TIOCLSET (line 960) | TIOCLSET = 0xffffffff8004747d constant TIOCMBIC (line 961) | TIOCMBIC = 0xffffffff8004746b constant TIOCMBIS (line 962) | TIOCMBIS = 0xffffffff8004746c constant TIOCMGET (line 963) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 964) | TIOCMIWAIT = 0xffffffff80047464 constant TIOCMODG (line 965) | TIOCMODG = 0x40047403 constant TIOCMODS (line 966) | TIOCMODS = 0xffffffff80047404 constant TIOCMSET (line 967) | TIOCMSET = 0xffffffff8004746d constant TIOCM_CAR (line 968) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 969) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 970) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 971) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 972) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 973) | TIOCM_LE = 0x1 constant TIOCM_RI (line 974) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 975) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 976) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 977) | TIOCM_SR = 0x10 constant TIOCM_ST (line 978) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 979) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 980) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 981) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 982) | TIOCPKT = 0xffffffff80047470 constant TIOCPKT_DATA (line 983) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 984) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 985) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 986) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 987) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 988) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 989) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 990) | TIOCREMOTE = 0xffffffff80047469 constant TIOCSBRK (line 991) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 992) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 993) | TIOCSETC = 0xffffffff80067411 constant TIOCSETD (line 994) | TIOCSETD = 0xffffffff80047401 constant TIOCSETN (line 995) | TIOCSETN = 0xffffffff8006740a constant TIOCSETP (line 996) | TIOCSETP = 0xffffffff80067409 constant TIOCSLTC (line 997) | TIOCSLTC = 0xffffffff80067475 constant TIOCSPGRP (line 998) | TIOCSPGRP = 0xffffffff80047476 constant TIOCSSIZE (line 999) | TIOCSSIZE = 0xffffffff80087467 constant TIOCSTART (line 1000) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1001) | TIOCSTI = 0xffffffff80017472 constant TIOCSTOP (line 1002) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1003) | TIOCSWINSZ = 0xffffffff80087467 constant TIOCUCNTL (line 1004) | TIOCUCNTL = 0xffffffff80047466 constant TOSTOP (line 1005) | TOSTOP = 0x10000 constant UTIME_NOW (line 1006) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1007) | UTIME_OMIT = -0x3 constant VDISCRD (line 1008) | VDISCRD = 0xc constant VDSUSP (line 1009) | VDSUSP = 0xa constant VEOF (line 1010) | VEOF = 0x4 constant VEOL (line 1011) | VEOL = 0x5 constant VEOL2 (line 1012) | VEOL2 = 0x6 constant VERASE (line 1013) | VERASE = 0x2 constant VINTR (line 1014) | VINTR = 0x0 constant VKILL (line 1015) | VKILL = 0x3 constant VLNEXT (line 1016) | VLNEXT = 0xe constant VMIN (line 1017) | VMIN = 0x4 constant VQUIT (line 1018) | VQUIT = 0x1 constant VREPRINT (line 1019) | VREPRINT = 0xb constant VSTART (line 1020) | VSTART = 0x7 constant VSTOP (line 1021) | VSTOP = 0x8 constant VSTRT (line 1022) | VSTRT = 0x7 constant VSUSP (line 1023) | VSUSP = 0x9 constant VT0 (line 1024) | VT0 = 0x0 constant VT1 (line 1025) | VT1 = 0x8000 constant VTDELAY (line 1026) | VTDELAY = 0x2000 constant VTDLY (line 1027) | VTDLY = 0x8000 constant VTIME (line 1028) | VTIME = 0x5 constant VWERSE (line 1029) | VWERSE = 0xd constant WPARSTART (line 1030) | WPARSTART = 0x1 constant WPARSTOP (line 1031) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1032) | WPARTTYNAME = "Global" constant XCASE (line 1033) | XCASE = 0x4 constant XTABS (line 1034) | XTABS = 0xc00 constant _FDATAFLUSH (line 1035) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1040) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1041) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1042) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1043) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1044) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1045) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1046) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1047) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1048) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1049) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1050) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1051) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1052) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1053) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1054) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1055) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1056) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1057) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1058) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1059) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1060) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1061) | EDIST = syscall.Errno(0x35) constant EDOM (line 1062) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1063) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1064) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1065) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1066) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1067) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1068) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1069) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1070) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1071) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1072) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1073) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1074) | EINVAL = syscall.Errno(0x16) constant EIO (line 1075) | EIO = syscall.Errno(0x5) constant EISCONN (line 1076) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1077) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1078) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1079) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1080) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1081) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1082) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1083) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1084) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1085) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1086) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1087) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1088) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1089) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1090) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1091) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1092) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1093) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1094) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1095) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1096) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1097) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1098) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1099) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1100) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1101) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1102) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1103) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1104) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1105) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1106) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1107) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1108) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1109) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1110) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1111) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1112) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1113) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1114) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1115) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1116) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1117) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1118) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1119) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1120) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1121) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1122) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1123) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1124) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1125) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1126) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1127) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1128) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1129) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1130) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1131) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1132) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1133) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1134) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1135) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1136) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1137) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1138) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1139) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1140) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1141) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1142) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1143) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1144) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1145) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1146) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1147) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1148) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1149) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1150) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1151) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1152) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1157) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1158) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1159) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1160) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1161) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1162) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1163) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1164) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1165) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1166) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1167) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1168) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1169) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1170) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1171) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1172) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1173) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1174) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1175) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1176) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1177) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1178) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1179) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1180) | SIGMAX = syscall.Signal(0xff) constant SIGMAX32 (line 1181) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1182) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1183) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1184) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1185) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1186) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1187) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1188) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1189) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1190) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1191) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1192) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1193) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1194) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1195) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1196) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1197) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1198) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1199) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1200) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1201) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1202) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1203) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1204) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1205) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1206) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1207) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1208) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1209) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1210) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1211) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1212) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1213) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_CNT (line 18) | AF_CNT = 0x15 constant AF_COIP (line 19) | AF_COIP = 0x14 constant AF_DATAKIT (line 20) | AF_DATAKIT = 0x9 constant AF_DECnet (line 21) | AF_DECnet = 0xc constant AF_DLI (line 22) | AF_DLI = 0xd constant AF_E164 (line 23) | AF_E164 = 0x1c constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 26) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1c constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_LAT (line 33) | AF_LAT = 0xe constant AF_LINK (line 34) | AF_LINK = 0x12 constant AF_LOCAL (line 35) | AF_LOCAL = 0x1 constant AF_MAX (line 36) | AF_MAX = 0x29 constant AF_NATM (line 37) | AF_NATM = 0x1f constant AF_NDRV (line 38) | AF_NDRV = 0x1b constant AF_NETBIOS (line 39) | AF_NETBIOS = 0x21 constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PPP (line 42) | AF_PPP = 0x22 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 44) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_SYSTEM (line 48) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 49) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 50) | AF_UNIX = 0x1 constant AF_UNSPEC (line 51) | AF_UNSPEC = 0x0 constant AF_UTUN (line 52) | AF_UTUN = 0x26 constant AF_VSOCK (line 53) | AF_VSOCK = 0x28 constant ALTWERASE (line 54) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 55) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 56) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 57) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 58) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 59) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 60) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 61) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 62) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 63) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 64) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 65) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 66) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 67) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 68) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 69) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 70) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 71) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 72) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 73) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 74) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 75) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 76) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 77) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 78) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 79) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 80) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 81) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 82) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 83) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 84) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 85) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 86) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 87) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 88) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 89) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 90) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 91) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 92) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 93) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 94) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 95) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 96) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 97) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 98) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 99) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 100) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 101) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 102) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 103) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 104) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 105) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 106) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 107) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 108) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 109) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 110) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 111) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 112) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 113) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 114) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 115) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 116) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 117) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 118) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 119) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 120) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 121) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 122) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 123) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 124) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 125) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 126) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 127) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 128) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 129) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 130) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 131) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 132) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 133) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 134) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 135) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 136) | B0 = 0x0 constant B110 (line 137) | B110 = 0x6e constant B115200 (line 138) | B115200 = 0x1c200 constant B1200 (line 139) | B1200 = 0x4b0 constant B134 (line 140) | B134 = 0x86 constant B14400 (line 141) | B14400 = 0x3840 constant B150 (line 142) | B150 = 0x96 constant B1800 (line 143) | B1800 = 0x708 constant B19200 (line 144) | B19200 = 0x4b00 constant B200 (line 145) | B200 = 0xc8 constant B230400 (line 146) | B230400 = 0x38400 constant B2400 (line 147) | B2400 = 0x960 constant B28800 (line 148) | B28800 = 0x7080 constant B300 (line 149) | B300 = 0x12c constant B38400 (line 150) | B38400 = 0x9600 constant B4800 (line 151) | B4800 = 0x12c0 constant B50 (line 152) | B50 = 0x32 constant B57600 (line 153) | B57600 = 0xe100 constant B600 (line 154) | B600 = 0x258 constant B7200 (line 155) | B7200 = 0x1c20 constant B75 (line 156) | B75 = 0x4b constant B76800 (line 157) | B76800 = 0x12c00 constant B9600 (line 158) | B9600 = 0x2580 constant BIOCFLUSH (line 159) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 160) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 161) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 162) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 163) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 164) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 165) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 166) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 167) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 168) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 169) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 170) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 171) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 172) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 173) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 174) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 175) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 176) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 177) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 178) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 179) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 180) | BIOCVERSION = 0x40044271 constant BPF_A (line 181) | BPF_A = 0x10 constant BPF_ABS (line 182) | BPF_ABS = 0x20 constant BPF_ADD (line 183) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 184) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 185) | BPF_ALU = 0x4 constant BPF_AND (line 186) | BPF_AND = 0x50 constant BPF_B (line 187) | BPF_B = 0x10 constant BPF_DIV (line 188) | BPF_DIV = 0x30 constant BPF_H (line 189) | BPF_H = 0x8 constant BPF_IMM (line 190) | BPF_IMM = 0x0 constant BPF_IND (line 191) | BPF_IND = 0x40 constant BPF_JA (line 192) | BPF_JA = 0x0 constant BPF_JEQ (line 193) | BPF_JEQ = 0x10 constant BPF_JGE (line 194) | BPF_JGE = 0x30 constant BPF_JGT (line 195) | BPF_JGT = 0x20 constant BPF_JMP (line 196) | BPF_JMP = 0x5 constant BPF_JSET (line 197) | BPF_JSET = 0x40 constant BPF_K (line 198) | BPF_K = 0x0 constant BPF_LD (line 199) | BPF_LD = 0x0 constant BPF_LDX (line 200) | BPF_LDX = 0x1 constant BPF_LEN (line 201) | BPF_LEN = 0x80 constant BPF_LSH (line 202) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 203) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 204) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 205) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 206) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 207) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 208) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 209) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 210) | BPF_MISC = 0x7 constant BPF_MSH (line 211) | BPF_MSH = 0xa0 constant BPF_MUL (line 212) | BPF_MUL = 0x20 constant BPF_NEG (line 213) | BPF_NEG = 0x80 constant BPF_OR (line 214) | BPF_OR = 0x40 constant BPF_RELEASE (line 215) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 216) | BPF_RET = 0x6 constant BPF_RSH (line 217) | BPF_RSH = 0x70 constant BPF_ST (line 218) | BPF_ST = 0x2 constant BPF_STX (line 219) | BPF_STX = 0x3 constant BPF_SUB (line 220) | BPF_SUB = 0x10 constant BPF_TAX (line 221) | BPF_TAX = 0x0 constant BPF_TXA (line 222) | BPF_TXA = 0x80 constant BPF_W (line 223) | BPF_W = 0x0 constant BPF_X (line 224) | BPF_X = 0x8 constant BRKINT (line 225) | BRKINT = 0x2 constant BS0 (line 226) | BS0 = 0x0 constant BS1 (line 227) | BS1 = 0x8000 constant BSDLY (line 228) | BSDLY = 0x8000 constant CFLUSH (line 229) | CFLUSH = 0xf constant CLOCAL (line 230) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 231) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 232) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 233) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 234) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 235) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 236) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 237) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 238) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 239) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 240) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 241) | CR0 = 0x0 constant CR1 (line 242) | CR1 = 0x1000 constant CR2 (line 243) | CR2 = 0x2000 constant CR3 (line 244) | CR3 = 0x3000 constant CRDLY (line 245) | CRDLY = 0x3000 constant CREAD (line 246) | CREAD = 0x800 constant CRTSCTS (line 247) | CRTSCTS = 0x30000 constant CS5 (line 248) | CS5 = 0x0 constant CS6 (line 249) | CS6 = 0x100 constant CS7 (line 250) | CS7 = 0x200 constant CS8 (line 251) | CS8 = 0x300 constant CSIZE (line 252) | CSIZE = 0x300 constant CSTART (line 253) | CSTART = 0x11 constant CSTATUS (line 254) | CSTATUS = 0x14 constant CSTOP (line 255) | CSTOP = 0x13 constant CSTOPB (line 256) | CSTOPB = 0x400 constant CSUSP (line 257) | CSUSP = 0x1a constant CTLIOCGINFO (line 258) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 259) | CTL_HW = 0x6 constant CTL_KERN (line 260) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 261) | CTL_MAXNAME = 0xc constant CTL_NET (line 262) | CTL_NET = 0x4 constant DLT_A429 (line 263) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 264) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 265) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 266) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 267) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 268) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 269) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 270) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 271) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 272) | DLT_AURORA = 0x7e constant DLT_AX25 (line 273) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 274) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 275) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 276) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 277) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 278) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 279) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 280) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 281) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 282) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 283) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 284) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 285) | DLT_DBUS = 0xe7 constant DLT_DECT (line 286) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 287) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 288) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 289) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 290) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 291) | DLT_EN3MB = 0x2 constant DLT_ENC (line 292) | DLT_ENC = 0x6d constant DLT_ERF (line 293) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 294) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 295) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 296) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 297) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 298) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 299) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 300) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 301) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 302) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 303) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 304) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 305) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 306) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 307) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 308) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 309) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 310) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 311) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 312) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 313) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 314) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 315) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 316) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 317) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 318) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 319) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 320) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 321) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 322) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 323) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 324) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 325) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 326) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 327) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 328) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 329) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 330) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 331) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 332) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 333) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 334) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 335) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 336) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 337) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 338) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 339) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 340) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 341) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 342) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 343) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 344) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 345) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 346) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 347) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 348) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 349) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 350) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 351) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 352) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 353) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 354) | DLT_LAPD = 0xcb constant DLT_LIN (line 355) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 356) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 357) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 358) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 359) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 360) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 361) | DLT_LOOP = 0x6c constant DLT_LTALK (line 362) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 363) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 364) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 365) | DLT_MFR = 0xb6 constant DLT_MOST (line 366) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 367) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 368) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 369) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 370) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 371) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 372) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 373) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 374) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 375) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 376) | DLT_NFLOG = 0xef constant DLT_NG40 (line 377) | DLT_NG40 = 0xf4 constant DLT_NULL (line 378) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 379) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 380) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 381) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 382) | DLT_PPI = 0xc0 constant DLT_PPP (line 383) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 384) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 385) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 386) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 387) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 388) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 389) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 390) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 391) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 392) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 393) | DLT_RAW = 0xc constant DLT_RIO (line 394) | DLT_RIO = 0x7c constant DLT_SCCP (line 395) | DLT_SCCP = 0x8e constant DLT_SITA (line 396) | DLT_SITA = 0xc4 constant DLT_SLIP (line 397) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 398) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 399) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 400) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 401) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 402) | DLT_TZSP = 0x80 constant DLT_USB (line 403) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 404) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 405) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 406) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 407) | DLT_USER0 = 0x93 constant DLT_USER1 (line 408) | DLT_USER1 = 0x94 constant DLT_USER10 (line 409) | DLT_USER10 = 0x9d constant DLT_USER11 (line 410) | DLT_USER11 = 0x9e constant DLT_USER12 (line 411) | DLT_USER12 = 0x9f constant DLT_USER13 (line 412) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 413) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 414) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 415) | DLT_USER2 = 0x95 constant DLT_USER3 (line 416) | DLT_USER3 = 0x96 constant DLT_USER4 (line 417) | DLT_USER4 = 0x97 constant DLT_USER5 (line 418) | DLT_USER5 = 0x98 constant DLT_USER6 (line 419) | DLT_USER6 = 0x99 constant DLT_USER7 (line 420) | DLT_USER7 = 0x9a constant DLT_USER8 (line 421) | DLT_USER8 = 0x9b constant DLT_USER9 (line 422) | DLT_USER9 = 0x9c constant DLT_WIHART (line 423) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 424) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 425) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 426) | DT_BLK = 0x6 constant DT_CHR (line 427) | DT_CHR = 0x2 constant DT_DIR (line 428) | DT_DIR = 0x4 constant DT_FIFO (line 429) | DT_FIFO = 0x1 constant DT_LNK (line 430) | DT_LNK = 0xa constant DT_REG (line 431) | DT_REG = 0x8 constant DT_SOCK (line 432) | DT_SOCK = 0xc constant DT_UNKNOWN (line 433) | DT_UNKNOWN = 0x0 constant DT_WHT (line 434) | DT_WHT = 0xe constant ECHO (line 435) | ECHO = 0x8 constant ECHOCTL (line 436) | ECHOCTL = 0x40 constant ECHOE (line 437) | ECHOE = 0x2 constant ECHOK (line 438) | ECHOK = 0x4 constant ECHOKE (line 439) | ECHOKE = 0x1 constant ECHONL (line 440) | ECHONL = 0x10 constant ECHOPRT (line 441) | ECHOPRT = 0x20 constant EVFILT_AIO (line 442) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 443) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 444) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 445) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 446) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 447) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 448) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 449) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 450) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 451) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 452) | EVFILT_USER = -0xa constant EVFILT_VM (line 453) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 454) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 455) | EVFILT_WRITE = -0x2 constant EV_ADD (line 456) | EV_ADD = 0x1 constant EV_CLEAR (line 457) | EV_CLEAR = 0x20 constant EV_DELETE (line 458) | EV_DELETE = 0x2 constant EV_DISABLE (line 459) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 460) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 461) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 462) | EV_ENABLE = 0x4 constant EV_EOF (line 463) | EV_EOF = 0x8000 constant EV_ERROR (line 464) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 465) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 466) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 467) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 468) | EV_OOBAND = 0x2000 constant EV_POLL (line 469) | EV_POLL = 0x1000 constant EV_RECEIPT (line 470) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 471) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 472) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 473) | EV_VANISHED = 0x200 constant EXTA (line 474) | EXTA = 0x4b00 constant EXTB (line 475) | EXTB = 0x9600 constant EXTPROC (line 476) | EXTPROC = 0x800 constant FD_CLOEXEC (line 477) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 478) | FD_SETSIZE = 0x400 constant FF0 (line 479) | FF0 = 0x0 constant FF1 (line 480) | FF1 = 0x4000 constant FFDLY (line 481) | FFDLY = 0x4000 constant FLUSHO (line 482) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 483) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 484) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 485) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 486) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 487) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 488) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 489) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 490) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 491) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 492) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 493) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 494) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 495) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 496) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 497) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 498) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 499) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 500) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 501) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 502) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 503) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 504) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 505) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 506) | F_GETCODEDIR = 0x48 constant F_GETFD (line 507) | F_GETFD = 0x1 constant F_GETFL (line 508) | F_GETFL = 0x3 constant F_GETLK (line 509) | F_GETLK = 0x7 constant F_GETLKPID (line 510) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 511) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 512) | F_GETOWN = 0x5 constant F_GETPATH (line 513) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 514) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 515) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 516) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 517) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 518) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 519) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 520) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 521) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 522) | F_NOCACHE = 0x30 constant F_NODIRECT (line 523) | F_NODIRECT = 0x3e constant F_OK (line 524) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 525) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 526) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 527) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 528) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 529) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 530) | F_RDAHEAD = 0x2d constant F_RDLCK (line 531) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 532) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 533) | F_SETFD = 0x2 constant F_SETFL (line 534) | F_SETFL = 0x4 constant F_SETLK (line 535) | F_SETLK = 0x8 constant F_SETLKW (line 536) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 537) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 538) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 539) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 540) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 541) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 542) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 543) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 544) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 545) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 546) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 547) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 548) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 549) | F_WRLCK = 0x3 constant HUPCL (line 550) | HUPCL = 0x4000 constant HW_MACHINE (line 551) | HW_MACHINE = 0x1 constant ICANON (line 552) | ICANON = 0x100 constant ICMP6_FILTER (line 553) | ICMP6_FILTER = 0x12 constant ICRNL (line 554) | ICRNL = 0x100 constant IEXTEN (line 555) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 556) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 557) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 558) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 559) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 560) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 561) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 562) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 563) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 564) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 565) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 566) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 567) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 568) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 569) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 570) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 571) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 572) | IFF_UP = 0x1 constant IFNAMSIZ (line 573) | IFNAMSIZ = 0x10 constant IFT_1822 (line 574) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 575) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 576) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 577) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 578) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 579) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 580) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 581) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 582) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 583) | IFT_CEPT = 0x13 constant IFT_DS3 (line 584) | IFT_DS3 = 0x1e constant IFT_ENC (line 585) | IFT_ENC = 0xf4 constant IFT_EON (line 586) | IFT_EON = 0x19 constant IFT_ETHER (line 587) | IFT_ETHER = 0x6 constant IFT_FAITH (line 588) | IFT_FAITH = 0x38 constant IFT_FDDI (line 589) | IFT_FDDI = 0xf constant IFT_FRELAY (line 590) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 591) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 592) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 593) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 594) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 595) | IFT_HSSI = 0x2e constant IFT_HY (line 596) | IFT_HY = 0xe constant IFT_IEEE1394 (line 597) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 598) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 599) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 600) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 601) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 602) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 603) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 604) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 605) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 606) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 607) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 608) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 609) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 610) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 611) | IFT_MODEM = 0x30 constant IFT_NSIP (line 612) | IFT_NSIP = 0x1b constant IFT_OTHER (line 613) | IFT_OTHER = 0x1 constant IFT_P10 (line 614) | IFT_P10 = 0xc constant IFT_P80 (line 615) | IFT_P80 = 0xd constant IFT_PARA (line 616) | IFT_PARA = 0x22 constant IFT_PDP (line 617) | IFT_PDP = 0xff constant IFT_PFLOG (line 618) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 619) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 620) | IFT_PKTAP = 0xfe constant IFT_PPP (line 621) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 622) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 623) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 624) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 625) | IFT_RS232 = 0x21 constant IFT_SDLC (line 626) | IFT_SDLC = 0x11 constant IFT_SIP (line 627) | IFT_SIP = 0x1f constant IFT_SLIP (line 628) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 629) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 630) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 631) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 632) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 633) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 634) | IFT_STARLAN = 0xb constant IFT_STF (line 635) | IFT_STF = 0x39 constant IFT_T1 (line 636) | IFT_T1 = 0x12 constant IFT_ULTRA (line 637) | IFT_ULTRA = 0x1d constant IFT_V35 (line 638) | IFT_V35 = 0x2d constant IFT_X25 (line 639) | IFT_X25 = 0x5 constant IFT_X25DDN (line 640) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 641) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 642) | IFT_XETHER = 0x1a constant IGNBRK (line 643) | IGNBRK = 0x1 constant IGNCR (line 644) | IGNCR = 0x80 constant IGNPAR (line 645) | IGNPAR = 0x4 constant IMAXBEL (line 646) | IMAXBEL = 0x2000 constant INLCR (line 647) | INLCR = 0x40 constant INPCK (line 648) | INPCK = 0x10 constant IN_CLASSA_HOST (line 649) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 650) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 651) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 652) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 653) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 654) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 655) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 656) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 657) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 658) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 659) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 660) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 661) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 662) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 663) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 664) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 665) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 666) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 667) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 668) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 669) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 670) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 671) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 672) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 673) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 674) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 675) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 676) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 677) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 678) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 679) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 680) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 681) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 682) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 683) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 684) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 685) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 686) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 687) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 688) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 689) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 690) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 691) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 692) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 693) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 694) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 695) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 696) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 697) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 698) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 699) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 700) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 701) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 702) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 703) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 704) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 705) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 706) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 707) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 708) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 709) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 710) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 711) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 712) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 713) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 714) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 715) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 716) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 717) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 718) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 719) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 720) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 721) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 722) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 723) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 724) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 725) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 726) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 727) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 728) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 729) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 730) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 731) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 732) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 733) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 734) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 735) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 736) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 737) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 738) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 739) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 740) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 741) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 742) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 743) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 744) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 745) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 746) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 747) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 748) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 749) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 750) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 751) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 752) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 753) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 754) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 755) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 756) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 757) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 758) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 759) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 760) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 761) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 762) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 763) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 764) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 765) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 766) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 767) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 768) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 769) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 770) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 771) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 772) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 773) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 774) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 775) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 776) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 777) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 778) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 779) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 780) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 781) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 782) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 783) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 784) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 785) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 786) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 787) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 788) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 789) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 790) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 791) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 792) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 793) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 794) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 795) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 796) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 797) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 798) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 799) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 800) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 801) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 802) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 803) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 804) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 805) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 806) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 807) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 808) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 809) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 810) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 811) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 812) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 813) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 814) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 815) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 816) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 817) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 818) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 819) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 820) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 821) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 822) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 823) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 824) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 825) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 826) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 827) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 828) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 829) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 830) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 831) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 832) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 833) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 834) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 835) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 836) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 837) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 838) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 839) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 840) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 841) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 842) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 843) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 844) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 845) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 846) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 847) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 848) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 849) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 850) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 851) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 852) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 853) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 854) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 855) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 856) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 857) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 858) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 859) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 860) | IP_DF = 0x4000 constant IP_DONTFRAG (line 861) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 862) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 863) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 864) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 865) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 866) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 867) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 868) | IP_FAITH = 0x16 constant IP_FW_ADD (line 869) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 870) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 871) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 872) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 873) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 874) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 875) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 876) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 877) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 878) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 879) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 880) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 881) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 882) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 883) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 884) | IP_MSFILTER = 0x4a constant IP_MSS (line 885) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 886) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 887) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 888) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 889) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 890) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 891) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 892) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 893) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 894) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 895) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 896) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 897) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 898) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 899) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 900) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 901) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 902) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 903) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 904) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 905) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 906) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 907) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 908) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 909) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 910) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 911) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 912) | IP_RETOPTS = 0x8 constant IP_RF (line 913) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 914) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 915) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 916) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 917) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 918) | IP_STRIPHDR = 0x17 constant IP_TOS (line 919) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 920) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 921) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 922) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 923) | ISIG = 0x80 constant ISTRIP (line 924) | ISTRIP = 0x20 constant IUTF8 (line 925) | IUTF8 = 0x4000 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 933) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 934) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 935) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 936) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 937) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 938) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 939) | LOCK_EX = 0x2 constant LOCK_NB (line 940) | LOCK_NB = 0x4 constant LOCK_SH (line 941) | LOCK_SH = 0x1 constant LOCK_UN (line 942) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 943) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 944) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 945) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 946) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 947) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 948) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 949) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 950) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 951) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 952) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 953) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 954) | MAP_32BIT = 0x8000 constant MAP_ANON (line 955) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 956) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 957) | MAP_COPY = 0x2 constant MAP_FILE (line 958) | MAP_FILE = 0x0 constant MAP_FIXED (line 959) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 960) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 961) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 962) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 963) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 964) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 965) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 966) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 967) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 968) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 969) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 970) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 971) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 972) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 973) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 974) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 975) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 976) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 977) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 978) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 979) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 980) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 981) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 982) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 983) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 984) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 985) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 986) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 987) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 988) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 989) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 990) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 991) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 992) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 993) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 994) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 995) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 996) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 997) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 998) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 999) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 1000) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1001) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1002) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1003) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1004) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1005) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1006) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1007) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1008) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1009) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1010) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1011) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1012) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1013) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1014) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1015) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1016) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1017) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1018) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1019) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1020) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1021) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1022) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1023) | MSG_EOF = 0x100 constant MSG_EOR (line 1024) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1025) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1026) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1027) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1028) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1029) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1030) | MSG_OOB = 0x1 constant MSG_PEEK (line 1031) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1032) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1033) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1034) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1035) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1036) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1037) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1038) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1039) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1040) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1041) | MS_SYNC = 0x10 constant NAME_MAX (line 1042) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1043) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1044) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1045) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1046) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1047) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1048) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1049) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1050) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1051) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1052) | NFDBITS = 0x20 constant NL0 (line 1053) | NL0 = 0x0 constant NL1 (line 1054) | NL1 = 0x100 constant NL2 (line 1055) | NL2 = 0x200 constant NL3 (line 1056) | NL3 = 0x300 constant NLDLY (line 1057) | NLDLY = 0x300 constant NOFLSH (line 1058) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1059) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1060) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1061) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1062) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1063) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1064) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1065) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1066) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1067) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1068) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1069) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1070) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1071) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1072) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1073) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1074) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1075) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1076) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1077) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1078) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1079) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1080) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1081) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1082) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1083) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1084) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1085) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1086) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1087) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1088) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1089) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1090) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1091) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1092) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1093) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1094) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1095) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1096) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1097) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1098) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1101) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1102) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1103) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1104) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1105) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1106) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1107) | NOTE_WRITE = 0x2 constant OCRNL (line 1108) | OCRNL = 0x10 constant OFDEL (line 1109) | OFDEL = 0x20000 constant OFILL (line 1110) | OFILL = 0x80 constant ONLCR (line 1111) | ONLCR = 0x2 constant ONLRET (line 1112) | ONLRET = 0x40 constant ONOCR (line 1113) | ONOCR = 0x20 constant ONOEOT (line 1114) | ONOEOT = 0x8 constant OPOST (line 1115) | OPOST = 0x1 constant OXTABS (line 1116) | OXTABS = 0x4 constant O_ACCMODE (line 1117) | O_ACCMODE = 0x3 constant O_ALERT (line 1118) | O_ALERT = 0x20000000 constant O_APPEND (line 1119) | O_APPEND = 0x8 constant O_ASYNC (line 1120) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1121) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1122) | O_CREAT = 0x200 constant O_DIRECTORY (line 1123) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1124) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1125) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1126) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1127) | O_EVTONLY = 0x8000 constant O_EXCL (line 1128) | O_EXCL = 0x800 constant O_EXLOCK (line 1129) | O_EXLOCK = 0x20 constant O_FSYNC (line 1130) | O_FSYNC = 0x80 constant O_NDELAY (line 1131) | O_NDELAY = 0x4 constant O_NOCTTY (line 1132) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1133) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1134) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_POPUP (line 1136) | O_POPUP = 0x80000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_SHLOCK (line 1139) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1140) | O_SYMLINK = 0x200000 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PROT_EXEC (line 1151) | PROT_EXEC = 0x4 constant PROT_NONE (line 1152) | PROT_NONE = 0x0 constant PROT_READ (line 1153) | PROT_READ = 0x1 constant PROT_WRITE (line 1154) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1155) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1156) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1157) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1158) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1159) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1160) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1161) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1162) | PT_KILL = 0x8 constant PT_READ_D (line 1163) | PT_READ_D = 0x2 constant PT_READ_I (line 1164) | PT_READ_I = 0x1 constant PT_READ_U (line 1165) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1166) | PT_SIGEXC = 0xc constant PT_STEP (line 1167) | PT_STEP = 0x9 constant PT_THUPDATE (line 1168) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1169) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1170) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1171) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1172) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1173) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1174) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1175) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1176) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1177) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1178) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1179) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1180) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1181) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1182) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1183) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1184) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1185) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1186) | RTAX_BRD = 0x7 constant RTAX_DST (line 1187) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1188) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1189) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1190) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1191) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1192) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1193) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1194) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1195) | RTA_BRD = 0x80 constant RTA_DST (line 1196) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1197) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1198) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1199) | RTA_IFA = 0x20 constant RTA_IFP (line 1200) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1201) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1202) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1203) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1204) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1205) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1206) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1207) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1208) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1209) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1210) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1211) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1212) | RTF_HOST = 0x4 constant RTF_IFREF (line 1213) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1214) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1215) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1219) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1220) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1221) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1222) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1226) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1228) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1229) | RTF_STATIC = 0x800 constant RTF_UP (line 1230) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1231) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1232) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1233) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1237) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_GET2 (line 1239) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1241) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1242) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1246) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1247) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1248) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1249) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1250) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1251) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1252) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1253) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1254) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1255) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1256) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1257) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1258) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1259) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1260) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1261) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1264) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1267) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1269) | SEEK_DATA = 0x4 constant SEEK_END (line 1270) | SEEK_END = 0x2 constant SEEK_HOLE (line 1271) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1272) | SEEK_SET = 0x0 constant SHUT_RD (line 1273) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1274) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1275) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1276) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1277) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1278) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1279) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1280) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1281) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1282) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1283) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1284) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1285) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1286) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1287) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1288) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1289) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1290) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1291) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1292) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1293) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1294) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1295) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1296) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1297) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1298) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1299) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1300) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1301) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1302) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1303) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1304) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1305) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1306) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1307) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1308) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1309) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1310) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1311) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1312) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1313) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1314) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1315) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1316) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1317) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1318) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1319) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1320) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1321) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1322) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1323) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1324) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1325) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1326) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1327) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1328) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1329) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1330) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1331) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1332) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1333) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1334) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1335) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1336) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1337) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1338) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1339) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1340) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1341) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1342) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1343) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1344) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1345) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1346) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1347) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1348) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1349) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1350) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1351) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1352) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1353) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1354) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1355) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1356) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1357) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1358) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1359) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1360) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1361) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1362) | SO_LABEL = 0x1010 constant SO_LINGER (line 1363) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1364) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1365) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1366) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1367) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1368) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1369) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1370) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1371) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1372) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1373) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1374) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1375) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1376) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1377) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1378) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1379) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1380) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1381) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1382) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1383) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1384) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1385) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1386) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1387) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1388) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1389) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1390) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1391) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1392) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1393) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1394) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1395) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1396) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1397) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1398) | S_IEXEC = 0x40 constant S_IFBLK (line 1399) | S_IFBLK = 0x6000 constant S_IFCHR (line 1400) | S_IFCHR = 0x2000 constant S_IFDIR (line 1401) | S_IFDIR = 0x4000 constant S_IFIFO (line 1402) | S_IFIFO = 0x1000 constant S_IFLNK (line 1403) | S_IFLNK = 0xa000 constant S_IFMT (line 1404) | S_IFMT = 0xf000 constant S_IFREG (line 1405) | S_IFREG = 0x8000 constant S_IFSOCK (line 1406) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1407) | S_IFWHT = 0xe000 constant S_IREAD (line 1408) | S_IREAD = 0x100 constant S_IRGRP (line 1409) | S_IRGRP = 0x20 constant S_IROTH (line 1410) | S_IROTH = 0x4 constant S_IRUSR (line 1411) | S_IRUSR = 0x100 constant S_IRWXG (line 1412) | S_IRWXG = 0x38 constant S_IRWXO (line 1413) | S_IRWXO = 0x7 constant S_IRWXU (line 1414) | S_IRWXU = 0x1c0 constant S_ISGID (line 1415) | S_ISGID = 0x400 constant S_ISTXT (line 1416) | S_ISTXT = 0x200 constant S_ISUID (line 1417) | S_ISUID = 0x800 constant S_ISVTX (line 1418) | S_ISVTX = 0x200 constant S_IWGRP (line 1419) | S_IWGRP = 0x10 constant S_IWOTH (line 1420) | S_IWOTH = 0x2 constant S_IWRITE (line 1421) | S_IWRITE = 0x80 constant S_IWUSR (line 1422) | S_IWUSR = 0x80 constant S_IXGRP (line 1423) | S_IXGRP = 0x8 constant S_IXOTH (line 1424) | S_IXOTH = 0x1 constant S_IXUSR (line 1425) | S_IXUSR = 0x40 constant TAB0 (line 1426) | TAB0 = 0x0 constant TAB1 (line 1427) | TAB1 = 0x400 constant TAB2 (line 1428) | TAB2 = 0x800 constant TAB3 (line 1429) | TAB3 = 0x4 constant TABDLY (line 1430) | TABDLY = 0xc04 constant TCIFLUSH (line 1431) | TCIFLUSH = 0x1 constant TCIOFF (line 1432) | TCIOFF = 0x3 constant TCIOFLUSH (line 1433) | TCIOFLUSH = 0x3 constant TCION (line 1434) | TCION = 0x4 constant TCOFLUSH (line 1435) | TCOFLUSH = 0x2 constant TCOOFF (line 1436) | TCOOFF = 0x1 constant TCOON (line 1437) | TCOON = 0x2 constant TCPOPT_CC (line 1438) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1439) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1440) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1441) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1442) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1443) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1444) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1445) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1446) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1447) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1448) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1449) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1450) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1451) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1452) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1453) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1454) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1455) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1456) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1457) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1458) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1459) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1460) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1461) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1462) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1463) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1464) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1465) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1466) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1467) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1468) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1469) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1470) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1471) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1472) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1473) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1474) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1475) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1476) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1477) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1478) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1479) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1480) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1481) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1482) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1483) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1484) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1485) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1486) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1487) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1488) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1489) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1490) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1491) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1492) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1493) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1494) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1495) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1496) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1497) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1498) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1499) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1500) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1501) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1502) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1503) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1504) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1505) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1506) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1507) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1508) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1509) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1510) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1511) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1512) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1513) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1514) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1515) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1516) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1517) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1518) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1519) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1520) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1521) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1522) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1523) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1524) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1525) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1526) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1527) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1528) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1529) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1530) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1531) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1532) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1533) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1534) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1535) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1536) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1537) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1538) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1539) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1540) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1541) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1542) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1543) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1544) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1545) | TOSTOP = 0x400000 constant VDISCARD (line 1546) | VDISCARD = 0xf constant VDSUSP (line 1547) | VDSUSP = 0xb constant VEOF (line 1548) | VEOF = 0x0 constant VEOL (line 1549) | VEOL = 0x1 constant VEOL2 (line 1550) | VEOL2 = 0x2 constant VERASE (line 1551) | VERASE = 0x3 constant VINTR (line 1552) | VINTR = 0x8 constant VKILL (line 1553) | VKILL = 0x5 constant VLNEXT (line 1554) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1555) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1556) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1557) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1558) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1559) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1560) | VMIN = 0x10 constant VM_LOADAVG (line 1561) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1562) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1563) | VM_MAXID = 0x6 constant VM_METER (line 1564) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1565) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1566) | VQUIT = 0x9 constant VREPRINT (line 1567) | VREPRINT = 0x6 constant VSTART (line 1568) | VSTART = 0xc constant VSTATUS (line 1569) | VSTATUS = 0x12 constant VSTOP (line 1570) | VSTOP = 0xd constant VSUSP (line 1571) | VSUSP = 0xa constant VT0 (line 1572) | VT0 = 0x0 constant VT1 (line 1573) | VT1 = 0x10000 constant VTDLY (line 1574) | VTDLY = 0x10000 constant VTIME (line 1575) | VTIME = 0x11 constant VWERASE (line 1576) | VWERASE = 0x4 constant WCONTINUED (line 1577) | WCONTINUED = 0x10 constant WCOREFLAG (line 1578) | WCOREFLAG = 0x80 constant WEXITED (line 1579) | WEXITED = 0x4 constant WNOHANG (line 1580) | WNOHANG = 0x1 constant WNOWAIT (line 1581) | WNOWAIT = 0x20 constant WORDSIZE (line 1582) | WORDSIZE = 0x40 constant WSTOPPED (line 1583) | WSTOPPED = 0x8 constant WUNTRACED (line 1584) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1585) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1586) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1587) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1588) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1589) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1590) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1595) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1596) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1597) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1598) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1599) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1600) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1601) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1602) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1603) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1604) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1605) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1606) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1607) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1608) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1609) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1610) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1611) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1612) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1613) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1614) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1615) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1616) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1617) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1618) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1619) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1620) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1621) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1622) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1623) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1624) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1625) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1626) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1627) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1628) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1629) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1630) | EINVAL = syscall.Errno(0x16) constant EIO (line 1631) | EIO = syscall.Errno(0x5) constant EISCONN (line 1632) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1633) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1634) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1635) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1636) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1637) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1638) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1639) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1640) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1641) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1642) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1643) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1644) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1645) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1646) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1647) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1648) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1649) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1650) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1651) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1652) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1653) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1654) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1655) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1656) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1657) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1658) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1659) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1660) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1661) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1662) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1663) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1664) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1665) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1666) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1667) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1668) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1669) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1670) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1671) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1672) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1673) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1674) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1675) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1676) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1677) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1678) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1679) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1680) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1681) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1682) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1683) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1684) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1685) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1686) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1687) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1688) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1689) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1690) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1691) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1692) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1693) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1694) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1695) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1696) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1697) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1698) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1699) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1700) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1701) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1702) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1707) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1708) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1709) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1710) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1711) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1712) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1713) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1714) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1715) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1716) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1717) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1718) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1719) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1720) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1721) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1722) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1723) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1724) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1725) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1726) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1727) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1728) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1729) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1730) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1731) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1732) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1733) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1734) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1735) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1736) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1737) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1738) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_CNT (line 18) | AF_CNT = 0x15 constant AF_COIP (line 19) | AF_COIP = 0x14 constant AF_DATAKIT (line 20) | AF_DATAKIT = 0x9 constant AF_DECnet (line 21) | AF_DECnet = 0xc constant AF_DLI (line 22) | AF_DLI = 0xd constant AF_E164 (line 23) | AF_E164 = 0x1c constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 26) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1c constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_LAT (line 33) | AF_LAT = 0xe constant AF_LINK (line 34) | AF_LINK = 0x12 constant AF_LOCAL (line 35) | AF_LOCAL = 0x1 constant AF_MAX (line 36) | AF_MAX = 0x29 constant AF_NATM (line 37) | AF_NATM = 0x1f constant AF_NDRV (line 38) | AF_NDRV = 0x1b constant AF_NETBIOS (line 39) | AF_NETBIOS = 0x21 constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PPP (line 42) | AF_PPP = 0x22 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 44) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_SYSTEM (line 48) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 49) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 50) | AF_UNIX = 0x1 constant AF_UNSPEC (line 51) | AF_UNSPEC = 0x0 constant AF_UTUN (line 52) | AF_UTUN = 0x26 constant AF_VSOCK (line 53) | AF_VSOCK = 0x28 constant ALTWERASE (line 54) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 55) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 56) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 57) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 58) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 59) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 60) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 61) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 62) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 63) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 64) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 65) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 66) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 67) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 68) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 69) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 70) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 71) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 72) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 73) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 74) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 75) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 76) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 77) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 78) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 79) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 80) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 81) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 82) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 83) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 84) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 85) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 86) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 87) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 88) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 89) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 90) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 91) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 92) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 93) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 94) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 95) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 96) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 97) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 98) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 99) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 100) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 101) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 102) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 103) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 104) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 105) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 106) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 107) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 108) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 109) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 110) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 111) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 112) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 113) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 114) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 115) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 116) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 117) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 118) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 119) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 120) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 121) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 122) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 123) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 124) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 125) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 126) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 127) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 128) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 129) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 130) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 131) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 132) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 133) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 134) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 135) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 136) | B0 = 0x0 constant B110 (line 137) | B110 = 0x6e constant B115200 (line 138) | B115200 = 0x1c200 constant B1200 (line 139) | B1200 = 0x4b0 constant B134 (line 140) | B134 = 0x86 constant B14400 (line 141) | B14400 = 0x3840 constant B150 (line 142) | B150 = 0x96 constant B1800 (line 143) | B1800 = 0x708 constant B19200 (line 144) | B19200 = 0x4b00 constant B200 (line 145) | B200 = 0xc8 constant B230400 (line 146) | B230400 = 0x38400 constant B2400 (line 147) | B2400 = 0x960 constant B28800 (line 148) | B28800 = 0x7080 constant B300 (line 149) | B300 = 0x12c constant B38400 (line 150) | B38400 = 0x9600 constant B4800 (line 151) | B4800 = 0x12c0 constant B50 (line 152) | B50 = 0x32 constant B57600 (line 153) | B57600 = 0xe100 constant B600 (line 154) | B600 = 0x258 constant B7200 (line 155) | B7200 = 0x1c20 constant B75 (line 156) | B75 = 0x4b constant B76800 (line 157) | B76800 = 0x12c00 constant B9600 (line 158) | B9600 = 0x2580 constant BIOCFLUSH (line 159) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 160) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 161) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 162) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 163) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 164) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 165) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 166) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 167) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 168) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 169) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 170) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 171) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 172) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 173) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 174) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 175) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 176) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 177) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 178) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 179) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 180) | BIOCVERSION = 0x40044271 constant BPF_A (line 181) | BPF_A = 0x10 constant BPF_ABS (line 182) | BPF_ABS = 0x20 constant BPF_ADD (line 183) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 184) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 185) | BPF_ALU = 0x4 constant BPF_AND (line 186) | BPF_AND = 0x50 constant BPF_B (line 187) | BPF_B = 0x10 constant BPF_DIV (line 188) | BPF_DIV = 0x30 constant BPF_H (line 189) | BPF_H = 0x8 constant BPF_IMM (line 190) | BPF_IMM = 0x0 constant BPF_IND (line 191) | BPF_IND = 0x40 constant BPF_JA (line 192) | BPF_JA = 0x0 constant BPF_JEQ (line 193) | BPF_JEQ = 0x10 constant BPF_JGE (line 194) | BPF_JGE = 0x30 constant BPF_JGT (line 195) | BPF_JGT = 0x20 constant BPF_JMP (line 196) | BPF_JMP = 0x5 constant BPF_JSET (line 197) | BPF_JSET = 0x40 constant BPF_K (line 198) | BPF_K = 0x0 constant BPF_LD (line 199) | BPF_LD = 0x0 constant BPF_LDX (line 200) | BPF_LDX = 0x1 constant BPF_LEN (line 201) | BPF_LEN = 0x80 constant BPF_LSH (line 202) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 203) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 204) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 205) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 206) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 207) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 208) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 209) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 210) | BPF_MISC = 0x7 constant BPF_MSH (line 211) | BPF_MSH = 0xa0 constant BPF_MUL (line 212) | BPF_MUL = 0x20 constant BPF_NEG (line 213) | BPF_NEG = 0x80 constant BPF_OR (line 214) | BPF_OR = 0x40 constant BPF_RELEASE (line 215) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 216) | BPF_RET = 0x6 constant BPF_RSH (line 217) | BPF_RSH = 0x70 constant BPF_ST (line 218) | BPF_ST = 0x2 constant BPF_STX (line 219) | BPF_STX = 0x3 constant BPF_SUB (line 220) | BPF_SUB = 0x10 constant BPF_TAX (line 221) | BPF_TAX = 0x0 constant BPF_TXA (line 222) | BPF_TXA = 0x80 constant BPF_W (line 223) | BPF_W = 0x0 constant BPF_X (line 224) | BPF_X = 0x8 constant BRKINT (line 225) | BRKINT = 0x2 constant BS0 (line 226) | BS0 = 0x0 constant BS1 (line 227) | BS1 = 0x8000 constant BSDLY (line 228) | BSDLY = 0x8000 constant CFLUSH (line 229) | CFLUSH = 0xf constant CLOCAL (line 230) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 231) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 232) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 233) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 234) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 235) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 236) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 237) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 238) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 239) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 240) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 241) | CR0 = 0x0 constant CR1 (line 242) | CR1 = 0x1000 constant CR2 (line 243) | CR2 = 0x2000 constant CR3 (line 244) | CR3 = 0x3000 constant CRDLY (line 245) | CRDLY = 0x3000 constant CREAD (line 246) | CREAD = 0x800 constant CRTSCTS (line 247) | CRTSCTS = 0x30000 constant CS5 (line 248) | CS5 = 0x0 constant CS6 (line 249) | CS6 = 0x100 constant CS7 (line 250) | CS7 = 0x200 constant CS8 (line 251) | CS8 = 0x300 constant CSIZE (line 252) | CSIZE = 0x300 constant CSTART (line 253) | CSTART = 0x11 constant CSTATUS (line 254) | CSTATUS = 0x14 constant CSTOP (line 255) | CSTOP = 0x13 constant CSTOPB (line 256) | CSTOPB = 0x400 constant CSUSP (line 257) | CSUSP = 0x1a constant CTLIOCGINFO (line 258) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 259) | CTL_HW = 0x6 constant CTL_KERN (line 260) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 261) | CTL_MAXNAME = 0xc constant CTL_NET (line 262) | CTL_NET = 0x4 constant DLT_A429 (line 263) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 264) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 265) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 266) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 267) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 268) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 269) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 270) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 271) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 272) | DLT_AURORA = 0x7e constant DLT_AX25 (line 273) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 274) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 275) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 276) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 277) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 278) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 279) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 280) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 281) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 282) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 283) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 284) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 285) | DLT_DBUS = 0xe7 constant DLT_DECT (line 286) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 287) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 288) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 289) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 290) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 291) | DLT_EN3MB = 0x2 constant DLT_ENC (line 292) | DLT_ENC = 0x6d constant DLT_ERF (line 293) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 294) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 295) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 296) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 297) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 298) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 299) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 300) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 301) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 302) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 303) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 304) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 305) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 306) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 307) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 308) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 309) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 310) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 311) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 312) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 313) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 314) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 315) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 316) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 317) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 318) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 319) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 320) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 321) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 322) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 323) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 324) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 325) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 326) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 327) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 328) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 329) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 330) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 331) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 332) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 333) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 334) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 335) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 336) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 337) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 338) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 339) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 340) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 341) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 342) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 343) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 344) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 345) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 346) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 347) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 348) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 349) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 350) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 351) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 352) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 353) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 354) | DLT_LAPD = 0xcb constant DLT_LIN (line 355) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 356) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 357) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 358) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 359) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 360) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 361) | DLT_LOOP = 0x6c constant DLT_LTALK (line 362) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 363) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 364) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 365) | DLT_MFR = 0xb6 constant DLT_MOST (line 366) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 367) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 368) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 369) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 370) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 371) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 372) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 373) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 374) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 375) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 376) | DLT_NFLOG = 0xef constant DLT_NG40 (line 377) | DLT_NG40 = 0xf4 constant DLT_NULL (line 378) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 379) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 380) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 381) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 382) | DLT_PPI = 0xc0 constant DLT_PPP (line 383) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 384) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 385) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 386) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 387) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 388) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 389) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 390) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 391) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 392) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 393) | DLT_RAW = 0xc constant DLT_RIO (line 394) | DLT_RIO = 0x7c constant DLT_SCCP (line 395) | DLT_SCCP = 0x8e constant DLT_SITA (line 396) | DLT_SITA = 0xc4 constant DLT_SLIP (line 397) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 398) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 399) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 400) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 401) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 402) | DLT_TZSP = 0x80 constant DLT_USB (line 403) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 404) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 405) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 406) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 407) | DLT_USER0 = 0x93 constant DLT_USER1 (line 408) | DLT_USER1 = 0x94 constant DLT_USER10 (line 409) | DLT_USER10 = 0x9d constant DLT_USER11 (line 410) | DLT_USER11 = 0x9e constant DLT_USER12 (line 411) | DLT_USER12 = 0x9f constant DLT_USER13 (line 412) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 413) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 414) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 415) | DLT_USER2 = 0x95 constant DLT_USER3 (line 416) | DLT_USER3 = 0x96 constant DLT_USER4 (line 417) | DLT_USER4 = 0x97 constant DLT_USER5 (line 418) | DLT_USER5 = 0x98 constant DLT_USER6 (line 419) | DLT_USER6 = 0x99 constant DLT_USER7 (line 420) | DLT_USER7 = 0x9a constant DLT_USER8 (line 421) | DLT_USER8 = 0x9b constant DLT_USER9 (line 422) | DLT_USER9 = 0x9c constant DLT_WIHART (line 423) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 424) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 425) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 426) | DT_BLK = 0x6 constant DT_CHR (line 427) | DT_CHR = 0x2 constant DT_DIR (line 428) | DT_DIR = 0x4 constant DT_FIFO (line 429) | DT_FIFO = 0x1 constant DT_LNK (line 430) | DT_LNK = 0xa constant DT_REG (line 431) | DT_REG = 0x8 constant DT_SOCK (line 432) | DT_SOCK = 0xc constant DT_UNKNOWN (line 433) | DT_UNKNOWN = 0x0 constant DT_WHT (line 434) | DT_WHT = 0xe constant ECHO (line 435) | ECHO = 0x8 constant ECHOCTL (line 436) | ECHOCTL = 0x40 constant ECHOE (line 437) | ECHOE = 0x2 constant ECHOK (line 438) | ECHOK = 0x4 constant ECHOKE (line 439) | ECHOKE = 0x1 constant ECHONL (line 440) | ECHONL = 0x10 constant ECHOPRT (line 441) | ECHOPRT = 0x20 constant EVFILT_AIO (line 442) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 443) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 444) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 445) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 446) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 447) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 448) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 449) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 450) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 451) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 452) | EVFILT_USER = -0xa constant EVFILT_VM (line 453) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 454) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 455) | EVFILT_WRITE = -0x2 constant EV_ADD (line 456) | EV_ADD = 0x1 constant EV_CLEAR (line 457) | EV_CLEAR = 0x20 constant EV_DELETE (line 458) | EV_DELETE = 0x2 constant EV_DISABLE (line 459) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 460) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 461) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 462) | EV_ENABLE = 0x4 constant EV_EOF (line 463) | EV_EOF = 0x8000 constant EV_ERROR (line 464) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 465) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 466) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 467) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 468) | EV_OOBAND = 0x2000 constant EV_POLL (line 469) | EV_POLL = 0x1000 constant EV_RECEIPT (line 470) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 471) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 472) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 473) | EV_VANISHED = 0x200 constant EXTA (line 474) | EXTA = 0x4b00 constant EXTB (line 475) | EXTB = 0x9600 constant EXTPROC (line 476) | EXTPROC = 0x800 constant FD_CLOEXEC (line 477) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 478) | FD_SETSIZE = 0x400 constant FF0 (line 479) | FF0 = 0x0 constant FF1 (line 480) | FF1 = 0x4000 constant FFDLY (line 481) | FFDLY = 0x4000 constant FLUSHO (line 482) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 483) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 484) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 485) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 486) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 487) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 488) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 489) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 490) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 491) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 492) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 493) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 494) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 495) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 496) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 497) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 498) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 499) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 500) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 501) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 502) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 503) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 504) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 505) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 506) | F_GETCODEDIR = 0x48 constant F_GETFD (line 507) | F_GETFD = 0x1 constant F_GETFL (line 508) | F_GETFL = 0x3 constant F_GETLK (line 509) | F_GETLK = 0x7 constant F_GETLKPID (line 510) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 511) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 512) | F_GETOWN = 0x5 constant F_GETPATH (line 513) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 514) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 515) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 516) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 517) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 518) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 519) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 520) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 521) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 522) | F_NOCACHE = 0x30 constant F_NODIRECT (line 523) | F_NODIRECT = 0x3e constant F_OK (line 524) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 525) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 526) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 527) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 528) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 529) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 530) | F_RDAHEAD = 0x2d constant F_RDLCK (line 531) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 532) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 533) | F_SETFD = 0x2 constant F_SETFL (line 534) | F_SETFL = 0x4 constant F_SETLK (line 535) | F_SETLK = 0x8 constant F_SETLKW (line 536) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 537) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 538) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 539) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 540) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 541) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 542) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 543) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 544) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 545) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 546) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 547) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 548) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 549) | F_WRLCK = 0x3 constant HUPCL (line 550) | HUPCL = 0x4000 constant HW_MACHINE (line 551) | HW_MACHINE = 0x1 constant ICANON (line 552) | ICANON = 0x100 constant ICMP6_FILTER (line 553) | ICMP6_FILTER = 0x12 constant ICRNL (line 554) | ICRNL = 0x100 constant IEXTEN (line 555) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 556) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 557) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 558) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 559) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 560) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 561) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 562) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 563) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 564) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 565) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 566) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 567) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 568) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 569) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 570) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 571) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 572) | IFF_UP = 0x1 constant IFNAMSIZ (line 573) | IFNAMSIZ = 0x10 constant IFT_1822 (line 574) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 575) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 576) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 577) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 578) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 579) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 580) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 581) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 582) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 583) | IFT_CEPT = 0x13 constant IFT_DS3 (line 584) | IFT_DS3 = 0x1e constant IFT_ENC (line 585) | IFT_ENC = 0xf4 constant IFT_EON (line 586) | IFT_EON = 0x19 constant IFT_ETHER (line 587) | IFT_ETHER = 0x6 constant IFT_FAITH (line 588) | IFT_FAITH = 0x38 constant IFT_FDDI (line 589) | IFT_FDDI = 0xf constant IFT_FRELAY (line 590) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 591) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 592) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 593) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 594) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 595) | IFT_HSSI = 0x2e constant IFT_HY (line 596) | IFT_HY = 0xe constant IFT_IEEE1394 (line 597) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 598) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 599) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 600) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 601) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 602) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 603) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 604) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 605) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 606) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 607) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 608) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 609) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 610) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 611) | IFT_MODEM = 0x30 constant IFT_NSIP (line 612) | IFT_NSIP = 0x1b constant IFT_OTHER (line 613) | IFT_OTHER = 0x1 constant IFT_P10 (line 614) | IFT_P10 = 0xc constant IFT_P80 (line 615) | IFT_P80 = 0xd constant IFT_PARA (line 616) | IFT_PARA = 0x22 constant IFT_PDP (line 617) | IFT_PDP = 0xff constant IFT_PFLOG (line 618) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 619) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 620) | IFT_PKTAP = 0xfe constant IFT_PPP (line 621) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 622) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 623) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 624) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 625) | IFT_RS232 = 0x21 constant IFT_SDLC (line 626) | IFT_SDLC = 0x11 constant IFT_SIP (line 627) | IFT_SIP = 0x1f constant IFT_SLIP (line 628) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 629) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 630) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 631) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 632) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 633) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 634) | IFT_STARLAN = 0xb constant IFT_STF (line 635) | IFT_STF = 0x39 constant IFT_T1 (line 636) | IFT_T1 = 0x12 constant IFT_ULTRA (line 637) | IFT_ULTRA = 0x1d constant IFT_V35 (line 638) | IFT_V35 = 0x2d constant IFT_X25 (line 639) | IFT_X25 = 0x5 constant IFT_X25DDN (line 640) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 641) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 642) | IFT_XETHER = 0x1a constant IGNBRK (line 643) | IGNBRK = 0x1 constant IGNCR (line 644) | IGNCR = 0x80 constant IGNPAR (line 645) | IGNPAR = 0x4 constant IMAXBEL (line 646) | IMAXBEL = 0x2000 constant INLCR (line 647) | INLCR = 0x40 constant INPCK (line 648) | INPCK = 0x10 constant IN_CLASSA_HOST (line 649) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 650) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 651) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 652) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 653) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 654) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 655) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 656) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 657) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 658) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 659) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 660) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 661) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 662) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 663) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 664) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 665) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 666) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 667) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 668) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 669) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 670) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 671) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 672) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 673) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 674) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 675) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 676) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 677) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 678) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 679) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 680) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 681) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 682) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 683) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 684) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 685) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 686) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 687) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 688) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 689) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 690) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 691) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 692) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 693) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 694) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 695) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 696) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 697) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 698) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 699) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 700) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 701) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 702) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 703) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 704) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 705) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 706) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 707) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 708) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 709) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 710) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 711) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 712) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 713) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 714) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 715) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 716) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 717) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 718) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 719) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 720) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 721) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 722) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 723) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 724) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 725) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 726) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 727) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 728) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 729) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 730) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 731) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 732) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 733) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 734) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 735) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 736) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 737) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 738) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 739) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 740) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 741) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 742) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 743) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 744) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 745) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 746) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 747) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 748) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 749) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 750) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 751) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 752) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 753) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 754) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 755) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 756) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 757) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 758) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 759) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 760) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 761) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 762) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 763) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 764) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 765) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 766) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 767) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 768) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 769) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 770) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 771) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 772) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 773) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 774) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 775) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 776) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 777) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 778) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 779) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 780) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 781) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 782) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 783) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 784) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 785) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 786) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 787) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 788) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 789) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 790) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 791) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 792) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 793) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 794) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 795) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 796) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 797) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 798) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 799) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 800) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 801) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 802) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 803) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 804) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 805) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 806) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 807) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 808) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 809) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 810) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 811) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 812) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 813) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 814) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 815) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 816) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 817) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 818) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 819) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 820) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 821) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 822) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 823) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 824) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 825) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 826) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 827) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 828) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 829) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 830) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 831) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 832) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 833) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 834) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 835) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 836) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 837) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 838) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 839) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 840) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 841) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 842) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 843) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 844) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 845) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 846) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 847) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 848) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 849) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 850) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 851) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 852) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 853) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 854) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 855) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 856) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 857) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 858) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 859) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 860) | IP_DF = 0x4000 constant IP_DONTFRAG (line 861) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 862) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 863) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 864) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 865) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 866) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 867) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 868) | IP_FAITH = 0x16 constant IP_FW_ADD (line 869) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 870) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 871) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 872) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 873) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 874) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 875) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 876) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 877) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 878) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 879) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 880) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 881) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 882) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 883) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 884) | IP_MSFILTER = 0x4a constant IP_MSS (line 885) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 886) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 887) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 888) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 889) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 890) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 891) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 892) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 893) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 894) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 895) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 896) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 897) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 898) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 899) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 900) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 901) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 902) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 903) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 904) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 905) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 906) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 907) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 908) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 909) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 910) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 911) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 912) | IP_RETOPTS = 0x8 constant IP_RF (line 913) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 914) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 915) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 916) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 917) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 918) | IP_STRIPHDR = 0x17 constant IP_TOS (line 919) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 920) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 921) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 922) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 923) | ISIG = 0x80 constant ISTRIP (line 924) | ISTRIP = 0x20 constant IUTF8 (line 925) | IUTF8 = 0x4000 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 933) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 934) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 935) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 936) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 937) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 938) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 939) | LOCK_EX = 0x2 constant LOCK_NB (line 940) | LOCK_NB = 0x4 constant LOCK_SH (line 941) | LOCK_SH = 0x1 constant LOCK_UN (line 942) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 943) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 944) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 945) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 946) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 947) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 948) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 949) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 950) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 951) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 952) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 953) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 954) | MAP_32BIT = 0x8000 constant MAP_ANON (line 955) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 956) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 957) | MAP_COPY = 0x2 constant MAP_FILE (line 958) | MAP_FILE = 0x0 constant MAP_FIXED (line 959) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 960) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 961) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 962) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 963) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 964) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 965) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 966) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 967) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 968) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 969) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 970) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 971) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 972) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 973) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 974) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 975) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 976) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 977) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 978) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 979) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 980) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 981) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 982) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 983) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 984) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 985) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 986) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 987) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 988) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 989) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 990) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 991) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 992) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 993) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 994) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 995) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 996) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 997) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 998) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 999) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 1000) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1001) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1002) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1003) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1004) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1005) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1006) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1007) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1008) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1009) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1010) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1011) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1012) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1013) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1014) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1015) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1016) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1017) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1018) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1019) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1020) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1021) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1022) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1023) | MSG_EOF = 0x100 constant MSG_EOR (line 1024) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1025) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1026) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1027) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1028) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1029) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1030) | MSG_OOB = 0x1 constant MSG_PEEK (line 1031) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1032) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1033) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1034) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1035) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1036) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1037) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1038) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1039) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1040) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1041) | MS_SYNC = 0x10 constant NAME_MAX (line 1042) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1043) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1044) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1045) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1046) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1047) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1048) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1049) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1050) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1051) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1052) | NFDBITS = 0x20 constant NL0 (line 1053) | NL0 = 0x0 constant NL1 (line 1054) | NL1 = 0x100 constant NL2 (line 1055) | NL2 = 0x200 constant NL3 (line 1056) | NL3 = 0x300 constant NLDLY (line 1057) | NLDLY = 0x300 constant NOFLSH (line 1058) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1059) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1060) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1061) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1062) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1063) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1064) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1065) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1066) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1067) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1068) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1069) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1070) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1071) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1072) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1073) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1074) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1075) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1076) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1077) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1078) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1079) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1080) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1081) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1082) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1083) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1084) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1085) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1086) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1087) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1088) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1089) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1090) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1091) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1092) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1093) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1094) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1095) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1096) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1097) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1098) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1101) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1102) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1103) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1104) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1105) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1106) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1107) | NOTE_WRITE = 0x2 constant OCRNL (line 1108) | OCRNL = 0x10 constant OFDEL (line 1109) | OFDEL = 0x20000 constant OFILL (line 1110) | OFILL = 0x80 constant ONLCR (line 1111) | ONLCR = 0x2 constant ONLRET (line 1112) | ONLRET = 0x40 constant ONOCR (line 1113) | ONOCR = 0x20 constant ONOEOT (line 1114) | ONOEOT = 0x8 constant OPOST (line 1115) | OPOST = 0x1 constant OXTABS (line 1116) | OXTABS = 0x4 constant O_ACCMODE (line 1117) | O_ACCMODE = 0x3 constant O_ALERT (line 1118) | O_ALERT = 0x20000000 constant O_APPEND (line 1119) | O_APPEND = 0x8 constant O_ASYNC (line 1120) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1121) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1122) | O_CREAT = 0x200 constant O_DIRECTORY (line 1123) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1124) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1125) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1126) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1127) | O_EVTONLY = 0x8000 constant O_EXCL (line 1128) | O_EXCL = 0x800 constant O_EXLOCK (line 1129) | O_EXLOCK = 0x20 constant O_FSYNC (line 1130) | O_FSYNC = 0x80 constant O_NDELAY (line 1131) | O_NDELAY = 0x4 constant O_NOCTTY (line 1132) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1133) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1134) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_POPUP (line 1136) | O_POPUP = 0x80000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_SHLOCK (line 1139) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1140) | O_SYMLINK = 0x200000 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PROT_EXEC (line 1151) | PROT_EXEC = 0x4 constant PROT_NONE (line 1152) | PROT_NONE = 0x0 constant PROT_READ (line 1153) | PROT_READ = 0x1 constant PROT_WRITE (line 1154) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1155) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1156) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1157) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1158) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1159) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1160) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1161) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1162) | PT_KILL = 0x8 constant PT_READ_D (line 1163) | PT_READ_D = 0x2 constant PT_READ_I (line 1164) | PT_READ_I = 0x1 constant PT_READ_U (line 1165) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1166) | PT_SIGEXC = 0xc constant PT_STEP (line 1167) | PT_STEP = 0x9 constant PT_THUPDATE (line 1168) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1169) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1170) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1171) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1172) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1173) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1174) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1175) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1176) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1177) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1178) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1179) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1180) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1181) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1182) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1183) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1184) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1185) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1186) | RTAX_BRD = 0x7 constant RTAX_DST (line 1187) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1188) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1189) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1190) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1191) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1192) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1193) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1194) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1195) | RTA_BRD = 0x80 constant RTA_DST (line 1196) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1197) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1198) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1199) | RTA_IFA = 0x20 constant RTA_IFP (line 1200) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1201) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1202) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1203) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1204) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1205) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1206) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1207) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1208) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1209) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1210) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1211) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1212) | RTF_HOST = 0x4 constant RTF_IFREF (line 1213) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1214) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1215) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1219) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1220) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1221) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1222) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1226) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1228) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1229) | RTF_STATIC = 0x800 constant RTF_UP (line 1230) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1231) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1232) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1233) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1237) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_GET2 (line 1239) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1241) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1242) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1246) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1247) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1248) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1249) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1250) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1251) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1252) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1253) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1254) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1255) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1256) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1257) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1258) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1259) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1260) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1261) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1264) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1267) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1269) | SEEK_DATA = 0x4 constant SEEK_END (line 1270) | SEEK_END = 0x2 constant SEEK_HOLE (line 1271) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1272) | SEEK_SET = 0x0 constant SHUT_RD (line 1273) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1274) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1275) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1276) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1277) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1278) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1279) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1280) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1281) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1282) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1283) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1284) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1285) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1286) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1287) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1288) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1289) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1290) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1291) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1292) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1293) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1294) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1295) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1296) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1297) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1298) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1299) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1300) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1301) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1302) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1303) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1304) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1305) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1306) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1307) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1308) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1309) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1310) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1311) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1312) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1313) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1314) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1315) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1316) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1317) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1318) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1319) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1320) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1321) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1322) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1323) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1324) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1325) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1326) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1327) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1328) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1329) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1330) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1331) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1332) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1333) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1334) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1335) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1336) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1337) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1338) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1339) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1340) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1341) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1342) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1343) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1344) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1345) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1346) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1347) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1348) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1349) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1350) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1351) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1352) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1353) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1354) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1355) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1356) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1357) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1358) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1359) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1360) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1361) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1362) | SO_LABEL = 0x1010 constant SO_LINGER (line 1363) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1364) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1365) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1366) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1367) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1368) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1369) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1370) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1371) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1372) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1373) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1374) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1375) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1376) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1377) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1378) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1379) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1380) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1381) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1382) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1383) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1384) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1385) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1386) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1387) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1388) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1389) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1390) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1391) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1392) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1393) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1394) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1395) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1396) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1397) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1398) | S_IEXEC = 0x40 constant S_IFBLK (line 1399) | S_IFBLK = 0x6000 constant S_IFCHR (line 1400) | S_IFCHR = 0x2000 constant S_IFDIR (line 1401) | S_IFDIR = 0x4000 constant S_IFIFO (line 1402) | S_IFIFO = 0x1000 constant S_IFLNK (line 1403) | S_IFLNK = 0xa000 constant S_IFMT (line 1404) | S_IFMT = 0xf000 constant S_IFREG (line 1405) | S_IFREG = 0x8000 constant S_IFSOCK (line 1406) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1407) | S_IFWHT = 0xe000 constant S_IREAD (line 1408) | S_IREAD = 0x100 constant S_IRGRP (line 1409) | S_IRGRP = 0x20 constant S_IROTH (line 1410) | S_IROTH = 0x4 constant S_IRUSR (line 1411) | S_IRUSR = 0x100 constant S_IRWXG (line 1412) | S_IRWXG = 0x38 constant S_IRWXO (line 1413) | S_IRWXO = 0x7 constant S_IRWXU (line 1414) | S_IRWXU = 0x1c0 constant S_ISGID (line 1415) | S_ISGID = 0x400 constant S_ISTXT (line 1416) | S_ISTXT = 0x200 constant S_ISUID (line 1417) | S_ISUID = 0x800 constant S_ISVTX (line 1418) | S_ISVTX = 0x200 constant S_IWGRP (line 1419) | S_IWGRP = 0x10 constant S_IWOTH (line 1420) | S_IWOTH = 0x2 constant S_IWRITE (line 1421) | S_IWRITE = 0x80 constant S_IWUSR (line 1422) | S_IWUSR = 0x80 constant S_IXGRP (line 1423) | S_IXGRP = 0x8 constant S_IXOTH (line 1424) | S_IXOTH = 0x1 constant S_IXUSR (line 1425) | S_IXUSR = 0x40 constant TAB0 (line 1426) | TAB0 = 0x0 constant TAB1 (line 1427) | TAB1 = 0x400 constant TAB2 (line 1428) | TAB2 = 0x800 constant TAB3 (line 1429) | TAB3 = 0x4 constant TABDLY (line 1430) | TABDLY = 0xc04 constant TCIFLUSH (line 1431) | TCIFLUSH = 0x1 constant TCIOFF (line 1432) | TCIOFF = 0x3 constant TCIOFLUSH (line 1433) | TCIOFLUSH = 0x3 constant TCION (line 1434) | TCION = 0x4 constant TCOFLUSH (line 1435) | TCOFLUSH = 0x2 constant TCOOFF (line 1436) | TCOOFF = 0x1 constant TCOON (line 1437) | TCOON = 0x2 constant TCPOPT_CC (line 1438) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1439) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1440) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1441) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1442) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1443) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1444) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1445) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1446) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1447) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1448) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1449) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1450) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1451) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1452) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1453) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1454) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1455) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1456) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1457) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1458) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1459) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1460) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1461) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1462) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1463) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1464) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1465) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1466) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1467) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1468) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1469) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1470) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1471) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1472) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1473) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1474) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1475) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1476) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1477) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1478) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1479) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1480) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1481) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1482) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1483) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1484) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1485) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1486) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1487) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1488) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1489) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1490) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1491) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1492) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1493) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1494) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1495) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1496) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1497) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1498) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1499) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1500) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1501) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1502) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1503) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1504) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1505) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1506) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1507) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1508) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1509) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1510) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1511) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1512) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1513) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1514) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1515) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1516) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1517) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1518) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1519) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1520) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1521) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1522) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1523) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1524) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1525) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1526) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1527) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1528) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1529) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1530) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1531) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1532) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1533) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1534) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1535) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1536) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1537) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1538) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1539) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1540) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1541) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1542) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1543) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1544) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1545) | TOSTOP = 0x400000 constant VDISCARD (line 1546) | VDISCARD = 0xf constant VDSUSP (line 1547) | VDSUSP = 0xb constant VEOF (line 1548) | VEOF = 0x0 constant VEOL (line 1549) | VEOL = 0x1 constant VEOL2 (line 1550) | VEOL2 = 0x2 constant VERASE (line 1551) | VERASE = 0x3 constant VINTR (line 1552) | VINTR = 0x8 constant VKILL (line 1553) | VKILL = 0x5 constant VLNEXT (line 1554) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1555) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1556) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1557) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1558) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1559) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1560) | VMIN = 0x10 constant VM_LOADAVG (line 1561) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1562) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1563) | VM_MAXID = 0x6 constant VM_METER (line 1564) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1565) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1566) | VQUIT = 0x9 constant VREPRINT (line 1567) | VREPRINT = 0x6 constant VSTART (line 1568) | VSTART = 0xc constant VSTATUS (line 1569) | VSTATUS = 0x12 constant VSTOP (line 1570) | VSTOP = 0xd constant VSUSP (line 1571) | VSUSP = 0xa constant VT0 (line 1572) | VT0 = 0x0 constant VT1 (line 1573) | VT1 = 0x10000 constant VTDLY (line 1574) | VTDLY = 0x10000 constant VTIME (line 1575) | VTIME = 0x11 constant VWERASE (line 1576) | VWERASE = 0x4 constant WCONTINUED (line 1577) | WCONTINUED = 0x10 constant WCOREFLAG (line 1578) | WCOREFLAG = 0x80 constant WEXITED (line 1579) | WEXITED = 0x4 constant WNOHANG (line 1580) | WNOHANG = 0x1 constant WNOWAIT (line 1581) | WNOWAIT = 0x20 constant WORDSIZE (line 1582) | WORDSIZE = 0x40 constant WSTOPPED (line 1583) | WSTOPPED = 0x8 constant WUNTRACED (line 1584) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1585) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1586) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1587) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1588) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1589) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1590) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1595) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1596) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1597) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1598) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1599) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1600) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1601) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1602) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1603) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1604) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1605) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1606) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1607) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1608) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1609) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1610) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1611) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1612) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1613) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1614) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1615) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1616) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1617) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1618) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1619) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1620) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1621) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1622) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1623) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1624) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1625) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1626) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1627) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1628) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1629) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1630) | EINVAL = syscall.Errno(0x16) constant EIO (line 1631) | EIO = syscall.Errno(0x5) constant EISCONN (line 1632) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1633) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1634) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1635) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1636) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1637) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1638) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1639) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1640) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1641) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1642) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1643) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1644) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1645) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1646) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1647) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1648) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1649) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1650) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1651) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1652) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1653) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1654) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1655) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1656) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1657) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1658) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1659) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1660) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1661) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1662) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1663) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1664) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1665) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1666) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1667) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1668) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1669) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1670) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1671) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1672) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1673) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1674) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1675) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1676) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1677) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1678) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1679) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1680) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1681) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1682) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1683) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1684) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1685) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1686) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1687) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1688) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1689) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1690) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1691) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1692) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1693) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1694) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1695) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1696) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1697) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1698) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1699) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1700) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1701) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1702) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1707) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1708) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1709) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1710) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1711) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1712) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1713) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1714) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1715) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1716) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1717) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1718) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1719) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1720) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1721) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1722) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1723) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1724) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1725) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1726) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1727) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1728) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1729) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1730) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1731) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1732) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1733) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1734) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1735) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1736) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1737) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1738) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x21 constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x23 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x1c constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x22 constant AF_NATM (line 40) | AF_NATM = 0x1d constant AF_NETBIOS (line 41) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 42) | AF_NETGRAPH = 0x20 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_UNIX (line 48) | AF_UNIX = 0x1 constant AF_UNSPEC (line 49) | AF_UNSPEC = 0x0 constant ALTWERASE (line 50) | ALTWERASE = 0x200 constant B0 (line 51) | B0 = 0x0 constant B110 (line 52) | B110 = 0x6e constant B115200 (line 53) | B115200 = 0x1c200 constant B1200 (line 54) | B1200 = 0x4b0 constant B134 (line 55) | B134 = 0x86 constant B14400 (line 56) | B14400 = 0x3840 constant B150 (line 57) | B150 = 0x96 constant B1800 (line 58) | B1800 = 0x708 constant B19200 (line 59) | B19200 = 0x4b00 constant B200 (line 60) | B200 = 0xc8 constant B230400 (line 61) | B230400 = 0x38400 constant B2400 (line 62) | B2400 = 0x960 constant B28800 (line 63) | B28800 = 0x7080 constant B300 (line 64) | B300 = 0x12c constant B38400 (line 65) | B38400 = 0x9600 constant B460800 (line 66) | B460800 = 0x70800 constant B4800 (line 67) | B4800 = 0x12c0 constant B50 (line 68) | B50 = 0x32 constant B57600 (line 69) | B57600 = 0xe100 constant B600 (line 70) | B600 = 0x258 constant B7200 (line 71) | B7200 = 0x1c20 constant B75 (line 72) | B75 = 0x4b constant B76800 (line 73) | B76800 = 0x12c00 constant B921600 (line 74) | B921600 = 0xe1000 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFEEDBACK (line 76) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFEEDBACK (line 82) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 86) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 92) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x8010427b constant BIOCSFEEDBACK (line 96) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DEFAULTBUFSIZE (line 109) | BPF_DEFAULTBUFSIZE = 0x1000 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_H (line 111) | BPF_H = 0x8 constant BPF_IMM (line 112) | BPF_IMM = 0x0 constant BPF_IND (line 113) | BPF_IND = 0x40 constant BPF_JA (line 114) | BPF_JA = 0x0 constant BPF_JEQ (line 115) | BPF_JEQ = 0x10 constant BPF_JGE (line 116) | BPF_JGE = 0x30 constant BPF_JGT (line 117) | BPF_JGT = 0x20 constant BPF_JMP (line 118) | BPF_JMP = 0x5 constant BPF_JSET (line 119) | BPF_JSET = 0x40 constant BPF_K (line 120) | BPF_K = 0x0 constant BPF_LD (line 121) | BPF_LD = 0x0 constant BPF_LDX (line 122) | BPF_LDX = 0x1 constant BPF_LEN (line 123) | BPF_LEN = 0x80 constant BPF_LSH (line 124) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 125) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 126) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 127) | BPF_MAXINSNS = 0x200 constant BPF_MAX_CLONES (line 128) | BPF_MAX_CLONES = 0x80 constant BPF_MEM (line 129) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 130) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 131) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 132) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 133) | BPF_MISC = 0x7 constant BPF_MOD (line 134) | BPF_MOD = 0x90 constant BPF_MSH (line 135) | BPF_MSH = 0xa0 constant BPF_MUL (line 136) | BPF_MUL = 0x20 constant BPF_NEG (line 137) | BPF_NEG = 0x80 constant BPF_OR (line 138) | BPF_OR = 0x40 constant BPF_RELEASE (line 139) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 140) | BPF_RET = 0x6 constant BPF_RSH (line 141) | BPF_RSH = 0x70 constant BPF_ST (line 142) | BPF_ST = 0x2 constant BPF_STX (line 143) | BPF_STX = 0x3 constant BPF_SUB (line 144) | BPF_SUB = 0x10 constant BPF_TAX (line 145) | BPF_TAX = 0x0 constant BPF_TXA (line 146) | BPF_TXA = 0x80 constant BPF_W (line 147) | BPF_W = 0x0 constant BPF_X (line 148) | BPF_X = 0x8 constant BPF_XOR (line 149) | BPF_XOR = 0xa0 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 153) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 154) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 155) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 156) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 157) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 158) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 159) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 160) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 161) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 162) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 163) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 164) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 165) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 166) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 167) | CPUSTATES = 0x5 constant CP_IDLE (line 168) | CP_IDLE = 0x4 constant CP_INTR (line 169) | CP_INTR = 0x3 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SYS (line 171) | CP_SYS = 0x2 constant CP_USER (line 172) | CP_USER = 0x0 constant CREAD (line 173) | CREAD = 0x800 constant CRTSCTS (line 174) | CRTSCTS = 0x30000 constant CS5 (line 175) | CS5 = 0x0 constant CS6 (line 176) | CS6 = 0x100 constant CS7 (line 177) | CS7 = 0x200 constant CS8 (line 178) | CS8 = 0x300 constant CSIZE (line 179) | CSIZE = 0x300 constant CSTART (line 180) | CSTART = 0x11 constant CSTATUS (line 181) | CSTATUS = 0x14 constant CSTOP (line 182) | CSTOP = 0x13 constant CSTOPB (line 183) | CSTOPB = 0x400 constant CSUSP (line 184) | CSUSP = 0x1a constant CTL_HW (line 185) | CTL_HW = 0x6 constant CTL_KERN (line 186) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 187) | CTL_MAXNAME = 0xc constant CTL_NET (line 188) | CTL_NET = 0x4 constant DLT_A429 (line 189) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 190) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 191) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 192) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 193) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 194) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 195) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 196) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 197) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 198) | DLT_AURORA = 0x7e constant DLT_AX25 (line 199) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 200) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 201) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 202) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 203) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 204) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 205) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 206) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 207) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 208) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 209) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 210) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 211) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 212) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 213) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 214) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 215) | DLT_DBUS = 0xe7 constant DLT_DECT (line 216) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 217) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 218) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 219) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 220) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 221) | DLT_EN3MB = 0x2 constant DLT_ENC (line 222) | DLT_ENC = 0x6d constant DLT_EPON (line 223) | DLT_EPON = 0x103 constant DLT_ERF (line 224) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 225) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 226) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 227) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 228) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 229) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 230) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 231) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 232) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 233) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 234) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 235) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 236) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 237) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 238) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 239) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 240) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 241) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 242) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 243) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 244) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 245) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 246) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 247) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 248) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 249) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 250) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 251) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 252) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 253) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 254) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 255) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 256) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 257) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 258) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 259) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 260) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 261) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 262) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 263) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 264) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 265) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 266) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 267) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 268) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 269) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 270) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 271) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 272) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 273) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 274) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 275) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 276) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 277) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 278) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 279) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 280) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 281) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 282) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 283) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 284) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 285) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 286) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 287) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 288) | DLT_LAPD = 0xcb constant DLT_LIN (line 289) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 290) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 291) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 292) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 293) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 294) | DLT_LOOP = 0x6c constant DLT_LTALK (line 295) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 296) | DLT_MATCHING_MAX = 0x109 constant DLT_MATCHING_MIN (line 297) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 298) | DLT_MFR = 0xb6 constant DLT_MOST (line 299) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 300) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 301) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 302) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 303) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 304) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 305) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 306) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 307) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 308) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 309) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 310) | DLT_NFLOG = 0xef constant DLT_NG40 (line 311) | DLT_NG40 = 0xf4 constant DLT_NULL (line 312) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 313) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 314) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 315) | DLT_PFSYNC = 0x12 constant DLT_PKTAP (line 316) | DLT_PKTAP = 0x102 constant DLT_PPI (line 317) | DLT_PPI = 0xc0 constant DLT_PPP (line 318) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 319) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 320) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 321) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 322) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 323) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 324) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 325) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 326) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 327) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 328) | DLT_RAW = 0xc constant DLT_RDS (line 329) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 330) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 331) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 332) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 333) | DLT_SCCP = 0x8e constant DLT_SCTP (line 334) | DLT_SCTP = 0xf8 constant DLT_SITA (line 335) | DLT_SITA = 0xc4 constant DLT_SLIP (line 336) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 337) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 338) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 339) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 340) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 341) | DLT_TZSP = 0x80 constant DLT_USB (line 342) | DLT_USB = 0xba constant DLT_USBPCAP (line 343) | DLT_USBPCAP = 0xf9 constant DLT_USB_FREEBSD (line 344) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 345) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 346) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 347) | DLT_USER0 = 0x93 constant DLT_USER1 (line 348) | DLT_USER1 = 0x94 constant DLT_USER10 (line 349) | DLT_USER10 = 0x9d constant DLT_USER11 (line 350) | DLT_USER11 = 0x9e constant DLT_USER12 (line 351) | DLT_USER12 = 0x9f constant DLT_USER13 (line 352) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 353) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 354) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 355) | DLT_USER2 = 0x95 constant DLT_USER3 (line 356) | DLT_USER3 = 0x96 constant DLT_USER4 (line 357) | DLT_USER4 = 0x97 constant DLT_USER5 (line 358) | DLT_USER5 = 0x98 constant DLT_USER6 (line 359) | DLT_USER6 = 0x99 constant DLT_USER7 (line 360) | DLT_USER7 = 0x9a constant DLT_USER8 (line 361) | DLT_USER8 = 0x9b constant DLT_USER9 (line 362) | DLT_USER9 = 0x9c constant DLT_WATTSTOPPER_DLM (line 363) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 364) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 365) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 366) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 367) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 368) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 369) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 370) | DT_BLK = 0x6 constant DT_CHR (line 371) | DT_CHR = 0x2 constant DT_DBF (line 372) | DT_DBF = 0xf constant DT_DIR (line 373) | DT_DIR = 0x4 constant DT_FIFO (line 374) | DT_FIFO = 0x1 constant DT_LNK (line 375) | DT_LNK = 0xa constant DT_REG (line 376) | DT_REG = 0x8 constant DT_SOCK (line 377) | DT_SOCK = 0xc constant DT_UNKNOWN (line 378) | DT_UNKNOWN = 0x0 constant DT_WHT (line 379) | DT_WHT = 0xe constant ECHO (line 380) | ECHO = 0x8 constant ECHOCTL (line 381) | ECHOCTL = 0x40 constant ECHOE (line 382) | ECHOE = 0x2 constant ECHOK (line 383) | ECHOK = 0x4 constant ECHOKE (line 384) | ECHOKE = 0x1 constant ECHONL (line 385) | ECHONL = 0x10 constant ECHOPRT (line 386) | ECHOPRT = 0x20 constant EVFILT_AIO (line 387) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 388) | EVFILT_EXCEPT = -0x8 constant EVFILT_FS (line 389) | EVFILT_FS = -0xa constant EVFILT_MARKER (line 390) | EVFILT_MARKER = 0xf constant EVFILT_PROC (line 391) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 392) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 393) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 394) | EVFILT_SYSCOUNT = 0xa constant EVFILT_TIMER (line 395) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 396) | EVFILT_USER = -0x9 constant EVFILT_VNODE (line 397) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 398) | EVFILT_WRITE = -0x2 constant EV_ADD (line 399) | EV_ADD = 0x1 constant EV_CLEAR (line 400) | EV_CLEAR = 0x20 constant EV_DELETE (line 401) | EV_DELETE = 0x2 constant EV_DISABLE (line 402) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 403) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 404) | EV_ENABLE = 0x4 constant EV_EOF (line 405) | EV_EOF = 0x8000 constant EV_ERROR (line 406) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 407) | EV_FLAG1 = 0x2000 constant EV_HUP (line 408) | EV_HUP = 0x800 constant EV_NODATA (line 409) | EV_NODATA = 0x1000 constant EV_ONESHOT (line 410) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 411) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 412) | EV_SYSFLAGS = 0xf800 constant EXTA (line 413) | EXTA = 0x4b00 constant EXTB (line 414) | EXTB = 0x9600 constant EXTEXIT_LWP (line 415) | EXTEXIT_LWP = 0x10000 constant EXTEXIT_PROC (line 416) | EXTEXIT_PROC = 0x0 constant EXTEXIT_SETINT (line 417) | EXTEXIT_SETINT = 0x1 constant EXTEXIT_SIMPLE (line 418) | EXTEXIT_SIMPLE = 0x0 constant EXTPROC (line 419) | EXTPROC = 0x800 constant FD_CLOEXEC (line 420) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 421) | FD_SETSIZE = 0x400 constant FLUSHO (line 422) | FLUSHO = 0x800000 constant F_DUP2FD (line 423) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 424) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 425) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 426) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 427) | F_GETFD = 0x1 constant F_GETFL (line 428) | F_GETFL = 0x3 constant F_GETLK (line 429) | F_GETLK = 0x7 constant F_GETOWN (line 430) | F_GETOWN = 0x5 constant F_OK (line 431) | F_OK = 0x0 constant F_RDLCK (line 432) | F_RDLCK = 0x1 constant F_SETFD (line 433) | F_SETFD = 0x2 constant F_SETFL (line 434) | F_SETFL = 0x4 constant F_SETLK (line 435) | F_SETLK = 0x8 constant F_SETLKW (line 436) | F_SETLKW = 0x9 constant F_SETOWN (line 437) | F_SETOWN = 0x6 constant F_UNLCK (line 438) | F_UNLCK = 0x2 constant F_WRLCK (line 439) | F_WRLCK = 0x3 constant HUPCL (line 440) | HUPCL = 0x4000 constant HW_MACHINE (line 441) | HW_MACHINE = 0x1 constant ICANON (line 442) | ICANON = 0x100 constant ICMP6_FILTER (line 443) | ICMP6_FILTER = 0x12 constant ICRNL (line 444) | ICRNL = 0x100 constant IEXTEN (line 445) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 446) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 447) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 448) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 449) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 450) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 451) | IFF_CANTCHANGE = 0x318e72 constant IFF_DEBUG (line 452) | IFF_DEBUG = 0x4 constant IFF_IDIRECT (line 453) | IFF_IDIRECT = 0x200000 constant IFF_LINK0 (line 454) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 455) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 456) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 457) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 458) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 459) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 460) | IFF_NOARP = 0x80 constant IFF_NPOLLING (line 461) | IFF_NPOLLING = 0x100000 constant IFF_OACTIVE (line 462) | IFF_OACTIVE = 0x400 constant IFF_OACTIVE_COMPAT (line 463) | IFF_OACTIVE_COMPAT = 0x400 constant IFF_POINTOPOINT (line 464) | IFF_POINTOPOINT = 0x10 constant IFF_POLLING (line 465) | IFF_POLLING = 0x10000 constant IFF_POLLING_COMPAT (line 466) | IFF_POLLING_COMPAT = 0x10000 constant IFF_PPROMISC (line 467) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 468) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 469) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 470) | IFF_SIMPLEX = 0x800 constant IFF_SMART (line 471) | IFF_SMART = 0x20 constant IFF_STATICARP (line 472) | IFF_STATICARP = 0x80000 constant IFF_UP (line 473) | IFF_UP = 0x1 constant IFNAMSIZ (line 474) | IFNAMSIZ = 0x10 constant IFT_1822 (line 475) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 476) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 477) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 478) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 479) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 480) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 481) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 482) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 483) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 484) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 485) | IFT_ASYNC = 0x54 constant IFT_ATM (line 486) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 487) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 488) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 489) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 490) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 491) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 492) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 493) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 494) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 495) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 496) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 497) | IFT_BSC = 0x53 constant IFT_CARP (line 498) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 499) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 500) | IFT_CEPT = 0x13 constant IFT_CES (line 501) | IFT_CES = 0x85 constant IFT_CHANNEL (line 502) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 503) | IFT_CNR = 0x55 constant IFT_COFFEE (line 504) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 505) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 506) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 507) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 508) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 509) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 510) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 511) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 512) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DS0 (line 513) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 514) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 515) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 516) | IFT_DS3 = 0x1e constant IFT_DTM (line 517) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 518) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 519) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 520) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 521) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 522) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ENC (line 523) | IFT_ENC = 0xf4 constant IFT_EON (line 524) | IFT_EON = 0x19 constant IFT_EPLRS (line 525) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 526) | IFT_ESCON = 0x49 constant IFT_ETHER (line 527) | IFT_ETHER = 0x6 constant IFT_FAST (line 528) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 529) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 530) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 531) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 532) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 533) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 534) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 535) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 536) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 537) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 538) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 539) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 540) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 541) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 542) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 543) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 544) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 545) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 546) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 547) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 548) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 549) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 550) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 551) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 552) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 553) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 554) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 555) | IFT_HSSI = 0x2e constant IFT_HY (line 556) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 557) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 558) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 559) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 560) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 561) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 562) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 563) | IFT_IFGSN = 0x91 constant IFT_IMT (line 564) | IFT_IMT = 0xbe constant IFT_INTERLEAVE (line 565) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 566) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 567) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 568) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 569) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 570) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 571) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 572) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 573) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 574) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 575) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 576) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 577) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 578) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 579) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 580) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 581) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 582) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 583) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 584) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 585) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 586) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 587) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 588) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 589) | IFT_LAPB = 0x10 constant IFT_LAPD (line 590) | IFT_LAPD = 0x4d constant IFT_LAPF (line 591) | IFT_LAPF = 0x77 constant IFT_LOCALTALK (line 592) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 593) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 594) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 595) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 596) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 597) | IFT_MODEM = 0x30 constant IFT_MPC (line 598) | IFT_MPC = 0x71 constant IFT_MPLS (line 599) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 600) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 601) | IFT_MSDSL = 0x8f constant IFT_MVL (line 602) | IFT_MVL = 0xbf constant IFT_MYRINET (line 603) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 604) | IFT_NFAS = 0xaf constant IFT_NSIP (line 605) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 606) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 607) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 608) | IFT_OTHER = 0x1 constant IFT_P10 (line 609) | IFT_P10 = 0xc constant IFT_P80 (line 610) | IFT_P80 = 0xd constant IFT_PARA (line 611) | IFT_PARA = 0x22 constant IFT_PFLOG (line 612) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 613) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 614) | IFT_PLC = 0xae constant IFT_POS (line 615) | IFT_POS = 0xab constant IFT_PPP (line 616) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 617) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPBWAP2MP (line 618) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 619) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 620) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 621) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 622) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 623) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 624) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 625) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 626) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 627) | IFT_PVC = 0xf1 constant IFT_QLLC (line 628) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 629) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 630) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 631) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 632) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 633) | IFT_RS232 = 0x21 constant IFT_RSRB (line 634) | IFT_RSRB = 0x4f constant IFT_SDLC (line 635) | IFT_SDLC = 0x11 constant IFT_SDSL (line 636) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 637) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 638) | IFT_SIP = 0x1f constant IFT_SLIP (line 639) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 640) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 641) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 642) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 643) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 644) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 645) | IFT_SONETVT = 0x33 constant IFT_SRP (line 646) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 647) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 648) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 649) | IFT_STARLAN = 0xb constant IFT_STF (line 650) | IFT_STF = 0xf3 constant IFT_T1 (line 651) | IFT_T1 = 0x12 constant IFT_TDLC (line 652) | IFT_TDLC = 0x74 constant IFT_TERMPAD (line 653) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 654) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 655) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 656) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 657) | IFT_ULTRA = 0x1d constant IFT_USB (line 658) | IFT_USB = 0xa0 constant IFT_V11 (line 659) | IFT_V11 = 0x40 constant IFT_V35 (line 660) | IFT_V35 = 0x2d constant IFT_V36 (line 661) | IFT_V36 = 0x41 constant IFT_V37 (line 662) | IFT_V37 = 0x78 constant IFT_VDSL (line 663) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 664) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VOICEEM (line 665) | IFT_VOICEEM = 0x64 constant IFT_VOICEENCAP (line 666) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFXO (line 667) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 668) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 669) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERFRAMERELAY (line 670) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 671) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 672) | IFT_X213 = 0x5d constant IFT_X25 (line 673) | IFT_X25 = 0x5 constant IFT_X25DDN (line 674) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 675) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 676) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 677) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 678) | IFT_XETHER = 0x1a constant IGNBRK (line 679) | IGNBRK = 0x1 constant IGNCR (line 680) | IGNCR = 0x80 constant IGNPAR (line 681) | IGNPAR = 0x4 constant IMAXBEL (line 682) | IMAXBEL = 0x2000 constant INLCR (line 683) | INLCR = 0x40 constant INPCK (line 684) | INPCK = 0x10 constant IN_CLASSA_HOST (line 685) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 686) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 687) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 688) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 689) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 690) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 691) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 692) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 693) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 694) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 695) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 696) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 697) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 698) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 699) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 700) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 701) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 702) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 703) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 704) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 705) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 706) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 707) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 708) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 709) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 710) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 711) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 712) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 713) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 714) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 715) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 716) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 717) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 718) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 719) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 720) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 721) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 722) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 723) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 724) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 725) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 726) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 727) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 728) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 729) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 730) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 731) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 732) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 733) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 734) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 735) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 736) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 737) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 738) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 739) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 740) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 741) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 742) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 743) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 744) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 745) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 746) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 747) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 748) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 749) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 750) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 751) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 752) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 753) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 754) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 755) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 756) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 757) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 758) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 759) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 760) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 761) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 762) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 763) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 764) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MTP (line 765) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 766) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 767) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 768) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 769) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 770) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 771) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 772) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 773) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 774) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 775) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 776) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 777) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 778) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 779) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 780) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 781) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 782) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 783) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 784) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 785) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 786) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 787) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 788) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SDRP (line 789) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 790) | IPPROTO_SEP = 0x21 constant IPPROTO_SKIP (line 791) | IPPROTO_SKIP = 0x39 constant IPPROTO_SRPC (line 792) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 793) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 794) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 795) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 796) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 797) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 798) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 799) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 800) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 801) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 802) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 803) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 804) | IPPROTO_UDP = 0x11 constant IPPROTO_UNKNOWN (line 805) | IPPROTO_UNKNOWN = 0x102 constant IPPROTO_VINES (line 806) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 807) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 808) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 809) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 810) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 811) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 812) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 813) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 814) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 815) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 816) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 817) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 818) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 819) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 820) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 821) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWINFO_MASK (line 822) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 823) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 824) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 825) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 826) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 827) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 828) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 829) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 830) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 831) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 832) | IPV6_HOPOPTS = 0x31 constant IPV6_JOIN_GROUP (line 833) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 834) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 835) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 836) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHLIM (line 837) | IPV6_MINHLIM = 0x28 constant IPV6_MMTU (line 838) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 839) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 840) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 841) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 842) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 843) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 844) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 845) | IPV6_PKTINFO = 0x2e constant IPV6_PKTOPTIONS (line 846) | IPV6_PKTOPTIONS = 0x34 constant IPV6_PORTRANGE (line 847) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 848) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 849) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 850) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 851) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 852) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 853) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 854) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 855) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 856) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 857) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 858) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 859) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 860) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 861) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 862) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 863) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 864) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 865) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 866) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 867) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 868) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 869) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 870) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 871) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 872) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 873) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 874) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 875) | IP_DROP_MEMBERSHIP = 0xd constant IP_DUMMYNET_CONFIGURE (line 876) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 877) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 878) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 879) | IP_DUMMYNET_GET = 0x40 constant IP_FW_ADD (line 880) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 881) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 882) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 883) | IP_FW_GET = 0x36 constant IP_FW_RESETLOG (line 884) | IP_FW_RESETLOG = 0x37 constant IP_FW_TBL_ADD (line 885) | IP_FW_TBL_ADD = 0x2a constant IP_FW_TBL_CREATE (line 886) | IP_FW_TBL_CREATE = 0x28 constant IP_FW_TBL_DEL (line 887) | IP_FW_TBL_DEL = 0x2b constant IP_FW_TBL_DESTROY (line 888) | IP_FW_TBL_DESTROY = 0x29 constant IP_FW_TBL_EXPIRE (line 889) | IP_FW_TBL_EXPIRE = 0x2f constant IP_FW_TBL_FLUSH (line 890) | IP_FW_TBL_FLUSH = 0x2c constant IP_FW_TBL_GET (line 891) | IP_FW_TBL_GET = 0x2d constant IP_FW_TBL_ZERO (line 892) | IP_FW_TBL_ZERO = 0x2e constant IP_FW_X (line 893) | IP_FW_X = 0x31 constant IP_FW_ZERO (line 894) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 895) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 896) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 897) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 898) | IP_MF = 0x2000 constant IP_MINTTL (line 899) | IP_MINTTL = 0x42 constant IP_MSS (line 900) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 901) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 902) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 903) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 904) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 905) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 906) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 907) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 908) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 909) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 910) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 911) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 912) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 913) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 914) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 915) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 916) | IP_RETOPTS = 0x8 constant IP_RF (line 917) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 918) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 919) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 920) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 921) | IP_RSVP_VIF_ON = 0x11 constant IP_TOS (line 922) | IP_TOS = 0x3 constant IP_TTL (line 923) | IP_TTL = 0x4 constant ISIG (line 924) | ISIG = 0x80 constant ISTRIP (line 925) | ISTRIP = 0x20 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCK_EX (line 933) | LOCK_EX = 0x2 constant LOCK_NB (line 934) | LOCK_NB = 0x4 constant LOCK_SH (line 935) | LOCK_SH = 0x1 constant LOCK_UN (line 936) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 937) | MADV_AUTOSYNC = 0x7 constant MADV_CONTROL_END (line 938) | MADV_CONTROL_END = 0xb constant MADV_CONTROL_START (line 939) | MADV_CONTROL_START = 0xa constant MADV_CORE (line 940) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 941) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 942) | MADV_FREE = 0x5 constant MADV_INVAL (line 943) | MADV_INVAL = 0xa constant MADV_NOCORE (line 944) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 945) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 946) | MADV_NOSYNC = 0x6 constant MADV_RANDOM (line 947) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 948) | MADV_SEQUENTIAL = 0x2 constant MADV_SETMAP (line 949) | MADV_SETMAP = 0xb constant MADV_WILLNEED (line 950) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 951) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 952) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 953) | MAP_COPY = 0x2 constant MAP_FILE (line 954) | MAP_FILE = 0x0 constant MAP_FIXED (line 955) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 956) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 957) | MAP_INHERIT = 0x80 constant MAP_NOCORE (line 958) | MAP_NOCORE = 0x20000 constant MAP_NOEXTEND (line 959) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 960) | MAP_NORESERVE = 0x40 constant MAP_NOSYNC (line 961) | MAP_NOSYNC = 0x800 constant MAP_PRIVATE (line 962) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 963) | MAP_RENAME = 0x20 constant MAP_SHARED (line 964) | MAP_SHARED = 0x1 constant MAP_SIZEALIGN (line 965) | MAP_SIZEALIGN = 0x40000 constant MAP_STACK (line 966) | MAP_STACK = 0x400 constant MAP_TRYFIXED (line 967) | MAP_TRYFIXED = 0x10000 constant MAP_VPAGETABLE (line 968) | MAP_VPAGETABLE = 0x2000 constant MCL_CURRENT (line 969) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 970) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 971) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 972) | MNT_AUTOMOUNTED = 0x20 constant MNT_CMDFLAGS (line 973) | MNT_CMDFLAGS = 0xf0000 constant MNT_DEFEXPORTED (line 974) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 975) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 976) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 977) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 978) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 979) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 980) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 981) | MNT_FORCE = 0x80000 constant MNT_IGNORE (line 982) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 983) | MNT_LAZY = 0x4 constant MNT_LOCAL (line 984) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 985) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 986) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 987) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NODEV (line 988) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 989) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 990) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 991) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 992) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 993) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 994) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 995) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 996) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 997) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 998) | MNT_SUIDDIR = 0x100000 constant MNT_SYNCHRONOUS (line 999) | MNT_SYNCHRONOUS = 0x2 constant MNT_TRIM (line 1000) | MNT_TRIM = 0x1000000 constant MNT_UPDATE (line 1001) | MNT_UPDATE = 0x10000 constant MNT_USER (line 1002) | MNT_USER = 0x8000 constant MNT_VISFLAGMASK (line 1003) | MNT_VISFLAGMASK = 0xf1f0ffff constant MNT_WAIT (line 1004) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1005) | MSG_CMSG_CLOEXEC = 0x1000 constant MSG_CTRUNC (line 1006) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1007) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1008) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1009) | MSG_EOF = 0x100 constant MSG_EOR (line 1010) | MSG_EOR = 0x8 constant MSG_FBLOCKING (line 1011) | MSG_FBLOCKING = 0x10000 constant MSG_FMASK (line 1012) | MSG_FMASK = 0xffff0000 constant MSG_FNONBLOCKING (line 1013) | MSG_FNONBLOCKING = 0x20000 constant MSG_NOSIGNAL (line 1014) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1015) | MSG_OOB = 0x1 constant MSG_PEEK (line 1016) | MSG_PEEK = 0x2 constant MSG_SYNC (line 1017) | MSG_SYNC = 0x800 constant MSG_TRUNC (line 1018) | MSG_TRUNC = 0x10 constant MSG_UNUSED09 (line 1019) | MSG_UNUSED09 = 0x200 constant MSG_WAITALL (line 1020) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1021) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1022) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1023) | MS_SYNC = 0x0 constant NAME_MAX (line 1024) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1025) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1026) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1027) | NET_RT_IFLIST = 0x3 constant NET_RT_MAXID (line 1028) | NET_RT_MAXID = 0x4 constant NFDBITS (line 1029) | NFDBITS = 0x40 constant NOFLSH (line 1030) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1031) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1032) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1033) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1034) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1035) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1036) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1037) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1038) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1039) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1040) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1041) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1042) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1043) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1044) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1045) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1046) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1047) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1048) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1049) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1050) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1051) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1052) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1053) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1054) | NOTE_TRIGGER = 0x1000000 constant NOTE_WRITE (line 1055) | NOTE_WRITE = 0x2 constant OCRNL (line 1056) | OCRNL = 0x10 constant ONLCR (line 1057) | ONLCR = 0x2 constant ONLRET (line 1058) | ONLRET = 0x40 constant ONOCR (line 1059) | ONOCR = 0x20 constant ONOEOT (line 1060) | ONOEOT = 0x8 constant OPOST (line 1061) | OPOST = 0x1 constant OXTABS (line 1062) | OXTABS = 0x4 constant O_ACCMODE (line 1063) | O_ACCMODE = 0x3 constant O_APPEND (line 1064) | O_APPEND = 0x8 constant O_ASYNC (line 1065) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1066) | O_CLOEXEC = 0x20000 constant O_CREAT (line 1067) | O_CREAT = 0x200 constant O_DIRECT (line 1068) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1069) | O_DIRECTORY = 0x8000000 constant O_EXCL (line 1070) | O_EXCL = 0x800 constant O_EXLOCK (line 1071) | O_EXLOCK = 0x20 constant O_FAPPEND (line 1072) | O_FAPPEND = 0x100000 constant O_FASYNCWRITE (line 1073) | O_FASYNCWRITE = 0x800000 constant O_FBLOCKING (line 1074) | O_FBLOCKING = 0x40000 constant O_FMASK (line 1075) | O_FMASK = 0xfc0000 constant O_FNONBLOCKING (line 1076) | O_FNONBLOCKING = 0x80000 constant O_FOFFSET (line 1077) | O_FOFFSET = 0x200000 constant O_FSYNC (line 1078) | O_FSYNC = 0x80 constant O_FSYNCWRITE (line 1079) | O_FSYNCWRITE = 0x400000 constant O_NDELAY (line 1080) | O_NDELAY = 0x4 constant O_NOCTTY (line 1081) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1082) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1083) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1084) | O_RDONLY = 0x0 constant O_RDWR (line 1085) | O_RDWR = 0x2 constant O_SHLOCK (line 1086) | O_SHLOCK = 0x10 constant O_SYNC (line 1087) | O_SYNC = 0x80 constant O_TRUNC (line 1088) | O_TRUNC = 0x400 constant O_WRONLY (line 1089) | O_WRONLY = 0x1 constant PARENB (line 1090) | PARENB = 0x1000 constant PARMRK (line 1091) | PARMRK = 0x8 constant PARODD (line 1092) | PARODD = 0x2000 constant PENDIN (line 1093) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1094) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1095) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1096) | PRIO_USER = 0x2 constant PROT_EXEC (line 1097) | PROT_EXEC = 0x4 constant PROT_NONE (line 1098) | PROT_NONE = 0x0 constant PROT_READ (line 1099) | PROT_READ = 0x1 constant PROT_WRITE (line 1100) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1101) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1102) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1103) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1104) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1105) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1106) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1107) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1108) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1109) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1110) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1111) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1112) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1113) | RTAX_BRD = 0x7 constant RTAX_DST (line 1114) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1115) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1116) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1117) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1118) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1119) | RTAX_MAX = 0xb constant RTAX_MPLS1 (line 1120) | RTAX_MPLS1 = 0x8 constant RTAX_MPLS2 (line 1121) | RTAX_MPLS2 = 0x9 constant RTAX_MPLS3 (line 1122) | RTAX_MPLS3 = 0xa constant RTAX_NETMASK (line 1123) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1124) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1125) | RTA_BRD = 0x80 constant RTA_DST (line 1126) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1127) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1128) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1129) | RTA_IFA = 0x20 constant RTA_IFP (line 1130) | RTA_IFP = 0x10 constant RTA_MPLS1 (line 1131) | RTA_MPLS1 = 0x100 constant RTA_MPLS2 (line 1132) | RTA_MPLS2 = 0x200 constant RTA_MPLS3 (line 1133) | RTA_MPLS3 = 0x400 constant RTA_NETMASK (line 1134) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1135) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1136) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1137) | RTF_CLONING = 0x100 constant RTF_DONE (line 1138) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1139) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1140) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1141) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1142) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1143) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1144) | RTF_MODIFIED = 0x20 constant RTF_MPLSOPS (line 1145) | RTF_MPLSOPS = 0x1000000 constant RTF_MULTICAST (line 1146) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1147) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1148) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1149) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1150) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1151) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1152) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1153) | RTF_STATIC = 0x800 constant RTF_UP (line 1154) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1155) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1156) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1157) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1158) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1159) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1160) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1161) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1162) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1163) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1164) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1165) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1166) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1167) | RTM_LOSING = 0x5 constant RTM_MISS (line 1168) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1169) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1170) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1171) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1172) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1173) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1174) | RTM_VERSION = 0x7 constant RTV_EXPIRE (line 1175) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1176) | RTV_HOPCOUNT = 0x2 constant RTV_IWCAPSEGS (line 1177) | RTV_IWCAPSEGS = 0x400 constant RTV_IWMAXSEGS (line 1178) | RTV_IWMAXSEGS = 0x200 constant RTV_MSL (line 1179) | RTV_MSL = 0x100 constant RTV_MTU (line 1180) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1181) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1182) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1183) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1184) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1185) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1186) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1187) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1188) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1189) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1190) | SCM_TIMESTAMP = 0x2 constant SHUT_RD (line 1191) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1192) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1193) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1194) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1195) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1196) | SIOCAIFGROUP = 0x80286987 constant SIOCALIFADDR (line 1197) | SIOCALIFADDR = 0x8118691b constant SIOCATMARK (line 1198) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1199) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1200) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1201) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1202) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDLIFADDR (line 1203) | SIOCDLIFADDR = 0x8118691d constant SIOCGDRVSPEC (line 1204) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1205) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1206) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1207) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1208) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1209) | SIOCGIFALIAS = 0xc0406929 constant SIOCGIFBRDADDR (line 1210) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1211) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1212) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1213) | SIOCGIFDATA = 0xc0206926 constant SIOCGIFDSTADDR (line 1214) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1215) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1216) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1217) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1218) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1219) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMEDIA (line 1220) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1221) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1222) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1223) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1224) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1225) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPOLLCPU (line 1226) | SIOCGIFPOLLCPU = 0xc020697e constant SIOCGIFPSRCADDR (line 1227) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFSTATUS (line 1228) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFTSOLEN (line 1229) | SIOCGIFTSOLEN = 0xc0206980 constant SIOCGLIFADDR (line 1230) | SIOCGLIFADDR = 0xc118691c constant SIOCGLIFPHYADDR (line 1231) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLOWAT (line 1232) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1233) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1234) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1235) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCIFCREATE (line 1236) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1237) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1238) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1239) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1240) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1241) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1242) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1243) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1244) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDSTADDR (line 1245) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1246) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1247) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1248) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMEDIA (line 1249) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1250) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1251) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1252) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1253) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1254) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1255) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFPOLLCPU (line 1256) | SIOCSIFPOLLCPU = 0x8020697d constant SIOCSIFTSOLEN (line 1257) | SIOCSIFTSOLEN = 0x8020697f constant SIOCSLIFPHYADDR (line 1258) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLOWAT (line 1259) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1260) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 1261) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1262) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1263) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1264) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1265) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1266) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1267) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1268) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1269) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1270) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1271) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1272) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1273) | SO_BROADCAST = 0x20 constant SO_CPUHINT (line 1274) | SO_CPUHINT = 0x1030 constant SO_DEBUG (line 1275) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1276) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1277) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1278) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1279) | SO_LINGER = 0x80 constant SO_NOSIGPIPE (line 1280) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1281) | SO_OOBINLINE = 0x100 constant SO_RCVBUF (line 1282) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1283) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1284) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1285) | SO_RERROR = 0x2000 constant SO_REUSEADDR (line 1286) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1287) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1288) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1289) | SO_SNDLOWAT = 0x1003 constant SO_SNDSPACE (line 1290) | SO_SNDSPACE = 0x100a constant SO_SNDTIMEO (line 1291) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1292) | SO_TIMESTAMP = 0x400 constant SO_TYPE (line 1293) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1294) | SO_USELOOPBACK = 0x40 constant S_BLKSIZE (line 1295) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1296) | S_IEXEC = 0x40 constant S_IFBLK (line 1297) | S_IFBLK = 0x6000 constant S_IFCHR (line 1298) | S_IFCHR = 0x2000 constant S_IFDB (line 1299) | S_IFDB = 0x9000 constant S_IFDIR (line 1300) | S_IFDIR = 0x4000 constant S_IFIFO (line 1301) | S_IFIFO = 0x1000 constant S_IFLNK (line 1302) | S_IFLNK = 0xa000 constant S_IFMT (line 1303) | S_IFMT = 0xf000 constant S_IFREG (line 1304) | S_IFREG = 0x8000 constant S_IFSOCK (line 1305) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1306) | S_IFWHT = 0xe000 constant S_IREAD (line 1307) | S_IREAD = 0x100 constant S_IRGRP (line 1308) | S_IRGRP = 0x20 constant S_IROTH (line 1309) | S_IROTH = 0x4 constant S_IRUSR (line 1310) | S_IRUSR = 0x100 constant S_IRWXG (line 1311) | S_IRWXG = 0x38 constant S_IRWXO (line 1312) | S_IRWXO = 0x7 constant S_IRWXU (line 1313) | S_IRWXU = 0x1c0 constant S_ISGID (line 1314) | S_ISGID = 0x400 constant S_ISTXT (line 1315) | S_ISTXT = 0x200 constant S_ISUID (line 1316) | S_ISUID = 0x800 constant S_ISVTX (line 1317) | S_ISVTX = 0x200 constant S_IWGRP (line 1318) | S_IWGRP = 0x10 constant S_IWOTH (line 1319) | S_IWOTH = 0x2 constant S_IWRITE (line 1320) | S_IWRITE = 0x80 constant S_IWUSR (line 1321) | S_IWUSR = 0x80 constant S_IXGRP (line 1322) | S_IXGRP = 0x8 constant S_IXOTH (line 1323) | S_IXOTH = 0x1 constant S_IXUSR (line 1324) | S_IXUSR = 0x40 constant TAB0 (line 1325) | TAB0 = 0x0 constant TAB3 (line 1326) | TAB3 = 0x4 constant TABDLY (line 1327) | TABDLY = 0x4 constant TCIFLUSH (line 1328) | TCIFLUSH = 0x1 constant TCIOFF (line 1329) | TCIOFF = 0x3 constant TCIOFLUSH (line 1330) | TCIOFLUSH = 0x3 constant TCION (line 1331) | TCION = 0x4 constant TCOFLUSH (line 1332) | TCOFLUSH = 0x2 constant TCOOFF (line 1333) | TCOOFF = 0x1 constant TCOON (line 1334) | TCOON = 0x2 constant TCP_FASTKEEP (line 1335) | TCP_FASTKEEP = 0x80 constant TCP_KEEPCNT (line 1336) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1337) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1338) | TCP_KEEPINIT = 0x20 constant TCP_KEEPINTVL (line 1339) | TCP_KEEPINTVL = 0x200 constant TCP_MAXBURST (line 1340) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1341) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1342) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1343) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1344) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1345) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1346) | TCP_MINMSS = 0x100 constant TCP_MIN_WINSHIFT (line 1347) | TCP_MIN_WINSHIFT = 0x5 constant TCP_MSS (line 1348) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1349) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1350) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1351) | TCP_NOPUSH = 0x4 constant TCP_SIGNATURE_ENABLE (line 1352) | TCP_SIGNATURE_ENABLE = 0x10 constant TCSAFLUSH (line 1353) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1354) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1355) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1356) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1357) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1358) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1359) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1360) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1361) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1362) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1363) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1364) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1365) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1366) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1367) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1368) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1369) | TIOCGWINSZ = 0x40087468 constant TIOCISPTMASTER (line 1370) | TIOCISPTMASTER = 0x20007455 constant TIOCMBIC (line 1371) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1372) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1373) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1374) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1375) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1376) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1377) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1378) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1379) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1380) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1381) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1382) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1383) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1384) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1385) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1386) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1387) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1388) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1389) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1390) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1391) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1392) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1393) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1394) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1395) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1396) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1397) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1398) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1399) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1400) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1401) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1402) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1403) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1404) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1405) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1406) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1407) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1408) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1409) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1410) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1411) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1412) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1413) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1414) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1415) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1416) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1417) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1418) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1419) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1420) | TOSTOP = 0x400000 constant UTIME_NOW (line 1421) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1422) | UTIME_OMIT = -0x2 constant VCHECKPT (line 1423) | VCHECKPT = 0x13 constant VDISCARD (line 1424) | VDISCARD = 0xf constant VDSUSP (line 1425) | VDSUSP = 0xb constant VEOF (line 1426) | VEOF = 0x0 constant VEOL (line 1427) | VEOL = 0x1 constant VEOL2 (line 1428) | VEOL2 = 0x2 constant VERASE (line 1429) | VERASE = 0x3 constant VERASE2 (line 1430) | VERASE2 = 0x7 constant VINTR (line 1431) | VINTR = 0x8 constant VKILL (line 1432) | VKILL = 0x5 constant VLNEXT (line 1433) | VLNEXT = 0xe constant VMIN (line 1434) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1435) | VM_BCACHE_SIZE_MAX = 0x0 constant VM_SWZONE_SIZE_MAX (line 1436) | VM_SWZONE_SIZE_MAX = 0x4000000000 constant VQUIT (line 1437) | VQUIT = 0x9 constant VREPRINT (line 1438) | VREPRINT = 0x6 constant VSTART (line 1439) | VSTART = 0xc constant VSTATUS (line 1440) | VSTATUS = 0x12 constant VSTOP (line 1441) | VSTOP = 0xd constant VSUSP (line 1442) | VSUSP = 0xa constant VTIME (line 1443) | VTIME = 0x11 constant VWERASE (line 1444) | VWERASE = 0x4 constant WCONTINUED (line 1445) | WCONTINUED = 0x4 constant WCOREFLAG (line 1446) | WCOREFLAG = 0x80 constant WEXITED (line 1447) | WEXITED = 0x10 constant WLINUXCLONE (line 1448) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1449) | WNOHANG = 0x1 constant WNOWAIT (line 1450) | WNOWAIT = 0x8 constant WSTOPPED (line 1451) | WSTOPPED = 0x2 constant WTRAPPED (line 1452) | WTRAPPED = 0x20 constant WUNTRACED (line 1453) | WUNTRACED = 0x2 constant E2BIG (line 1458) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1459) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1460) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1461) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1462) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1463) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1464) | EALREADY = syscall.Errno(0x25) constant EASYNC (line 1465) | EASYNC = syscall.Errno(0x63) constant EAUTH (line 1466) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1467) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1468) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1469) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1470) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1471) | ECANCELED = syscall.Errno(0x55) constant ECHILD (line 1472) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1473) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1474) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1475) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1476) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1477) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1478) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1479) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1480) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1481) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1482) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1483) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1484) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1485) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1486) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1487) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1488) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1489) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1490) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1491) | EINVAL = syscall.Errno(0x16) constant EIO (line 1492) | EIO = syscall.Errno(0x5) constant EISCONN (line 1493) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1494) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1495) | ELAST = syscall.Errno(0x63) constant ELOOP (line 1496) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1497) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1498) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1499) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1500) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1501) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1502) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1503) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1504) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1505) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1506) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1507) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1508) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1509) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1510) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1511) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1512) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1513) | ENOLINK = syscall.Errno(0x5b) constant ENOMEDIUM (line 1514) | ENOMEDIUM = syscall.Errno(0x5d) constant ENOMEM (line 1515) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1516) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1517) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1518) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1519) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1520) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1521) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1522) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1523) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1524) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1525) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1526) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1527) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1528) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1529) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1530) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1531) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1532) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1533) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1534) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1535) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1536) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1537) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1538) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1539) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1540) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1541) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1542) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1543) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1544) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1545) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1546) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1547) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1548) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1549) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1550) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1551) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1552) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1553) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1554) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1559) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1560) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1561) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1562) | SIGCHLD = syscall.Signal(0x14) constant SIGCKPT (line 1563) | SIGCKPT = syscall.Signal(0x21) constant SIGCKPTEXIT (line 1564) | SIGCKPTEXIT = syscall.Signal(0x22) constant SIGCONT (line 1565) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1566) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1567) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1568) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1569) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1570) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1571) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1572) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1573) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1574) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1575) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1576) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1577) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1578) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1579) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1580) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1581) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1582) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1583) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1584) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1585) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1586) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1587) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1588) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1589) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1590) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1591) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1592) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1593) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4008426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8008426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc144648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc06c648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1027) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1028) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1029) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1030) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1031) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1032) | MAP_COPY = 0x2 constant MAP_EXCL (line 1033) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1034) | MAP_FILE = 0x0 constant MAP_FIXED (line 1035) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1036) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1037) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1038) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1039) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1040) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1041) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1042) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1043) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1044) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1045) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1046) | MAP_SHARED = 0x1 constant MAP_STACK (line 1047) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1048) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1049) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1050) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1051) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1052) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1053) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1054) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1055) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1056) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1057) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1058) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1059) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1060) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1061) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1062) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1063) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1064) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1065) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1066) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1067) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1068) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1069) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1070) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1071) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1072) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1073) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1074) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1075) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1076) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1077) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1078) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1079) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1080) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1081) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1082) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1083) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1084) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1085) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1086) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1087) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1088) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1089) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1090) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1091) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1092) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1093) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1094) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1095) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1096) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1097) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1098) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1099) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1100) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1101) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1102) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1103) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1104) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1105) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1106) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1107) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1108) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1109) | MSG_EOF = 0x100 constant MSG_EOR (line 1110) | MSG_EOR = 0x8 constant MSG_NBIO (line 1111) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1112) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1113) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1114) | MSG_OOB = 0x1 constant MSG_PEEK (line 1115) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1116) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1117) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1118) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1119) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1120) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1121) | MS_SYNC = 0x0 constant NAME_MAX (line 1122) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1123) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1124) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1125) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1126) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1127) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1128) | NFDBITS = 0x20 constant NOFLSH (line 1129) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1130) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1131) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1132) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1133) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1134) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1135) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1136) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1137) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1138) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1139) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1140) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1141) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1142) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1143) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1144) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1145) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1146) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1147) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1148) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1149) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1150) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1151) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1152) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1153) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1154) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1155) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1156) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1157) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1158) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1159) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1160) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1161) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1162) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1163) | NOTE_WRITE = 0x2 constant OCRNL (line 1164) | OCRNL = 0x10 constant ONLCR (line 1165) | ONLCR = 0x2 constant ONLRET (line 1166) | ONLRET = 0x40 constant ONOCR (line 1167) | ONOCR = 0x20 constant ONOEOT (line 1168) | ONOEOT = 0x8 constant OPOST (line 1169) | OPOST = 0x1 constant OXTABS (line 1170) | OXTABS = 0x4 constant O_ACCMODE (line 1171) | O_ACCMODE = 0x3 constant O_APPEND (line 1172) | O_APPEND = 0x8 constant O_ASYNC (line 1173) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1174) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1175) | O_CREAT = 0x200 constant O_DIRECT (line 1176) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1177) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1178) | O_EXCL = 0x800 constant O_EXEC (line 1179) | O_EXEC = 0x40000 constant O_EXLOCK (line 1180) | O_EXLOCK = 0x20 constant O_FSYNC (line 1181) | O_FSYNC = 0x80 constant O_NDELAY (line 1182) | O_NDELAY = 0x4 constant O_NOCTTY (line 1183) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1184) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1185) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1186) | O_RDONLY = 0x0 constant O_RDWR (line 1187) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1188) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1189) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1190) | O_SHLOCK = 0x10 constant O_SYNC (line 1191) | O_SYNC = 0x80 constant O_TRUNC (line 1192) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1193) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1194) | O_VERIFY = 0x200000 constant O_WRONLY (line 1195) | O_WRONLY = 0x1 constant PARENB (line 1196) | PARENB = 0x1000 constant PARMRK (line 1197) | PARMRK = 0x8 constant PARODD (line 1198) | PARODD = 0x2000 constant PENDIN (line 1199) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1200) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1201) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1202) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1203) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1204) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1205) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1206) | PRIO_USER = 0x2 constant PROT_EXEC (line 1207) | PROT_EXEC = 0x4 constant PROT_NONE (line 1208) | PROT_NONE = 0x0 constant PROT_READ (line 1209) | PROT_READ = 0x1 constant PROT_WRITE (line 1210) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1211) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1212) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1213) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1214) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1215) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1216) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1217) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1218) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1219) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1220) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1221) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1222) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1223) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1224) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1225) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1226) | PT_GETFPREGS = 0x23 constant PT_GETFSBASE (line 1227) | PT_GETFSBASE = 0x47 constant PT_GETGSBASE (line 1228) | PT_GETGSBASE = 0x49 constant PT_GETLWPLIST (line 1229) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1230) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1231) | PT_GETREGS = 0x21 constant PT_GETXMMREGS (line 1232) | PT_GETXMMREGS = 0x40 constant PT_GETXSTATE (line 1233) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1234) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1235) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1236) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1237) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1238) | PT_IO = 0xc constant PT_KILL (line 1239) | PT_KILL = 0x8 constant PT_LWPINFO (line 1240) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1241) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1242) | PT_READ_D = 0x2 constant PT_READ_I (line 1243) | PT_READ_I = 0x1 constant PT_RESUME (line 1244) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1245) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1246) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1247) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1248) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1249) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1250) | PT_SETSTEP = 0x11 constant PT_SETXMMREGS (line 1251) | PT_SETXMMREGS = 0x41 constant PT_SETXSTATE (line 1252) | PT_SETXSTATE = 0x46 constant PT_SET_EVENT_MASK (line 1253) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1254) | PT_STEP = 0x9 constant PT_SUSPEND (line 1255) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1256) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1257) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1258) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1259) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1260) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1261) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1262) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1263) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1264) | P_ZONEID = 0xc constant RLIMIT_AS (line 1265) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1266) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1267) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1268) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1269) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1270) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1271) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1272) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1273) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1274) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1275) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1276) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1277) | RTAX_BRD = 0x7 constant RTAX_DST (line 1278) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1279) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1280) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1281) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1282) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1283) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1284) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1285) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1286) | RTA_BRD = 0x80 constant RTA_DST (line 1287) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1288) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1289) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1290) | RTA_IFA = 0x20 constant RTA_IFP (line 1291) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1292) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1293) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1294) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1295) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1296) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1297) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1298) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1299) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1300) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1301) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1302) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1303) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1304) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1305) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1306) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1307) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1308) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1309) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1310) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1311) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1312) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1313) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1314) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1315) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1316) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1317) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1318) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1319) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1320) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1321) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1322) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1323) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1324) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1325) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1326) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1327) | RTM_LOSING = 0x5 constant RTM_MISS (line 1328) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1329) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1330) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1331) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1332) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1333) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1334) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1335) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1336) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1337) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1338) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1339) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1340) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1341) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1342) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1343) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1344) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1345) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1346) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1347) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1348) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1349) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1350) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1351) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1352) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1353) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1354) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1355) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1356) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1357) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1358) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1359) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1360) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1361) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1362) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1363) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1364) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1365) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1366) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1367) | SEEK_DATA = 0x3 constant SEEK_END (line 1368) | SEEK_END = 0x2 constant SEEK_HOLE (line 1369) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1370) | SEEK_SET = 0x0 constant SHUT_RD (line 1371) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1372) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1373) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1374) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1375) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1376) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1377) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1378) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1379) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1380) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1381) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1382) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1383) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1384) | SIOCGETVIFCNT = 0xc014720f constant SIOCGHIWAT (line 1385) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1386) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1387) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1388) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1389) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1390) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1391) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1392) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDESCR (line 1393) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1394) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1395) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1396) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1397) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1398) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1399) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1400) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1401) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1402) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1403) | SIOCGIFMEDIA = 0xc0286938 constant SIOCGIFMETRIC (line 1404) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1405) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1406) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1407) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1408) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1409) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1410) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1411) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1412) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1413) | SIOCGIFXMEDIA = 0xc028698b constant SIOCGLANPCP (line 1414) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1415) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1416) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1417) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1418) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1419) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1420) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1421) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1422) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1423) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSDRVSPEC (line 1424) | SIOCSDRVSPEC = 0x801c697b constant SIOCSHIWAT (line 1425) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1426) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1427) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1428) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1429) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1430) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1431) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1432) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1433) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1434) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1435) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1436) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1437) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1438) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1439) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1440) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1441) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1442) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1443) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1444) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1445) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1446) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1447) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1448) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1449) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1450) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1451) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1452) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1453) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1454) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1455) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1456) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1457) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1458) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1459) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1460) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1461) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1462) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1463) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1464) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1465) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1466) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1467) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1468) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1469) | SO_LABEL = 0x1009 constant SO_LINGER (line 1470) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1471) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1472) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1473) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1474) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1475) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1476) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1477) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1478) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1479) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1480) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1481) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1482) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1483) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1484) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1485) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1486) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1487) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1488) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1489) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1490) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1491) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1492) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1493) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1494) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1495) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1496) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1497) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1498) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1499) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1500) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1501) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1502) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1503) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1504) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1505) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1506) | S_IEXEC = 0x40 constant S_IFBLK (line 1507) | S_IFBLK = 0x6000 constant S_IFCHR (line 1508) | S_IFCHR = 0x2000 constant S_IFDIR (line 1509) | S_IFDIR = 0x4000 constant S_IFIFO (line 1510) | S_IFIFO = 0x1000 constant S_IFLNK (line 1511) | S_IFLNK = 0xa000 constant S_IFMT (line 1512) | S_IFMT = 0xf000 constant S_IFREG (line 1513) | S_IFREG = 0x8000 constant S_IFSOCK (line 1514) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1515) | S_IFWHT = 0xe000 constant S_IREAD (line 1516) | S_IREAD = 0x100 constant S_IRGRP (line 1517) | S_IRGRP = 0x20 constant S_IROTH (line 1518) | S_IROTH = 0x4 constant S_IRUSR (line 1519) | S_IRUSR = 0x100 constant S_IRWXG (line 1520) | S_IRWXG = 0x38 constant S_IRWXO (line 1521) | S_IRWXO = 0x7 constant S_IRWXU (line 1522) | S_IRWXU = 0x1c0 constant S_ISGID (line 1523) | S_ISGID = 0x400 constant S_ISTXT (line 1524) | S_ISTXT = 0x200 constant S_ISUID (line 1525) | S_ISUID = 0x800 constant S_ISVTX (line 1526) | S_ISVTX = 0x200 constant S_IWGRP (line 1527) | S_IWGRP = 0x10 constant S_IWOTH (line 1528) | S_IWOTH = 0x2 constant S_IWRITE (line 1529) | S_IWRITE = 0x80 constant S_IWUSR (line 1530) | S_IWUSR = 0x80 constant S_IXGRP (line 1531) | S_IXGRP = 0x8 constant S_IXOTH (line 1532) | S_IXOTH = 0x1 constant S_IXUSR (line 1533) | S_IXUSR = 0x40 constant TAB0 (line 1534) | TAB0 = 0x0 constant TAB3 (line 1535) | TAB3 = 0x4 constant TABDLY (line 1536) | TABDLY = 0x4 constant TCIFLUSH (line 1537) | TCIFLUSH = 0x1 constant TCIOFF (line 1538) | TCIOFF = 0x3 constant TCIOFLUSH (line 1539) | TCIOFLUSH = 0x3 constant TCION (line 1540) | TCION = 0x4 constant TCOFLUSH (line 1541) | TCOFLUSH = 0x2 constant TCOOFF (line 1542) | TCOOFF = 0x1 constant TCOON (line 1543) | TCOON = 0x2 constant TCPOPT_EOL (line 1544) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1545) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1546) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1547) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1548) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1549) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1550) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1551) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1552) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1553) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1554) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1555) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1556) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1557) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1558) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1559) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1560) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1561) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1562) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1563) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1564) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1565) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1566) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1567) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1568) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1569) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1570) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1571) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1572) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1573) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1574) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1575) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1576) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1577) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1578) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1579) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1580) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1581) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1582) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1583) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1584) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1585) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1586) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1587) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1588) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1589) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1590) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1591) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1592) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1593) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1594) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1595) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1596) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1597) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1598) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1599) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1600) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1601) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1602) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1603) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1604) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1605) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1606) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1607) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1608) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1609) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1610) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1611) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1612) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1613) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1614) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1615) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1616) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1617) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1618) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1619) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1620) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1621) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1622) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1623) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1624) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1625) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1626) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1627) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1628) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1629) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1630) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1631) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1632) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1633) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1634) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1635) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1636) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1637) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1638) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1639) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1640) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1641) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1642) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1643) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1644) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1645) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1646) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1647) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1648) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1649) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1650) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1651) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1652) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1653) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1654) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1655) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1656) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1657) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1658) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1659) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1660) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1661) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1662) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1663) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1664) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1665) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1666) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1667) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1668) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1669) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1670) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1671) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1672) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1673) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1674) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1675) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1676) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1677) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1678) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1679) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1680) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1681) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1682) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1683) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1684) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1685) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1686) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1687) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1688) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1689) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1690) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1691) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1692) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1693) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1694) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1695) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1696) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1697) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1698) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1699) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1700) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1701) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1702) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1703) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1704) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1705) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1706) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1707) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1708) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1709) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1710) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1711) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1712) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1713) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1714) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1715) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1716) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1717) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1718) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1719) | TIOCTIMESTAMP = 0x40087459 constant TIOCUCNTL (line 1720) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1721) | TOSTOP = 0x400000 constant UTIME_NOW (line 1722) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1723) | UTIME_OMIT = -0x2 constant VDISCARD (line 1724) | VDISCARD = 0xf constant VDSUSP (line 1725) | VDSUSP = 0xb constant VEOF (line 1726) | VEOF = 0x0 constant VEOL (line 1727) | VEOL = 0x1 constant VEOL2 (line 1728) | VEOL2 = 0x2 constant VERASE (line 1729) | VERASE = 0x3 constant VERASE2 (line 1730) | VERASE2 = 0x7 constant VINTR (line 1731) | VINTR = 0x8 constant VKILL (line 1732) | VKILL = 0x5 constant VLNEXT (line 1733) | VLNEXT = 0xe constant VMIN (line 1734) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1735) | VM_BCACHE_SIZE_MAX = 0x70e0000 constant VM_SWZONE_SIZE_MAX (line 1736) | VM_SWZONE_SIZE_MAX = 0x2280000 constant VQUIT (line 1737) | VQUIT = 0x9 constant VREPRINT (line 1738) | VREPRINT = 0x6 constant VSTART (line 1739) | VSTART = 0xc constant VSTATUS (line 1740) | VSTATUS = 0x12 constant VSTOP (line 1741) | VSTOP = 0xd constant VSUSP (line 1742) | VSUSP = 0xa constant VTIME (line 1743) | VTIME = 0x11 constant VWERASE (line 1744) | VWERASE = 0x4 constant WCONTINUED (line 1745) | WCONTINUED = 0x4 constant WCOREFLAG (line 1746) | WCOREFLAG = 0x80 constant WEXITED (line 1747) | WEXITED = 0x10 constant WLINUXCLONE (line 1748) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1749) | WNOHANG = 0x1 constant WNOWAIT (line 1750) | WNOWAIT = 0x8 constant WSTOPPED (line 1751) | WSTOPPED = 0x2 constant WTRAPPED (line 1752) | WTRAPPED = 0x20 constant WUNTRACED (line 1753) | WUNTRACED = 0x2 constant E2BIG (line 1758) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1759) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1760) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1761) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1762) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1763) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1764) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1765) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1766) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1767) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1768) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1769) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1770) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1771) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1772) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1773) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1774) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1775) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1776) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1777) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1778) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1779) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1780) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1781) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1782) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1783) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1784) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1785) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1786) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1787) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1788) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1789) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1790) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1791) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1792) | EINVAL = syscall.Errno(0x16) constant EIO (line 1793) | EIO = syscall.Errno(0x5) constant EISCONN (line 1794) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1795) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1796) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1797) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1798) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1799) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1800) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1801) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1802) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1803) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1804) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1805) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1806) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1807) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1808) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1809) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1810) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1811) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1812) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1813) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1814) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1815) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1816) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1817) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1818) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1819) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1820) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1821) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1822) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1823) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1824) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1825) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1826) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1827) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1828) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1829) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1830) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1831) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1832) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1833) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1834) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1835) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1836) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1837) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1838) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1839) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1840) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1841) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1842) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1843) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1844) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1845) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1846) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1847) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1848) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1849) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1850) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1851) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1852) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1853) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1854) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1855) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1856) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1857) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1862) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1863) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1864) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1865) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1866) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1867) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1868) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1869) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1870) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1871) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1872) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1873) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1874) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1875) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1876) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1877) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1878) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1879) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1880) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1881) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1882) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1883) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1884) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1885) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1886) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1887) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1888) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1889) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1890) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1891) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1892) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1893) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1894) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1895) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1896) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1027) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1028) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1029) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1030) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1031) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1032) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1033) | MAP_COPY = 0x2 constant MAP_EXCL (line 1034) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1035) | MAP_FILE = 0x0 constant MAP_FIXED (line 1036) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1037) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1038) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1039) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1040) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1041) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1042) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1043) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1044) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1045) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1046) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1047) | MAP_SHARED = 0x1 constant MAP_STACK (line 1048) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1049) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1050) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1051) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1052) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1053) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1054) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1055) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1056) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1057) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1058) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1059) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1060) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1061) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1062) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1063) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1064) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1065) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1066) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1067) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1068) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1069) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1070) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1071) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1072) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1073) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1074) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1075) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1076) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1077) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1078) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1079) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1080) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1081) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1082) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1083) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1084) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1085) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1086) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1087) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1088) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1089) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1090) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1091) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1092) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1093) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1094) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1095) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1096) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1097) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1098) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1099) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1100) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1101) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1102) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1103) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1104) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1105) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1106) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1107) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1108) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1109) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1110) | MSG_EOF = 0x100 constant MSG_EOR (line 1111) | MSG_EOR = 0x8 constant MSG_NBIO (line 1112) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1113) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1114) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1115) | MSG_OOB = 0x1 constant MSG_PEEK (line 1116) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1117) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1118) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1119) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1120) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1121) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1122) | MS_SYNC = 0x0 constant NAME_MAX (line 1123) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1124) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1125) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1126) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1127) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1128) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1129) | NFDBITS = 0x40 constant NOFLSH (line 1130) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1131) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1132) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1133) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1134) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1135) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1136) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1137) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1138) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1139) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1140) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1141) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1142) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1143) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1144) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1145) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1146) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1147) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1148) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1149) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1150) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1151) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1152) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1153) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1154) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1155) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1156) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1157) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1158) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1159) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1160) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1161) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1162) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1163) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1164) | NOTE_WRITE = 0x2 constant OCRNL (line 1165) | OCRNL = 0x10 constant ONLCR (line 1166) | ONLCR = 0x2 constant ONLRET (line 1167) | ONLRET = 0x40 constant ONOCR (line 1168) | ONOCR = 0x20 constant ONOEOT (line 1169) | ONOEOT = 0x8 constant OPOST (line 1170) | OPOST = 0x1 constant OXTABS (line 1171) | OXTABS = 0x4 constant O_ACCMODE (line 1172) | O_ACCMODE = 0x3 constant O_APPEND (line 1173) | O_APPEND = 0x8 constant O_ASYNC (line 1174) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1175) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1176) | O_CREAT = 0x200 constant O_DIRECT (line 1177) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1178) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1179) | O_EXCL = 0x800 constant O_EXEC (line 1180) | O_EXEC = 0x40000 constant O_EXLOCK (line 1181) | O_EXLOCK = 0x20 constant O_FSYNC (line 1182) | O_FSYNC = 0x80 constant O_NDELAY (line 1183) | O_NDELAY = 0x4 constant O_NOCTTY (line 1184) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1185) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1186) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1187) | O_RDONLY = 0x0 constant O_RDWR (line 1188) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1189) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1190) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1191) | O_SHLOCK = 0x10 constant O_SYNC (line 1192) | O_SYNC = 0x80 constant O_TRUNC (line 1193) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1194) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1195) | O_VERIFY = 0x200000 constant O_WRONLY (line 1196) | O_WRONLY = 0x1 constant PARENB (line 1197) | PARENB = 0x1000 constant PARMRK (line 1198) | PARMRK = 0x8 constant PARODD (line 1199) | PARODD = 0x2000 constant PENDIN (line 1200) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1201) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1202) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1203) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1204) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1205) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1206) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1207) | PRIO_USER = 0x2 constant PROT_EXEC (line 1208) | PROT_EXEC = 0x4 constant PROT_NONE (line 1209) | PROT_NONE = 0x0 constant PROT_READ (line 1210) | PROT_READ = 0x1 constant PROT_WRITE (line 1211) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1212) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1213) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1214) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1215) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1216) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1217) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1218) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1219) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1220) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1221) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1222) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1223) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1224) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1225) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1226) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1227) | PT_GETFPREGS = 0x23 constant PT_GETFSBASE (line 1228) | PT_GETFSBASE = 0x47 constant PT_GETGSBASE (line 1229) | PT_GETGSBASE = 0x49 constant PT_GETLWPLIST (line 1230) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1231) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1232) | PT_GETREGS = 0x21 constant PT_GETXSTATE (line 1233) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1234) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1235) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1236) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1237) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1238) | PT_IO = 0xc constant PT_KILL (line 1239) | PT_KILL = 0x8 constant PT_LWPINFO (line 1240) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1241) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1242) | PT_READ_D = 0x2 constant PT_READ_I (line 1243) | PT_READ_I = 0x1 constant PT_RESUME (line 1244) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1245) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1246) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1247) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1248) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1249) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1250) | PT_SETSTEP = 0x11 constant PT_SETXSTATE (line 1251) | PT_SETXSTATE = 0x46 constant PT_SET_EVENT_MASK (line 1252) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1253) | PT_STEP = 0x9 constant PT_SUSPEND (line 1254) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1255) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1256) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1257) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1258) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1259) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1260) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1261) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1262) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1263) | P_ZONEID = 0xc constant RLIMIT_AS (line 1264) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1265) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1266) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1267) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1268) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1269) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1270) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1271) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1272) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1273) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1274) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1275) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1276) | RTAX_BRD = 0x7 constant RTAX_DST (line 1277) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1278) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1279) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1280) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1281) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1282) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1283) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1284) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1285) | RTA_BRD = 0x80 constant RTA_DST (line 1286) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1287) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1288) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1289) | RTA_IFA = 0x20 constant RTA_IFP (line 1290) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1291) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1292) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1293) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1294) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1295) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1296) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1297) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1298) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1299) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1300) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1301) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1302) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1303) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1304) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1305) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1306) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1307) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1308) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1309) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1310) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1311) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1312) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1313) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1314) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1315) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1316) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1317) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1318) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1319) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1320) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1321) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1322) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1323) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1324) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1325) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1326) | RTM_LOSING = 0x5 constant RTM_MISS (line 1327) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1328) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1329) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1330) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1331) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1332) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1333) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1334) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1335) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1336) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1337) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1338) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1339) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1340) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1341) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1342) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1343) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1344) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1345) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1346) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1347) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1348) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1349) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1350) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1351) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1352) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1353) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1354) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1355) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1356) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1357) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1358) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1359) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1360) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1361) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1362) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1363) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1364) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1365) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1366) | SEEK_DATA = 0x3 constant SEEK_END (line 1367) | SEEK_END = 0x2 constant SEEK_HOLE (line 1368) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1369) | SEEK_SET = 0x0 constant SHUT_RD (line 1370) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1371) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1372) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1373) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1374) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1375) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1376) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1377) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1378) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1379) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1380) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1381) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1382) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1383) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1384) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1385) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1386) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1387) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1388) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1389) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1390) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1391) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1392) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1393) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1394) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1395) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1396) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1397) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1398) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1399) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1400) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1401) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1402) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1403) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1404) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1405) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1406) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1407) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1408) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1409) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1410) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1411) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1412) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1413) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1414) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1415) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1416) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1417) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1418) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1419) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1420) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1421) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1422) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1423) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1424) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1425) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1426) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1427) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1428) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1429) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1430) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1431) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1432) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1433) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1434) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1435) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1436) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1437) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1438) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1439) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1440) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1441) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1442) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1443) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1444) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1445) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1446) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1447) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1448) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1449) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1450) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1451) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1452) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1453) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1454) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1455) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1456) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1457) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1458) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1459) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1460) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1461) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1462) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1463) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1464) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1465) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1466) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1467) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1468) | SO_LABEL = 0x1009 constant SO_LINGER (line 1469) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1470) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1471) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1472) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1473) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1474) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1475) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1476) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1477) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1478) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1479) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1480) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1481) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1482) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1483) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1484) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1485) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1486) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1487) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1488) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1489) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1490) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1491) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1492) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1493) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1494) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1495) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1496) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1497) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1498) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1499) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1500) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1501) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1502) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1503) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1504) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1505) | S_IEXEC = 0x40 constant S_IFBLK (line 1506) | S_IFBLK = 0x6000 constant S_IFCHR (line 1507) | S_IFCHR = 0x2000 constant S_IFDIR (line 1508) | S_IFDIR = 0x4000 constant S_IFIFO (line 1509) | S_IFIFO = 0x1000 constant S_IFLNK (line 1510) | S_IFLNK = 0xa000 constant S_IFMT (line 1511) | S_IFMT = 0xf000 constant S_IFREG (line 1512) | S_IFREG = 0x8000 constant S_IFSOCK (line 1513) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1514) | S_IFWHT = 0xe000 constant S_IREAD (line 1515) | S_IREAD = 0x100 constant S_IRGRP (line 1516) | S_IRGRP = 0x20 constant S_IROTH (line 1517) | S_IROTH = 0x4 constant S_IRUSR (line 1518) | S_IRUSR = 0x100 constant S_IRWXG (line 1519) | S_IRWXG = 0x38 constant S_IRWXO (line 1520) | S_IRWXO = 0x7 constant S_IRWXU (line 1521) | S_IRWXU = 0x1c0 constant S_ISGID (line 1522) | S_ISGID = 0x400 constant S_ISTXT (line 1523) | S_ISTXT = 0x200 constant S_ISUID (line 1524) | S_ISUID = 0x800 constant S_ISVTX (line 1525) | S_ISVTX = 0x200 constant S_IWGRP (line 1526) | S_IWGRP = 0x10 constant S_IWOTH (line 1527) | S_IWOTH = 0x2 constant S_IWRITE (line 1528) | S_IWRITE = 0x80 constant S_IWUSR (line 1529) | S_IWUSR = 0x80 constant S_IXGRP (line 1530) | S_IXGRP = 0x8 constant S_IXOTH (line 1531) | S_IXOTH = 0x1 constant S_IXUSR (line 1532) | S_IXUSR = 0x40 constant TAB0 (line 1533) | TAB0 = 0x0 constant TAB3 (line 1534) | TAB3 = 0x4 constant TABDLY (line 1535) | TABDLY = 0x4 constant TCIFLUSH (line 1536) | TCIFLUSH = 0x1 constant TCIOFF (line 1537) | TCIOFF = 0x3 constant TCIOFLUSH (line 1538) | TCIOFLUSH = 0x3 constant TCION (line 1539) | TCION = 0x4 constant TCOFLUSH (line 1540) | TCOFLUSH = 0x2 constant TCOOFF (line 1541) | TCOOFF = 0x1 constant TCOON (line 1542) | TCOON = 0x2 constant TCPOPT_EOL (line 1543) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1544) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1545) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1546) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1547) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1548) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1549) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1550) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1551) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1552) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1553) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1554) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1555) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1556) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1557) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1558) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1559) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1560) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1561) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1562) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1563) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1564) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1565) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1566) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1567) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1568) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1569) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1570) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1571) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1572) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1573) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1574) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1575) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1576) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1577) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1578) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1579) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1580) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1581) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1582) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1583) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1584) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1585) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1586) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1587) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1588) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1589) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1590) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1591) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1592) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1593) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1594) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1595) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1596) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1597) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1598) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1599) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1600) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1601) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1602) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1603) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1604) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1605) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1606) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1607) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1608) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1609) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1610) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1611) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1612) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1613) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1614) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1615) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1616) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1617) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1618) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1619) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1620) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1621) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1622) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1623) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1624) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1625) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1626) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1627) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1628) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1629) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1630) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1631) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1632) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1633) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1634) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1635) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1636) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1637) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1638) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1639) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1640) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1641) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1642) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1643) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1644) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1645) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1646) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1647) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1648) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1649) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1650) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1651) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1652) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1653) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1654) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1655) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1656) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1657) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1658) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1659) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1660) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1661) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1662) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1663) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1664) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1665) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1666) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1667) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1668) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1669) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1670) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1671) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1672) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1673) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1674) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1675) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1676) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1677) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1678) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1679) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1680) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1681) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1682) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1683) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1684) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1685) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1686) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1687) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1688) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1689) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1690) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1691) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1692) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1693) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1694) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1695) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1696) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1697) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1698) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1699) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1700) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1701) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1702) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1703) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1704) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1705) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1706) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1707) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1708) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1709) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1710) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1711) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1712) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1713) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1714) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1715) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1716) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1717) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1718) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1719) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1720) | TOSTOP = 0x400000 constant UTIME_NOW (line 1721) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1722) | UTIME_OMIT = -0x2 constant VDISCARD (line 1723) | VDISCARD = 0xf constant VDSUSP (line 1724) | VDSUSP = 0xb constant VEOF (line 1725) | VEOF = 0x0 constant VEOL (line 1726) | VEOL = 0x1 constant VEOL2 (line 1727) | VEOL2 = 0x2 constant VERASE (line 1728) | VERASE = 0x3 constant VERASE2 (line 1729) | VERASE2 = 0x7 constant VINTR (line 1730) | VINTR = 0x8 constant VKILL (line 1731) | VKILL = 0x5 constant VLNEXT (line 1732) | VLNEXT = 0xe constant VMIN (line 1733) | VMIN = 0x10 constant VQUIT (line 1734) | VQUIT = 0x9 constant VREPRINT (line 1735) | VREPRINT = 0x6 constant VSTART (line 1736) | VSTART = 0xc constant VSTATUS (line 1737) | VSTATUS = 0x12 constant VSTOP (line 1738) | VSTOP = 0xd constant VSUSP (line 1739) | VSUSP = 0xa constant VTIME (line 1740) | VTIME = 0x11 constant VWERASE (line 1741) | VWERASE = 0x4 constant WCONTINUED (line 1742) | WCONTINUED = 0x4 constant WCOREFLAG (line 1743) | WCOREFLAG = 0x80 constant WEXITED (line 1744) | WEXITED = 0x10 constant WLINUXCLONE (line 1745) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1746) | WNOHANG = 0x1 constant WNOWAIT (line 1747) | WNOWAIT = 0x8 constant WSTOPPED (line 1748) | WSTOPPED = 0x2 constant WTRAPPED (line 1749) | WTRAPPED = 0x20 constant WUNTRACED (line 1750) | WUNTRACED = 0x2 constant E2BIG (line 1755) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1756) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1757) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1758) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1759) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1760) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1761) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1762) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1763) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1764) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1765) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1766) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1767) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1768) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1769) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1770) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1771) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1772) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1773) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1774) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1775) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1776) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1777) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1778) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1779) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1780) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1781) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1782) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1783) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1784) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1785) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1786) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1787) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1788) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1789) | EINVAL = syscall.Errno(0x16) constant EIO (line 1790) | EIO = syscall.Errno(0x5) constant EISCONN (line 1791) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1792) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1793) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1794) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1795) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1796) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1797) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1798) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1799) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1800) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1801) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1802) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1803) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1804) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1805) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1806) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1807) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1808) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1809) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1810) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1811) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1812) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1813) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1814) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1815) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1816) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1817) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1818) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1819) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1820) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1821) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1822) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1823) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1824) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1825) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1826) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1827) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1828) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1829) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1830) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1831) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1832) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1833) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1834) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1835) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1836) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1837) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1838) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1839) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1840) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1841) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1842) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1843) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1844) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1845) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1846) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1847) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1848) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1849) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1850) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1851) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1852) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1853) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1854) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1859) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1860) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1861) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1862) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1863) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1864) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1865) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1866) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1867) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1868) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1869) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1870) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1871) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1872) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1873) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1874) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1875) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1876) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1877) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1878) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1879) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1880) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1881) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1882) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1883) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1884) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1885) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1886) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1887) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1888) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1889) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1890) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1891) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1892) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1893) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc078648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1027) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1028) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1029) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1030) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1031) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1032) | MAP_COPY = 0x2 constant MAP_EXCL (line 1033) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1034) | MAP_FILE = 0x0 constant MAP_FIXED (line 1035) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1036) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1037) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1038) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1039) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1040) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1041) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1042) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1043) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1044) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1045) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1046) | MAP_SHARED = 0x1 constant MAP_STACK (line 1047) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1048) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1049) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1050) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1051) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1052) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1053) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1054) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1055) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1056) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1057) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1058) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1059) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1060) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1061) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1062) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1063) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1064) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1065) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1066) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1067) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1068) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1069) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1070) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1071) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1072) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1073) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1074) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1075) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1076) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1077) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1078) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1079) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1080) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1081) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1082) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1083) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1084) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1085) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1086) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1087) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1088) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1089) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1090) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1091) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1092) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1093) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1094) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1095) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1096) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1097) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1098) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1099) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1100) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1101) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1102) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1103) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1104) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1105) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1106) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1107) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1108) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1109) | MSG_EOF = 0x100 constant MSG_EOR (line 1110) | MSG_EOR = 0x8 constant MSG_NBIO (line 1111) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1112) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1113) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1114) | MSG_OOB = 0x1 constant MSG_PEEK (line 1115) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1116) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1117) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1118) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1119) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1120) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1121) | MS_SYNC = 0x0 constant NAME_MAX (line 1122) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1123) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1124) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1125) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1126) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1127) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1128) | NFDBITS = 0x20 constant NOFLSH (line 1129) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1130) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1131) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1132) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1133) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1134) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1135) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1136) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1137) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1138) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1139) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1140) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1141) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1142) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1143) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1144) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1145) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1146) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1147) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1148) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1149) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1150) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1151) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1152) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1153) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1154) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1155) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1156) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1157) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1158) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1159) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1160) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1161) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1162) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1163) | NOTE_WRITE = 0x2 constant OCRNL (line 1164) | OCRNL = 0x10 constant ONLCR (line 1165) | ONLCR = 0x2 constant ONLRET (line 1166) | ONLRET = 0x40 constant ONOCR (line 1167) | ONOCR = 0x20 constant ONOEOT (line 1168) | ONOEOT = 0x8 constant OPOST (line 1169) | OPOST = 0x1 constant OXTABS (line 1170) | OXTABS = 0x4 constant O_ACCMODE (line 1171) | O_ACCMODE = 0x3 constant O_APPEND (line 1172) | O_APPEND = 0x8 constant O_ASYNC (line 1173) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1174) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1175) | O_CREAT = 0x200 constant O_DIRECT (line 1176) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1177) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1178) | O_EXCL = 0x800 constant O_EXEC (line 1179) | O_EXEC = 0x40000 constant O_EXLOCK (line 1180) | O_EXLOCK = 0x20 constant O_FSYNC (line 1181) | O_FSYNC = 0x80 constant O_NDELAY (line 1182) | O_NDELAY = 0x4 constant O_NOCTTY (line 1183) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1184) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1185) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1186) | O_RDONLY = 0x0 constant O_RDWR (line 1187) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1188) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1189) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1190) | O_SHLOCK = 0x10 constant O_SYNC (line 1191) | O_SYNC = 0x80 constant O_TRUNC (line 1192) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1193) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1194) | O_VERIFY = 0x200000 constant O_WRONLY (line 1195) | O_WRONLY = 0x1 constant PARENB (line 1196) | PARENB = 0x1000 constant PARMRK (line 1197) | PARMRK = 0x8 constant PARODD (line 1198) | PARODD = 0x2000 constant PENDIN (line 1199) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1200) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1201) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1202) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1203) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1204) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1205) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1206) | PRIO_USER = 0x2 constant PROT_EXEC (line 1207) | PROT_EXEC = 0x4 constant PROT_NONE (line 1208) | PROT_NONE = 0x0 constant PROT_READ (line 1209) | PROT_READ = 0x1 constant PROT_WRITE (line 1210) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1211) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1212) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1213) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1214) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1215) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1216) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1217) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1218) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1219) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1220) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1221) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1222) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1223) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1224) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1225) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1226) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1227) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1228) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1229) | PT_GETREGS = 0x21 constant PT_GETVFPREGS (line 1230) | PT_GETVFPREGS = 0x40 constant PT_GET_EVENT_MASK (line 1231) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1232) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1233) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1234) | PT_IO = 0xc constant PT_KILL (line 1235) | PT_KILL = 0x8 constant PT_LWPINFO (line 1236) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1237) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1238) | PT_READ_D = 0x2 constant PT_READ_I (line 1239) | PT_READ_I = 0x1 constant PT_RESUME (line 1240) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1241) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1242) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1243) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1244) | PT_SETSTEP = 0x11 constant PT_SETVFPREGS (line 1245) | PT_SETVFPREGS = 0x41 constant PT_SET_EVENT_MASK (line 1246) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1247) | PT_STEP = 0x9 constant PT_SUSPEND (line 1248) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1249) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1250) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1251) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1252) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1253) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1254) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1255) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1256) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1257) | P_ZONEID = 0xc constant RLIMIT_AS (line 1258) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1259) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1260) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1261) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1262) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1263) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1264) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1265) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1266) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1267) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1268) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1269) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1270) | RTAX_BRD = 0x7 constant RTAX_DST (line 1271) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1272) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1273) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1274) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1275) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1276) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1277) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1278) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1279) | RTA_BRD = 0x80 constant RTA_DST (line 1280) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1281) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1282) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1283) | RTA_IFA = 0x20 constant RTA_IFP (line 1284) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1285) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1286) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1287) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1288) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1289) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1290) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1291) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1292) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1293) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1294) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1295) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1296) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1297) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1298) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1299) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1300) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1301) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1302) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1303) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1304) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1305) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1306) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1307) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1308) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1309) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1310) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1311) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1312) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1313) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1314) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1315) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1316) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1317) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1318) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1319) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1320) | RTM_LOSING = 0x5 constant RTM_MISS (line 1321) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1322) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1323) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1324) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1325) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1326) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1327) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1328) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1329) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1330) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1331) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1332) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1333) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1334) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1335) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1336) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1337) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1338) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1339) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1340) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1341) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1342) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1343) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1344) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1345) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1346) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1347) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1348) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1349) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1350) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1351) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1352) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1353) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1354) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1355) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1356) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1357) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1358) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1359) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1360) | SEEK_DATA = 0x3 constant SEEK_END (line 1361) | SEEK_END = 0x2 constant SEEK_HOLE (line 1362) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1363) | SEEK_SET = 0x0 constant SHUT_RD (line 1364) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1365) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1366) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1367) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1368) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1369) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1370) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1371) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1372) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1373) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1374) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1375) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1376) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1377) | SIOCGETVIFCNT = 0xc014720f constant SIOCGHIWAT (line 1378) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1379) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1380) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1381) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1382) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1383) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1384) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1385) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDESCR (line 1386) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1387) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1388) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1389) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1390) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1391) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1392) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1393) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1394) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1395) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1396) | SIOCGIFMEDIA = 0xc0286938 constant SIOCGIFMETRIC (line 1397) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1398) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1399) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1400) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1401) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1402) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1403) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1404) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1405) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1406) | SIOCGIFXMEDIA = 0xc028698b constant SIOCGLANPCP (line 1407) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1408) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1409) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1410) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1411) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1412) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1413) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1414) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1415) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1416) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSDRVSPEC (line 1417) | SIOCSDRVSPEC = 0x801c697b constant SIOCSHIWAT (line 1418) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1419) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1420) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1421) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1422) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1423) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1424) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1425) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1426) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1427) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1428) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1429) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1430) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1431) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1432) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1433) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1434) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1435) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1436) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1437) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1438) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1439) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1440) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1441) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1442) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1443) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1444) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1445) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1446) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1447) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1448) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1449) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1450) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1451) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1452) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1453) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1454) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1455) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1456) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1457) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1458) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1459) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1460) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1461) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1462) | SO_LABEL = 0x1009 constant SO_LINGER (line 1463) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1464) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1465) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1466) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1467) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1468) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1469) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1470) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1471) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1472) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1473) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1474) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1475) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1476) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1477) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1478) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1479) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1480) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1481) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1482) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1483) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1484) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1485) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1486) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1487) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1488) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1489) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1490) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1491) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1492) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1493) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1494) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1495) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1496) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1497) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1498) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1499) | S_IEXEC = 0x40 constant S_IFBLK (line 1500) | S_IFBLK = 0x6000 constant S_IFCHR (line 1501) | S_IFCHR = 0x2000 constant S_IFDIR (line 1502) | S_IFDIR = 0x4000 constant S_IFIFO (line 1503) | S_IFIFO = 0x1000 constant S_IFLNK (line 1504) | S_IFLNK = 0xa000 constant S_IFMT (line 1505) | S_IFMT = 0xf000 constant S_IFREG (line 1506) | S_IFREG = 0x8000 constant S_IFSOCK (line 1507) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1508) | S_IFWHT = 0xe000 constant S_IREAD (line 1509) | S_IREAD = 0x100 constant S_IRGRP (line 1510) | S_IRGRP = 0x20 constant S_IROTH (line 1511) | S_IROTH = 0x4 constant S_IRUSR (line 1512) | S_IRUSR = 0x100 constant S_IRWXG (line 1513) | S_IRWXG = 0x38 constant S_IRWXO (line 1514) | S_IRWXO = 0x7 constant S_IRWXU (line 1515) | S_IRWXU = 0x1c0 constant S_ISGID (line 1516) | S_ISGID = 0x400 constant S_ISTXT (line 1517) | S_ISTXT = 0x200 constant S_ISUID (line 1518) | S_ISUID = 0x800 constant S_ISVTX (line 1519) | S_ISVTX = 0x200 constant S_IWGRP (line 1520) | S_IWGRP = 0x10 constant S_IWOTH (line 1521) | S_IWOTH = 0x2 constant S_IWRITE (line 1522) | S_IWRITE = 0x80 constant S_IWUSR (line 1523) | S_IWUSR = 0x80 constant S_IXGRP (line 1524) | S_IXGRP = 0x8 constant S_IXOTH (line 1525) | S_IXOTH = 0x1 constant S_IXUSR (line 1526) | S_IXUSR = 0x40 constant TAB0 (line 1527) | TAB0 = 0x0 constant TAB3 (line 1528) | TAB3 = 0x4 constant TABDLY (line 1529) | TABDLY = 0x4 constant TCIFLUSH (line 1530) | TCIFLUSH = 0x1 constant TCIOFF (line 1531) | TCIOFF = 0x3 constant TCIOFLUSH (line 1532) | TCIOFLUSH = 0x3 constant TCION (line 1533) | TCION = 0x4 constant TCOFLUSH (line 1534) | TCOFLUSH = 0x2 constant TCOOFF (line 1535) | TCOOFF = 0x1 constant TCOON (line 1536) | TCOON = 0x2 constant TCPOPT_EOL (line 1537) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1538) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1539) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1540) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1541) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1542) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1543) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1544) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1545) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1546) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1547) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1548) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1549) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1550) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1551) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1552) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1553) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1554) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1555) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1556) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1557) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1558) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1559) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1560) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1561) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1562) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1563) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1564) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1565) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1566) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1567) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1568) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1569) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1570) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1571) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1572) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1573) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1574) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1575) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1576) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1577) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1578) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1579) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1580) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1581) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1582) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1583) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1584) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1585) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1586) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1587) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1588) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1589) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1590) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1591) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1592) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1593) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1594) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1595) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1596) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1597) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1598) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1599) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1600) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1601) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1602) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1603) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1604) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1605) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1606) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1607) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1608) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1609) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1610) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1611) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1612) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1613) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1614) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1615) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1616) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1617) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1618) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1619) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1620) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1621) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1622) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1623) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1624) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1625) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1626) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1627) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1628) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1629) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1630) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1631) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1632) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1633) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1634) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1635) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1636) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1637) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1638) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1639) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1640) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1641) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1642) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1643) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1644) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1645) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1646) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1647) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1648) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1649) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1650) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1651) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1652) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1653) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1654) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1655) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1656) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1657) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1658) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1659) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1660) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1661) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1662) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1663) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1664) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1665) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1666) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1667) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1668) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1669) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1670) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1671) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1672) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1673) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1674) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1675) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1676) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1677) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1678) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1679) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1680) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1681) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1682) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1683) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1684) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1685) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1686) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1687) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1688) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1689) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1690) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1691) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1692) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1693) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1694) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1695) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1696) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1697) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1698) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1699) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1700) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1701) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1702) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1703) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1704) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1705) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1706) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1707) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1708) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1709) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1710) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1711) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1712) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1713) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1714) | TOSTOP = 0x400000 constant UTIME_NOW (line 1715) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1716) | UTIME_OMIT = -0x2 constant VDISCARD (line 1717) | VDISCARD = 0xf constant VDSUSP (line 1718) | VDSUSP = 0xb constant VEOF (line 1719) | VEOF = 0x0 constant VEOL (line 1720) | VEOL = 0x1 constant VEOL2 (line 1721) | VEOL2 = 0x2 constant VERASE (line 1722) | VERASE = 0x3 constant VERASE2 (line 1723) | VERASE2 = 0x7 constant VINTR (line 1724) | VINTR = 0x8 constant VKILL (line 1725) | VKILL = 0x5 constant VLNEXT (line 1726) | VLNEXT = 0xe constant VMIN (line 1727) | VMIN = 0x10 constant VQUIT (line 1728) | VQUIT = 0x9 constant VREPRINT (line 1729) | VREPRINT = 0x6 constant VSTART (line 1730) | VSTART = 0xc constant VSTATUS (line 1731) | VSTATUS = 0x12 constant VSTOP (line 1732) | VSTOP = 0xd constant VSUSP (line 1733) | VSUSP = 0xa constant VTIME (line 1734) | VTIME = 0x11 constant VWERASE (line 1735) | VWERASE = 0x4 constant WCONTINUED (line 1736) | WCONTINUED = 0x4 constant WCOREFLAG (line 1737) | WCOREFLAG = 0x80 constant WEXITED (line 1738) | WEXITED = 0x10 constant WLINUXCLONE (line 1739) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1740) | WNOHANG = 0x1 constant WNOWAIT (line 1741) | WNOWAIT = 0x8 constant WSTOPPED (line 1742) | WSTOPPED = 0x2 constant WTRAPPED (line 1743) | WTRAPPED = 0x20 constant WUNTRACED (line 1744) | WUNTRACED = 0x2 constant E2BIG (line 1749) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1750) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1751) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1752) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1753) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1754) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1755) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1756) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1757) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1758) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1759) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1760) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1761) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1762) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1763) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1764) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1765) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1766) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1767) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1768) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1769) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1770) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1771) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1772) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1773) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1774) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1775) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1776) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1777) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1778) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1779) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1780) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1781) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1782) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1783) | EINVAL = syscall.Errno(0x16) constant EIO (line 1784) | EIO = syscall.Errno(0x5) constant EISCONN (line 1785) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1786) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1787) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1788) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1789) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1790) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1791) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1792) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1793) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1794) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1795) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1796) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1797) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1798) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1799) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1800) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1801) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1802) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1803) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1804) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1805) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1806) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1807) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1808) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1809) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1810) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1811) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1812) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1813) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1814) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1815) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1816) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1817) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1818) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1819) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1820) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1821) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1822) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1823) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1824) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1825) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1826) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1827) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1828) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1829) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1830) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1831) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1832) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1833) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1834) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1835) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1836) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1837) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1838) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1839) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1840) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1841) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1842) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1843) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1844) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1845) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1846) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1847) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1848) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1853) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1854) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1855) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1856) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1857) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1858) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1859) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1860) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1861) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1862) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1863) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1864) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1865) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1866) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1867) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1868) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1869) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1870) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1871) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1872) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1873) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1874) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1875) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1876) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1877) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1878) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1879) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1880) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1881) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1882) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1883) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1884) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1885) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1886) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1887) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1027) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1028) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1029) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1030) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1031) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1032) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1033) | MAP_COPY = 0x2 constant MAP_EXCL (line 1034) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1035) | MAP_FILE = 0x0 constant MAP_FIXED (line 1036) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1037) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1038) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1039) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1040) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1041) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1042) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1043) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1044) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1045) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1046) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1047) | MAP_SHARED = 0x1 constant MAP_STACK (line 1048) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1049) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1050) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1051) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1052) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1053) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1054) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1055) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1056) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1057) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1058) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1059) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1060) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1061) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1062) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1063) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1064) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1065) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1066) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1067) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1068) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1069) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1070) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1071) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1072) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1073) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1074) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1075) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1076) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1077) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1078) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1079) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1080) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1081) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1082) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1083) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1084) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1085) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1086) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1087) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1088) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1089) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1090) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1091) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1092) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1093) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1094) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1095) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1096) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1097) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1098) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1099) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1100) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1101) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1102) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1103) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1104) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1105) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1106) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1107) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1108) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1109) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1110) | MSG_EOF = 0x100 constant MSG_EOR (line 1111) | MSG_EOR = 0x8 constant MSG_NBIO (line 1112) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1113) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1114) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1115) | MSG_OOB = 0x1 constant MSG_PEEK (line 1116) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1117) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1118) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1119) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1120) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1121) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1122) | MS_SYNC = 0x0 constant NAME_MAX (line 1123) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1124) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1125) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1126) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1127) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1128) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1129) | NFDBITS = 0x40 constant NOFLSH (line 1130) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1131) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1132) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1133) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1134) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1135) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1136) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1137) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1138) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1139) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1140) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1141) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1142) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1143) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1144) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1145) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1146) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1147) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1148) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1149) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1150) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1151) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1152) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1153) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1154) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1155) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1156) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1157) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1158) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1159) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1160) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1161) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1162) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1163) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1164) | NOTE_WRITE = 0x2 constant OCRNL (line 1165) | OCRNL = 0x10 constant ONLCR (line 1166) | ONLCR = 0x2 constant ONLRET (line 1167) | ONLRET = 0x40 constant ONOCR (line 1168) | ONOCR = 0x20 constant ONOEOT (line 1169) | ONOEOT = 0x8 constant OPOST (line 1170) | OPOST = 0x1 constant OXTABS (line 1171) | OXTABS = 0x4 constant O_ACCMODE (line 1172) | O_ACCMODE = 0x3 constant O_APPEND (line 1173) | O_APPEND = 0x8 constant O_ASYNC (line 1174) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1175) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1176) | O_CREAT = 0x200 constant O_DIRECT (line 1177) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1178) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1179) | O_EXCL = 0x800 constant O_EXEC (line 1180) | O_EXEC = 0x40000 constant O_EXLOCK (line 1181) | O_EXLOCK = 0x20 constant O_FSYNC (line 1182) | O_FSYNC = 0x80 constant O_NDELAY (line 1183) | O_NDELAY = 0x4 constant O_NOCTTY (line 1184) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1185) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1186) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1187) | O_RDONLY = 0x0 constant O_RDWR (line 1188) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1189) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1190) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1191) | O_SHLOCK = 0x10 constant O_SYNC (line 1192) | O_SYNC = 0x80 constant O_TRUNC (line 1193) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1194) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1195) | O_VERIFY = 0x200000 constant O_WRONLY (line 1196) | O_WRONLY = 0x1 constant PARENB (line 1197) | PARENB = 0x1000 constant PARMRK (line 1198) | PARMRK = 0x8 constant PARODD (line 1199) | PARODD = 0x2000 constant PENDIN (line 1200) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1201) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1202) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1203) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1204) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1205) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1206) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1207) | PRIO_USER = 0x2 constant PROT_EXEC (line 1208) | PROT_EXEC = 0x4 constant PROT_NONE (line 1209) | PROT_NONE = 0x0 constant PROT_READ (line 1210) | PROT_READ = 0x1 constant PROT_WRITE (line 1211) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1212) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1213) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1214) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1215) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1216) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1217) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1218) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1219) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1220) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1221) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1222) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1223) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1224) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1225) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1226) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1227) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1228) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1229) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1230) | PT_GETREGS = 0x21 constant PT_GET_EVENT_MASK (line 1231) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1232) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1233) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1234) | PT_IO = 0xc constant PT_KILL (line 1235) | PT_KILL = 0x8 constant PT_LWPINFO (line 1236) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1237) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1238) | PT_READ_D = 0x2 constant PT_READ_I (line 1239) | PT_READ_I = 0x1 constant PT_RESUME (line 1240) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1241) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1242) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1243) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1244) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1245) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1246) | PT_STEP = 0x9 constant PT_SUSPEND (line 1247) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1248) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1249) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1250) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1251) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1252) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1253) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1254) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1255) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1256) | P_ZONEID = 0xc constant RLIMIT_AS (line 1257) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1258) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1259) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1260) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1261) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1262) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1263) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1264) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1265) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1266) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1267) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1268) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1269) | RTAX_BRD = 0x7 constant RTAX_DST (line 1270) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1271) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1272) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1273) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1274) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1275) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1276) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1277) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1278) | RTA_BRD = 0x80 constant RTA_DST (line 1279) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1280) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1281) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1282) | RTA_IFA = 0x20 constant RTA_IFP (line 1283) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1284) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1285) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1286) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1287) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1288) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1289) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1290) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1291) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1292) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1293) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1294) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1295) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1296) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1297) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1298) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1299) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1300) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1301) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1302) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1303) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1304) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1305) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1306) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1307) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1308) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1309) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1310) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1311) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1312) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1313) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1314) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1315) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1316) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1317) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1318) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1319) | RTM_LOSING = 0x5 constant RTM_MISS (line 1320) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1321) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1322) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1323) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1324) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1325) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1326) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1327) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1328) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1329) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1330) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1331) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1332) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1333) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1334) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1335) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1336) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1337) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1338) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1339) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1340) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1341) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1342) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1343) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1344) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1345) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1346) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1347) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1348) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1349) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1350) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1351) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1352) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1353) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1354) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1355) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1356) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1357) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1358) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1359) | SEEK_DATA = 0x3 constant SEEK_END (line 1360) | SEEK_END = 0x2 constant SEEK_HOLE (line 1361) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1362) | SEEK_SET = 0x0 constant SHUT_RD (line 1363) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1364) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1365) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1366) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1367) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1368) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1369) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1370) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1371) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1372) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1373) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1374) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1375) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1376) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1377) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1378) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1379) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1380) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1381) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1382) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1383) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1384) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1385) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1386) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1387) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1388) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1389) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1390) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1391) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1392) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1393) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1394) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1395) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1396) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1397) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1398) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1399) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1400) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1401) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1402) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1403) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1404) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1405) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1406) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1407) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1408) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1409) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1410) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1411) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1412) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1413) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1414) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1415) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1416) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1417) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1418) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1419) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1420) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1421) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1422) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1423) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1424) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1425) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1426) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1427) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1428) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1429) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1430) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1431) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1432) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1433) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1434) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1435) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1436) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1437) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1438) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1439) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1440) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1441) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1442) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1443) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1444) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1445) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1446) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1447) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1448) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1449) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1450) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1451) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1452) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1453) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1454) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1455) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1456) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1457) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1458) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1459) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1460) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1461) | SO_LABEL = 0x1009 constant SO_LINGER (line 1462) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1463) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1464) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1465) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1466) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1467) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1468) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1469) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1470) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1471) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1472) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1473) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1474) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1475) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1476) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1477) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1478) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1479) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1480) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1481) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1482) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1483) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1484) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1485) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1486) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1487) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1488) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1489) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1490) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1491) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1492) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1493) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1494) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1495) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1496) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1497) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1498) | S_IEXEC = 0x40 constant S_IFBLK (line 1499) | S_IFBLK = 0x6000 constant S_IFCHR (line 1500) | S_IFCHR = 0x2000 constant S_IFDIR (line 1501) | S_IFDIR = 0x4000 constant S_IFIFO (line 1502) | S_IFIFO = 0x1000 constant S_IFLNK (line 1503) | S_IFLNK = 0xa000 constant S_IFMT (line 1504) | S_IFMT = 0xf000 constant S_IFREG (line 1505) | S_IFREG = 0x8000 constant S_IFSOCK (line 1506) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1507) | S_IFWHT = 0xe000 constant S_IREAD (line 1508) | S_IREAD = 0x100 constant S_IRGRP (line 1509) | S_IRGRP = 0x20 constant S_IROTH (line 1510) | S_IROTH = 0x4 constant S_IRUSR (line 1511) | S_IRUSR = 0x100 constant S_IRWXG (line 1512) | S_IRWXG = 0x38 constant S_IRWXO (line 1513) | S_IRWXO = 0x7 constant S_IRWXU (line 1514) | S_IRWXU = 0x1c0 constant S_ISGID (line 1515) | S_ISGID = 0x400 constant S_ISTXT (line 1516) | S_ISTXT = 0x200 constant S_ISUID (line 1517) | S_ISUID = 0x800 constant S_ISVTX (line 1518) | S_ISVTX = 0x200 constant S_IWGRP (line 1519) | S_IWGRP = 0x10 constant S_IWOTH (line 1520) | S_IWOTH = 0x2 constant S_IWRITE (line 1521) | S_IWRITE = 0x80 constant S_IWUSR (line 1522) | S_IWUSR = 0x80 constant S_IXGRP (line 1523) | S_IXGRP = 0x8 constant S_IXOTH (line 1524) | S_IXOTH = 0x1 constant S_IXUSR (line 1525) | S_IXUSR = 0x40 constant TAB0 (line 1526) | TAB0 = 0x0 constant TAB3 (line 1527) | TAB3 = 0x4 constant TABDLY (line 1528) | TABDLY = 0x4 constant TCIFLUSH (line 1529) | TCIFLUSH = 0x1 constant TCIOFF (line 1530) | TCIOFF = 0x3 constant TCIOFLUSH (line 1531) | TCIOFLUSH = 0x3 constant TCION (line 1532) | TCION = 0x4 constant TCOFLUSH (line 1533) | TCOFLUSH = 0x2 constant TCOOFF (line 1534) | TCOOFF = 0x1 constant TCOON (line 1535) | TCOON = 0x2 constant TCPOPT_EOL (line 1536) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1537) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1538) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1539) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1540) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1541) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1542) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1543) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1544) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1545) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1546) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1547) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1548) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1549) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1550) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1551) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1552) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1553) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1554) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1555) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1556) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1557) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1558) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1559) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1560) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1561) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1562) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1563) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1564) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1565) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1566) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1567) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1568) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1569) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1570) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1571) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1572) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1573) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1574) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1575) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1576) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1577) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1578) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1579) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1580) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1581) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1582) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1583) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1584) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1585) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1586) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1587) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1588) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1589) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1590) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1591) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1592) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1593) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1594) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1595) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1596) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1597) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1598) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1599) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1600) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1601) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1602) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1603) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1604) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1605) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1606) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1607) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1608) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1609) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1610) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1611) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1612) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1613) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1614) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1615) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1616) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1617) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1618) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1619) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1620) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1621) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1622) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1623) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1624) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1625) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1626) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1627) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1628) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1629) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1630) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1631) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1632) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1633) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1634) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1635) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1636) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1637) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1638) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1639) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1640) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1641) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1642) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1643) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1644) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1645) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1646) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1647) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1648) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1649) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1650) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1651) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1652) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1653) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1654) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1655) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1656) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1657) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1658) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1659) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1660) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1661) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1662) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1663) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1664) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1665) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1666) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1667) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1668) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1669) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1670) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1671) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1672) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1673) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1674) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1675) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1676) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1677) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1678) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1679) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1680) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1681) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1682) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1683) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1684) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1685) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1686) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1687) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1688) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1689) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1690) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1691) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1692) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1693) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1694) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1695) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1696) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1697) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1698) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1699) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1700) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1701) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1702) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1703) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1704) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1705) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1706) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1707) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1708) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1709) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1710) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1711) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1712) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1713) | TOSTOP = 0x400000 constant UTIME_NOW (line 1714) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1715) | UTIME_OMIT = -0x2 constant VDISCARD (line 1716) | VDISCARD = 0xf constant VDSUSP (line 1717) | VDSUSP = 0xb constant VEOF (line 1718) | VEOF = 0x0 constant VEOL (line 1719) | VEOL = 0x1 constant VEOL2 (line 1720) | VEOL2 = 0x2 constant VERASE (line 1721) | VERASE = 0x3 constant VERASE2 (line 1722) | VERASE2 = 0x7 constant VINTR (line 1723) | VINTR = 0x8 constant VKILL (line 1724) | VKILL = 0x5 constant VLNEXT (line 1725) | VLNEXT = 0xe constant VMIN (line 1726) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1727) | VM_BCACHE_SIZE_MAX = 0x19000000 constant VQUIT (line 1728) | VQUIT = 0x9 constant VREPRINT (line 1729) | VREPRINT = 0x6 constant VSTART (line 1730) | VSTART = 0xc constant VSTATUS (line 1731) | VSTATUS = 0x12 constant VSTOP (line 1732) | VSTOP = 0xd constant VSUSP (line 1733) | VSUSP = 0xa constant VTIME (line 1734) | VTIME = 0x11 constant VWERASE (line 1735) | VWERASE = 0x4 constant WCONTINUED (line 1736) | WCONTINUED = 0x4 constant WCOREFLAG (line 1737) | WCOREFLAG = 0x80 constant WEXITED (line 1738) | WEXITED = 0x10 constant WLINUXCLONE (line 1739) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1740) | WNOHANG = 0x1 constant WNOWAIT (line 1741) | WNOWAIT = 0x8 constant WSTOPPED (line 1742) | WSTOPPED = 0x2 constant WTRAPPED (line 1743) | WTRAPPED = 0x20 constant WUNTRACED (line 1744) | WUNTRACED = 0x2 constant E2BIG (line 1749) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1750) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1751) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1752) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1753) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1754) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1755) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1756) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1757) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1758) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1759) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1760) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1761) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1762) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1763) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1764) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1765) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1766) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1767) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1768) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1769) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1770) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1771) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1772) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1773) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1774) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1775) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1776) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1777) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1778) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1779) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1780) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1781) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1782) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1783) | EINVAL = syscall.Errno(0x16) constant EIO (line 1784) | EIO = syscall.Errno(0x5) constant EISCONN (line 1785) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1786) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1787) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1788) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1789) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1790) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1791) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1792) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1793) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1794) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1795) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1796) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1797) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1798) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1799) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1800) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1801) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1802) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1803) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1804) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1805) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1806) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1807) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1808) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1809) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1810) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1811) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1812) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1813) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1814) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1815) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1816) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1817) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1818) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1819) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1820) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1821) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1822) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1823) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1824) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1825) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1826) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1827) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1828) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1829) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1830) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1831) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1832) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1833) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1834) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1835) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1836) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1837) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1838) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1839) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1840) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1841) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1842) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1843) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1844) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1845) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1846) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1847) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1848) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1853) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1854) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1855) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1856) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1857) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1858) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1859) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1860) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1861) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1862) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1863) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1864) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1865) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1866) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1867) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1868) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1869) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1870) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1871) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1872) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1873) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1874) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1875) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1876) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1877) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1878) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1879) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1880) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1881) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1882) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1883) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1884) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1885) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1886) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1887) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_HYPERV (line 29) | AF_HYPERV = 0x2b constant AF_IEEE80211 (line 30) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 31) | AF_IMPLINK = 0x3 constant AF_INET (line 32) | AF_INET = 0x2 constant AF_INET6 (line 33) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 34) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 35) | AF_INET_SDP = 0x28 constant AF_IPX (line 36) | AF_IPX = 0x17 constant AF_ISDN (line 37) | AF_ISDN = 0x1a constant AF_ISO (line 38) | AF_ISO = 0x7 constant AF_LAT (line 39) | AF_LAT = 0xe constant AF_LINK (line 40) | AF_LINK = 0x12 constant AF_LOCAL (line 41) | AF_LOCAL = 0x1 constant AF_MAX (line 42) | AF_MAX = 0x2b constant AF_NATM (line 43) | AF_NATM = 0x1d constant AF_NETBIOS (line 44) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 45) | AF_NETGRAPH = 0x20 constant AF_OSI (line 46) | AF_OSI = 0x7 constant AF_PUP (line 47) | AF_PUP = 0x4 constant AF_ROUTE (line 48) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 49) | AF_SCLUSTER = 0x22 constant AF_SIP (line 50) | AF_SIP = 0x18 constant AF_SLOW (line 51) | AF_SLOW = 0x21 constant AF_SNA (line 52) | AF_SNA = 0xb constant AF_UNIX (line 53) | AF_UNIX = 0x1 constant AF_UNSPEC (line 54) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 55) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 56) | AF_VENDOR01 = 0x29 constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B1000000 (line 104) | B1000000 = 0xf4240 constant B110 (line 105) | B110 = 0x6e constant B115200 (line 106) | B115200 = 0x1c200 constant B1200 (line 107) | B1200 = 0x4b0 constant B134 (line 108) | B134 = 0x86 constant B14400 (line 109) | B14400 = 0x3840 constant B150 (line 110) | B150 = 0x96 constant B1500000 (line 111) | B1500000 = 0x16e360 constant B1800 (line 112) | B1800 = 0x708 constant B19200 (line 113) | B19200 = 0x4b00 constant B200 (line 114) | B200 = 0xc8 constant B2000000 (line 115) | B2000000 = 0x1e8480 constant B230400 (line 116) | B230400 = 0x38400 constant B2400 (line 117) | B2400 = 0x960 constant B2500000 (line 118) | B2500000 = 0x2625a0 constant B28800 (line 119) | B28800 = 0x7080 constant B300 (line 120) | B300 = 0x12c constant B3000000 (line 121) | B3000000 = 0x2dc6c0 constant B3500000 (line 122) | B3500000 = 0x3567e0 constant B38400 (line 123) | B38400 = 0x9600 constant B4000000 (line 124) | B4000000 = 0x3d0900 constant B460800 (line 125) | B460800 = 0x70800 constant B4800 (line 126) | B4800 = 0x12c0 constant B50 (line 127) | B50 = 0x32 constant B500000 (line 128) | B500000 = 0x7a120 constant B57600 (line 129) | B57600 = 0xe100 constant B600 (line 130) | B600 = 0x258 constant B7200 (line 131) | B7200 = 0x1c20 constant B75 (line 132) | B75 = 0x4b constant B76800 (line 133) | B76800 = 0x12c00 constant B921600 (line 134) | B921600 = 0xe1000 constant B9600 (line 135) | B9600 = 0x2580 constant BIOCFEEDBACK (line 136) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 137) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 138) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 139) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 140) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 141) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 142) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 143) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 144) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 145) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 146) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 147) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 148) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 149) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 150) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 151) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 152) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 153) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 154) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 155) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 156) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 157) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 158) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 159) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 160) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 161) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 162) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 163) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 164) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 165) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 166) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 167) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 168) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 169) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 170) | BIOCVERSION = 0x40044271 constant BPF_A (line 171) | BPF_A = 0x10 constant BPF_ABS (line 172) | BPF_ABS = 0x20 constant BPF_ADD (line 173) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 174) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 175) | BPF_ALU = 0x4 constant BPF_AND (line 176) | BPF_AND = 0x50 constant BPF_B (line 177) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 178) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 179) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 180) | BPF_DIV = 0x30 constant BPF_H (line 181) | BPF_H = 0x8 constant BPF_IMM (line 182) | BPF_IMM = 0x0 constant BPF_IND (line 183) | BPF_IND = 0x40 constant BPF_JA (line 184) | BPF_JA = 0x0 constant BPF_JEQ (line 185) | BPF_JEQ = 0x10 constant BPF_JGE (line 186) | BPF_JGE = 0x30 constant BPF_JGT (line 187) | BPF_JGT = 0x20 constant BPF_JMP (line 188) | BPF_JMP = 0x5 constant BPF_JSET (line 189) | BPF_JSET = 0x40 constant BPF_K (line 190) | BPF_K = 0x0 constant BPF_LD (line 191) | BPF_LD = 0x0 constant BPF_LDX (line 192) | BPF_LDX = 0x1 constant BPF_LEN (line 193) | BPF_LEN = 0x80 constant BPF_LSH (line 194) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 195) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 196) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 197) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 198) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 199) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 200) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 201) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 202) | BPF_MISC = 0x7 constant BPF_MOD (line 203) | BPF_MOD = 0x90 constant BPF_MSH (line 204) | BPF_MSH = 0xa0 constant BPF_MUL (line 205) | BPF_MUL = 0x20 constant BPF_NEG (line 206) | BPF_NEG = 0x80 constant BPF_OR (line 207) | BPF_OR = 0x40 constant BPF_RELEASE (line 208) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 209) | BPF_RET = 0x6 constant BPF_RSH (line 210) | BPF_RSH = 0x70 constant BPF_ST (line 211) | BPF_ST = 0x2 constant BPF_STX (line 212) | BPF_STX = 0x3 constant BPF_SUB (line 213) | BPF_SUB = 0x10 constant BPF_TAX (line 214) | BPF_TAX = 0x0 constant BPF_TXA (line 215) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 216) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 217) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 218) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 219) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 220) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 221) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 222) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 223) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 224) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 225) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 226) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 227) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 228) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 229) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 230) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 231) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 232) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 233) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 234) | BPF_T_NORMAL = 0x0 constant BPF_W (line 235) | BPF_W = 0x0 constant BPF_X (line 236) | BPF_X = 0x8 constant BPF_XOR (line 237) | BPF_XOR = 0xa0 constant BRKINT (line 238) | BRKINT = 0x2 constant CAP_ACCEPT (line 239) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 240) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 241) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 242) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 243) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 244) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 245) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 246) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 247) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 248) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 249) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 250) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 251) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 252) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 253) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 254) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 255) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 256) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 257) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 258) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 259) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 260) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 261) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 262) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 263) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 264) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 265) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 266) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 267) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 268) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 269) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 270) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 271) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 272) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 273) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 274) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 275) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 276) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 277) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 278) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 279) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 280) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 281) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 282) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 283) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 284) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 285) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 286) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 287) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 288) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 289) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 290) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 291) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 292) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 293) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 294) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 295) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 296) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 297) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 298) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 299) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 300) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 301) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 302) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 303) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 304) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 305) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 306) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 307) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 308) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 309) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 310) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 311) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 312) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 313) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 314) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 315) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 316) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 317) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 318) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 319) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 320) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 321) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 322) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 323) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 324) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 325) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 326) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 327) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 328) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 329) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 330) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 331) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 332) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 333) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 334) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 335) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 336) | CFLUSH = 0xf constant CLOCAL (line 337) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 338) | CLOCK_BOOTTIME = 0x5 constant CLOCK_MONOTONIC (line 339) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_COARSE (line 340) | CLOCK_MONOTONIC_COARSE = 0xc constant CLOCK_MONOTONIC_FAST (line 341) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 342) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 343) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 344) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 345) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_COARSE (line 346) | CLOCK_REALTIME_COARSE = 0xa constant CLOCK_REALTIME_FAST (line 347) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 348) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 349) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 350) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 351) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 352) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 353) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 354) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 355) | CPUSTATES = 0x5 constant CP_IDLE (line 356) | CP_IDLE = 0x4 constant CP_INTR (line 357) | CP_INTR = 0x3 constant CP_NICE (line 358) | CP_NICE = 0x1 constant CP_SYS (line 359) | CP_SYS = 0x2 constant CP_USER (line 360) | CP_USER = 0x0 constant CREAD (line 361) | CREAD = 0x800 constant CRTSCTS (line 362) | CRTSCTS = 0x30000 constant CS5 (line 363) | CS5 = 0x0 constant CS6 (line 364) | CS6 = 0x100 constant CS7 (line 365) | CS7 = 0x200 constant CS8 (line 366) | CS8 = 0x300 constant CSIZE (line 367) | CSIZE = 0x300 constant CSTART (line 368) | CSTART = 0x11 constant CSTATUS (line 369) | CSTATUS = 0x14 constant CSTOP (line 370) | CSTOP = 0x13 constant CSTOPB (line 371) | CSTOPB = 0x400 constant CSUSP (line 372) | CSUSP = 0x1a constant CTL_HW (line 373) | CTL_HW = 0x6 constant CTL_KERN (line 374) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 375) | CTL_MAXNAME = 0x18 constant CTL_NET (line 376) | CTL_NET = 0x4 constant DIOCGATTR (line 377) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 378) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 379) | DIOCGFLUSH = 0x20006487 constant DIOCGFWHEADS (line 380) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 381) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 382) | DIOCGIDENT = 0x41006489 constant DIOCGKERNELDUMP (line 383) | DIOCGKERNELDUMP = 0xc0986492 constant DIOCGMEDIASIZE (line 384) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 385) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 386) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 387) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 388) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 389) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 390) | DIOCSKERNELDUMP = 0x80986491 constant DIOCSKERNELDUMP_FREEBSD11 (line 391) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCSKERNELDUMP_FREEBSD12 (line 392) | DIOCSKERNELDUMP_FREEBSD12 = 0x80506490 constant DIOCZONECMD (line 393) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 394) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 395) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 396) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 397) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 398) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 399) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 400) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 401) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 402) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 403) | DLT_AURORA = 0x7e constant DLT_AX25 (line 404) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 405) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 406) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 407) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 408) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 409) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 410) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 411) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 412) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 413) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 414) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 415) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 416) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 417) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 418) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 419) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 420) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 421) | DLT_DBUS = 0xe7 constant DLT_DECT (line 422) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 423) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 424) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 425) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 426) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 427) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 428) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 429) | DLT_EN3MB = 0x2 constant DLT_ENC (line 430) | DLT_ENC = 0x6d constant DLT_EPON (line 431) | DLT_EPON = 0x103 constant DLT_ERF (line 432) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 433) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 434) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 435) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 436) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 437) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 438) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 439) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 440) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 441) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 442) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 443) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 444) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 445) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 446) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 447) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 448) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 449) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 450) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 451) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 452) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 453) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 454) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 455) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 456) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 457) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 458) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 459) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 460) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 461) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 462) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 463) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 464) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 465) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 466) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 467) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 468) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 469) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 470) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 471) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 472) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 473) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 474) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 475) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 476) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 477) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 478) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 479) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 480) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 481) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 482) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 483) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 484) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 485) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 486) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 487) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 488) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 489) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 490) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 491) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 492) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 493) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 494) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 495) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 496) | DLT_LAPD = 0xcb constant DLT_LIN (line 497) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 498) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 499) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 500) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 501) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 502) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 503) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 504) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 505) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 506) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 507) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 508) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 509) | DLT_MFR = 0xb6 constant DLT_MOST (line 510) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 511) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 512) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 513) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 514) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 515) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 516) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 517) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 518) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 519) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 520) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 521) | DLT_NFLOG = 0xef constant DLT_NG40 (line 522) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 523) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 524) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 525) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 526) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 527) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 528) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 529) | DLT_PKTAP = 0x102 constant DLT_PPI (line 530) | DLT_PPI = 0xc0 constant DLT_PPP (line 531) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 532) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 533) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 534) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 535) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 536) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 537) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 538) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 539) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 540) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 541) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 542) | DLT_RAW = 0xc constant DLT_RDS (line 543) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 544) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 545) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 546) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 547) | DLT_SCCP = 0x8e constant DLT_SCTP (line 548) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 549) | DLT_SDLC = 0x10c constant DLT_SITA (line 550) | DLT_SITA = 0xc4 constant DLT_SLIP (line 551) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 552) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 553) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 554) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 555) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 556) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 557) | DLT_TZSP = 0x80 constant DLT_USB (line 558) | DLT_USB = 0xba constant DLT_USBPCAP (line 559) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 560) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 561) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 562) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 563) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 564) | DLT_USER0 = 0x93 constant DLT_USER1 (line 565) | DLT_USER1 = 0x94 constant DLT_USER10 (line 566) | DLT_USER10 = 0x9d constant DLT_USER11 (line 567) | DLT_USER11 = 0x9e constant DLT_USER12 (line 568) | DLT_USER12 = 0x9f constant DLT_USER13 (line 569) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 570) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 571) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 572) | DLT_USER2 = 0x95 constant DLT_USER3 (line 573) | DLT_USER3 = 0x96 constant DLT_USER4 (line 574) | DLT_USER4 = 0x97 constant DLT_USER5 (line 575) | DLT_USER5 = 0x98 constant DLT_USER6 (line 576) | DLT_USER6 = 0x99 constant DLT_USER7 (line 577) | DLT_USER7 = 0x9a constant DLT_USER8 (line 578) | DLT_USER8 = 0x9b constant DLT_USER9 (line 579) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 580) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 581) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 582) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 583) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 584) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 585) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 586) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 587) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 588) | DT_BLK = 0x6 constant DT_CHR (line 589) | DT_CHR = 0x2 constant DT_DIR (line 590) | DT_DIR = 0x4 constant DT_FIFO (line 591) | DT_FIFO = 0x1 constant DT_LNK (line 592) | DT_LNK = 0xa constant DT_REG (line 593) | DT_REG = 0x8 constant DT_SOCK (line 594) | DT_SOCK = 0xc constant DT_UNKNOWN (line 595) | DT_UNKNOWN = 0x0 constant DT_WHT (line 596) | DT_WHT = 0xe constant ECHO (line 597) | ECHO = 0x8 constant ECHOCTL (line 598) | ECHOCTL = 0x40 constant ECHOE (line 599) | ECHOE = 0x2 constant ECHOK (line 600) | ECHOK = 0x4 constant ECHOKE (line 601) | ECHOKE = 0x1 constant ECHONL (line 602) | ECHONL = 0x10 constant ECHOPRT (line 603) | ECHOPRT = 0x20 constant EHE_DEAD_PRIORITY (line 604) | EHE_DEAD_PRIORITY = -0x1 constant EVFILT_AIO (line 605) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 606) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 607) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 608) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 609) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 610) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 611) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 612) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 613) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 614) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 615) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 616) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 617) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 618) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 619) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 620) | EV_ADD = 0x1 constant EV_CLEAR (line 621) | EV_CLEAR = 0x20 constant EV_DELETE (line 622) | EV_DELETE = 0x2 constant EV_DISABLE (line 623) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 624) | EV_DISPATCH = 0x80 constant EV_DROP (line 625) | EV_DROP = 0x1000 constant EV_ENABLE (line 626) | EV_ENABLE = 0x4 constant EV_EOF (line 627) | EV_EOF = 0x8000 constant EV_ERROR (line 628) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 629) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 630) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 631) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 632) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 633) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 634) | EV_SYSFLAGS = 0xf000 constant EXTA (line 635) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 636) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 637) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 638) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 639) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 640) | EXTB = 0x9600 constant EXTPROC (line 641) | EXTPROC = 0x800 constant FD_CLOEXEC (line 642) | FD_CLOEXEC = 0x1 constant FD_NONE (line 643) | FD_NONE = -0xc8 constant FD_SETSIZE (line 644) | FD_SETSIZE = 0x400 constant FLUSHO (line 645) | FLUSHO = 0x800000 constant F_ADD_SEALS (line 646) | F_ADD_SEALS = 0x13 constant F_CANCEL (line 647) | F_CANCEL = 0x5 constant F_DUP2FD (line 648) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 649) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 650) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 651) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 652) | F_GETFD = 0x1 constant F_GETFL (line 653) | F_GETFL = 0x3 constant F_GETLK (line 654) | F_GETLK = 0xb constant F_GETOWN (line 655) | F_GETOWN = 0x5 constant F_GET_SEALS (line 656) | F_GET_SEALS = 0x14 constant F_ISUNIONSTACK (line 657) | F_ISUNIONSTACK = 0x15 constant F_KINFO (line 658) | F_KINFO = 0x16 constant F_OGETLK (line 659) | F_OGETLK = 0x7 constant F_OK (line 660) | F_OK = 0x0 constant F_OSETLK (line 661) | F_OSETLK = 0x8 constant F_OSETLKW (line 662) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 663) | F_RDAHEAD = 0x10 constant F_RDLCK (line 664) | F_RDLCK = 0x1 constant F_READAHEAD (line 665) | F_READAHEAD = 0xf constant F_SEAL_GROW (line 666) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 667) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 668) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 669) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 670) | F_SETFD = 0x2 constant F_SETFL (line 671) | F_SETFL = 0x4 constant F_SETLK (line 672) | F_SETLK = 0xc constant F_SETLKW (line 673) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 674) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 675) | F_SETOWN = 0x6 constant F_UNLCK (line 676) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 677) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 678) | F_WRLCK = 0x3 constant HUPCL (line 679) | HUPCL = 0x4000 constant HW_MACHINE (line 680) | HW_MACHINE = 0x1 constant ICANON (line 681) | ICANON = 0x100 constant ICMP6_FILTER (line 682) | ICMP6_FILTER = 0x12 constant ICRNL (line 683) | ICRNL = 0x100 constant IEXTEN (line 684) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 685) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 686) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 687) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 688) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 689) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 690) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 691) | IFF_CANTCHANGE = 0x218f72 constant IFF_CANTCONFIG (line 692) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 693) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 694) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 695) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 696) | IFF_DYING = 0x200000 constant IFF_KNOWSEPOCH (line 697) | IFF_KNOWSEPOCH = 0x20 constant IFF_LINK0 (line 698) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 699) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 700) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 701) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 702) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 703) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 704) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 705) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 706) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 707) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 708) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 709) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 710) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 711) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 712) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 713) | IFF_STATICARP = 0x80000 constant IFF_UP (line 714) | IFF_UP = 0x1 constant IFNAMSIZ (line 715) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 716) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 717) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 718) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 719) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 720) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 721) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 722) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 723) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 724) | IGNBRK = 0x1 constant IGNCR (line 725) | IGNCR = 0x80 constant IGNPAR (line 726) | IGNPAR = 0x4 constant IMAXBEL (line 727) | IMAXBEL = 0x2000 constant INLCR (line 728) | INLCR = 0x40 constant INPCK (line 729) | INPCK = 0x10 constant IN_CLASSA_HOST (line 730) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 731) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 732) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 733) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 734) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 735) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 736) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 737) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 738) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 739) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 740) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 741) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 742) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 743) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 744) | IN_LOOPBACKNET = 0x7f constant IN_NETMASK_DEFAULT (line 745) | IN_NETMASK_DEFAULT = 0xffffff00 constant IN_RFC3021_MASK (line 746) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 747) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 748) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 749) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 750) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 751) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 752) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 753) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 754) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 755) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 756) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 757) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 758) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 759) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 760) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 761) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 762) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 763) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 764) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 765) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 766) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 767) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 768) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 769) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 770) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 771) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 772) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 773) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 774) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 775) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 776) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 777) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 778) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 779) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 780) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 781) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 782) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 783) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 784) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 785) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 786) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 787) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 788) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 789) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 790) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 791) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 792) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 793) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 794) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 795) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 796) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 797) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 798) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 799) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 800) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 801) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 802) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 803) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 804) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 805) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 806) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 807) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 808) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 809) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 810) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 811) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 812) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 813) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 814) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 815) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 816) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 817) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 818) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 819) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 820) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 821) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 822) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 823) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 824) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 825) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 826) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 827) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 828) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 829) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 830) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 831) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 832) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 833) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 834) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 835) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 836) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 837) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 838) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 839) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 840) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 841) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 842) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 843) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 844) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 845) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 846) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 847) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 848) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 849) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 850) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 851) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 852) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 853) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 854) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 855) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 856) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 857) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 858) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 859) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 860) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 861) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 862) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 863) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 864) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 865) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 866) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 867) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 868) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 869) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 870) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 871) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 872) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 873) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 874) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 875) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 876) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 877) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 878) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 879) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 880) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 881) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 882) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 883) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 884) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 885) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 886) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 887) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 888) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 889) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 890) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 891) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 892) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 893) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 894) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 895) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 896) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 897) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 898) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 899) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 900) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 901) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 902) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 903) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 904) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 905) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 906) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 907) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 908) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 910) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 911) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 912) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 913) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 914) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 915) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 917) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 920) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 923) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 924) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 925) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 926) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 927) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 940) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 941) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 942) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 943) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 944) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 945) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 946) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 947) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 948) | IP_DF = 0x4000 constant IP_DONTFRAG (line 949) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 950) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 951) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 952) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 953) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 954) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 955) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 956) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 957) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 958) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 959) | IP_FW3 = 0x30 constant IP_FW_ADD (line 960) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 961) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 962) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 963) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 964) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 965) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 966) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 967) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 968) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 969) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 970) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 971) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 972) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 973) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 974) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 975) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 976) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 977) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 978) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 979) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 980) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 981) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 982) | IP_MF = 0x2000 constant IP_MINTTL (line 983) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 984) | IP_MSFILTER = 0x4a constant IP_MSS (line 985) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 986) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 987) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 988) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 989) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 990) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 991) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 992) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 993) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 994) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 995) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 996) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 997) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 998) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 999) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 1000) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 1001) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 1002) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 1003) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 1004) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 1005) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 1006) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 1007) | IP_RETOPTS = 0x8 constant IP_RF (line 1008) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 1009) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 1010) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 1011) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 1012) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 1013) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 1014) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 1015) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 1016) | IP_TOS = 0x3 constant IP_TTL (line 1017) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 1018) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 1019) | IP_VLAN_PCP = 0x4b constant ISIG (line 1020) | ISIG = 0x80 constant ISTRIP (line 1021) | ISTRIP = 0x20 constant ITIMER_PROF (line 1022) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1023) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1024) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1025) | IXANY = 0x800 constant IXOFF (line 1026) | IXOFF = 0x400 constant IXON (line 1027) | IXON = 0x200 constant KERN_HOSTNAME (line 1028) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1029) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1030) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1031) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1032) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1033) | LOCAL_CREDS = 0x2 constant LOCAL_CREDS_PERSISTENT (line 1034) | LOCAL_CREDS_PERSISTENT = 0x3 constant LOCAL_PEERCRED (line 1035) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1036) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1037) | LOCK_EX = 0x2 constant LOCK_NB (line 1038) | LOCK_NB = 0x4 constant LOCK_SH (line 1039) | LOCK_SH = 0x1 constant LOCK_UN (line 1040) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1041) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1042) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1043) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1044) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1045) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1046) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1047) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1048) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1049) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1050) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1051) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1052) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1053) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1054) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1055) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1056) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1057) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1058) | MAP_COPY = 0x2 constant MAP_EXCL (line 1059) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1060) | MAP_FILE = 0x0 constant MAP_FIXED (line 1061) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1062) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1063) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1064) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1065) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1066) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1067) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1068) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1069) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1070) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1071) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1072) | MAP_SHARED = 0x1 constant MAP_STACK (line 1073) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1074) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1075) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1076) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1077) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1078) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1079) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1080) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1081) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1082) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1083) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1084) | MCL_FUTURE = 0x2 constant MFD_ALLOW_SEALING (line 1085) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1086) | MFD_CLOEXEC = 0x1 constant MFD_HUGETLB (line 1087) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1088) | MFD_HUGE_16GB = -0x78000000 constant MFD_HUGE_16MB (line 1089) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1090) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1091) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1092) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1093) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1094) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1095) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1096) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1097) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1098) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1099) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1100) | MFD_HUGE_MASK = 0xfc000000 constant MFD_HUGE_SHIFT (line 1101) | MFD_HUGE_SHIFT = 0x1a constant MNT_ACLS (line 1102) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1103) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1104) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1105) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1106) | MNT_CMDFLAGS = 0x300d0f0000 constant MNT_DEFEXPORTED (line 1107) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1108) | MNT_DELEXPORT = 0x20000 constant MNT_EMPTYDIR (line 1109) | MNT_EMPTYDIR = 0x2000000000 constant MNT_EXKERB (line 1110) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1111) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1112) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1113) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1114) | MNT_EXRDONLY = 0x80 constant MNT_EXTLS (line 1115) | MNT_EXTLS = 0x4000000000 constant MNT_EXTLSCERT (line 1116) | MNT_EXTLSCERT = 0x8000000000 constant MNT_EXTLSCERTUSER (line 1117) | MNT_EXTLSCERTUSER = 0x10000000000 constant MNT_FORCE (line 1118) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1119) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1120) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1121) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1122) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1123) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1124) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1125) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1126) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1127) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOCOVER (line 1128) | MNT_NOCOVER = 0x1000000000 constant MNT_NOEXEC (line 1129) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1130) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1131) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1132) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1133) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1134) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1135) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1136) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1137) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1138) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1139) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1140) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1141) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1142) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1143) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1144) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1145) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1146) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1147) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1148) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1149) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1150) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1151) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1152) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1153) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1154) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1155) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1156) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1157) | MSG_EOF = 0x100 constant MSG_EOR (line 1158) | MSG_EOR = 0x8 constant MSG_NBIO (line 1159) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1160) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1161) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1162) | MSG_OOB = 0x1 constant MSG_PEEK (line 1163) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1164) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1165) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1166) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1167) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1168) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1169) | MS_SYNC = 0x0 constant NAME_MAX (line 1170) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1171) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1172) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1173) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1174) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1175) | NET_RT_IFMALIST = 0x4 constant NET_RT_NHGRP (line 1176) | NET_RT_NHGRP = 0x7 constant NET_RT_NHOP (line 1177) | NET_RT_NHOP = 0x6 constant NFDBITS (line 1178) | NFDBITS = 0x40 constant NOFLSH (line 1179) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1180) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1181) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1182) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1183) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1184) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1185) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1186) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1187) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1188) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1189) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1190) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1191) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1192) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1193) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1194) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1195) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1196) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1197) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1198) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1199) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1200) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1201) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1202) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1203) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1204) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1205) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1206) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1207) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1208) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1209) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1210) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1211) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1212) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1213) | NOTE_WRITE = 0x2 constant OCRNL (line 1214) | OCRNL = 0x10 constant ONLCR (line 1215) | ONLCR = 0x2 constant ONLRET (line 1216) | ONLRET = 0x40 constant ONOCR (line 1217) | ONOCR = 0x20 constant ONOEOT (line 1218) | ONOEOT = 0x8 constant OPOST (line 1219) | OPOST = 0x1 constant OXTABS (line 1220) | OXTABS = 0x4 constant O_ACCMODE (line 1221) | O_ACCMODE = 0x3 constant O_APPEND (line 1222) | O_APPEND = 0x8 constant O_ASYNC (line 1223) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1224) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1225) | O_CREAT = 0x200 constant O_DIRECT (line 1226) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1227) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1228) | O_DSYNC = 0x1000000 constant O_EMPTY_PATH (line 1229) | O_EMPTY_PATH = 0x2000000 constant O_EXCL (line 1230) | O_EXCL = 0x800 constant O_EXEC (line 1231) | O_EXEC = 0x40000 constant O_EXLOCK (line 1232) | O_EXLOCK = 0x20 constant O_FSYNC (line 1233) | O_FSYNC = 0x80 constant O_NDELAY (line 1234) | O_NDELAY = 0x4 constant O_NOCTTY (line 1235) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1236) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1237) | O_NONBLOCK = 0x4 constant O_PATH (line 1238) | O_PATH = 0x400000 constant O_RDONLY (line 1239) | O_RDONLY = 0x0 constant O_RDWR (line 1240) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1241) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1242) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1243) | O_SHLOCK = 0x10 constant O_SYNC (line 1244) | O_SYNC = 0x80 constant O_TRUNC (line 1245) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1246) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1247) | O_VERIFY = 0x200000 constant O_WRONLY (line 1248) | O_WRONLY = 0x1 constant PARENB (line 1249) | PARENB = 0x1000 constant PARMRK (line 1250) | PARMRK = 0x8 constant PARODD (line 1251) | PARODD = 0x2000 constant PENDIN (line 1252) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1253) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1254) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1255) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1256) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1257) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1258) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1259) | PRIO_USER = 0x2 constant PROT_EXEC (line 1260) | PROT_EXEC = 0x4 constant PROT_NONE (line 1261) | PROT_NONE = 0x0 constant PROT_READ (line 1262) | PROT_READ = 0x1 constant PROT_WRITE (line 1263) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1264) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1265) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1266) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1267) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1268) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1269) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1270) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1271) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1272) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1273) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1274) | PT_CONTINUE = 0x7 constant PT_COREDUMP (line 1275) | PT_COREDUMP = 0x1d constant PT_DETACH (line 1276) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1277) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1278) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1279) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1280) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1281) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1282) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1283) | PT_GETREGS = 0x21 constant PT_GET_EVENT_MASK (line 1284) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1285) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1286) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1287) | PT_IO = 0xc constant PT_KILL (line 1288) | PT_KILL = 0x8 constant PT_LWPINFO (line 1289) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1290) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1291) | PT_READ_D = 0x2 constant PT_READ_I (line 1292) | PT_READ_I = 0x1 constant PT_RESUME (line 1293) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1294) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1295) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1296) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1297) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1298) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1299) | PT_STEP = 0x9 constant PT_SUSPEND (line 1300) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1301) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1302) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1303) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1304) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1305) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1306) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1307) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1308) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1309) | P_ZONEID = 0xc constant RLIMIT_AS (line 1310) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1311) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1312) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1313) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1314) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1315) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1316) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1317) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1318) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1319) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1320) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1321) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1322) | RTAX_BRD = 0x7 constant RTAX_DST (line 1323) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1324) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1325) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1326) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1327) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1328) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1329) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1330) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1331) | RTA_BRD = 0x80 constant RTA_DST (line 1332) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1333) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1334) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1335) | RTA_IFA = 0x20 constant RTA_IFP (line 1336) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1337) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1338) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1339) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1340) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1341) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1342) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1343) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1344) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1345) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1346) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1347) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1348) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1349) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1350) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1351) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1352) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1353) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1354) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1355) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1356) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1357) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1358) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1359) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1360) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1361) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1362) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1363) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1364) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1365) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1366) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1367) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1368) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1369) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1370) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1371) | RTM_LOSING = 0x5 constant RTM_MISS (line 1372) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1373) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1374) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1375) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1376) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1377) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1378) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1379) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1380) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1381) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1382) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1383) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1384) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1385) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1386) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1387) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1388) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1389) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1390) | RT_DEFAULT_FIB = 0x0 constant RT_DEFAULT_WEIGHT (line 1391) | RT_DEFAULT_WEIGHT = 0x1 constant RT_HAS_GW (line 1392) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1393) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1394) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1395) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1396) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1397) | RT_LLE_CACHE = 0x100 constant RT_MAX_WEIGHT (line 1398) | RT_MAX_WEIGHT = 0xffffff constant RT_MAY_LOOP (line 1399) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1400) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1401) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1402) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1403) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1404) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1405) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1406) | SCM_CREDS = 0x3 constant SCM_CREDS2 (line 1407) | SCM_CREDS2 = 0x8 constant SCM_MONOTONIC (line 1408) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1409) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1410) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1411) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1412) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1413) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1414) | SEEK_DATA = 0x3 constant SEEK_END (line 1415) | SEEK_END = 0x2 constant SEEK_HOLE (line 1416) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1417) | SEEK_SET = 0x0 constant SHUT_RD (line 1418) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1419) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1420) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1421) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1422) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1423) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1424) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1425) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1426) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1427) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1428) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1429) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1430) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1431) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1432) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1433) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1434) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1435) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1436) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1437) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1438) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1439) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1440) | SIOCGIFDATA = 0x8020692c constant SIOCGIFDESCR (line 1441) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1442) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1443) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1444) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1445) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1446) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1447) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1448) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1449) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1450) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1451) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1452) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1453) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1454) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1455) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1456) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1457) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1458) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1459) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1460) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1461) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1462) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1463) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1464) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1465) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1466) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1467) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1468) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1469) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1470) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1471) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1472) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1473) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1474) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1475) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1476) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1477) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1478) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1479) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1480) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1481) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1482) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1483) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1484) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1485) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1486) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1487) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1488) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1489) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1490) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1491) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1492) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1493) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1494) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1495) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1496) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1497) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1498) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1499) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1500) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1501) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1502) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1503) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1504) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1505) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1506) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1507) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1508) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1509) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1510) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1511) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1512) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1513) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1514) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1515) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1516) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1517) | SO_LABEL = 0x1009 constant SO_LINGER (line 1518) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1519) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1520) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1521) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1522) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1523) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1524) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1525) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1526) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1527) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1528) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1529) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1530) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1531) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1532) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1533) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1534) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1535) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1536) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1537) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1538) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1539) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1540) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1541) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1542) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1543) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1544) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1545) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1546) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1547) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1548) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1549) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1550) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1551) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1552) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1553) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1554) | S_IEXEC = 0x40 constant S_IFBLK (line 1555) | S_IFBLK = 0x6000 constant S_IFCHR (line 1556) | S_IFCHR = 0x2000 constant S_IFDIR (line 1557) | S_IFDIR = 0x4000 constant S_IFIFO (line 1558) | S_IFIFO = 0x1000 constant S_IFLNK (line 1559) | S_IFLNK = 0xa000 constant S_IFMT (line 1560) | S_IFMT = 0xf000 constant S_IFREG (line 1561) | S_IFREG = 0x8000 constant S_IFSOCK (line 1562) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1563) | S_IFWHT = 0xe000 constant S_IREAD (line 1564) | S_IREAD = 0x100 constant S_IRGRP (line 1565) | S_IRGRP = 0x20 constant S_IROTH (line 1566) | S_IROTH = 0x4 constant S_IRUSR (line 1567) | S_IRUSR = 0x100 constant S_IRWXG (line 1568) | S_IRWXG = 0x38 constant S_IRWXO (line 1569) | S_IRWXO = 0x7 constant S_IRWXU (line 1570) | S_IRWXU = 0x1c0 constant S_ISGID (line 1571) | S_ISGID = 0x400 constant S_ISTXT (line 1572) | S_ISTXT = 0x200 constant S_ISUID (line 1573) | S_ISUID = 0x800 constant S_ISVTX (line 1574) | S_ISVTX = 0x200 constant S_IWGRP (line 1575) | S_IWGRP = 0x10 constant S_IWOTH (line 1576) | S_IWOTH = 0x2 constant S_IWRITE (line 1577) | S_IWRITE = 0x80 constant S_IWUSR (line 1578) | S_IWUSR = 0x80 constant S_IXGRP (line 1579) | S_IXGRP = 0x8 constant S_IXOTH (line 1580) | S_IXOTH = 0x1 constant S_IXUSR (line 1581) | S_IXUSR = 0x40 constant TAB0 (line 1582) | TAB0 = 0x0 constant TAB3 (line 1583) | TAB3 = 0x4 constant TABDLY (line 1584) | TABDLY = 0x4 constant TCIFLUSH (line 1585) | TCIFLUSH = 0x1 constant TCIOFF (line 1586) | TCIOFF = 0x3 constant TCIOFLUSH (line 1587) | TCIOFLUSH = 0x3 constant TCION (line 1588) | TCION = 0x4 constant TCOFLUSH (line 1589) | TCOFLUSH = 0x2 constant TCOOFF (line 1590) | TCOOFF = 0x1 constant TCOON (line 1591) | TCOON = 0x2 constant TCPOPT_EOL (line 1592) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1593) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1594) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1595) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1596) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1597) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1598) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1599) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1600) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1601) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1602) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1603) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1604) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1605) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1606) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1607) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1608) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1609) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1610) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1611) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1612) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1613) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1614) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1615) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1616) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1617) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1618) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1619) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1620) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1621) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1622) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1623) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1624) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1625) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1626) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1627) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1628) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_INIT_RATE (line 1629) | TCP_BBR_RACK_INIT_RATE = 0x458 constant TCP_BBR_RACK_RTT_USE (line 1630) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1631) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1632) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1633) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1634) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1635) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1636) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1637) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1638) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1639) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1640) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1641) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1642) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1643) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1644) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1645) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_USE_RACK_RR (line 1646) | TCP_BBR_USE_RACK_RR = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1647) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1648) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1649) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1650) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1651) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DEFER_OPTIONS (line 1652) | TCP_DEFER_OPTIONS = 0x470 constant TCP_DELACK (line 1653) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1654) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1655) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1656) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1657) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FAST_RSM_HACK (line 1658) | TCP_FAST_RSM_HACK = 0x471 constant TCP_FIN_IS_RST (line 1659) | TCP_FIN_IS_RST = 0x49 constant TCP_FUNCTION_BLK (line 1660) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1661) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_HDWR_RATE_CAP (line 1662) | TCP_HDWR_RATE_CAP = 0x46a constant TCP_HDWR_UP_ONLY (line 1663) | TCP_HDWR_UP_ONLY = 0x46c constant TCP_IDLE_REDUCE (line 1664) | TCP_IDLE_REDUCE = 0x46 constant TCP_INFO (line 1665) | TCP_INFO = 0x20 constant TCP_IWND_NB (line 1666) | TCP_IWND_NB = 0x2b constant TCP_IWND_NSEG (line 1667) | TCP_IWND_NSEG = 0x2c constant TCP_KEEPCNT (line 1668) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1669) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1670) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1671) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1672) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1673) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1674) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1675) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1676) | TCP_LOGID = 0x24 constant TCP_LOGID_CNT (line 1677) | TCP_LOGID_CNT = 0x2e constant TCP_LOG_ID_LEN (line 1678) | TCP_LOG_ID_LEN = 0x40 constant TCP_LOG_LIMIT (line 1679) | TCP_LOG_LIMIT = 0x4a constant TCP_LOG_TAG (line 1680) | TCP_LOG_TAG = 0x2f constant TCP_MAXBURST (line 1681) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1682) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1683) | TCP_MAXOLEN = 0x28 constant TCP_MAXPEAKRATE (line 1684) | TCP_MAXPEAKRATE = 0x45 constant TCP_MAXSEG (line 1685) | TCP_MAXSEG = 0x2 constant TCP_MAXUNACKTIME (line 1686) | TCP_MAXUNACKTIME = 0x44 constant TCP_MAXWIN (line 1687) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1688) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1689) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1690) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1691) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1692) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1693) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1694) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1695) | TCP_NOPUSH = 0x4 constant TCP_NO_PRR (line 1696) | TCP_NO_PRR = 0x462 constant TCP_PACING_RATE_CAP (line 1697) | TCP_PACING_RATE_CAP = 0x46b constant TCP_PCAP_IN (line 1698) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1699) | TCP_PCAP_OUT = 0x800 constant TCP_PERF_INFO (line 1700) | TCP_PERF_INFO = 0x4e constant TCP_PROC_ACCOUNTING (line 1701) | TCP_PROC_ACCOUNTING = 0x4c constant TCP_RACK_ABC_VAL (line 1702) | TCP_RACK_ABC_VAL = 0x46d constant TCP_RACK_CHEAT_NOT_CONF_RATE (line 1703) | TCP_RACK_CHEAT_NOT_CONF_RATE = 0x459 constant TCP_RACK_DO_DETECTION (line 1704) | TCP_RACK_DO_DETECTION = 0x449 constant TCP_RACK_EARLY_RECOV (line 1705) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1706) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_FORCE_MSEG (line 1707) | TCP_RACK_FORCE_MSEG = 0x45d constant TCP_RACK_GP_INCREASE (line 1708) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_GP_INCREASE_CA (line 1709) | TCP_RACK_GP_INCREASE_CA = 0x45a constant TCP_RACK_GP_INCREASE_REC (line 1710) | TCP_RACK_GP_INCREASE_REC = 0x45c constant TCP_RACK_GP_INCREASE_SS (line 1711) | TCP_RACK_GP_INCREASE_SS = 0x45b constant TCP_RACK_IDLE_REDUCE_HIGH (line 1712) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MBUF_QUEUE (line 1713) | TCP_RACK_MBUF_QUEUE = 0x41a constant TCP_RACK_MEASURE_CNT (line 1714) | TCP_RACK_MEASURE_CNT = 0x46f constant TCP_RACK_MIN_PACE (line 1715) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1716) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1717) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_NONRXT_CFG_RATE (line 1718) | TCP_RACK_NONRXT_CFG_RATE = 0x463 constant TCP_RACK_NO_PUSH_AT_MAX (line 1719) | TCP_RACK_NO_PUSH_AT_MAX = 0x466 constant TCP_RACK_PACE_ALWAYS (line 1720) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1721) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_RATE_CA (line 1722) | TCP_RACK_PACE_RATE_CA = 0x45e constant TCP_RACK_PACE_RATE_REC (line 1723) | TCP_RACK_PACE_RATE_REC = 0x460 constant TCP_RACK_PACE_RATE_SS (line 1724) | TCP_RACK_PACE_RATE_SS = 0x45f constant TCP_RACK_PACE_REDUCE (line 1725) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PACE_TO_FILL (line 1726) | TCP_RACK_PACE_TO_FILL = 0x467 constant TCP_RACK_PACING_BETA (line 1727) | TCP_RACK_PACING_BETA = 0x472 constant TCP_RACK_PACING_BETA_ECN (line 1728) | TCP_RACK_PACING_BETA_ECN = 0x473 constant TCP_RACK_PKT_DELAY (line 1729) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROFILE (line 1730) | TCP_RACK_PROFILE = 0x469 constant TCP_RACK_PROP (line 1731) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1732) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1733) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1734) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1735) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_RR_CONF (line 1736) | TCP_RACK_RR_CONF = 0x459 constant TCP_RACK_TIMER_SLOP (line 1737) | TCP_RACK_TIMER_SLOP = 0x474 constant TCP_RACK_TLP_INC_VAR (line 1738) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1739) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1740) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1741) | TCP_RACK_TLP_USE = 0x447 constant TCP_REC_ABC_VAL (line 1742) | TCP_REC_ABC_VAL = 0x46e constant TCP_REMOTE_UDP_ENCAPS_PORT (line 1743) | TCP_REMOTE_UDP_ENCAPS_PORT = 0x47 constant TCP_REUSPORT_LB_NUMA (line 1744) | TCP_REUSPORT_LB_NUMA = 0x402 constant TCP_REUSPORT_LB_NUMA_CURDOM (line 1745) | TCP_REUSPORT_LB_NUMA_CURDOM = -0x1 constant TCP_REUSPORT_LB_NUMA_NODOM (line 1746) | TCP_REUSPORT_LB_NUMA_NODOM = -0x2 constant TCP_RXTLS_ENABLE (line 1747) | TCP_RXTLS_ENABLE = 0x29 constant TCP_RXTLS_MODE (line 1748) | TCP_RXTLS_MODE = 0x2a constant TCP_SHARED_CWND_ALLOWED (line 1749) | TCP_SHARED_CWND_ALLOWED = 0x4b constant TCP_SHARED_CWND_ENABLE (line 1750) | TCP_SHARED_CWND_ENABLE = 0x464 constant TCP_SHARED_CWND_TIME_LIMIT (line 1751) | TCP_SHARED_CWND_TIME_LIMIT = 0x468 constant TCP_STATS (line 1752) | TCP_STATS = 0x21 constant TCP_TIMELY_DYN_ADJ (line 1753) | TCP_TIMELY_DYN_ADJ = 0x465 constant TCP_TLS_MODE_IFNET (line 1754) | TCP_TLS_MODE_IFNET = 0x2 constant TCP_TLS_MODE_NONE (line 1755) | TCP_TLS_MODE_NONE = 0x0 constant TCP_TLS_MODE_SW (line 1756) | TCP_TLS_MODE_SW = 0x1 constant TCP_TLS_MODE_TOE (line 1757) | TCP_TLS_MODE_TOE = 0x3 constant TCP_TXTLS_ENABLE (line 1758) | TCP_TXTLS_ENABLE = 0x27 constant TCP_TXTLS_MODE (line 1759) | TCP_TXTLS_MODE = 0x28 constant TCP_USER_LOG (line 1760) | TCP_USER_LOG = 0x30 constant TCP_USE_CMP_ACKS (line 1761) | TCP_USE_CMP_ACKS = 0x4d constant TCP_VENDOR (line 1762) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1763) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1764) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1765) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1766) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1767) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1768) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1769) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1770) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1771) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1772) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1773) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1774) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1775) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1776) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1777) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1778) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1779) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1780) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1781) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1782) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1783) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1784) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1785) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1786) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1787) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1788) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1789) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1790) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1791) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1792) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1793) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1794) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1795) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1796) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1797) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1798) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1799) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1800) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1801) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1802) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1803) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1804) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1805) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1806) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1807) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1808) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1809) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1810) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1811) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1812) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1813) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1814) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1815) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1816) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1817) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1818) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1819) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1820) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1821) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1822) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1823) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1824) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1825) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1826) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1827) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1828) | TOSTOP = 0x400000 constant UTIME_NOW (line 1829) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1830) | UTIME_OMIT = -0x2 constant VDISCARD (line 1831) | VDISCARD = 0xf constant VDSUSP (line 1832) | VDSUSP = 0xb constant VEOF (line 1833) | VEOF = 0x0 constant VEOL (line 1834) | VEOL = 0x1 constant VEOL2 (line 1835) | VEOL2 = 0x2 constant VERASE (line 1836) | VERASE = 0x3 constant VERASE2 (line 1837) | VERASE2 = 0x7 constant VINTR (line 1838) | VINTR = 0x8 constant VKILL (line 1839) | VKILL = 0x5 constant VLNEXT (line 1840) | VLNEXT = 0xe constant VMIN (line 1841) | VMIN = 0x10 constant VQUIT (line 1842) | VQUIT = 0x9 constant VREPRINT (line 1843) | VREPRINT = 0x6 constant VSTART (line 1844) | VSTART = 0xc constant VSTATUS (line 1845) | VSTATUS = 0x12 constant VSTOP (line 1846) | VSTOP = 0xd constant VSUSP (line 1847) | VSUSP = 0xa constant VTIME (line 1848) | VTIME = 0x11 constant VWERASE (line 1849) | VWERASE = 0x4 constant WCONTINUED (line 1850) | WCONTINUED = 0x4 constant WCOREFLAG (line 1851) | WCOREFLAG = 0x80 constant WEXITED (line 1852) | WEXITED = 0x10 constant WLINUXCLONE (line 1853) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1854) | WNOHANG = 0x1 constant WNOWAIT (line 1855) | WNOWAIT = 0x8 constant WSTOPPED (line 1856) | WSTOPPED = 0x2 constant WTRAPPED (line 1857) | WTRAPPED = 0x20 constant WUNTRACED (line 1858) | WUNTRACED = 0x2 constant E2BIG (line 1863) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1864) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1865) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1866) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1867) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1868) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1869) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1870) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1871) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1872) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1873) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1874) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1875) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1876) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1877) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1878) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1879) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1880) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1881) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1882) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1883) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1884) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1885) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1886) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1887) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1888) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1889) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1890) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1891) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1892) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1893) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1894) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1895) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1896) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1897) | EINVAL = syscall.Errno(0x16) constant EIO (line 1898) | EIO = syscall.Errno(0x5) constant EISCONN (line 1899) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1900) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1901) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1902) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1903) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1904) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1905) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1906) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1907) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1908) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1909) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1910) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1911) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1912) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1913) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1914) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1915) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1916) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1917) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1918) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1919) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1920) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1921) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1922) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1923) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1924) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1925) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1926) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1927) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1928) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1929) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1930) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1931) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1932) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1933) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1934) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1935) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1936) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1937) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1938) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1939) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1940) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1941) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1942) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1943) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1944) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1945) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1946) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1947) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1948) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1949) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1950) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1951) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1952) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1953) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1954) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1955) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1956) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1957) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1958) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1959) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1960) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1961) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1962) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1967) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1968) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1969) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1970) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1971) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1972) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1973) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1974) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1975) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1976) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1977) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1978) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1979) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1980) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1981) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1982) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1983) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1984) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1985) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1986) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1987) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1988) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1989) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1990) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1991) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1992) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1993) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1994) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1995) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1996) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1997) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1998) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1999) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 2000) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 2001) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux.go constant AAFS_MAGIC (line 11) | AAFS_MAGIC = 0x5a3c69f0 constant ADFS_SUPER_MAGIC (line 12) | ADFS_SUPER_MAGIC = 0xadf5 constant AFFS_SUPER_MAGIC (line 13) | AFFS_SUPER_MAGIC = 0xadff constant AFS_FS_MAGIC (line 14) | AFS_FS_MAGIC = 0x6b414653 constant AFS_SUPER_MAGIC (line 15) | AFS_SUPER_MAGIC = 0x5346414f constant AF_ALG (line 16) | AF_ALG = 0x26 constant AF_APPLETALK (line 17) | AF_APPLETALK = 0x5 constant AF_ASH (line 18) | AF_ASH = 0x12 constant AF_ATMPVC (line 19) | AF_ATMPVC = 0x8 constant AF_ATMSVC (line 20) | AF_ATMSVC = 0x14 constant AF_AX25 (line 21) | AF_AX25 = 0x3 constant AF_BLUETOOTH (line 22) | AF_BLUETOOTH = 0x1f constant AF_BRIDGE (line 23) | AF_BRIDGE = 0x7 constant AF_CAIF (line 24) | AF_CAIF = 0x25 constant AF_CAN (line 25) | AF_CAN = 0x1d constant AF_DECnet (line 26) | AF_DECnet = 0xc constant AF_ECONET (line 27) | AF_ECONET = 0x13 constant AF_FILE (line 28) | AF_FILE = 0x1 constant AF_IB (line 29) | AF_IB = 0x1b constant AF_IEEE802154 (line 30) | AF_IEEE802154 = 0x24 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0xa constant AF_IPX (line 33) | AF_IPX = 0x4 constant AF_IRDA (line 34) | AF_IRDA = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x22 constant AF_IUCV (line 36) | AF_IUCV = 0x20 constant AF_KCM (line 37) | AF_KCM = 0x29 constant AF_KEY (line 38) | AF_KEY = 0xf constant AF_LLC (line 39) | AF_LLC = 0x1a constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2e constant AF_MCTP (line 42) | AF_MCTP = 0x2d constant AF_MPLS (line 43) | AF_MPLS = 0x1c constant AF_NETBEUI (line 44) | AF_NETBEUI = 0xd constant AF_NETLINK (line 45) | AF_NETLINK = 0x10 constant AF_NETROM (line 46) | AF_NETROM = 0x6 constant AF_NFC (line 47) | AF_NFC = 0x27 constant AF_PACKET (line 48) | AF_PACKET = 0x11 constant AF_PHONET (line 49) | AF_PHONET = 0x23 constant AF_PPPOX (line 50) | AF_PPPOX = 0x18 constant AF_QIPCRTR (line 51) | AF_QIPCRTR = 0x2a constant AF_RDS (line 52) | AF_RDS = 0x15 constant AF_ROSE (line 53) | AF_ROSE = 0xb constant AF_ROUTE (line 54) | AF_ROUTE = 0x10 constant AF_RXRPC (line 55) | AF_RXRPC = 0x21 constant AF_SECURITY (line 56) | AF_SECURITY = 0xe constant AF_SMC (line 57) | AF_SMC = 0x2b constant AF_SNA (line 58) | AF_SNA = 0x16 constant AF_TIPC (line 59) | AF_TIPC = 0x1e constant AF_UNIX (line 60) | AF_UNIX = 0x1 constant AF_UNSPEC (line 61) | AF_UNSPEC = 0x0 constant AF_VSOCK (line 62) | AF_VSOCK = 0x28 constant AF_WANPIPE (line 63) | AF_WANPIPE = 0x19 constant AF_X25 (line 64) | AF_X25 = 0x9 constant AF_XDP (line 65) | AF_XDP = 0x2c constant ALG_OP_DECRYPT (line 66) | ALG_OP_DECRYPT = 0x0 constant ALG_OP_ENCRYPT (line 67) | ALG_OP_ENCRYPT = 0x1 constant ALG_SET_AEAD_ASSOCLEN (line 68) | ALG_SET_AEAD_ASSOCLEN = 0x4 constant ALG_SET_AEAD_AUTHSIZE (line 69) | ALG_SET_AEAD_AUTHSIZE = 0x5 constant ALG_SET_DRBG_ENTROPY (line 70) | ALG_SET_DRBG_ENTROPY = 0x6 constant ALG_SET_IV (line 71) | ALG_SET_IV = 0x2 constant ALG_SET_KEY (line 72) | ALG_SET_KEY = 0x1 constant ALG_SET_KEY_BY_KEY_SERIAL (line 73) | ALG_SET_KEY_BY_KEY_SERIAL = 0x7 constant ALG_SET_OP (line 74) | ALG_SET_OP = 0x3 constant ANON_INODE_FS_MAGIC (line 75) | ANON_INODE_FS_MAGIC = 0x9041934 constant ARPHRD_6LOWPAN (line 76) | ARPHRD_6LOWPAN = 0x339 constant ARPHRD_ADAPT (line 77) | ARPHRD_ADAPT = 0x108 constant ARPHRD_APPLETLK (line 78) | ARPHRD_APPLETLK = 0x8 constant ARPHRD_ARCNET (line 79) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ASH (line 80) | ARPHRD_ASH = 0x30d constant ARPHRD_ATM (line 81) | ARPHRD_ATM = 0x13 constant ARPHRD_AX25 (line 82) | ARPHRD_AX25 = 0x3 constant ARPHRD_BIF (line 83) | ARPHRD_BIF = 0x307 constant ARPHRD_CAIF (line 84) | ARPHRD_CAIF = 0x336 constant ARPHRD_CAN (line 85) | ARPHRD_CAN = 0x118 constant ARPHRD_CHAOS (line 86) | ARPHRD_CHAOS = 0x5 constant ARPHRD_CISCO (line 87) | ARPHRD_CISCO = 0x201 constant ARPHRD_CSLIP (line 88) | ARPHRD_CSLIP = 0x101 constant ARPHRD_CSLIP6 (line 89) | ARPHRD_CSLIP6 = 0x103 constant ARPHRD_DDCMP (line 90) | ARPHRD_DDCMP = 0x205 constant ARPHRD_DLCI (line 91) | ARPHRD_DLCI = 0xf constant ARPHRD_ECONET (line 92) | ARPHRD_ECONET = 0x30e constant ARPHRD_EETHER (line 93) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 94) | ARPHRD_ETHER = 0x1 constant ARPHRD_EUI64 (line 95) | ARPHRD_EUI64 = 0x1b constant ARPHRD_FCAL (line 96) | ARPHRD_FCAL = 0x311 constant ARPHRD_FCFABRIC (line 97) | ARPHRD_FCFABRIC = 0x313 constant ARPHRD_FCPL (line 98) | ARPHRD_FCPL = 0x312 constant ARPHRD_FCPP (line 99) | ARPHRD_FCPP = 0x310 constant ARPHRD_FDDI (line 100) | ARPHRD_FDDI = 0x306 constant ARPHRD_FRAD (line 101) | ARPHRD_FRAD = 0x302 constant ARPHRD_HDLC (line 102) | ARPHRD_HDLC = 0x201 constant ARPHRD_HIPPI (line 103) | ARPHRD_HIPPI = 0x30c constant ARPHRD_HWX25 (line 104) | ARPHRD_HWX25 = 0x110 constant ARPHRD_IEEE1394 (line 105) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 106) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IEEE80211 (line 107) | ARPHRD_IEEE80211 = 0x321 constant ARPHRD_IEEE80211_PRISM (line 108) | ARPHRD_IEEE80211_PRISM = 0x322 constant ARPHRD_IEEE80211_RADIOTAP (line 109) | ARPHRD_IEEE80211_RADIOTAP = 0x323 constant ARPHRD_IEEE802154 (line 110) | ARPHRD_IEEE802154 = 0x324 constant ARPHRD_IEEE802154_MONITOR (line 111) | ARPHRD_IEEE802154_MONITOR = 0x325 constant ARPHRD_IEEE802_TR (line 112) | ARPHRD_IEEE802_TR = 0x320 constant ARPHRD_INFINIBAND (line 113) | ARPHRD_INFINIBAND = 0x20 constant ARPHRD_IP6GRE (line 114) | ARPHRD_IP6GRE = 0x337 constant ARPHRD_IPDDP (line 115) | ARPHRD_IPDDP = 0x309 constant ARPHRD_IPGRE (line 116) | ARPHRD_IPGRE = 0x30a constant ARPHRD_IRDA (line 117) | ARPHRD_IRDA = 0x30f constant ARPHRD_LAPB (line 118) | ARPHRD_LAPB = 0x204 constant ARPHRD_LOCALTLK (line 119) | ARPHRD_LOCALTLK = 0x305 constant ARPHRD_LOOPBACK (line 120) | ARPHRD_LOOPBACK = 0x304 constant ARPHRD_MCTP (line 121) | ARPHRD_MCTP = 0x122 constant ARPHRD_METRICOM (line 122) | ARPHRD_METRICOM = 0x17 constant ARPHRD_NETLINK (line 123) | ARPHRD_NETLINK = 0x338 constant ARPHRD_NETROM (line 124) | ARPHRD_NETROM = 0x0 constant ARPHRD_NONE (line 125) | ARPHRD_NONE = 0xfffe constant ARPHRD_PHONET (line 126) | ARPHRD_PHONET = 0x334 constant ARPHRD_PHONET_PIPE (line 127) | ARPHRD_PHONET_PIPE = 0x335 constant ARPHRD_PIMREG (line 128) | ARPHRD_PIMREG = 0x30b constant ARPHRD_PPP (line 129) | ARPHRD_PPP = 0x200 constant ARPHRD_PRONET (line 130) | ARPHRD_PRONET = 0x4 constant ARPHRD_RAWHDLC (line 131) | ARPHRD_RAWHDLC = 0x206 constant ARPHRD_RAWIP (line 132) | ARPHRD_RAWIP = 0x207 constant ARPHRD_ROSE (line 133) | ARPHRD_ROSE = 0x10e constant ARPHRD_RSRVD (line 134) | ARPHRD_RSRVD = 0x104 constant ARPHRD_SIT (line 135) | ARPHRD_SIT = 0x308 constant ARPHRD_SKIP (line 136) | ARPHRD_SKIP = 0x303 constant ARPHRD_SLIP (line 137) | ARPHRD_SLIP = 0x100 constant ARPHRD_SLIP6 (line 138) | ARPHRD_SLIP6 = 0x102 constant ARPHRD_TUNNEL (line 139) | ARPHRD_TUNNEL = 0x300 constant ARPHRD_TUNNEL6 (line 140) | ARPHRD_TUNNEL6 = 0x301 constant ARPHRD_VOID (line 141) | ARPHRD_VOID = 0xffff constant ARPHRD_VSOCKMON (line 142) | ARPHRD_VSOCKMON = 0x33a constant ARPHRD_X25 (line 143) | ARPHRD_X25 = 0x10f constant AUDIT_ADD (line 144) | AUDIT_ADD = 0x3eb constant AUDIT_ADD_RULE (line 145) | AUDIT_ADD_RULE = 0x3f3 constant AUDIT_ALWAYS (line 146) | AUDIT_ALWAYS = 0x2 constant AUDIT_ANOM_ABEND (line 147) | AUDIT_ANOM_ABEND = 0x6a5 constant AUDIT_ANOM_CREAT (line 148) | AUDIT_ANOM_CREAT = 0x6a7 constant AUDIT_ANOM_LINK (line 149) | AUDIT_ANOM_LINK = 0x6a6 constant AUDIT_ANOM_PROMISCUOUS (line 150) | AUDIT_ANOM_PROMISCUOUS = 0x6a4 constant AUDIT_ARCH (line 151) | AUDIT_ARCH = 0xb constant AUDIT_ARCH_AARCH64 (line 152) | AUDIT_ARCH_AARCH64 = 0xc00000b7 constant AUDIT_ARCH_ALPHA (line 153) | AUDIT_ARCH_ALPHA = 0xc0009026 constant AUDIT_ARCH_ARCOMPACT (line 154) | AUDIT_ARCH_ARCOMPACT = 0x4000005d constant AUDIT_ARCH_ARCOMPACTBE (line 155) | AUDIT_ARCH_ARCOMPACTBE = 0x5d constant AUDIT_ARCH_ARCV2 (line 156) | AUDIT_ARCH_ARCV2 = 0x400000c3 constant AUDIT_ARCH_ARCV2BE (line 157) | AUDIT_ARCH_ARCV2BE = 0xc3 constant AUDIT_ARCH_ARM (line 158) | AUDIT_ARCH_ARM = 0x40000028 constant AUDIT_ARCH_ARMEB (line 159) | AUDIT_ARCH_ARMEB = 0x28 constant AUDIT_ARCH_C6X (line 160) | AUDIT_ARCH_C6X = 0x4000008c constant AUDIT_ARCH_C6XBE (line 161) | AUDIT_ARCH_C6XBE = 0x8c constant AUDIT_ARCH_CRIS (line 162) | AUDIT_ARCH_CRIS = 0x4000004c constant AUDIT_ARCH_CSKY (line 163) | AUDIT_ARCH_CSKY = 0x400000fc constant AUDIT_ARCH_FRV (line 164) | AUDIT_ARCH_FRV = 0x5441 constant AUDIT_ARCH_H8300 (line 165) | AUDIT_ARCH_H8300 = 0x2e constant AUDIT_ARCH_HEXAGON (line 166) | AUDIT_ARCH_HEXAGON = 0xa4 constant AUDIT_ARCH_I386 (line 167) | AUDIT_ARCH_I386 = 0x40000003 constant AUDIT_ARCH_IA64 (line 168) | AUDIT_ARCH_IA64 = 0xc0000032 constant AUDIT_ARCH_LOONGARCH32 (line 169) | AUDIT_ARCH_LOONGARCH32 = 0x40000102 constant AUDIT_ARCH_LOONGARCH64 (line 170) | AUDIT_ARCH_LOONGARCH64 = 0xc0000102 constant AUDIT_ARCH_M32R (line 171) | AUDIT_ARCH_M32R = 0x58 constant AUDIT_ARCH_M68K (line 172) | AUDIT_ARCH_M68K = 0x4 constant AUDIT_ARCH_MICROBLAZE (line 173) | AUDIT_ARCH_MICROBLAZE = 0xbd constant AUDIT_ARCH_MIPS (line 174) | AUDIT_ARCH_MIPS = 0x8 constant AUDIT_ARCH_MIPS64 (line 175) | AUDIT_ARCH_MIPS64 = 0x80000008 constant AUDIT_ARCH_MIPS64N32 (line 176) | AUDIT_ARCH_MIPS64N32 = 0xa0000008 constant AUDIT_ARCH_MIPSEL (line 177) | AUDIT_ARCH_MIPSEL = 0x40000008 constant AUDIT_ARCH_MIPSEL64 (line 178) | AUDIT_ARCH_MIPSEL64 = 0xc0000008 constant AUDIT_ARCH_MIPSEL64N32 (line 179) | AUDIT_ARCH_MIPSEL64N32 = 0xe0000008 constant AUDIT_ARCH_NDS32 (line 180) | AUDIT_ARCH_NDS32 = 0x400000a7 constant AUDIT_ARCH_NDS32BE (line 181) | AUDIT_ARCH_NDS32BE = 0xa7 constant AUDIT_ARCH_NIOS2 (line 182) | AUDIT_ARCH_NIOS2 = 0x40000071 constant AUDIT_ARCH_OPENRISC (line 183) | AUDIT_ARCH_OPENRISC = 0x5c constant AUDIT_ARCH_PARISC (line 184) | AUDIT_ARCH_PARISC = 0xf constant AUDIT_ARCH_PARISC64 (line 185) | AUDIT_ARCH_PARISC64 = 0x8000000f constant AUDIT_ARCH_PPC (line 186) | AUDIT_ARCH_PPC = 0x14 constant AUDIT_ARCH_PPC64 (line 187) | AUDIT_ARCH_PPC64 = 0x80000015 constant AUDIT_ARCH_PPC64LE (line 188) | AUDIT_ARCH_PPC64LE = 0xc0000015 constant AUDIT_ARCH_RISCV32 (line 189) | AUDIT_ARCH_RISCV32 = 0x400000f3 constant AUDIT_ARCH_RISCV64 (line 190) | AUDIT_ARCH_RISCV64 = 0xc00000f3 constant AUDIT_ARCH_S390 (line 191) | AUDIT_ARCH_S390 = 0x16 constant AUDIT_ARCH_S390X (line 192) | AUDIT_ARCH_S390X = 0x80000016 constant AUDIT_ARCH_SH (line 193) | AUDIT_ARCH_SH = 0x2a constant AUDIT_ARCH_SH64 (line 194) | AUDIT_ARCH_SH64 = 0x8000002a constant AUDIT_ARCH_SHEL (line 195) | AUDIT_ARCH_SHEL = 0x4000002a constant AUDIT_ARCH_SHEL64 (line 196) | AUDIT_ARCH_SHEL64 = 0xc000002a constant AUDIT_ARCH_SPARC (line 197) | AUDIT_ARCH_SPARC = 0x2 constant AUDIT_ARCH_SPARC64 (line 198) | AUDIT_ARCH_SPARC64 = 0x8000002b constant AUDIT_ARCH_TILEGX (line 199) | AUDIT_ARCH_TILEGX = 0xc00000bf constant AUDIT_ARCH_TILEGX32 (line 200) | AUDIT_ARCH_TILEGX32 = 0x400000bf constant AUDIT_ARCH_TILEPRO (line 201) | AUDIT_ARCH_TILEPRO = 0x400000bc constant AUDIT_ARCH_UNICORE (line 202) | AUDIT_ARCH_UNICORE = 0x4000006e constant AUDIT_ARCH_X86_64 (line 203) | AUDIT_ARCH_X86_64 = 0xc000003e constant AUDIT_ARCH_XTENSA (line 204) | AUDIT_ARCH_XTENSA = 0x5e constant AUDIT_ARG0 (line 205) | AUDIT_ARG0 = 0xc8 constant AUDIT_ARG1 (line 206) | AUDIT_ARG1 = 0xc9 constant AUDIT_ARG2 (line 207) | AUDIT_ARG2 = 0xca constant AUDIT_ARG3 (line 208) | AUDIT_ARG3 = 0xcb constant AUDIT_AVC (line 209) | AUDIT_AVC = 0x578 constant AUDIT_AVC_PATH (line 210) | AUDIT_AVC_PATH = 0x57a constant AUDIT_BITMASK_SIZE (line 211) | AUDIT_BITMASK_SIZE = 0x40 constant AUDIT_BIT_MASK (line 212) | AUDIT_BIT_MASK = 0x8000000 constant AUDIT_BIT_TEST (line 213) | AUDIT_BIT_TEST = 0x48000000 constant AUDIT_BPF (line 214) | AUDIT_BPF = 0x536 constant AUDIT_BPRM_FCAPS (line 215) | AUDIT_BPRM_FCAPS = 0x529 constant AUDIT_CAPSET (line 216) | AUDIT_CAPSET = 0x52a constant AUDIT_CLASS_CHATTR (line 217) | AUDIT_CLASS_CHATTR = 0x2 constant AUDIT_CLASS_CHATTR_32 (line 218) | AUDIT_CLASS_CHATTR_32 = 0x3 constant AUDIT_CLASS_DIR_WRITE (line 219) | AUDIT_CLASS_DIR_WRITE = 0x0 constant AUDIT_CLASS_DIR_WRITE_32 (line 220) | AUDIT_CLASS_DIR_WRITE_32 = 0x1 constant AUDIT_CLASS_READ (line 221) | AUDIT_CLASS_READ = 0x4 constant AUDIT_CLASS_READ_32 (line 222) | AUDIT_CLASS_READ_32 = 0x5 constant AUDIT_CLASS_SIGNAL (line 223) | AUDIT_CLASS_SIGNAL = 0x8 constant AUDIT_CLASS_SIGNAL_32 (line 224) | AUDIT_CLASS_SIGNAL_32 = 0x9 constant AUDIT_CLASS_WRITE (line 225) | AUDIT_CLASS_WRITE = 0x6 constant AUDIT_CLASS_WRITE_32 (line 226) | AUDIT_CLASS_WRITE_32 = 0x7 constant AUDIT_COMPARE_AUID_TO_EUID (line 227) | AUDIT_COMPARE_AUID_TO_EUID = 0x10 constant AUDIT_COMPARE_AUID_TO_FSUID (line 228) | AUDIT_COMPARE_AUID_TO_FSUID = 0xe constant AUDIT_COMPARE_AUID_TO_OBJ_UID (line 229) | AUDIT_COMPARE_AUID_TO_OBJ_UID = 0x5 constant AUDIT_COMPARE_AUID_TO_SUID (line 230) | AUDIT_COMPARE_AUID_TO_SUID = 0xf constant AUDIT_COMPARE_EGID_TO_FSGID (line 231) | AUDIT_COMPARE_EGID_TO_FSGID = 0x17 constant AUDIT_COMPARE_EGID_TO_OBJ_GID (line 232) | AUDIT_COMPARE_EGID_TO_OBJ_GID = 0x4 constant AUDIT_COMPARE_EGID_TO_SGID (line 233) | AUDIT_COMPARE_EGID_TO_SGID = 0x18 constant AUDIT_COMPARE_EUID_TO_FSUID (line 234) | AUDIT_COMPARE_EUID_TO_FSUID = 0x12 constant AUDIT_COMPARE_EUID_TO_OBJ_UID (line 235) | AUDIT_COMPARE_EUID_TO_OBJ_UID = 0x3 constant AUDIT_COMPARE_EUID_TO_SUID (line 236) | AUDIT_COMPARE_EUID_TO_SUID = 0x11 constant AUDIT_COMPARE_FSGID_TO_OBJ_GID (line 237) | AUDIT_COMPARE_FSGID_TO_OBJ_GID = 0x9 constant AUDIT_COMPARE_FSUID_TO_OBJ_UID (line 238) | AUDIT_COMPARE_FSUID_TO_OBJ_UID = 0x8 constant AUDIT_COMPARE_GID_TO_EGID (line 239) | AUDIT_COMPARE_GID_TO_EGID = 0x14 constant AUDIT_COMPARE_GID_TO_FSGID (line 240) | AUDIT_COMPARE_GID_TO_FSGID = 0x15 constant AUDIT_COMPARE_GID_TO_OBJ_GID (line 241) | AUDIT_COMPARE_GID_TO_OBJ_GID = 0x2 constant AUDIT_COMPARE_GID_TO_SGID (line 242) | AUDIT_COMPARE_GID_TO_SGID = 0x16 constant AUDIT_COMPARE_SGID_TO_FSGID (line 243) | AUDIT_COMPARE_SGID_TO_FSGID = 0x19 constant AUDIT_COMPARE_SGID_TO_OBJ_GID (line 244) | AUDIT_COMPARE_SGID_TO_OBJ_GID = 0x7 constant AUDIT_COMPARE_SUID_TO_FSUID (line 245) | AUDIT_COMPARE_SUID_TO_FSUID = 0x13 constant AUDIT_COMPARE_SUID_TO_OBJ_UID (line 246) | AUDIT_COMPARE_SUID_TO_OBJ_UID = 0x6 constant AUDIT_COMPARE_UID_TO_AUID (line 247) | AUDIT_COMPARE_UID_TO_AUID = 0xa constant AUDIT_COMPARE_UID_TO_EUID (line 248) | AUDIT_COMPARE_UID_TO_EUID = 0xb constant AUDIT_COMPARE_UID_TO_FSUID (line 249) | AUDIT_COMPARE_UID_TO_FSUID = 0xc constant AUDIT_COMPARE_UID_TO_OBJ_UID (line 250) | AUDIT_COMPARE_UID_TO_OBJ_UID = 0x1 constant AUDIT_COMPARE_UID_TO_SUID (line 251) | AUDIT_COMPARE_UID_TO_SUID = 0xd constant AUDIT_CONFIG_CHANGE (line 252) | AUDIT_CONFIG_CHANGE = 0x519 constant AUDIT_CWD (line 253) | AUDIT_CWD = 0x51b constant AUDIT_DAEMON_ABORT (line 254) | AUDIT_DAEMON_ABORT = 0x4b2 constant AUDIT_DAEMON_CONFIG (line 255) | AUDIT_DAEMON_CONFIG = 0x4b3 constant AUDIT_DAEMON_END (line 256) | AUDIT_DAEMON_END = 0x4b1 constant AUDIT_DAEMON_START (line 257) | AUDIT_DAEMON_START = 0x4b0 constant AUDIT_DEL (line 258) | AUDIT_DEL = 0x3ec constant AUDIT_DEL_RULE (line 259) | AUDIT_DEL_RULE = 0x3f4 constant AUDIT_DEVMAJOR (line 260) | AUDIT_DEVMAJOR = 0x64 constant AUDIT_DEVMINOR (line 261) | AUDIT_DEVMINOR = 0x65 constant AUDIT_DIR (line 262) | AUDIT_DIR = 0x6b constant AUDIT_DM_CTRL (line 263) | AUDIT_DM_CTRL = 0x53a constant AUDIT_DM_EVENT (line 264) | AUDIT_DM_EVENT = 0x53b constant AUDIT_EGID (line 265) | AUDIT_EGID = 0x6 constant AUDIT_EOE (line 266) | AUDIT_EOE = 0x528 constant AUDIT_EQUAL (line 267) | AUDIT_EQUAL = 0x40000000 constant AUDIT_EUID (line 268) | AUDIT_EUID = 0x2 constant AUDIT_EVENT_LISTENER (line 269) | AUDIT_EVENT_LISTENER = 0x537 constant AUDIT_EXE (line 270) | AUDIT_EXE = 0x70 constant AUDIT_EXECVE (line 271) | AUDIT_EXECVE = 0x51d constant AUDIT_EXIT (line 272) | AUDIT_EXIT = 0x67 constant AUDIT_FAIL_PANIC (line 273) | AUDIT_FAIL_PANIC = 0x2 constant AUDIT_FAIL_PRINTK (line 274) | AUDIT_FAIL_PRINTK = 0x1 constant AUDIT_FAIL_SILENT (line 275) | AUDIT_FAIL_SILENT = 0x0 constant AUDIT_FANOTIFY (line 276) | AUDIT_FANOTIFY = 0x533 constant AUDIT_FD_PAIR (line 277) | AUDIT_FD_PAIR = 0x525 constant AUDIT_FEATURE_BITMAP_ALL (line 278) | AUDIT_FEATURE_BITMAP_ALL = 0x7f constant AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT (line 279) | AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT = 0x1 constant AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME (line 280) | AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND (line 281) | AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND = 0x8 constant AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH (line 282) | AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH = 0x4 constant AUDIT_FEATURE_BITMAP_FILTER_FS (line 283) | AUDIT_FEATURE_BITMAP_FILTER_FS = 0x40 constant AUDIT_FEATURE_BITMAP_LOST_RESET (line 284) | AUDIT_FEATURE_BITMAP_LOST_RESET = 0x20 constant AUDIT_FEATURE_BITMAP_SESSIONID_FILTER (line 285) | AUDIT_FEATURE_BITMAP_SESSIONID_FILTER = 0x10 constant AUDIT_FEATURE_CHANGE (line 286) | AUDIT_FEATURE_CHANGE = 0x530 constant AUDIT_FEATURE_LOGINUID_IMMUTABLE (line 287) | AUDIT_FEATURE_LOGINUID_IMMUTABLE = 0x1 constant AUDIT_FEATURE_ONLY_UNSET_LOGINUID (line 288) | AUDIT_FEATURE_ONLY_UNSET_LOGINUID = 0x0 constant AUDIT_FEATURE_VERSION (line 289) | AUDIT_FEATURE_VERSION = 0x1 constant AUDIT_FIELD_COMPARE (line 290) | AUDIT_FIELD_COMPARE = 0x6f constant AUDIT_FILETYPE (line 291) | AUDIT_FILETYPE = 0x6c constant AUDIT_FILTERKEY (line 292) | AUDIT_FILTERKEY = 0xd2 constant AUDIT_FILTER_ENTRY (line 293) | AUDIT_FILTER_ENTRY = 0x2 constant AUDIT_FILTER_EXCLUDE (line 294) | AUDIT_FILTER_EXCLUDE = 0x5 constant AUDIT_FILTER_EXIT (line 295) | AUDIT_FILTER_EXIT = 0x4 constant AUDIT_FILTER_FS (line 296) | AUDIT_FILTER_FS = 0x6 constant AUDIT_FILTER_PREPEND (line 297) | AUDIT_FILTER_PREPEND = 0x10 constant AUDIT_FILTER_TASK (line 298) | AUDIT_FILTER_TASK = 0x1 constant AUDIT_FILTER_TYPE (line 299) | AUDIT_FILTER_TYPE = 0x5 constant AUDIT_FILTER_URING_EXIT (line 300) | AUDIT_FILTER_URING_EXIT = 0x7 constant AUDIT_FILTER_USER (line 301) | AUDIT_FILTER_USER = 0x0 constant AUDIT_FILTER_WATCH (line 302) | AUDIT_FILTER_WATCH = 0x3 constant AUDIT_FIRST_KERN_ANOM_MSG (line 303) | AUDIT_FIRST_KERN_ANOM_MSG = 0x6a4 constant AUDIT_FIRST_USER_MSG (line 304) | AUDIT_FIRST_USER_MSG = 0x44c constant AUDIT_FIRST_USER_MSG2 (line 305) | AUDIT_FIRST_USER_MSG2 = 0x834 constant AUDIT_FSGID (line 306) | AUDIT_FSGID = 0x8 constant AUDIT_FSTYPE (line 307) | AUDIT_FSTYPE = 0x1a constant AUDIT_FSUID (line 308) | AUDIT_FSUID = 0x4 constant AUDIT_GET (line 309) | AUDIT_GET = 0x3e8 constant AUDIT_GET_FEATURE (line 310) | AUDIT_GET_FEATURE = 0x3fb constant AUDIT_GID (line 311) | AUDIT_GID = 0x5 constant AUDIT_GREATER_THAN (line 312) | AUDIT_GREATER_THAN = 0x20000000 constant AUDIT_GREATER_THAN_OR_EQUAL (line 313) | AUDIT_GREATER_THAN_OR_EQUAL = 0x60000000 constant AUDIT_INODE (line 314) | AUDIT_INODE = 0x66 constant AUDIT_INTEGRITY_DATA (line 315) | AUDIT_INTEGRITY_DATA = 0x708 constant AUDIT_INTEGRITY_EVM_XATTR (line 316) | AUDIT_INTEGRITY_EVM_XATTR = 0x70e constant AUDIT_INTEGRITY_HASH (line 317) | AUDIT_INTEGRITY_HASH = 0x70b constant AUDIT_INTEGRITY_METADATA (line 318) | AUDIT_INTEGRITY_METADATA = 0x709 constant AUDIT_INTEGRITY_PCR (line 319) | AUDIT_INTEGRITY_PCR = 0x70c constant AUDIT_INTEGRITY_POLICY_RULE (line 320) | AUDIT_INTEGRITY_POLICY_RULE = 0x70f constant AUDIT_INTEGRITY_RULE (line 321) | AUDIT_INTEGRITY_RULE = 0x70d constant AUDIT_INTEGRITY_STATUS (line 322) | AUDIT_INTEGRITY_STATUS = 0x70a constant AUDIT_IPC (line 323) | AUDIT_IPC = 0x517 constant AUDIT_IPC_SET_PERM (line 324) | AUDIT_IPC_SET_PERM = 0x51f constant AUDIT_KERNEL (line 325) | AUDIT_KERNEL = 0x7d0 constant AUDIT_KERNEL_OTHER (line 326) | AUDIT_KERNEL_OTHER = 0x524 constant AUDIT_KERN_MODULE (line 327) | AUDIT_KERN_MODULE = 0x532 constant AUDIT_LAST_FEATURE (line 328) | AUDIT_LAST_FEATURE = 0x1 constant AUDIT_LAST_KERN_ANOM_MSG (line 329) | AUDIT_LAST_KERN_ANOM_MSG = 0x707 constant AUDIT_LAST_USER_MSG (line 330) | AUDIT_LAST_USER_MSG = 0x4af constant AUDIT_LAST_USER_MSG2 (line 331) | AUDIT_LAST_USER_MSG2 = 0xbb7 constant AUDIT_LESS_THAN (line 332) | AUDIT_LESS_THAN = 0x10000000 constant AUDIT_LESS_THAN_OR_EQUAL (line 333) | AUDIT_LESS_THAN_OR_EQUAL = 0x50000000 constant AUDIT_LIST (line 334) | AUDIT_LIST = 0x3ea constant AUDIT_LIST_RULES (line 335) | AUDIT_LIST_RULES = 0x3f5 constant AUDIT_LOGIN (line 336) | AUDIT_LOGIN = 0x3ee constant AUDIT_LOGINUID (line 337) | AUDIT_LOGINUID = 0x9 constant AUDIT_LOGINUID_SET (line 338) | AUDIT_LOGINUID_SET = 0x18 constant AUDIT_MAC_CALIPSO_ADD (line 339) | AUDIT_MAC_CALIPSO_ADD = 0x58a constant AUDIT_MAC_CALIPSO_DEL (line 340) | AUDIT_MAC_CALIPSO_DEL = 0x58b constant AUDIT_MAC_CIPSOV4_ADD (line 341) | AUDIT_MAC_CIPSOV4_ADD = 0x57f constant AUDIT_MAC_CIPSOV4_DEL (line 342) | AUDIT_MAC_CIPSOV4_DEL = 0x580 constant AUDIT_MAC_CONFIG_CHANGE (line 343) | AUDIT_MAC_CONFIG_CHANGE = 0x57d constant AUDIT_MAC_IPSEC_ADDSA (line 344) | AUDIT_MAC_IPSEC_ADDSA = 0x583 constant AUDIT_MAC_IPSEC_ADDSPD (line 345) | AUDIT_MAC_IPSEC_ADDSPD = 0x585 constant AUDIT_MAC_IPSEC_DELSA (line 346) | AUDIT_MAC_IPSEC_DELSA = 0x584 constant AUDIT_MAC_IPSEC_DELSPD (line 347) | AUDIT_MAC_IPSEC_DELSPD = 0x586 constant AUDIT_MAC_IPSEC_EVENT (line 348) | AUDIT_MAC_IPSEC_EVENT = 0x587 constant AUDIT_MAC_MAP_ADD (line 349) | AUDIT_MAC_MAP_ADD = 0x581 constant AUDIT_MAC_MAP_DEL (line 350) | AUDIT_MAC_MAP_DEL = 0x582 constant AUDIT_MAC_POLICY_LOAD (line 351) | AUDIT_MAC_POLICY_LOAD = 0x57b constant AUDIT_MAC_STATUS (line 352) | AUDIT_MAC_STATUS = 0x57c constant AUDIT_MAC_UNLBL_ALLOW (line 353) | AUDIT_MAC_UNLBL_ALLOW = 0x57e constant AUDIT_MAC_UNLBL_STCADD (line 354) | AUDIT_MAC_UNLBL_STCADD = 0x588 constant AUDIT_MAC_UNLBL_STCDEL (line 355) | AUDIT_MAC_UNLBL_STCDEL = 0x589 constant AUDIT_MAKE_EQUIV (line 356) | AUDIT_MAKE_EQUIV = 0x3f7 constant AUDIT_MAX_FIELDS (line 357) | AUDIT_MAX_FIELDS = 0x40 constant AUDIT_MAX_FIELD_COMPARE (line 358) | AUDIT_MAX_FIELD_COMPARE = 0x19 constant AUDIT_MAX_KEY_LEN (line 359) | AUDIT_MAX_KEY_LEN = 0x100 constant AUDIT_MESSAGE_TEXT_MAX (line 360) | AUDIT_MESSAGE_TEXT_MAX = 0x2170 constant AUDIT_MMAP (line 361) | AUDIT_MMAP = 0x52b constant AUDIT_MQ_GETSETATTR (line 362) | AUDIT_MQ_GETSETATTR = 0x523 constant AUDIT_MQ_NOTIFY (line 363) | AUDIT_MQ_NOTIFY = 0x522 constant AUDIT_MQ_OPEN (line 364) | AUDIT_MQ_OPEN = 0x520 constant AUDIT_MQ_SENDRECV (line 365) | AUDIT_MQ_SENDRECV = 0x521 constant AUDIT_MSGTYPE (line 366) | AUDIT_MSGTYPE = 0xc constant AUDIT_NEGATE (line 367) | AUDIT_NEGATE = 0x80000000 constant AUDIT_NETFILTER_CFG (line 368) | AUDIT_NETFILTER_CFG = 0x52d constant AUDIT_NETFILTER_PKT (line 369) | AUDIT_NETFILTER_PKT = 0x52c constant AUDIT_NEVER (line 370) | AUDIT_NEVER = 0x0 constant AUDIT_NLGRP_MAX (line 371) | AUDIT_NLGRP_MAX = 0x1 constant AUDIT_NOT_EQUAL (line 372) | AUDIT_NOT_EQUAL = 0x30000000 constant AUDIT_NR_FILTERS (line 373) | AUDIT_NR_FILTERS = 0x8 constant AUDIT_OBJ_GID (line 374) | AUDIT_OBJ_GID = 0x6e constant AUDIT_OBJ_LEV_HIGH (line 375) | AUDIT_OBJ_LEV_HIGH = 0x17 constant AUDIT_OBJ_LEV_LOW (line 376) | AUDIT_OBJ_LEV_LOW = 0x16 constant AUDIT_OBJ_PID (line 377) | AUDIT_OBJ_PID = 0x526 constant AUDIT_OBJ_ROLE (line 378) | AUDIT_OBJ_ROLE = 0x14 constant AUDIT_OBJ_TYPE (line 379) | AUDIT_OBJ_TYPE = 0x15 constant AUDIT_OBJ_UID (line 380) | AUDIT_OBJ_UID = 0x6d constant AUDIT_OBJ_USER (line 381) | AUDIT_OBJ_USER = 0x13 constant AUDIT_OPENAT2 (line 382) | AUDIT_OPENAT2 = 0x539 constant AUDIT_OPERATORS (line 383) | AUDIT_OPERATORS = 0x78000000 constant AUDIT_PATH (line 384) | AUDIT_PATH = 0x516 constant AUDIT_PERM (line 385) | AUDIT_PERM = 0x6a constant AUDIT_PERM_ATTR (line 386) | AUDIT_PERM_ATTR = 0x8 constant AUDIT_PERM_EXEC (line 387) | AUDIT_PERM_EXEC = 0x1 constant AUDIT_PERM_READ (line 388) | AUDIT_PERM_READ = 0x4 constant AUDIT_PERM_WRITE (line 389) | AUDIT_PERM_WRITE = 0x2 constant AUDIT_PERS (line 390) | AUDIT_PERS = 0xa constant AUDIT_PID (line 391) | AUDIT_PID = 0x0 constant AUDIT_POSSIBLE (line 392) | AUDIT_POSSIBLE = 0x1 constant AUDIT_PPID (line 393) | AUDIT_PPID = 0x12 constant AUDIT_PROCTITLE (line 394) | AUDIT_PROCTITLE = 0x52f constant AUDIT_REPLACE (line 395) | AUDIT_REPLACE = 0x531 constant AUDIT_SADDR_FAM (line 396) | AUDIT_SADDR_FAM = 0x71 constant AUDIT_SECCOMP (line 397) | AUDIT_SECCOMP = 0x52e constant AUDIT_SELINUX_ERR (line 398) | AUDIT_SELINUX_ERR = 0x579 constant AUDIT_SESSIONID (line 399) | AUDIT_SESSIONID = 0x19 constant AUDIT_SET (line 400) | AUDIT_SET = 0x3e9 constant AUDIT_SET_FEATURE (line 401) | AUDIT_SET_FEATURE = 0x3fa constant AUDIT_SGID (line 402) | AUDIT_SGID = 0x7 constant AUDIT_SID_UNSET (line 403) | AUDIT_SID_UNSET = 0xffffffff constant AUDIT_SIGNAL_INFO (line 404) | AUDIT_SIGNAL_INFO = 0x3f2 constant AUDIT_SOCKADDR (line 405) | AUDIT_SOCKADDR = 0x51a constant AUDIT_SOCKETCALL (line 406) | AUDIT_SOCKETCALL = 0x518 constant AUDIT_STATUS_BACKLOG_LIMIT (line 407) | AUDIT_STATUS_BACKLOG_LIMIT = 0x10 constant AUDIT_STATUS_BACKLOG_WAIT_TIME (line 408) | AUDIT_STATUS_BACKLOG_WAIT_TIME = 0x20 constant AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL (line 409) | AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL = 0x80 constant AUDIT_STATUS_ENABLED (line 410) | AUDIT_STATUS_ENABLED = 0x1 constant AUDIT_STATUS_FAILURE (line 411) | AUDIT_STATUS_FAILURE = 0x2 constant AUDIT_STATUS_LOST (line 412) | AUDIT_STATUS_LOST = 0x40 constant AUDIT_STATUS_PID (line 413) | AUDIT_STATUS_PID = 0x4 constant AUDIT_STATUS_RATE_LIMIT (line 414) | AUDIT_STATUS_RATE_LIMIT = 0x8 constant AUDIT_SUBJ_CLR (line 415) | AUDIT_SUBJ_CLR = 0x11 constant AUDIT_SUBJ_ROLE (line 416) | AUDIT_SUBJ_ROLE = 0xe constant AUDIT_SUBJ_SEN (line 417) | AUDIT_SUBJ_SEN = 0x10 constant AUDIT_SUBJ_TYPE (line 418) | AUDIT_SUBJ_TYPE = 0xf constant AUDIT_SUBJ_USER (line 419) | AUDIT_SUBJ_USER = 0xd constant AUDIT_SUCCESS (line 420) | AUDIT_SUCCESS = 0x68 constant AUDIT_SUID (line 421) | AUDIT_SUID = 0x3 constant AUDIT_SYSCALL (line 422) | AUDIT_SYSCALL = 0x514 constant AUDIT_SYSCALL_CLASSES (line 423) | AUDIT_SYSCALL_CLASSES = 0x10 constant AUDIT_TIME_ADJNTPVAL (line 424) | AUDIT_TIME_ADJNTPVAL = 0x535 constant AUDIT_TIME_INJOFFSET (line 425) | AUDIT_TIME_INJOFFSET = 0x534 constant AUDIT_TRIM (line 426) | AUDIT_TRIM = 0x3f6 constant AUDIT_TTY (line 427) | AUDIT_TTY = 0x527 constant AUDIT_TTY_GET (line 428) | AUDIT_TTY_GET = 0x3f8 constant AUDIT_TTY_SET (line 429) | AUDIT_TTY_SET = 0x3f9 constant AUDIT_UID (line 430) | AUDIT_UID = 0x1 constant AUDIT_UID_UNSET (line 431) | AUDIT_UID_UNSET = 0xffffffff constant AUDIT_UNUSED_BITS (line 432) | AUDIT_UNUSED_BITS = 0x7fffc00 constant AUDIT_URINGOP (line 433) | AUDIT_URINGOP = 0x538 constant AUDIT_USER (line 434) | AUDIT_USER = 0x3ed constant AUDIT_USER_AVC (line 435) | AUDIT_USER_AVC = 0x453 constant AUDIT_USER_TTY (line 436) | AUDIT_USER_TTY = 0x464 constant AUDIT_VERSION_BACKLOG_LIMIT (line 437) | AUDIT_VERSION_BACKLOG_LIMIT = 0x1 constant AUDIT_VERSION_BACKLOG_WAIT_TIME (line 438) | AUDIT_VERSION_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_VERSION_LATEST (line 439) | AUDIT_VERSION_LATEST = 0x7f constant AUDIT_WATCH (line 440) | AUDIT_WATCH = 0x69 constant AUDIT_WATCH_INS (line 441) | AUDIT_WATCH_INS = 0x3ef constant AUDIT_WATCH_LIST (line 442) | AUDIT_WATCH_LIST = 0x3f1 constant AUDIT_WATCH_REM (line 443) | AUDIT_WATCH_REM = 0x3f0 constant AUTOFS_SUPER_MAGIC (line 444) | AUTOFS_SUPER_MAGIC = 0x187 constant B0 (line 445) | B0 = 0x0 constant B110 (line 446) | B110 = 0x3 constant B1200 (line 447) | B1200 = 0x9 constant B134 (line 448) | B134 = 0x4 constant B150 (line 449) | B150 = 0x5 constant B1800 (line 450) | B1800 = 0xa constant B19200 (line 451) | B19200 = 0xe constant B200 (line 452) | B200 = 0x6 constant B2400 (line 453) | B2400 = 0xb constant B300 (line 454) | B300 = 0x7 constant B38400 (line 455) | B38400 = 0xf constant B4800 (line 456) | B4800 = 0xc constant B50 (line 457) | B50 = 0x1 constant B600 (line 458) | B600 = 0x8 constant B75 (line 459) | B75 = 0x2 constant B9600 (line 460) | B9600 = 0xd constant BDEVFS_MAGIC (line 461) | BDEVFS_MAGIC = 0x62646576 constant BINDERFS_SUPER_MAGIC (line 462) | BINDERFS_SUPER_MAGIC = 0x6c6f6f70 constant BINFMTFS_MAGIC (line 463) | BINFMTFS_MAGIC = 0x42494e4d constant BPF_A (line 464) | BPF_A = 0x10 constant BPF_ABS (line 465) | BPF_ABS = 0x20 constant BPF_ADD (line 466) | BPF_ADD = 0x0 constant BPF_ALU (line 467) | BPF_ALU = 0x4 constant BPF_ALU64 (line 468) | BPF_ALU64 = 0x7 constant BPF_AND (line 469) | BPF_AND = 0x50 constant BPF_ARSH (line 470) | BPF_ARSH = 0xc0 constant BPF_ATOMIC (line 471) | BPF_ATOMIC = 0xc0 constant BPF_B (line 472) | BPF_B = 0x10 constant BPF_BUILD_ID_SIZE (line 473) | BPF_BUILD_ID_SIZE = 0x14 constant BPF_CALL (line 474) | BPF_CALL = 0x80 constant BPF_CMPXCHG (line 475) | BPF_CMPXCHG = 0xf1 constant BPF_DIV (line 476) | BPF_DIV = 0x30 constant BPF_DW (line 477) | BPF_DW = 0x18 constant BPF_END (line 478) | BPF_END = 0xd0 constant BPF_EXIT (line 479) | BPF_EXIT = 0x90 constant BPF_FETCH (line 480) | BPF_FETCH = 0x1 constant BPF_FROM_BE (line 481) | BPF_FROM_BE = 0x8 constant BPF_FROM_LE (line 482) | BPF_FROM_LE = 0x0 constant BPF_FS_MAGIC (line 483) | BPF_FS_MAGIC = 0xcafe4a11 constant BPF_F_ALLOW_MULTI (line 484) | BPF_F_ALLOW_MULTI = 0x2 constant BPF_F_ALLOW_OVERRIDE (line 485) | BPF_F_ALLOW_OVERRIDE = 0x1 constant BPF_F_ANY_ALIGNMENT (line 486) | BPF_F_ANY_ALIGNMENT = 0x2 constant BPF_F_KPROBE_MULTI_RETURN (line 487) | BPF_F_KPROBE_MULTI_RETURN = 0x1 constant BPF_F_QUERY_EFFECTIVE (line 488) | BPF_F_QUERY_EFFECTIVE = 0x1 constant BPF_F_REPLACE (line 489) | BPF_F_REPLACE = 0x4 constant BPF_F_SLEEPABLE (line 490) | BPF_F_SLEEPABLE = 0x10 constant BPF_F_STRICT_ALIGNMENT (line 491) | BPF_F_STRICT_ALIGNMENT = 0x1 constant BPF_F_TEST_RND_HI32 (line 492) | BPF_F_TEST_RND_HI32 = 0x4 constant BPF_F_TEST_RUN_ON_CPU (line 493) | BPF_F_TEST_RUN_ON_CPU = 0x1 constant BPF_F_TEST_STATE_FREQ (line 494) | BPF_F_TEST_STATE_FREQ = 0x8 constant BPF_F_TEST_XDP_LIVE_FRAMES (line 495) | BPF_F_TEST_XDP_LIVE_FRAMES = 0x2 constant BPF_F_XDP_HAS_FRAGS (line 496) | BPF_F_XDP_HAS_FRAGS = 0x20 constant BPF_H (line 497) | BPF_H = 0x8 constant BPF_IMM (line 498) | BPF_IMM = 0x0 constant BPF_IND (line 499) | BPF_IND = 0x40 constant BPF_JA (line 500) | BPF_JA = 0x0 constant BPF_JEQ (line 501) | BPF_JEQ = 0x10 constant BPF_JGE (line 502) | BPF_JGE = 0x30 constant BPF_JGT (line 503) | BPF_JGT = 0x20 constant BPF_JLE (line 504) | BPF_JLE = 0xb0 constant BPF_JLT (line 505) | BPF_JLT = 0xa0 constant BPF_JMP (line 506) | BPF_JMP = 0x5 constant BPF_JMP32 (line 507) | BPF_JMP32 = 0x6 constant BPF_JNE (line 508) | BPF_JNE = 0x50 constant BPF_JSET (line 509) | BPF_JSET = 0x40 constant BPF_JSGE (line 510) | BPF_JSGE = 0x70 constant BPF_JSGT (line 511) | BPF_JSGT = 0x60 constant BPF_JSLE (line 512) | BPF_JSLE = 0xd0 constant BPF_JSLT (line 513) | BPF_JSLT = 0xc0 constant BPF_K (line 514) | BPF_K = 0x0 constant BPF_LD (line 515) | BPF_LD = 0x0 constant BPF_LDX (line 516) | BPF_LDX = 0x1 constant BPF_LEN (line 517) | BPF_LEN = 0x80 constant BPF_LL_OFF (line 518) | BPF_LL_OFF = -0x200000 constant BPF_LSH (line 519) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 520) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXINSNS (line 521) | BPF_MAXINSNS = 0x1000 constant BPF_MEM (line 522) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 523) | BPF_MEMWORDS = 0x10 constant BPF_MINOR_VERSION (line 524) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 525) | BPF_MISC = 0x7 constant BPF_MOD (line 526) | BPF_MOD = 0x90 constant BPF_MOV (line 527) | BPF_MOV = 0xb0 constant BPF_MSH (line 528) | BPF_MSH = 0xa0 constant BPF_MUL (line 529) | BPF_MUL = 0x20 constant BPF_NEG (line 530) | BPF_NEG = 0x80 constant BPF_NET_OFF (line 531) | BPF_NET_OFF = -0x100000 constant BPF_OBJ_NAME_LEN (line 532) | BPF_OBJ_NAME_LEN = 0x10 constant BPF_OR (line 533) | BPF_OR = 0x40 constant BPF_PSEUDO_BTF_ID (line 534) | BPF_PSEUDO_BTF_ID = 0x3 constant BPF_PSEUDO_CALL (line 535) | BPF_PSEUDO_CALL = 0x1 constant BPF_PSEUDO_FUNC (line 536) | BPF_PSEUDO_FUNC = 0x4 constant BPF_PSEUDO_KFUNC_CALL (line 537) | BPF_PSEUDO_KFUNC_CALL = 0x2 constant BPF_PSEUDO_MAP_FD (line 538) | BPF_PSEUDO_MAP_FD = 0x1 constant BPF_PSEUDO_MAP_IDX (line 539) | BPF_PSEUDO_MAP_IDX = 0x5 constant BPF_PSEUDO_MAP_IDX_VALUE (line 540) | BPF_PSEUDO_MAP_IDX_VALUE = 0x6 constant BPF_PSEUDO_MAP_VALUE (line 541) | BPF_PSEUDO_MAP_VALUE = 0x2 constant BPF_RET (line 542) | BPF_RET = 0x6 constant BPF_RSH (line 543) | BPF_RSH = 0x70 constant BPF_ST (line 544) | BPF_ST = 0x2 constant BPF_STX (line 545) | BPF_STX = 0x3 constant BPF_SUB (line 546) | BPF_SUB = 0x10 constant BPF_TAG_SIZE (line 547) | BPF_TAG_SIZE = 0x8 constant BPF_TAX (line 548) | BPF_TAX = 0x0 constant BPF_TO_BE (line 549) | BPF_TO_BE = 0x8 constant BPF_TO_LE (line 550) | BPF_TO_LE = 0x0 constant BPF_TXA (line 551) | BPF_TXA = 0x80 constant BPF_W (line 552) | BPF_W = 0x0 constant BPF_X (line 553) | BPF_X = 0x8 constant BPF_XADD (line 554) | BPF_XADD = 0xc0 constant BPF_XCHG (line 555) | BPF_XCHG = 0xe1 constant BPF_XOR (line 556) | BPF_XOR = 0xa0 constant BRKINT (line 557) | BRKINT = 0x2 constant BS0 (line 558) | BS0 = 0x0 constant BTRFS_SUPER_MAGIC (line 559) | BTRFS_SUPER_MAGIC = 0x9123683e constant BTRFS_TEST_MAGIC (line 560) | BTRFS_TEST_MAGIC = 0x73727279 constant BUS_BLUETOOTH (line 561) | BUS_BLUETOOTH = 0x5 constant BUS_HIL (line 562) | BUS_HIL = 0x4 constant BUS_USB (line 563) | BUS_USB = 0x3 constant BUS_VIRTUAL (line 564) | BUS_VIRTUAL = 0x6 constant CAN_BCM (line 565) | CAN_BCM = 0x2 constant CAN_BUS_OFF_THRESHOLD (line 566) | CAN_BUS_OFF_THRESHOLD = 0x100 constant CAN_CTRLMODE_3_SAMPLES (line 567) | CAN_CTRLMODE_3_SAMPLES = 0x4 constant CAN_CTRLMODE_BERR_REPORTING (line 568) | CAN_CTRLMODE_BERR_REPORTING = 0x10 constant CAN_CTRLMODE_CC_LEN8_DLC (line 569) | CAN_CTRLMODE_CC_LEN8_DLC = 0x100 constant CAN_CTRLMODE_FD (line 570) | CAN_CTRLMODE_FD = 0x20 constant CAN_CTRLMODE_FD_NON_ISO (line 571) | CAN_CTRLMODE_FD_NON_ISO = 0x80 constant CAN_CTRLMODE_LISTENONLY (line 572) | CAN_CTRLMODE_LISTENONLY = 0x2 constant CAN_CTRLMODE_LOOPBACK (line 573) | CAN_CTRLMODE_LOOPBACK = 0x1 constant CAN_CTRLMODE_ONE_SHOT (line 574) | CAN_CTRLMODE_ONE_SHOT = 0x8 constant CAN_CTRLMODE_PRESUME_ACK (line 575) | CAN_CTRLMODE_PRESUME_ACK = 0x40 constant CAN_CTRLMODE_TDC_AUTO (line 576) | CAN_CTRLMODE_TDC_AUTO = 0x200 constant CAN_CTRLMODE_TDC_MANUAL (line 577) | CAN_CTRLMODE_TDC_MANUAL = 0x400 constant CAN_EFF_FLAG (line 578) | CAN_EFF_FLAG = 0x80000000 constant CAN_EFF_ID_BITS (line 579) | CAN_EFF_ID_BITS = 0x1d constant CAN_EFF_MASK (line 580) | CAN_EFF_MASK = 0x1fffffff constant CAN_ERROR_PASSIVE_THRESHOLD (line 581) | CAN_ERROR_PASSIVE_THRESHOLD = 0x80 constant CAN_ERROR_WARNING_THRESHOLD (line 582) | CAN_ERROR_WARNING_THRESHOLD = 0x60 constant CAN_ERR_ACK (line 583) | CAN_ERR_ACK = 0x20 constant CAN_ERR_BUSERROR (line 584) | CAN_ERR_BUSERROR = 0x80 constant CAN_ERR_BUSOFF (line 585) | CAN_ERR_BUSOFF = 0x40 constant CAN_ERR_CNT (line 586) | CAN_ERR_CNT = 0x200 constant CAN_ERR_CRTL (line 587) | CAN_ERR_CRTL = 0x4 constant CAN_ERR_CRTL_ACTIVE (line 588) | CAN_ERR_CRTL_ACTIVE = 0x40 constant CAN_ERR_CRTL_RX_OVERFLOW (line 589) | CAN_ERR_CRTL_RX_OVERFLOW = 0x1 constant CAN_ERR_CRTL_RX_PASSIVE (line 590) | CAN_ERR_CRTL_RX_PASSIVE = 0x10 constant CAN_ERR_CRTL_RX_WARNING (line 591) | CAN_ERR_CRTL_RX_WARNING = 0x4 constant CAN_ERR_CRTL_TX_OVERFLOW (line 592) | CAN_ERR_CRTL_TX_OVERFLOW = 0x2 constant CAN_ERR_CRTL_TX_PASSIVE (line 593) | CAN_ERR_CRTL_TX_PASSIVE = 0x20 constant CAN_ERR_CRTL_TX_WARNING (line 594) | CAN_ERR_CRTL_TX_WARNING = 0x8 constant CAN_ERR_CRTL_UNSPEC (line 595) | CAN_ERR_CRTL_UNSPEC = 0x0 constant CAN_ERR_DLC (line 596) | CAN_ERR_DLC = 0x8 constant CAN_ERR_FLAG (line 597) | CAN_ERR_FLAG = 0x20000000 constant CAN_ERR_LOSTARB (line 598) | CAN_ERR_LOSTARB = 0x2 constant CAN_ERR_LOSTARB_UNSPEC (line 599) | CAN_ERR_LOSTARB_UNSPEC = 0x0 constant CAN_ERR_MASK (line 600) | CAN_ERR_MASK = 0x1fffffff constant CAN_ERR_PROT (line 601) | CAN_ERR_PROT = 0x8 constant CAN_ERR_PROT_ACTIVE (line 602) | CAN_ERR_PROT_ACTIVE = 0x40 constant CAN_ERR_PROT_BIT (line 603) | CAN_ERR_PROT_BIT = 0x1 constant CAN_ERR_PROT_BIT0 (line 604) | CAN_ERR_PROT_BIT0 = 0x8 constant CAN_ERR_PROT_BIT1 (line 605) | CAN_ERR_PROT_BIT1 = 0x10 constant CAN_ERR_PROT_FORM (line 606) | CAN_ERR_PROT_FORM = 0x2 constant CAN_ERR_PROT_LOC_ACK (line 607) | CAN_ERR_PROT_LOC_ACK = 0x19 constant CAN_ERR_PROT_LOC_ACK_DEL (line 608) | CAN_ERR_PROT_LOC_ACK_DEL = 0x1b constant CAN_ERR_PROT_LOC_CRC_DEL (line 609) | CAN_ERR_PROT_LOC_CRC_DEL = 0x18 constant CAN_ERR_PROT_LOC_CRC_SEQ (line 610) | CAN_ERR_PROT_LOC_CRC_SEQ = 0x8 constant CAN_ERR_PROT_LOC_DATA (line 611) | CAN_ERR_PROT_LOC_DATA = 0xa constant CAN_ERR_PROT_LOC_DLC (line 612) | CAN_ERR_PROT_LOC_DLC = 0xb constant CAN_ERR_PROT_LOC_EOF (line 613) | CAN_ERR_PROT_LOC_EOF = 0x1a constant CAN_ERR_PROT_LOC_ID04_00 (line 614) | CAN_ERR_PROT_LOC_ID04_00 = 0xe constant CAN_ERR_PROT_LOC_ID12_05 (line 615) | CAN_ERR_PROT_LOC_ID12_05 = 0xf constant CAN_ERR_PROT_LOC_ID17_13 (line 616) | CAN_ERR_PROT_LOC_ID17_13 = 0x7 constant CAN_ERR_PROT_LOC_ID20_18 (line 617) | CAN_ERR_PROT_LOC_ID20_18 = 0x6 constant CAN_ERR_PROT_LOC_ID28_21 (line 618) | CAN_ERR_PROT_LOC_ID28_21 = 0x2 constant CAN_ERR_PROT_LOC_IDE (line 619) | CAN_ERR_PROT_LOC_IDE = 0x5 constant CAN_ERR_PROT_LOC_INTERM (line 620) | CAN_ERR_PROT_LOC_INTERM = 0x12 constant CAN_ERR_PROT_LOC_RES0 (line 621) | CAN_ERR_PROT_LOC_RES0 = 0x9 constant CAN_ERR_PROT_LOC_RES1 (line 622) | CAN_ERR_PROT_LOC_RES1 = 0xd constant CAN_ERR_PROT_LOC_RTR (line 623) | CAN_ERR_PROT_LOC_RTR = 0xc constant CAN_ERR_PROT_LOC_SOF (line 624) | CAN_ERR_PROT_LOC_SOF = 0x3 constant CAN_ERR_PROT_LOC_SRTR (line 625) | CAN_ERR_PROT_LOC_SRTR = 0x4 constant CAN_ERR_PROT_LOC_UNSPEC (line 626) | CAN_ERR_PROT_LOC_UNSPEC = 0x0 constant CAN_ERR_PROT_OVERLOAD (line 627) | CAN_ERR_PROT_OVERLOAD = 0x20 constant CAN_ERR_PROT_STUFF (line 628) | CAN_ERR_PROT_STUFF = 0x4 constant CAN_ERR_PROT_TX (line 629) | CAN_ERR_PROT_TX = 0x80 constant CAN_ERR_PROT_UNSPEC (line 630) | CAN_ERR_PROT_UNSPEC = 0x0 constant CAN_ERR_RESTARTED (line 631) | CAN_ERR_RESTARTED = 0x100 constant CAN_ERR_TRX (line 632) | CAN_ERR_TRX = 0x10 constant CAN_ERR_TRX_CANH_NO_WIRE (line 633) | CAN_ERR_TRX_CANH_NO_WIRE = 0x4 constant CAN_ERR_TRX_CANH_SHORT_TO_BAT (line 634) | CAN_ERR_TRX_CANH_SHORT_TO_BAT = 0x5 constant CAN_ERR_TRX_CANH_SHORT_TO_GND (line 635) | CAN_ERR_TRX_CANH_SHORT_TO_GND = 0x7 constant CAN_ERR_TRX_CANH_SHORT_TO_VCC (line 636) | CAN_ERR_TRX_CANH_SHORT_TO_VCC = 0x6 constant CAN_ERR_TRX_CANL_NO_WIRE (line 637) | CAN_ERR_TRX_CANL_NO_WIRE = 0x40 constant CAN_ERR_TRX_CANL_SHORT_TO_BAT (line 638) | CAN_ERR_TRX_CANL_SHORT_TO_BAT = 0x50 constant CAN_ERR_TRX_CANL_SHORT_TO_CANH (line 639) | CAN_ERR_TRX_CANL_SHORT_TO_CANH = 0x80 constant CAN_ERR_TRX_CANL_SHORT_TO_GND (line 640) | CAN_ERR_TRX_CANL_SHORT_TO_GND = 0x70 constant CAN_ERR_TRX_CANL_SHORT_TO_VCC (line 641) | CAN_ERR_TRX_CANL_SHORT_TO_VCC = 0x60 constant CAN_ERR_TRX_UNSPEC (line 642) | CAN_ERR_TRX_UNSPEC = 0x0 constant CAN_ERR_TX_TIMEOUT (line 643) | CAN_ERR_TX_TIMEOUT = 0x1 constant CAN_INV_FILTER (line 644) | CAN_INV_FILTER = 0x20000000 constant CAN_ISOTP (line 645) | CAN_ISOTP = 0x6 constant CAN_J1939 (line 646) | CAN_J1939 = 0x7 constant CAN_MAX_DLC (line 647) | CAN_MAX_DLC = 0x8 constant CAN_MAX_DLEN (line 648) | CAN_MAX_DLEN = 0x8 constant CAN_MAX_RAW_DLC (line 649) | CAN_MAX_RAW_DLC = 0xf constant CAN_MCNET (line 650) | CAN_MCNET = 0x5 constant CAN_MTU (line 651) | CAN_MTU = 0x10 constant CAN_NPROTO (line 652) | CAN_NPROTO = 0x8 constant CAN_RAW (line 653) | CAN_RAW = 0x1 constant CAN_RAW_FILTER_MAX (line 654) | CAN_RAW_FILTER_MAX = 0x200 constant CAN_RTR_FLAG (line 655) | CAN_RTR_FLAG = 0x40000000 constant CAN_SFF_ID_BITS (line 656) | CAN_SFF_ID_BITS = 0xb constant CAN_SFF_MASK (line 657) | CAN_SFF_MASK = 0x7ff constant CAN_TERMINATION_DISABLED (line 658) | CAN_TERMINATION_DISABLED = 0x0 constant CAN_TP16 (line 659) | CAN_TP16 = 0x3 constant CAN_TP20 (line 660) | CAN_TP20 = 0x4 constant CAP_AUDIT_CONTROL (line 661) | CAP_AUDIT_CONTROL = 0x1e constant CAP_AUDIT_READ (line 662) | CAP_AUDIT_READ = 0x25 constant CAP_AUDIT_WRITE (line 663) | CAP_AUDIT_WRITE = 0x1d constant CAP_BLOCK_SUSPEND (line 664) | CAP_BLOCK_SUSPEND = 0x24 constant CAP_BPF (line 665) | CAP_BPF = 0x27 constant CAP_CHECKPOINT_RESTORE (line 666) | CAP_CHECKPOINT_RESTORE = 0x28 constant CAP_CHOWN (line 667) | CAP_CHOWN = 0x0 constant CAP_DAC_OVERRIDE (line 668) | CAP_DAC_OVERRIDE = 0x1 constant CAP_DAC_READ_SEARCH (line 669) | CAP_DAC_READ_SEARCH = 0x2 constant CAP_FOWNER (line 670) | CAP_FOWNER = 0x3 constant CAP_FSETID (line 671) | CAP_FSETID = 0x4 constant CAP_IPC_LOCK (line 672) | CAP_IPC_LOCK = 0xe constant CAP_IPC_OWNER (line 673) | CAP_IPC_OWNER = 0xf constant CAP_KILL (line 674) | CAP_KILL = 0x5 constant CAP_LAST_CAP (line 675) | CAP_LAST_CAP = 0x28 constant CAP_LEASE (line 676) | CAP_LEASE = 0x1c constant CAP_LINUX_IMMUTABLE (line 677) | CAP_LINUX_IMMUTABLE = 0x9 constant CAP_MAC_ADMIN (line 678) | CAP_MAC_ADMIN = 0x21 constant CAP_MAC_OVERRIDE (line 679) | CAP_MAC_OVERRIDE = 0x20 constant CAP_MKNOD (line 680) | CAP_MKNOD = 0x1b constant CAP_NET_ADMIN (line 681) | CAP_NET_ADMIN = 0xc constant CAP_NET_BIND_SERVICE (line 682) | CAP_NET_BIND_SERVICE = 0xa constant CAP_NET_BROADCAST (line 683) | CAP_NET_BROADCAST = 0xb constant CAP_NET_RAW (line 684) | CAP_NET_RAW = 0xd constant CAP_PERFMON (line 685) | CAP_PERFMON = 0x26 constant CAP_SETFCAP (line 686) | CAP_SETFCAP = 0x1f constant CAP_SETGID (line 687) | CAP_SETGID = 0x6 constant CAP_SETPCAP (line 688) | CAP_SETPCAP = 0x8 constant CAP_SETUID (line 689) | CAP_SETUID = 0x7 constant CAP_SYSLOG (line 690) | CAP_SYSLOG = 0x22 constant CAP_SYS_ADMIN (line 691) | CAP_SYS_ADMIN = 0x15 constant CAP_SYS_BOOT (line 692) | CAP_SYS_BOOT = 0x16 constant CAP_SYS_CHROOT (line 693) | CAP_SYS_CHROOT = 0x12 constant CAP_SYS_MODULE (line 694) | CAP_SYS_MODULE = 0x10 constant CAP_SYS_NICE (line 695) | CAP_SYS_NICE = 0x17 constant CAP_SYS_PACCT (line 696) | CAP_SYS_PACCT = 0x14 constant CAP_SYS_PTRACE (line 697) | CAP_SYS_PTRACE = 0x13 constant CAP_SYS_RAWIO (line 698) | CAP_SYS_RAWIO = 0x11 constant CAP_SYS_RESOURCE (line 699) | CAP_SYS_RESOURCE = 0x18 constant CAP_SYS_TIME (line 700) | CAP_SYS_TIME = 0x19 constant CAP_SYS_TTY_CONFIG (line 701) | CAP_SYS_TTY_CONFIG = 0x1a constant CAP_WAKE_ALARM (line 702) | CAP_WAKE_ALARM = 0x23 constant CEPH_SUPER_MAGIC (line 703) | CEPH_SUPER_MAGIC = 0xc36400 constant CFLUSH (line 704) | CFLUSH = 0xf constant CGROUP2_SUPER_MAGIC (line 705) | CGROUP2_SUPER_MAGIC = 0x63677270 constant CGROUP_SUPER_MAGIC (line 706) | CGROUP_SUPER_MAGIC = 0x27e0eb constant CIFS_SUPER_MAGIC (line 707) | CIFS_SUPER_MAGIC = 0xff534d42 constant CLOCK_BOOTTIME (line 708) | CLOCK_BOOTTIME = 0x7 constant CLOCK_BOOTTIME_ALARM (line 709) | CLOCK_BOOTTIME_ALARM = 0x9 constant CLOCK_DEFAULT (line 710) | CLOCK_DEFAULT = 0x0 constant CLOCK_EXT (line 711) | CLOCK_EXT = 0x1 constant CLOCK_INT (line 712) | CLOCK_INT = 0x2 constant CLOCK_MONOTONIC (line 713) | CLOCK_MONOTONIC = 0x1 constant CLOCK_MONOTONIC_COARSE (line 714) | CLOCK_MONOTONIC_COARSE = 0x6 constant CLOCK_MONOTONIC_RAW (line 715) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 716) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 717) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_ALARM (line 718) | CLOCK_REALTIME_ALARM = 0x8 constant CLOCK_REALTIME_COARSE (line 719) | CLOCK_REALTIME_COARSE = 0x5 constant CLOCK_TAI (line 720) | CLOCK_TAI = 0xb constant CLOCK_THREAD_CPUTIME_ID (line 721) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CLOCK_TXFROMRX (line 722) | CLOCK_TXFROMRX = 0x4 constant CLOCK_TXINT (line 723) | CLOCK_TXINT = 0x3 constant CLONE_ARGS_SIZE_VER0 (line 724) | CLONE_ARGS_SIZE_VER0 = 0x40 constant CLONE_ARGS_SIZE_VER1 (line 725) | CLONE_ARGS_SIZE_VER1 = 0x50 constant CLONE_ARGS_SIZE_VER2 (line 726) | CLONE_ARGS_SIZE_VER2 = 0x58 constant CLONE_CHILD_CLEARTID (line 727) | CLONE_CHILD_CLEARTID = 0x200000 constant CLONE_CHILD_SETTID (line 728) | CLONE_CHILD_SETTID = 0x1000000 constant CLONE_CLEAR_SIGHAND (line 729) | CLONE_CLEAR_SIGHAND = 0x100000000 constant CLONE_DETACHED (line 730) | CLONE_DETACHED = 0x400000 constant CLONE_FILES (line 731) | CLONE_FILES = 0x400 constant CLONE_FS (line 732) | CLONE_FS = 0x200 constant CLONE_INTO_CGROUP (line 733) | CLONE_INTO_CGROUP = 0x200000000 constant CLONE_IO (line 734) | CLONE_IO = 0x80000000 constant CLONE_NEWCGROUP (line 735) | CLONE_NEWCGROUP = 0x2000000 constant CLONE_NEWIPC (line 736) | CLONE_NEWIPC = 0x8000000 constant CLONE_NEWNET (line 737) | CLONE_NEWNET = 0x40000000 constant CLONE_NEWNS (line 738) | CLONE_NEWNS = 0x20000 constant CLONE_NEWPID (line 739) | CLONE_NEWPID = 0x20000000 constant CLONE_NEWTIME (line 740) | CLONE_NEWTIME = 0x80 constant CLONE_NEWUSER (line 741) | CLONE_NEWUSER = 0x10000000 constant CLONE_NEWUTS (line 742) | CLONE_NEWUTS = 0x4000000 constant CLONE_PARENT (line 743) | CLONE_PARENT = 0x8000 constant CLONE_PARENT_SETTID (line 744) | CLONE_PARENT_SETTID = 0x100000 constant CLONE_PIDFD (line 745) | CLONE_PIDFD = 0x1000 constant CLONE_PTRACE (line 746) | CLONE_PTRACE = 0x2000 constant CLONE_SETTLS (line 747) | CLONE_SETTLS = 0x80000 constant CLONE_SIGHAND (line 748) | CLONE_SIGHAND = 0x800 constant CLONE_SYSVSEM (line 749) | CLONE_SYSVSEM = 0x40000 constant CLONE_THREAD (line 750) | CLONE_THREAD = 0x10000 constant CLONE_UNTRACED (line 751) | CLONE_UNTRACED = 0x800000 constant CLONE_VFORK (line 752) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 753) | CLONE_VM = 0x100 constant CMSPAR (line 754) | CMSPAR = 0x40000000 constant CODA_SUPER_MAGIC (line 755) | CODA_SUPER_MAGIC = 0x73757245 constant CR0 (line 756) | CR0 = 0x0 constant CRAMFS_MAGIC (line 757) | CRAMFS_MAGIC = 0x28cd3d45 constant CRTSCTS (line 758) | CRTSCTS = 0x80000000 constant CRYPTO_MAX_NAME (line 759) | CRYPTO_MAX_NAME = 0x40 constant CRYPTO_MSG_MAX (line 760) | CRYPTO_MSG_MAX = 0x15 constant CRYPTO_NR_MSGTYPES (line 761) | CRYPTO_NR_MSGTYPES = 0x6 constant CRYPTO_REPORT_MAXSIZE (line 762) | CRYPTO_REPORT_MAXSIZE = 0x160 constant CS5 (line 763) | CS5 = 0x0 constant CSIGNAL (line 764) | CSIGNAL = 0xff constant CSTART (line 765) | CSTART = 0x11 constant CSTATUS (line 766) | CSTATUS = 0x0 constant CSTOP (line 767) | CSTOP = 0x13 constant CSUSP (line 768) | CSUSP = 0x1a constant DAXFS_MAGIC (line 769) | DAXFS_MAGIC = 0x64646178 constant DEBUGFS_MAGIC (line 770) | DEBUGFS_MAGIC = 0x64626720 constant DEVLINK_CMD_ESWITCH_MODE_GET (line 771) | DEVLINK_CMD_ESWITCH_MODE_GET = 0x1d constant DEVLINK_CMD_ESWITCH_MODE_SET (line 772) | DEVLINK_CMD_ESWITCH_MODE_SET = 0x1e constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS (line 773) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS (line 774) | DEVLINK_FLASH_OVERWRITE_SETTINGS = 0x1 constant DEVLINK_GENL_MCGRP_CONFIG_NAME (line 775) | DEVLINK_GENL_MCGRP_CONFIG_NAME = "config" constant DEVLINK_GENL_NAME (line 776) | DEVLINK_GENL_NAME = "devlink" constant DEVLINK_GENL_VERSION (line 777) | DEVLINK_GENL_VERSION = 0x1 constant DEVLINK_PORT_FN_CAP_MIGRATABLE (line 778) | DEVLINK_PORT_FN_CAP_MIGRATABLE = 0x2 constant DEVLINK_PORT_FN_CAP_ROCE (line 779) | DEVLINK_PORT_FN_CAP_ROCE = 0x1 constant DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX (line 780) | DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX = 0x14 constant DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS (line 781) | DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS = 0x3 constant DEVMEM_MAGIC (line 782) | DEVMEM_MAGIC = 0x454d444d constant DEVPTS_SUPER_MAGIC (line 783) | DEVPTS_SUPER_MAGIC = 0x1cd1 constant DMA_BUF_MAGIC (line 784) | DMA_BUF_MAGIC = 0x444d4142 constant DM_ACTIVE_PRESENT_FLAG (line 785) | DM_ACTIVE_PRESENT_FLAG = 0x20 constant DM_BUFFER_FULL_FLAG (line 786) | DM_BUFFER_FULL_FLAG = 0x100 constant DM_CONTROL_NODE (line 787) | DM_CONTROL_NODE = "control" constant DM_DATA_OUT_FLAG (line 788) | DM_DATA_OUT_FLAG = 0x10000 constant DM_DEFERRED_REMOVE (line 789) | DM_DEFERRED_REMOVE = 0x20000 constant DM_DEV_ARM_POLL (line 790) | DM_DEV_ARM_POLL = 0xc138fd10 constant DM_DEV_CREATE (line 791) | DM_DEV_CREATE = 0xc138fd03 constant DM_DEV_REMOVE (line 792) | DM_DEV_REMOVE = 0xc138fd04 constant DM_DEV_RENAME (line 793) | DM_DEV_RENAME = 0xc138fd05 constant DM_DEV_SET_GEOMETRY (line 794) | DM_DEV_SET_GEOMETRY = 0xc138fd0f constant DM_DEV_STATUS (line 795) | DM_DEV_STATUS = 0xc138fd07 constant DM_DEV_SUSPEND (line 796) | DM_DEV_SUSPEND = 0xc138fd06 constant DM_DEV_WAIT (line 797) | DM_DEV_WAIT = 0xc138fd08 constant DM_DIR (line 798) | DM_DIR = "mapper" constant DM_GET_TARGET_VERSION (line 799) | DM_GET_TARGET_VERSION = 0xc138fd11 constant DM_IMA_MEASUREMENT_FLAG (line 800) | DM_IMA_MEASUREMENT_FLAG = 0x80000 constant DM_INACTIVE_PRESENT_FLAG (line 801) | DM_INACTIVE_PRESENT_FLAG = 0x40 constant DM_INTERNAL_SUSPEND_FLAG (line 802) | DM_INTERNAL_SUSPEND_FLAG = 0x40000 constant DM_IOCTL (line 803) | DM_IOCTL = 0xfd constant DM_LIST_DEVICES (line 804) | DM_LIST_DEVICES = 0xc138fd02 constant DM_LIST_VERSIONS (line 805) | DM_LIST_VERSIONS = 0xc138fd0d constant DM_MAX_TYPE_NAME (line 806) | DM_MAX_TYPE_NAME = 0x10 constant DM_NAME_LEN (line 807) | DM_NAME_LEN = 0x80 constant DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID (line 808) | DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID = 0x2 constant DM_NAME_LIST_FLAG_HAS_UUID (line 809) | DM_NAME_LIST_FLAG_HAS_UUID = 0x1 constant DM_NOFLUSH_FLAG (line 810) | DM_NOFLUSH_FLAG = 0x800 constant DM_PERSISTENT_DEV_FLAG (line 811) | DM_PERSISTENT_DEV_FLAG = 0x8 constant DM_QUERY_INACTIVE_TABLE_FLAG (line 812) | DM_QUERY_INACTIVE_TABLE_FLAG = 0x1000 constant DM_READONLY_FLAG (line 813) | DM_READONLY_FLAG = 0x1 constant DM_REMOVE_ALL (line 814) | DM_REMOVE_ALL = 0xc138fd01 constant DM_SECURE_DATA_FLAG (line 815) | DM_SECURE_DATA_FLAG = 0x8000 constant DM_SKIP_BDGET_FLAG (line 816) | DM_SKIP_BDGET_FLAG = 0x200 constant DM_SKIP_LOCKFS_FLAG (line 817) | DM_SKIP_LOCKFS_FLAG = 0x400 constant DM_STATUS_TABLE_FLAG (line 818) | DM_STATUS_TABLE_FLAG = 0x10 constant DM_SUSPEND_FLAG (line 819) | DM_SUSPEND_FLAG = 0x2 constant DM_TABLE_CLEAR (line 820) | DM_TABLE_CLEAR = 0xc138fd0a constant DM_TABLE_DEPS (line 821) | DM_TABLE_DEPS = 0xc138fd0b constant DM_TABLE_LOAD (line 822) | DM_TABLE_LOAD = 0xc138fd09 constant DM_TABLE_STATUS (line 823) | DM_TABLE_STATUS = 0xc138fd0c constant DM_TARGET_MSG (line 824) | DM_TARGET_MSG = 0xc138fd0e constant DM_UEVENT_GENERATED_FLAG (line 825) | DM_UEVENT_GENERATED_FLAG = 0x2000 constant DM_UUID_FLAG (line 826) | DM_UUID_FLAG = 0x4000 constant DM_UUID_LEN (line 827) | DM_UUID_LEN = 0x81 constant DM_VERSION (line 828) | DM_VERSION = 0xc138fd00 constant DM_VERSION_EXTRA (line 829) | DM_VERSION_EXTRA = "-ioctl (2022-07-28)" constant DM_VERSION_MAJOR (line 830) | DM_VERSION_MAJOR = 0x4 constant DM_VERSION_MINOR (line 831) | DM_VERSION_MINOR = 0x2f constant DM_VERSION_PATCHLEVEL (line 832) | DM_VERSION_PATCHLEVEL = 0x0 constant DT_BLK (line 833) | DT_BLK = 0x6 constant DT_CHR (line 834) | DT_CHR = 0x2 constant DT_DIR (line 835) | DT_DIR = 0x4 constant DT_FIFO (line 836) | DT_FIFO = 0x1 constant DT_LNK (line 837) | DT_LNK = 0xa constant DT_REG (line 838) | DT_REG = 0x8 constant DT_SOCK (line 839) | DT_SOCK = 0xc constant DT_UNKNOWN (line 840) | DT_UNKNOWN = 0x0 constant DT_WHT (line 841) | DT_WHT = 0xe constant ECHO (line 842) | ECHO = 0x8 constant ECRYPTFS_SUPER_MAGIC (line 843) | ECRYPTFS_SUPER_MAGIC = 0xf15f constant EFD_SEMAPHORE (line 844) | EFD_SEMAPHORE = 0x1 constant EFIVARFS_MAGIC (line 845) | EFIVARFS_MAGIC = 0xde5e81e4 constant EFS_SUPER_MAGIC (line 846) | EFS_SUPER_MAGIC = 0x414a53 constant EM_386 (line 847) | EM_386 = 0x3 constant EM_486 (line 848) | EM_486 = 0x6 constant EM_68K (line 849) | EM_68K = 0x4 constant EM_860 (line 850) | EM_860 = 0x7 constant EM_88K (line 851) | EM_88K = 0x5 constant EM_AARCH64 (line 852) | EM_AARCH64 = 0xb7 constant EM_ALPHA (line 853) | EM_ALPHA = 0x9026 constant EM_ALTERA_NIOS2 (line 854) | EM_ALTERA_NIOS2 = 0x71 constant EM_ARCOMPACT (line 855) | EM_ARCOMPACT = 0x5d constant EM_ARCV2 (line 856) | EM_ARCV2 = 0xc3 constant EM_ARM (line 857) | EM_ARM = 0x28 constant EM_BLACKFIN (line 858) | EM_BLACKFIN = 0x6a constant EM_BPF (line 859) | EM_BPF = 0xf7 constant EM_CRIS (line 860) | EM_CRIS = 0x4c constant EM_CSKY (line 861) | EM_CSKY = 0xfc constant EM_CYGNUS_M32R (line 862) | EM_CYGNUS_M32R = 0x9041 constant EM_CYGNUS_MN10300 (line 863) | EM_CYGNUS_MN10300 = 0xbeef constant EM_FRV (line 864) | EM_FRV = 0x5441 constant EM_H8_300 (line 865) | EM_H8_300 = 0x2e constant EM_HEXAGON (line 866) | EM_HEXAGON = 0xa4 constant EM_IA_64 (line 867) | EM_IA_64 = 0x32 constant EM_LOONGARCH (line 868) | EM_LOONGARCH = 0x102 constant EM_M32 (line 869) | EM_M32 = 0x1 constant EM_M32R (line 870) | EM_M32R = 0x58 constant EM_MICROBLAZE (line 871) | EM_MICROBLAZE = 0xbd constant EM_MIPS (line 872) | EM_MIPS = 0x8 constant EM_MIPS_RS3_LE (line 873) | EM_MIPS_RS3_LE = 0xa constant EM_MIPS_RS4_BE (line 874) | EM_MIPS_RS4_BE = 0xa constant EM_MN10300 (line 875) | EM_MN10300 = 0x59 constant EM_NDS32 (line 876) | EM_NDS32 = 0xa7 constant EM_NONE (line 877) | EM_NONE = 0x0 constant EM_OPENRISC (line 878) | EM_OPENRISC = 0x5c constant EM_PARISC (line 879) | EM_PARISC = 0xf constant EM_PPC (line 880) | EM_PPC = 0x14 constant EM_PPC64 (line 881) | EM_PPC64 = 0x15 constant EM_RISCV (line 882) | EM_RISCV = 0xf3 constant EM_S390 (line 883) | EM_S390 = 0x16 constant EM_S390_OLD (line 884) | EM_S390_OLD = 0xa390 constant EM_SH (line 885) | EM_SH = 0x2a constant EM_SPARC (line 886) | EM_SPARC = 0x2 constant EM_SPARC32PLUS (line 887) | EM_SPARC32PLUS = 0x12 constant EM_SPARCV9 (line 888) | EM_SPARCV9 = 0x2b constant EM_SPU (line 889) | EM_SPU = 0x17 constant EM_TILEGX (line 890) | EM_TILEGX = 0xbf constant EM_TILEPRO (line 891) | EM_TILEPRO = 0xbc constant EM_TI_C6000 (line 892) | EM_TI_C6000 = 0x8c constant EM_UNICORE (line 893) | EM_UNICORE = 0x6e constant EM_X86_64 (line 894) | EM_X86_64 = 0x3e constant EM_XTENSA (line 895) | EM_XTENSA = 0x5e constant ENCODING_DEFAULT (line 896) | ENCODING_DEFAULT = 0x0 constant ENCODING_FM_MARK (line 897) | ENCODING_FM_MARK = 0x3 constant ENCODING_FM_SPACE (line 898) | ENCODING_FM_SPACE = 0x4 constant ENCODING_MANCHESTER (line 899) | ENCODING_MANCHESTER = 0x5 constant ENCODING_NRZ (line 900) | ENCODING_NRZ = 0x1 constant ENCODING_NRZI (line 901) | ENCODING_NRZI = 0x2 constant EPOLLERR (line 902) | EPOLLERR = 0x8 constant EPOLLET (line 903) | EPOLLET = 0x80000000 constant EPOLLEXCLUSIVE (line 904) | EPOLLEXCLUSIVE = 0x10000000 constant EPOLLHUP (line 905) | EPOLLHUP = 0x10 constant EPOLLIN (line 906) | EPOLLIN = 0x1 constant EPOLLMSG (line 907) | EPOLLMSG = 0x400 constant EPOLLONESHOT (line 908) | EPOLLONESHOT = 0x40000000 constant EPOLLOUT (line 909) | EPOLLOUT = 0x4 constant EPOLLPRI (line 910) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 911) | EPOLLRDBAND = 0x80 constant EPOLLRDHUP (line 912) | EPOLLRDHUP = 0x2000 constant EPOLLRDNORM (line 913) | EPOLLRDNORM = 0x40 constant EPOLLWAKEUP (line 914) | EPOLLWAKEUP = 0x20000000 constant EPOLLWRBAND (line 915) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 916) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 917) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 918) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 919) | EPOLL_CTL_MOD = 0x3 constant EROFS_SUPER_MAGIC_V1 (line 920) | EROFS_SUPER_MAGIC_V1 = 0xe0f5e1e2 constant ESP_V4_FLOW (line 921) | ESP_V4_FLOW = 0xa constant ESP_V6_FLOW (line 922) | ESP_V6_FLOW = 0xc constant ETHER_FLOW (line 923) | ETHER_FLOW = 0x12 constant ETHTOOL_BUSINFO_LEN (line 924) | ETHTOOL_BUSINFO_LEN = 0x20 constant ETHTOOL_EROMVERS_LEN (line 925) | ETHTOOL_EROMVERS_LEN = 0x20 constant ETHTOOL_FEC_AUTO (line 926) | ETHTOOL_FEC_AUTO = 0x2 constant ETHTOOL_FEC_BASER (line 927) | ETHTOOL_FEC_BASER = 0x10 constant ETHTOOL_FEC_LLRS (line 928) | ETHTOOL_FEC_LLRS = 0x20 constant ETHTOOL_FEC_NONE (line 929) | ETHTOOL_FEC_NONE = 0x1 constant ETHTOOL_FEC_OFF (line 930) | ETHTOOL_FEC_OFF = 0x4 constant ETHTOOL_FEC_RS (line 931) | ETHTOOL_FEC_RS = 0x8 constant ETHTOOL_FLAG_ALL (line 932) | ETHTOOL_FLAG_ALL = 0x7 constant ETHTOOL_FLAG_COMPACT_BITSETS (line 933) | ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 constant ETHTOOL_FLAG_OMIT_REPLY (line 934) | ETHTOOL_FLAG_OMIT_REPLY = 0x2 constant ETHTOOL_FLAG_STATS (line 935) | ETHTOOL_FLAG_STATS = 0x4 constant ETHTOOL_FLASHDEV (line 936) | ETHTOOL_FLASHDEV = 0x33 constant ETHTOOL_FLASH_MAX_FILENAME (line 937) | ETHTOOL_FLASH_MAX_FILENAME = 0x80 constant ETHTOOL_FWVERS_LEN (line 938) | ETHTOOL_FWVERS_LEN = 0x20 constant ETHTOOL_F_COMPAT (line 939) | ETHTOOL_F_COMPAT = 0x4 constant ETHTOOL_F_UNSUPPORTED (line 940) | ETHTOOL_F_UNSUPPORTED = 0x1 constant ETHTOOL_F_WISH (line 941) | ETHTOOL_F_WISH = 0x2 constant ETHTOOL_GCHANNELS (line 942) | ETHTOOL_GCHANNELS = 0x3c constant ETHTOOL_GCOALESCE (line 943) | ETHTOOL_GCOALESCE = 0xe constant ETHTOOL_GDRVINFO (line 944) | ETHTOOL_GDRVINFO = 0x3 constant ETHTOOL_GEEE (line 945) | ETHTOOL_GEEE = 0x44 constant ETHTOOL_GEEPROM (line 946) | ETHTOOL_GEEPROM = 0xb constant ETHTOOL_GENL_NAME (line 947) | ETHTOOL_GENL_NAME = "ethtool" constant ETHTOOL_GENL_VERSION (line 948) | ETHTOOL_GENL_VERSION = 0x1 constant ETHTOOL_GET_DUMP_DATA (line 949) | ETHTOOL_GET_DUMP_DATA = 0x40 constant ETHTOOL_GET_DUMP_FLAG (line 950) | ETHTOOL_GET_DUMP_FLAG = 0x3f constant ETHTOOL_GET_TS_INFO (line 951) | ETHTOOL_GET_TS_INFO = 0x41 constant ETHTOOL_GFEATURES (line 952) | ETHTOOL_GFEATURES = 0x3a constant ETHTOOL_GFECPARAM (line 953) | ETHTOOL_GFECPARAM = 0x50 constant ETHTOOL_GFLAGS (line 954) | ETHTOOL_GFLAGS = 0x25 constant ETHTOOL_GGRO (line 955) | ETHTOOL_GGRO = 0x2b constant ETHTOOL_GGSO (line 956) | ETHTOOL_GGSO = 0x23 constant ETHTOOL_GLINK (line 957) | ETHTOOL_GLINK = 0xa constant ETHTOOL_GLINKSETTINGS (line 958) | ETHTOOL_GLINKSETTINGS = 0x4c constant ETHTOOL_GMODULEEEPROM (line 959) | ETHTOOL_GMODULEEEPROM = 0x43 constant ETHTOOL_GMODULEINFO (line 960) | ETHTOOL_GMODULEINFO = 0x42 constant ETHTOOL_GMSGLVL (line 961) | ETHTOOL_GMSGLVL = 0x7 constant ETHTOOL_GPAUSEPARAM (line 962) | ETHTOOL_GPAUSEPARAM = 0x12 constant ETHTOOL_GPERMADDR (line 963) | ETHTOOL_GPERMADDR = 0x20 constant ETHTOOL_GPFLAGS (line 964) | ETHTOOL_GPFLAGS = 0x27 constant ETHTOOL_GPHYSTATS (line 965) | ETHTOOL_GPHYSTATS = 0x4a constant ETHTOOL_GREGS (line 966) | ETHTOOL_GREGS = 0x4 constant ETHTOOL_GRINGPARAM (line 967) | ETHTOOL_GRINGPARAM = 0x10 constant ETHTOOL_GRSSH (line 968) | ETHTOOL_GRSSH = 0x46 constant ETHTOOL_GRXCLSRLALL (line 969) | ETHTOOL_GRXCLSRLALL = 0x30 constant ETHTOOL_GRXCLSRLCNT (line 970) | ETHTOOL_GRXCLSRLCNT = 0x2e constant ETHTOOL_GRXCLSRULE (line 971) | ETHTOOL_GRXCLSRULE = 0x2f constant ETHTOOL_GRXCSUM (line 972) | ETHTOOL_GRXCSUM = 0x14 constant ETHTOOL_GRXFH (line 973) | ETHTOOL_GRXFH = 0x29 constant ETHTOOL_GRXFHINDIR (line 974) | ETHTOOL_GRXFHINDIR = 0x38 constant ETHTOOL_GRXNTUPLE (line 975) | ETHTOOL_GRXNTUPLE = 0x36 constant ETHTOOL_GRXRINGS (line 976) | ETHTOOL_GRXRINGS = 0x2d constant ETHTOOL_GSET (line 977) | ETHTOOL_GSET = 0x1 constant ETHTOOL_GSG (line 978) | ETHTOOL_GSG = 0x18 constant ETHTOOL_GSSET_INFO (line 979) | ETHTOOL_GSSET_INFO = 0x37 constant ETHTOOL_GSTATS (line 980) | ETHTOOL_GSTATS = 0x1d constant ETHTOOL_GSTRINGS (line 981) | ETHTOOL_GSTRINGS = 0x1b constant ETHTOOL_GTSO (line 982) | ETHTOOL_GTSO = 0x1e constant ETHTOOL_GTUNABLE (line 983) | ETHTOOL_GTUNABLE = 0x48 constant ETHTOOL_GTXCSUM (line 984) | ETHTOOL_GTXCSUM = 0x16 constant ETHTOOL_GUFO (line 985) | ETHTOOL_GUFO = 0x21 constant ETHTOOL_GWOL (line 986) | ETHTOOL_GWOL = 0x5 constant ETHTOOL_MCGRP_MONITOR_NAME (line 987) | ETHTOOL_MCGRP_MONITOR_NAME = "monitor" constant ETHTOOL_NWAY_RST (line 988) | ETHTOOL_NWAY_RST = 0x9 constant ETHTOOL_PERQUEUE (line 989) | ETHTOOL_PERQUEUE = 0x4b constant ETHTOOL_PHYS_ID (line 990) | ETHTOOL_PHYS_ID = 0x1c constant ETHTOOL_PHY_EDPD_DFLT_TX_MSECS (line 991) | ETHTOOL_PHY_EDPD_DFLT_TX_MSECS = 0xffff constant ETHTOOL_PHY_EDPD_DISABLE (line 992) | ETHTOOL_PHY_EDPD_DISABLE = 0x0 constant ETHTOOL_PHY_EDPD_NO_TX (line 993) | ETHTOOL_PHY_EDPD_NO_TX = 0xfffe constant ETHTOOL_PHY_FAST_LINK_DOWN_OFF (line 994) | ETHTOOL_PHY_FAST_LINK_DOWN_OFF = 0xff constant ETHTOOL_PHY_FAST_LINK_DOWN_ON (line 995) | ETHTOOL_PHY_FAST_LINK_DOWN_ON = 0x0 constant ETHTOOL_PHY_GTUNABLE (line 996) | ETHTOOL_PHY_GTUNABLE = 0x4e constant ETHTOOL_PHY_STUNABLE (line 997) | ETHTOOL_PHY_STUNABLE = 0x4f constant ETHTOOL_RESET (line 998) | ETHTOOL_RESET = 0x34 constant ETHTOOL_RXNTUPLE_ACTION_CLEAR (line 999) | ETHTOOL_RXNTUPLE_ACTION_CLEAR = -0x2 constant ETHTOOL_RXNTUPLE_ACTION_DROP (line 1000) | ETHTOOL_RXNTUPLE_ACTION_DROP = -0x1 constant ETHTOOL_RX_FLOW_SPEC_RING (line 1001) | ETHTOOL_RX_FLOW_SPEC_RING = 0xffffffff constant ETHTOOL_RX_FLOW_SPEC_RING_VF (line 1002) | ETHTOOL_RX_FLOW_SPEC_RING_VF = 0xff00000000 constant ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF (line 1003) | ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF = 0x20 constant ETHTOOL_SCHANNELS (line 1004) | ETHTOOL_SCHANNELS = 0x3d constant ETHTOOL_SCOALESCE (line 1005) | ETHTOOL_SCOALESCE = 0xf constant ETHTOOL_SEEE (line 1006) | ETHTOOL_SEEE = 0x45 constant ETHTOOL_SEEPROM (line 1007) | ETHTOOL_SEEPROM = 0xc constant ETHTOOL_SET_DUMP (line 1008) | ETHTOOL_SET_DUMP = 0x3e constant ETHTOOL_SFEATURES (line 1009) | ETHTOOL_SFEATURES = 0x3b constant ETHTOOL_SFECPARAM (line 1010) | ETHTOOL_SFECPARAM = 0x51 constant ETHTOOL_SFLAGS (line 1011) | ETHTOOL_SFLAGS = 0x26 constant ETHTOOL_SGRO (line 1012) | ETHTOOL_SGRO = 0x2c constant ETHTOOL_SGSO (line 1013) | ETHTOOL_SGSO = 0x24 constant ETHTOOL_SLINKSETTINGS (line 1014) | ETHTOOL_SLINKSETTINGS = 0x4d constant ETHTOOL_SMSGLVL (line 1015) | ETHTOOL_SMSGLVL = 0x8 constant ETHTOOL_SPAUSEPARAM (line 1016) | ETHTOOL_SPAUSEPARAM = 0x13 constant ETHTOOL_SPFLAGS (line 1017) | ETHTOOL_SPFLAGS = 0x28 constant ETHTOOL_SRINGPARAM (line 1018) | ETHTOOL_SRINGPARAM = 0x11 constant ETHTOOL_SRSSH (line 1019) | ETHTOOL_SRSSH = 0x47 constant ETHTOOL_SRXCLSRLDEL (line 1020) | ETHTOOL_SRXCLSRLDEL = 0x31 constant ETHTOOL_SRXCLSRLINS (line 1021) | ETHTOOL_SRXCLSRLINS = 0x32 constant ETHTOOL_SRXCSUM (line 1022) | ETHTOOL_SRXCSUM = 0x15 constant ETHTOOL_SRXFH (line 1023) | ETHTOOL_SRXFH = 0x2a constant ETHTOOL_SRXFHINDIR (line 1024) | ETHTOOL_SRXFHINDIR = 0x39 constant ETHTOOL_SRXNTUPLE (line 1025) | ETHTOOL_SRXNTUPLE = 0x35 constant ETHTOOL_SSET (line 1026) | ETHTOOL_SSET = 0x2 constant ETHTOOL_SSG (line 1027) | ETHTOOL_SSG = 0x19 constant ETHTOOL_STSO (line 1028) | ETHTOOL_STSO = 0x1f constant ETHTOOL_STUNABLE (line 1029) | ETHTOOL_STUNABLE = 0x49 constant ETHTOOL_STXCSUM (line 1030) | ETHTOOL_STXCSUM = 0x17 constant ETHTOOL_SUFO (line 1031) | ETHTOOL_SUFO = 0x22 constant ETHTOOL_SWOL (line 1032) | ETHTOOL_SWOL = 0x6 constant ETHTOOL_TEST (line 1033) | ETHTOOL_TEST = 0x1a constant ETH_P_1588 (line 1034) | ETH_P_1588 = 0x88f7 constant ETH_P_8021AD (line 1035) | ETH_P_8021AD = 0x88a8 constant ETH_P_8021AH (line 1036) | ETH_P_8021AH = 0x88e7 constant ETH_P_8021Q (line 1037) | ETH_P_8021Q = 0x8100 constant ETH_P_80221 (line 1038) | ETH_P_80221 = 0x8917 constant ETH_P_802_2 (line 1039) | ETH_P_802_2 = 0x4 constant ETH_P_802_3 (line 1040) | ETH_P_802_3 = 0x1 constant ETH_P_802_3_MIN (line 1041) | ETH_P_802_3_MIN = 0x600 constant ETH_P_802_EX1 (line 1042) | ETH_P_802_EX1 = 0x88b5 constant ETH_P_AARP (line 1043) | ETH_P_AARP = 0x80f3 constant ETH_P_AF_IUCV (line 1044) | ETH_P_AF_IUCV = 0xfbfb constant ETH_P_ALL (line 1045) | ETH_P_ALL = 0x3 constant ETH_P_AOE (line 1046) | ETH_P_AOE = 0x88a2 constant ETH_P_ARCNET (line 1047) | ETH_P_ARCNET = 0x1a constant ETH_P_ARP (line 1048) | ETH_P_ARP = 0x806 constant ETH_P_ATALK (line 1049) | ETH_P_ATALK = 0x809b constant ETH_P_ATMFATE (line 1050) | ETH_P_ATMFATE = 0x8884 constant ETH_P_ATMMPOA (line 1051) | ETH_P_ATMMPOA = 0x884c constant ETH_P_AX25 (line 1052) | ETH_P_AX25 = 0x2 constant ETH_P_BATMAN (line 1053) | ETH_P_BATMAN = 0x4305 constant ETH_P_BPQ (line 1054) | ETH_P_BPQ = 0x8ff constant ETH_P_CAIF (line 1055) | ETH_P_CAIF = 0xf7 constant ETH_P_CAN (line 1056) | ETH_P_CAN = 0xc constant ETH_P_CANFD (line 1057) | ETH_P_CANFD = 0xd constant ETH_P_CANXL (line 1058) | ETH_P_CANXL = 0xe constant ETH_P_CFM (line 1059) | ETH_P_CFM = 0x8902 constant ETH_P_CONTROL (line 1060) | ETH_P_CONTROL = 0x16 constant ETH_P_CUST (line 1061) | ETH_P_CUST = 0x6006 constant ETH_P_DDCMP (line 1062) | ETH_P_DDCMP = 0x6 constant ETH_P_DEC (line 1063) | ETH_P_DEC = 0x6000 constant ETH_P_DIAG (line 1064) | ETH_P_DIAG = 0x6005 constant ETH_P_DNA_DL (line 1065) | ETH_P_DNA_DL = 0x6001 constant ETH_P_DNA_RC (line 1066) | ETH_P_DNA_RC = 0x6002 constant ETH_P_DNA_RT (line 1067) | ETH_P_DNA_RT = 0x6003 constant ETH_P_DSA (line 1068) | ETH_P_DSA = 0x1b constant ETH_P_DSA_8021Q (line 1069) | ETH_P_DSA_8021Q = 0xdadb constant ETH_P_DSA_A5PSW (line 1070) | ETH_P_DSA_A5PSW = 0xe001 constant ETH_P_ECONET (line 1071) | ETH_P_ECONET = 0x18 constant ETH_P_EDSA (line 1072) | ETH_P_EDSA = 0xdada constant ETH_P_ERSPAN (line 1073) | ETH_P_ERSPAN = 0x88be constant ETH_P_ERSPAN2 (line 1074) | ETH_P_ERSPAN2 = 0x22eb constant ETH_P_ETHERCAT (line 1075) | ETH_P_ETHERCAT = 0x88a4 constant ETH_P_FCOE (line 1076) | ETH_P_FCOE = 0x8906 constant ETH_P_FIP (line 1077) | ETH_P_FIP = 0x8914 constant ETH_P_HDLC (line 1078) | ETH_P_HDLC = 0x19 constant ETH_P_HSR (line 1079) | ETH_P_HSR = 0x892f constant ETH_P_IBOE (line 1080) | ETH_P_IBOE = 0x8915 constant ETH_P_IEEE802154 (line 1081) | ETH_P_IEEE802154 = 0xf6 constant ETH_P_IEEEPUP (line 1082) | ETH_P_IEEEPUP = 0xa00 constant ETH_P_IEEEPUPAT (line 1083) | ETH_P_IEEEPUPAT = 0xa01 constant ETH_P_IFE (line 1084) | ETH_P_IFE = 0xed3e constant ETH_P_IP (line 1085) | ETH_P_IP = 0x800 constant ETH_P_IPV6 (line 1086) | ETH_P_IPV6 = 0x86dd constant ETH_P_IPX (line 1087) | ETH_P_IPX = 0x8137 constant ETH_P_IRDA (line 1088) | ETH_P_IRDA = 0x17 constant ETH_P_LAT (line 1089) | ETH_P_LAT = 0x6004 constant ETH_P_LINK_CTL (line 1090) | ETH_P_LINK_CTL = 0x886c constant ETH_P_LLDP (line 1091) | ETH_P_LLDP = 0x88cc constant ETH_P_LOCALTALK (line 1092) | ETH_P_LOCALTALK = 0x9 constant ETH_P_LOOP (line 1093) | ETH_P_LOOP = 0x60 constant ETH_P_LOOPBACK (line 1094) | ETH_P_LOOPBACK = 0x9000 constant ETH_P_MACSEC (line 1095) | ETH_P_MACSEC = 0x88e5 constant ETH_P_MAP (line 1096) | ETH_P_MAP = 0xf9 constant ETH_P_MCTP (line 1097) | ETH_P_MCTP = 0xfa constant ETH_P_MOBITEX (line 1098) | ETH_P_MOBITEX = 0x15 constant ETH_P_MPLS_MC (line 1099) | ETH_P_MPLS_MC = 0x8848 constant ETH_P_MPLS_UC (line 1100) | ETH_P_MPLS_UC = 0x8847 constant ETH_P_MRP (line 1101) | ETH_P_MRP = 0x88e3 constant ETH_P_MVRP (line 1102) | ETH_P_MVRP = 0x88f5 constant ETH_P_NCSI (line 1103) | ETH_P_NCSI = 0x88f8 constant ETH_P_NSH (line 1104) | ETH_P_NSH = 0x894f constant ETH_P_PAE (line 1105) | ETH_P_PAE = 0x888e constant ETH_P_PAUSE (line 1106) | ETH_P_PAUSE = 0x8808 constant ETH_P_PHONET (line 1107) | ETH_P_PHONET = 0xf5 constant ETH_P_PPPTALK (line 1108) | ETH_P_PPPTALK = 0x10 constant ETH_P_PPP_DISC (line 1109) | ETH_P_PPP_DISC = 0x8863 constant ETH_P_PPP_MP (line 1110) | ETH_P_PPP_MP = 0x8 constant ETH_P_PPP_SES (line 1111) | ETH_P_PPP_SES = 0x8864 constant ETH_P_PREAUTH (line 1112) | ETH_P_PREAUTH = 0x88c7 constant ETH_P_PROFINET (line 1113) | ETH_P_PROFINET = 0x8892 constant ETH_P_PRP (line 1114) | ETH_P_PRP = 0x88fb constant ETH_P_PUP (line 1115) | ETH_P_PUP = 0x200 constant ETH_P_PUPAT (line 1116) | ETH_P_PUPAT = 0x201 constant ETH_P_QINQ1 (line 1117) | ETH_P_QINQ1 = 0x9100 constant ETH_P_QINQ2 (line 1118) | ETH_P_QINQ2 = 0x9200 constant ETH_P_QINQ3 (line 1119) | ETH_P_QINQ3 = 0x9300 constant ETH_P_RARP (line 1120) | ETH_P_RARP = 0x8035 constant ETH_P_REALTEK (line 1121) | ETH_P_REALTEK = 0x8899 constant ETH_P_SCA (line 1122) | ETH_P_SCA = 0x6007 constant ETH_P_SLOW (line 1123) | ETH_P_SLOW = 0x8809 constant ETH_P_SNAP (line 1124) | ETH_P_SNAP = 0x5 constant ETH_P_TDLS (line 1125) | ETH_P_TDLS = 0x890d constant ETH_P_TEB (line 1126) | ETH_P_TEB = 0x6558 constant ETH_P_TIPC (line 1127) | ETH_P_TIPC = 0x88ca constant ETH_P_TRAILER (line 1128) | ETH_P_TRAILER = 0x1c constant ETH_P_TR_802_2 (line 1129) | ETH_P_TR_802_2 = 0x11 constant ETH_P_TSN (line 1130) | ETH_P_TSN = 0x22f0 constant ETH_P_WAN_PPP (line 1131) | ETH_P_WAN_PPP = 0x7 constant ETH_P_WCCP (line 1132) | ETH_P_WCCP = 0x883e constant ETH_P_X25 (line 1133) | ETH_P_X25 = 0x805 constant ETH_P_XDSA (line 1134) | ETH_P_XDSA = 0xf8 constant EV_ABS (line 1135) | EV_ABS = 0x3 constant EV_CNT (line 1136) | EV_CNT = 0x20 constant EV_FF (line 1137) | EV_FF = 0x15 constant EV_FF_STATUS (line 1138) | EV_FF_STATUS = 0x17 constant EV_KEY (line 1139) | EV_KEY = 0x1 constant EV_LED (line 1140) | EV_LED = 0x11 constant EV_MAX (line 1141) | EV_MAX = 0x1f constant EV_MSC (line 1142) | EV_MSC = 0x4 constant EV_PWR (line 1143) | EV_PWR = 0x16 constant EV_REL (line 1144) | EV_REL = 0x2 constant EV_REP (line 1145) | EV_REP = 0x14 constant EV_SND (line 1146) | EV_SND = 0x12 constant EV_SW (line 1147) | EV_SW = 0x5 constant EV_SYN (line 1148) | EV_SYN = 0x0 constant EV_VERSION (line 1149) | EV_VERSION = 0x10001 constant EXABYTE_ENABLE_NEST (line 1150) | EXABYTE_ENABLE_NEST = 0xf0 constant EXFAT_SUPER_MAGIC (line 1151) | EXFAT_SUPER_MAGIC = 0x2011bab0 constant EXT2_SUPER_MAGIC (line 1152) | EXT2_SUPER_MAGIC = 0xef53 constant EXT3_SUPER_MAGIC (line 1153) | EXT3_SUPER_MAGIC = 0xef53 constant EXT4_SUPER_MAGIC (line 1154) | EXT4_SUPER_MAGIC = 0xef53 constant EXTA (line 1155) | EXTA = 0xe constant EXTB (line 1156) | EXTB = 0xf constant F2FS_SUPER_MAGIC (line 1157) | F2FS_SUPER_MAGIC = 0xf2f52010 constant FALLOC_FL_COLLAPSE_RANGE (line 1158) | FALLOC_FL_COLLAPSE_RANGE = 0x8 constant FALLOC_FL_INSERT_RANGE (line 1159) | FALLOC_FL_INSERT_RANGE = 0x20 constant FALLOC_FL_KEEP_SIZE (line 1160) | FALLOC_FL_KEEP_SIZE = 0x1 constant FALLOC_FL_NO_HIDE_STALE (line 1161) | FALLOC_FL_NO_HIDE_STALE = 0x4 constant FALLOC_FL_PUNCH_HOLE (line 1162) | FALLOC_FL_PUNCH_HOLE = 0x2 constant FALLOC_FL_UNSHARE_RANGE (line 1163) | FALLOC_FL_UNSHARE_RANGE = 0x40 constant FALLOC_FL_ZERO_RANGE (line 1164) | FALLOC_FL_ZERO_RANGE = 0x10 constant FANOTIFY_METADATA_VERSION (line 1165) | FANOTIFY_METADATA_VERSION = 0x3 constant FAN_ACCESS (line 1166) | FAN_ACCESS = 0x1 constant FAN_ACCESS_PERM (line 1167) | FAN_ACCESS_PERM = 0x20000 constant FAN_ALLOW (line 1168) | FAN_ALLOW = 0x1 constant FAN_ALL_CLASS_BITS (line 1169) | FAN_ALL_CLASS_BITS = 0xc constant FAN_ALL_EVENTS (line 1170) | FAN_ALL_EVENTS = 0x3b constant FAN_ALL_INIT_FLAGS (line 1171) | FAN_ALL_INIT_FLAGS = 0x3f constant FAN_ALL_MARK_FLAGS (line 1172) | FAN_ALL_MARK_FLAGS = 0xff constant FAN_ALL_OUTGOING_EVENTS (line 1173) | FAN_ALL_OUTGOING_EVENTS = 0x3403b constant FAN_ALL_PERM_EVENTS (line 1174) | FAN_ALL_PERM_EVENTS = 0x30000 constant FAN_ATTRIB (line 1175) | FAN_ATTRIB = 0x4 constant FAN_AUDIT (line 1176) | FAN_AUDIT = 0x10 constant FAN_CLASS_CONTENT (line 1177) | FAN_CLASS_CONTENT = 0x4 constant FAN_CLASS_NOTIF (line 1178) | FAN_CLASS_NOTIF = 0x0 constant FAN_CLASS_PRE_CONTENT (line 1179) | FAN_CLASS_PRE_CONTENT = 0x8 constant FAN_CLOEXEC (line 1180) | FAN_CLOEXEC = 0x1 constant FAN_CLOSE (line 1181) | FAN_CLOSE = 0x18 constant FAN_CLOSE_NOWRITE (line 1182) | FAN_CLOSE_NOWRITE = 0x10 constant FAN_CLOSE_WRITE (line 1183) | FAN_CLOSE_WRITE = 0x8 constant FAN_CREATE (line 1184) | FAN_CREATE = 0x100 constant FAN_DELETE (line 1185) | FAN_DELETE = 0x200 constant FAN_DELETE_SELF (line 1186) | FAN_DELETE_SELF = 0x400 constant FAN_DENY (line 1187) | FAN_DENY = 0x2 constant FAN_ENABLE_AUDIT (line 1188) | FAN_ENABLE_AUDIT = 0x40 constant FAN_EPIDFD (line 1189) | FAN_EPIDFD = -0x2 constant FAN_EVENT_INFO_TYPE_DFID (line 1190) | FAN_EVENT_INFO_TYPE_DFID = 0x3 constant FAN_EVENT_INFO_TYPE_DFID_NAME (line 1191) | FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2 constant FAN_EVENT_INFO_TYPE_ERROR (line 1192) | FAN_EVENT_INFO_TYPE_ERROR = 0x5 constant FAN_EVENT_INFO_TYPE_FID (line 1193) | FAN_EVENT_INFO_TYPE_FID = 0x1 constant FAN_EVENT_INFO_TYPE_NEW_DFID_NAME (line 1194) | FAN_EVENT_INFO_TYPE_NEW_DFID_NAME = 0xc constant FAN_EVENT_INFO_TYPE_OLD_DFID_NAME (line 1195) | FAN_EVENT_INFO_TYPE_OLD_DFID_NAME = 0xa constant FAN_EVENT_INFO_TYPE_PIDFD (line 1196) | FAN_EVENT_INFO_TYPE_PIDFD = 0x4 constant FAN_EVENT_METADATA_LEN (line 1197) | FAN_EVENT_METADATA_LEN = 0x18 constant FAN_EVENT_ON_CHILD (line 1198) | FAN_EVENT_ON_CHILD = 0x8000000 constant FAN_FS_ERROR (line 1199) | FAN_FS_ERROR = 0x8000 constant FAN_MARK_ADD (line 1200) | FAN_MARK_ADD = 0x1 constant FAN_MARK_DONT_FOLLOW (line 1201) | FAN_MARK_DONT_FOLLOW = 0x4 constant FAN_MARK_EVICTABLE (line 1202) | FAN_MARK_EVICTABLE = 0x200 constant FAN_MARK_FILESYSTEM (line 1203) | FAN_MARK_FILESYSTEM = 0x100 constant FAN_MARK_FLUSH (line 1204) | FAN_MARK_FLUSH = 0x80 constant FAN_MARK_IGNORE (line 1205) | FAN_MARK_IGNORE = 0x400 constant FAN_MARK_IGNORED_MASK (line 1206) | FAN_MARK_IGNORED_MASK = 0x20 constant FAN_MARK_IGNORED_SURV_MODIFY (line 1207) | FAN_MARK_IGNORED_SURV_MODIFY = 0x40 constant FAN_MARK_IGNORE_SURV (line 1208) | FAN_MARK_IGNORE_SURV = 0x440 constant FAN_MARK_INODE (line 1209) | FAN_MARK_INODE = 0x0 constant FAN_MARK_MOUNT (line 1210) | FAN_MARK_MOUNT = 0x10 constant FAN_MARK_ONLYDIR (line 1211) | FAN_MARK_ONLYDIR = 0x8 constant FAN_MARK_REMOVE (line 1212) | FAN_MARK_REMOVE = 0x2 constant FAN_MODIFY (line 1213) | FAN_MODIFY = 0x2 constant FAN_MOVE (line 1214) | FAN_MOVE = 0xc0 constant FAN_MOVED_FROM (line 1215) | FAN_MOVED_FROM = 0x40 constant FAN_MOVED_TO (line 1216) | FAN_MOVED_TO = 0x80 constant FAN_MOVE_SELF (line 1217) | FAN_MOVE_SELF = 0x800 constant FAN_NOFD (line 1218) | FAN_NOFD = -0x1 constant FAN_NONBLOCK (line 1219) | FAN_NONBLOCK = 0x2 constant FAN_NOPIDFD (line 1220) | FAN_NOPIDFD = -0x1 constant FAN_ONDIR (line 1221) | FAN_ONDIR = 0x40000000 constant FAN_OPEN (line 1222) | FAN_OPEN = 0x20 constant FAN_OPEN_EXEC (line 1223) | FAN_OPEN_EXEC = 0x1000 constant FAN_OPEN_EXEC_PERM (line 1224) | FAN_OPEN_EXEC_PERM = 0x40000 constant FAN_OPEN_PERM (line 1225) | FAN_OPEN_PERM = 0x10000 constant FAN_Q_OVERFLOW (line 1226) | FAN_Q_OVERFLOW = 0x4000 constant FAN_RENAME (line 1227) | FAN_RENAME = 0x10000000 constant FAN_REPORT_DFID_NAME (line 1228) | FAN_REPORT_DFID_NAME = 0xc00 constant FAN_REPORT_DFID_NAME_TARGET (line 1229) | FAN_REPORT_DFID_NAME_TARGET = 0x1e00 constant FAN_REPORT_DIR_FID (line 1230) | FAN_REPORT_DIR_FID = 0x400 constant FAN_REPORT_FID (line 1231) | FAN_REPORT_FID = 0x200 constant FAN_REPORT_NAME (line 1232) | FAN_REPORT_NAME = 0x800 constant FAN_REPORT_PIDFD (line 1233) | FAN_REPORT_PIDFD = 0x80 constant FAN_REPORT_TARGET_FID (line 1234) | FAN_REPORT_TARGET_FID = 0x1000 constant FAN_REPORT_TID (line 1235) | FAN_REPORT_TID = 0x100 constant FAN_UNLIMITED_MARKS (line 1236) | FAN_UNLIMITED_MARKS = 0x20 constant FAN_UNLIMITED_QUEUE (line 1237) | FAN_UNLIMITED_QUEUE = 0x10 constant FD_CLOEXEC (line 1238) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 1239) | FD_SETSIZE = 0x400 constant FF0 (line 1240) | FF0 = 0x0 constant FIB_RULE_DEV_DETACHED (line 1241) | FIB_RULE_DEV_DETACHED = 0x8 constant FIB_RULE_FIND_SADDR (line 1242) | FIB_RULE_FIND_SADDR = 0x10000 constant FIB_RULE_IIF_DETACHED (line 1243) | FIB_RULE_IIF_DETACHED = 0x8 constant FIB_RULE_INVERT (line 1244) | FIB_RULE_INVERT = 0x2 constant FIB_RULE_OIF_DETACHED (line 1245) | FIB_RULE_OIF_DETACHED = 0x10 constant FIB_RULE_PERMANENT (line 1246) | FIB_RULE_PERMANENT = 0x1 constant FIB_RULE_UNRESOLVED (line 1247) | FIB_RULE_UNRESOLVED = 0x4 constant FIDEDUPERANGE (line 1248) | FIDEDUPERANGE = 0xc0189436 constant FSCRYPT_KEY_DESCRIPTOR_SIZE (line 1249) | FSCRYPT_KEY_DESCRIPTOR_SIZE = 0x8 constant FSCRYPT_KEY_DESC_PREFIX (line 1250) | FSCRYPT_KEY_DESC_PREFIX = "fscrypt:" constant FSCRYPT_KEY_DESC_PREFIX_SIZE (line 1251) | FSCRYPT_KEY_DESC_PREFIX_SIZE = 0x8 constant FSCRYPT_KEY_IDENTIFIER_SIZE (line 1252) | FSCRYPT_KEY_IDENTIFIER_SIZE = 0x10 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY (line 1253) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY = 0x1 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS (line 1254) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS = 0x2 constant FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR (line 1255) | FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR = 0x1 constant FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER (line 1256) | FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER = 0x2 constant FSCRYPT_KEY_STATUS_ABSENT (line 1257) | FSCRYPT_KEY_STATUS_ABSENT = 0x1 constant FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF (line 1258) | FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF = 0x1 constant FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED (line 1259) | FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED = 0x3 constant FSCRYPT_KEY_STATUS_PRESENT (line 1260) | FSCRYPT_KEY_STATUS_PRESENT = 0x2 constant FSCRYPT_MAX_KEY_SIZE (line 1261) | FSCRYPT_MAX_KEY_SIZE = 0x40 constant FSCRYPT_MODE_ADIANTUM (line 1262) | FSCRYPT_MODE_ADIANTUM = 0x9 constant FSCRYPT_MODE_AES_128_CBC (line 1263) | FSCRYPT_MODE_AES_128_CBC = 0x5 constant FSCRYPT_MODE_AES_128_CTS (line 1264) | FSCRYPT_MODE_AES_128_CTS = 0x6 constant FSCRYPT_MODE_AES_256_CTS (line 1265) | FSCRYPT_MODE_AES_256_CTS = 0x4 constant FSCRYPT_MODE_AES_256_HCTR2 (line 1266) | FSCRYPT_MODE_AES_256_HCTR2 = 0xa constant FSCRYPT_MODE_AES_256_XTS (line 1267) | FSCRYPT_MODE_AES_256_XTS = 0x1 constant FSCRYPT_MODE_SM4_CTS (line 1268) | FSCRYPT_MODE_SM4_CTS = 0x8 constant FSCRYPT_MODE_SM4_XTS (line 1269) | FSCRYPT_MODE_SM4_XTS = 0x7 constant FSCRYPT_POLICY_FLAGS_PAD_16 (line 1270) | FSCRYPT_POLICY_FLAGS_PAD_16 = 0x2 constant FSCRYPT_POLICY_FLAGS_PAD_32 (line 1271) | FSCRYPT_POLICY_FLAGS_PAD_32 = 0x3 constant FSCRYPT_POLICY_FLAGS_PAD_4 (line 1272) | FSCRYPT_POLICY_FLAGS_PAD_4 = 0x0 constant FSCRYPT_POLICY_FLAGS_PAD_8 (line 1273) | FSCRYPT_POLICY_FLAGS_PAD_8 = 0x1 constant FSCRYPT_POLICY_FLAGS_PAD_MASK (line 1274) | FSCRYPT_POLICY_FLAGS_PAD_MASK = 0x3 constant FSCRYPT_POLICY_FLAG_DIRECT_KEY (line 1275) | FSCRYPT_POLICY_FLAG_DIRECT_KEY = 0x4 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 (line 1276) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 = 0x10 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 (line 1277) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 = 0x8 constant FSCRYPT_POLICY_V1 (line 1278) | FSCRYPT_POLICY_V1 = 0x0 constant FSCRYPT_POLICY_V2 (line 1279) | FSCRYPT_POLICY_V2 = 0x2 constant FS_ENCRYPTION_MODE_ADIANTUM (line 1280) | FS_ENCRYPTION_MODE_ADIANTUM = 0x9 constant FS_ENCRYPTION_MODE_AES_128_CBC (line 1281) | FS_ENCRYPTION_MODE_AES_128_CBC = 0x5 constant FS_ENCRYPTION_MODE_AES_128_CTS (line 1282) | FS_ENCRYPTION_MODE_AES_128_CTS = 0x6 constant FS_ENCRYPTION_MODE_AES_256_CBC (line 1283) | FS_ENCRYPTION_MODE_AES_256_CBC = 0x3 constant FS_ENCRYPTION_MODE_AES_256_CTS (line 1284) | FS_ENCRYPTION_MODE_AES_256_CTS = 0x4 constant FS_ENCRYPTION_MODE_AES_256_GCM (line 1285) | FS_ENCRYPTION_MODE_AES_256_GCM = 0x2 constant FS_ENCRYPTION_MODE_AES_256_XTS (line 1286) | FS_ENCRYPTION_MODE_AES_256_XTS = 0x1 constant FS_ENCRYPTION_MODE_INVALID (line 1287) | FS_ENCRYPTION_MODE_INVALID = 0x0 constant FS_IOC_ADD_ENCRYPTION_KEY (line 1288) | FS_IOC_ADD_ENCRYPTION_KEY = 0xc0506617 constant FS_IOC_GET_ENCRYPTION_KEY_STATUS (line 1289) | FS_IOC_GET_ENCRYPTION_KEY_STATUS = 0xc080661a constant FS_IOC_GET_ENCRYPTION_POLICY_EX (line 1290) | FS_IOC_GET_ENCRYPTION_POLICY_EX = 0xc0096616 constant FS_IOC_MEASURE_VERITY (line 1291) | FS_IOC_MEASURE_VERITY = 0xc0046686 constant FS_IOC_READ_VERITY_METADATA (line 1292) | FS_IOC_READ_VERITY_METADATA = 0xc0286687 constant FS_IOC_REMOVE_ENCRYPTION_KEY (line 1293) | FS_IOC_REMOVE_ENCRYPTION_KEY = 0xc0406618 constant FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS (line 1294) | FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS = 0xc0406619 constant FS_KEY_DESCRIPTOR_SIZE (line 1295) | FS_KEY_DESCRIPTOR_SIZE = 0x8 constant FS_KEY_DESC_PREFIX (line 1296) | FS_KEY_DESC_PREFIX = "fscrypt:" constant FS_KEY_DESC_PREFIX_SIZE (line 1297) | FS_KEY_DESC_PREFIX_SIZE = 0x8 constant FS_MAX_KEY_SIZE (line 1298) | FS_MAX_KEY_SIZE = 0x40 constant FS_POLICY_FLAGS_PAD_16 (line 1299) | FS_POLICY_FLAGS_PAD_16 = 0x2 constant FS_POLICY_FLAGS_PAD_32 (line 1300) | FS_POLICY_FLAGS_PAD_32 = 0x3 constant FS_POLICY_FLAGS_PAD_4 (line 1301) | FS_POLICY_FLAGS_PAD_4 = 0x0 constant FS_POLICY_FLAGS_PAD_8 (line 1302) | FS_POLICY_FLAGS_PAD_8 = 0x1 constant FS_POLICY_FLAGS_PAD_MASK (line 1303) | FS_POLICY_FLAGS_PAD_MASK = 0x3 constant FS_POLICY_FLAGS_VALID (line 1304) | FS_POLICY_FLAGS_VALID = 0x7 constant FS_VERITY_FL (line 1305) | FS_VERITY_FL = 0x100000 constant FS_VERITY_HASH_ALG_SHA256 (line 1306) | FS_VERITY_HASH_ALG_SHA256 = 0x1 constant FS_VERITY_HASH_ALG_SHA512 (line 1307) | FS_VERITY_HASH_ALG_SHA512 = 0x2 constant FS_VERITY_METADATA_TYPE_DESCRIPTOR (line 1308) | FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2 constant FS_VERITY_METADATA_TYPE_MERKLE_TREE (line 1309) | FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1 constant FS_VERITY_METADATA_TYPE_SIGNATURE (line 1310) | FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3 constant FUSE_SUPER_MAGIC (line 1311) | FUSE_SUPER_MAGIC = 0x65735546 constant FUTEXFS_SUPER_MAGIC (line 1312) | FUTEXFS_SUPER_MAGIC = 0xbad1dea constant F_ADD_SEALS (line 1313) | F_ADD_SEALS = 0x409 constant F_DUPFD (line 1314) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 1315) | F_DUPFD_CLOEXEC = 0x406 constant F_EXLCK (line 1316) | F_EXLCK = 0x4 constant F_GETFD (line 1317) | F_GETFD = 0x1 constant F_GETFL (line 1318) | F_GETFL = 0x3 constant F_GETLEASE (line 1319) | F_GETLEASE = 0x401 constant F_GETOWN_EX (line 1320) | F_GETOWN_EX = 0x10 constant F_GETPIPE_SZ (line 1321) | F_GETPIPE_SZ = 0x408 constant F_GETSIG (line 1322) | F_GETSIG = 0xb constant F_GET_FILE_RW_HINT (line 1323) | F_GET_FILE_RW_HINT = 0x40d constant F_GET_RW_HINT (line 1324) | F_GET_RW_HINT = 0x40b constant F_GET_SEALS (line 1325) | F_GET_SEALS = 0x40a constant F_LOCK (line 1326) | F_LOCK = 0x1 constant F_NOTIFY (line 1327) | F_NOTIFY = 0x402 constant F_OFD_GETLK (line 1328) | F_OFD_GETLK = 0x24 constant F_OFD_SETLK (line 1329) | F_OFD_SETLK = 0x25 constant F_OFD_SETLKW (line 1330) | F_OFD_SETLKW = 0x26 constant F_OK (line 1331) | F_OK = 0x0 constant F_SEAL_FUTURE_WRITE (line 1332) | F_SEAL_FUTURE_WRITE = 0x10 constant F_SEAL_GROW (line 1333) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 1334) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 1335) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 1336) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 1337) | F_SETFD = 0x2 constant F_SETFL (line 1338) | F_SETFL = 0x4 constant F_SETLEASE (line 1339) | F_SETLEASE = 0x400 constant F_SETOWN_EX (line 1340) | F_SETOWN_EX = 0xf constant F_SETPIPE_SZ (line 1341) | F_SETPIPE_SZ = 0x407 constant F_SETSIG (line 1342) | F_SETSIG = 0xa constant F_SET_FILE_RW_HINT (line 1343) | F_SET_FILE_RW_HINT = 0x40e constant F_SET_RW_HINT (line 1344) | F_SET_RW_HINT = 0x40c constant F_SHLCK (line 1345) | F_SHLCK = 0x8 constant F_TEST (line 1346) | F_TEST = 0x3 constant F_TLOCK (line 1347) | F_TLOCK = 0x2 constant F_ULOCK (line 1348) | F_ULOCK = 0x0 constant GENL_ADMIN_PERM (line 1349) | GENL_ADMIN_PERM = 0x1 constant GENL_CMD_CAP_DO (line 1350) | GENL_CMD_CAP_DO = 0x2 constant GENL_CMD_CAP_DUMP (line 1351) | GENL_CMD_CAP_DUMP = 0x4 constant GENL_CMD_CAP_HASPOL (line 1352) | GENL_CMD_CAP_HASPOL = 0x8 constant GENL_HDRLEN (line 1353) | GENL_HDRLEN = 0x4 constant GENL_ID_CTRL (line 1354) | GENL_ID_CTRL = 0x10 constant GENL_ID_PMCRAID (line 1355) | GENL_ID_PMCRAID = 0x12 constant GENL_ID_VFS_DQUOT (line 1356) | GENL_ID_VFS_DQUOT = 0x11 constant GENL_MAX_ID (line 1357) | GENL_MAX_ID = 0x3ff constant GENL_MIN_ID (line 1358) | GENL_MIN_ID = 0x10 constant GENL_NAMSIZ (line 1359) | GENL_NAMSIZ = 0x10 constant GENL_START_ALLOC (line 1360) | GENL_START_ALLOC = 0x13 constant GENL_UNS_ADMIN_PERM (line 1361) | GENL_UNS_ADMIN_PERM = 0x10 constant GRND_INSECURE (line 1362) | GRND_INSECURE = 0x4 constant GRND_NONBLOCK (line 1363) | GRND_NONBLOCK = 0x1 constant GRND_RANDOM (line 1364) | GRND_RANDOM = 0x2 constant HDIO_DRIVE_CMD (line 1365) | HDIO_DRIVE_CMD = 0x31f constant HDIO_DRIVE_CMD_AEB (line 1366) | HDIO_DRIVE_CMD_AEB = 0x31e constant HDIO_DRIVE_CMD_HDR_SIZE (line 1367) | HDIO_DRIVE_CMD_HDR_SIZE = 0x4 constant HDIO_DRIVE_HOB_HDR_SIZE (line 1368) | HDIO_DRIVE_HOB_HDR_SIZE = 0x8 constant HDIO_DRIVE_RESET (line 1369) | HDIO_DRIVE_RESET = 0x31c constant HDIO_DRIVE_TASK (line 1370) | HDIO_DRIVE_TASK = 0x31e constant HDIO_DRIVE_TASKFILE (line 1371) | HDIO_DRIVE_TASKFILE = 0x31d constant HDIO_DRIVE_TASK_HDR_SIZE (line 1372) | HDIO_DRIVE_TASK_HDR_SIZE = 0x8 constant HDIO_GETGEO (line 1373) | HDIO_GETGEO = 0x301 constant HDIO_GET_32BIT (line 1374) | HDIO_GET_32BIT = 0x309 constant HDIO_GET_ACOUSTIC (line 1375) | HDIO_GET_ACOUSTIC = 0x30f constant HDIO_GET_ADDRESS (line 1376) | HDIO_GET_ADDRESS = 0x310 constant HDIO_GET_BUSSTATE (line 1377) | HDIO_GET_BUSSTATE = 0x31a constant HDIO_GET_DMA (line 1378) | HDIO_GET_DMA = 0x30b constant HDIO_GET_IDENTITY (line 1379) | HDIO_GET_IDENTITY = 0x30d constant HDIO_GET_KEEPSETTINGS (line 1380) | HDIO_GET_KEEPSETTINGS = 0x308 constant HDIO_GET_MULTCOUNT (line 1381) | HDIO_GET_MULTCOUNT = 0x304 constant HDIO_GET_NICE (line 1382) | HDIO_GET_NICE = 0x30c constant HDIO_GET_NOWERR (line 1383) | HDIO_GET_NOWERR = 0x30a constant HDIO_GET_QDMA (line 1384) | HDIO_GET_QDMA = 0x305 constant HDIO_GET_UNMASKINTR (line 1385) | HDIO_GET_UNMASKINTR = 0x302 constant HDIO_GET_WCACHE (line 1386) | HDIO_GET_WCACHE = 0x30e constant HDIO_OBSOLETE_IDENTITY (line 1387) | HDIO_OBSOLETE_IDENTITY = 0x307 constant HDIO_SCAN_HWIF (line 1388) | HDIO_SCAN_HWIF = 0x328 constant HDIO_SET_32BIT (line 1389) | HDIO_SET_32BIT = 0x324 constant HDIO_SET_ACOUSTIC (line 1390) | HDIO_SET_ACOUSTIC = 0x32c constant HDIO_SET_ADDRESS (line 1391) | HDIO_SET_ADDRESS = 0x32f constant HDIO_SET_BUSSTATE (line 1392) | HDIO_SET_BUSSTATE = 0x32d constant HDIO_SET_DMA (line 1393) | HDIO_SET_DMA = 0x326 constant HDIO_SET_KEEPSETTINGS (line 1394) | HDIO_SET_KEEPSETTINGS = 0x323 constant HDIO_SET_MULTCOUNT (line 1395) | HDIO_SET_MULTCOUNT = 0x321 constant HDIO_SET_NICE (line 1396) | HDIO_SET_NICE = 0x329 constant HDIO_SET_NOWERR (line 1397) | HDIO_SET_NOWERR = 0x325 constant HDIO_SET_PIO_MODE (line 1398) | HDIO_SET_PIO_MODE = 0x327 constant HDIO_SET_QDMA (line 1399) | HDIO_SET_QDMA = 0x32e constant HDIO_SET_UNMASKINTR (line 1400) | HDIO_SET_UNMASKINTR = 0x322 constant HDIO_SET_WCACHE (line 1401) | HDIO_SET_WCACHE = 0x32b constant HDIO_SET_XFER (line 1402) | HDIO_SET_XFER = 0x306 constant HDIO_TRISTATE_HWIF (line 1403) | HDIO_TRISTATE_HWIF = 0x31b constant HDIO_UNREGISTER_HWIF (line 1404) | HDIO_UNREGISTER_HWIF = 0x32a constant HID_MAX_DESCRIPTOR_SIZE (line 1405) | HID_MAX_DESCRIPTOR_SIZE = 0x1000 constant HOSTFS_SUPER_MAGIC (line 1406) | HOSTFS_SUPER_MAGIC = 0xc0ffee constant HPFS_SUPER_MAGIC (line 1407) | HPFS_SUPER_MAGIC = 0xf995e849 constant HUGETLBFS_MAGIC (line 1408) | HUGETLBFS_MAGIC = 0x958458f6 constant IBSHIFT (line 1409) | IBSHIFT = 0x10 constant ICRNL (line 1410) | ICRNL = 0x100 constant IFA_F_DADFAILED (line 1411) | IFA_F_DADFAILED = 0x8 constant IFA_F_DEPRECATED (line 1412) | IFA_F_DEPRECATED = 0x20 constant IFA_F_HOMEADDRESS (line 1413) | IFA_F_HOMEADDRESS = 0x10 constant IFA_F_MANAGETEMPADDR (line 1414) | IFA_F_MANAGETEMPADDR = 0x100 constant IFA_F_MCAUTOJOIN (line 1415) | IFA_F_MCAUTOJOIN = 0x400 constant IFA_F_NODAD (line 1416) | IFA_F_NODAD = 0x2 constant IFA_F_NOPREFIXROUTE (line 1417) | IFA_F_NOPREFIXROUTE = 0x200 constant IFA_F_OPTIMISTIC (line 1418) | IFA_F_OPTIMISTIC = 0x4 constant IFA_F_PERMANENT (line 1419) | IFA_F_PERMANENT = 0x80 constant IFA_F_SECONDARY (line 1420) | IFA_F_SECONDARY = 0x1 constant IFA_F_STABLE_PRIVACY (line 1421) | IFA_F_STABLE_PRIVACY = 0x800 constant IFA_F_TEMPORARY (line 1422) | IFA_F_TEMPORARY = 0x1 constant IFA_F_TENTATIVE (line 1423) | IFA_F_TENTATIVE = 0x40 constant IFA_MAX (line 1424) | IFA_MAX = 0xb constant IFF_ALLMULTI (line 1425) | IFF_ALLMULTI = 0x200 constant IFF_ATTACH_QUEUE (line 1426) | IFF_ATTACH_QUEUE = 0x200 constant IFF_AUTOMEDIA (line 1427) | IFF_AUTOMEDIA = 0x4000 constant IFF_BROADCAST (line 1428) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 1429) | IFF_DEBUG = 0x4 constant IFF_DETACH_QUEUE (line 1430) | IFF_DETACH_QUEUE = 0x400 constant IFF_DORMANT (line 1431) | IFF_DORMANT = 0x20000 constant IFF_DYNAMIC (line 1432) | IFF_DYNAMIC = 0x8000 constant IFF_ECHO (line 1433) | IFF_ECHO = 0x40000 constant IFF_LOOPBACK (line 1434) | IFF_LOOPBACK = 0x8 constant IFF_LOWER_UP (line 1435) | IFF_LOWER_UP = 0x10000 constant IFF_MASTER (line 1436) | IFF_MASTER = 0x400 constant IFF_MULTICAST (line 1437) | IFF_MULTICAST = 0x1000 constant IFF_MULTI_QUEUE (line 1438) | IFF_MULTI_QUEUE = 0x100 constant IFF_NAPI (line 1439) | IFF_NAPI = 0x10 constant IFF_NAPI_FRAGS (line 1440) | IFF_NAPI_FRAGS = 0x20 constant IFF_NOARP (line 1441) | IFF_NOARP = 0x80 constant IFF_NOFILTER (line 1442) | IFF_NOFILTER = 0x1000 constant IFF_NOTRAILERS (line 1443) | IFF_NOTRAILERS = 0x20 constant IFF_NO_CARRIER (line 1444) | IFF_NO_CARRIER = 0x40 constant IFF_NO_PI (line 1445) | IFF_NO_PI = 0x1000 constant IFF_ONE_QUEUE (line 1446) | IFF_ONE_QUEUE = 0x2000 constant IFF_PERSIST (line 1447) | IFF_PERSIST = 0x800 constant IFF_POINTOPOINT (line 1448) | IFF_POINTOPOINT = 0x10 constant IFF_PORTSEL (line 1449) | IFF_PORTSEL = 0x2000 constant IFF_PROMISC (line 1450) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 1451) | IFF_RUNNING = 0x40 constant IFF_SLAVE (line 1452) | IFF_SLAVE = 0x800 constant IFF_TAP (line 1453) | IFF_TAP = 0x2 constant IFF_TUN (line 1454) | IFF_TUN = 0x1 constant IFF_TUN_EXCL (line 1455) | IFF_TUN_EXCL = 0x8000 constant IFF_UP (line 1456) | IFF_UP = 0x1 constant IFF_VNET_HDR (line 1457) | IFF_VNET_HDR = 0x4000 constant IFF_VOLATILE (line 1458) | IFF_VOLATILE = 0x70c5a constant IFNAMSIZ (line 1459) | IFNAMSIZ = 0x10 constant IGNBRK (line 1460) | IGNBRK = 0x1 constant IGNCR (line 1461) | IGNCR = 0x80 constant IGNPAR (line 1462) | IGNPAR = 0x4 constant IMAXBEL (line 1463) | IMAXBEL = 0x2000 constant INLCR (line 1464) | INLCR = 0x40 constant INPCK (line 1465) | INPCK = 0x10 constant IN_ACCESS (line 1466) | IN_ACCESS = 0x1 constant IN_ALL_EVENTS (line 1467) | IN_ALL_EVENTS = 0xfff constant IN_ATTRIB (line 1468) | IN_ATTRIB = 0x4 constant IN_CLASSA_HOST (line 1469) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 1470) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 1471) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 1472) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 1473) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 1474) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 1475) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 1476) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 1477) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 1478) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 1479) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLOSE (line 1480) | IN_CLOSE = 0x18 constant IN_CLOSE_NOWRITE (line 1481) | IN_CLOSE_NOWRITE = 0x10 constant IN_CLOSE_WRITE (line 1482) | IN_CLOSE_WRITE = 0x8 constant IN_CREATE (line 1483) | IN_CREATE = 0x100 constant IN_DELETE (line 1484) | IN_DELETE = 0x200 constant IN_DELETE_SELF (line 1485) | IN_DELETE_SELF = 0x400 constant IN_DONT_FOLLOW (line 1486) | IN_DONT_FOLLOW = 0x2000000 constant IN_EXCL_UNLINK (line 1487) | IN_EXCL_UNLINK = 0x4000000 constant IN_IGNORED (line 1488) | IN_IGNORED = 0x8000 constant IN_ISDIR (line 1489) | IN_ISDIR = 0x40000000 constant IN_LOOPBACKNET (line 1490) | IN_LOOPBACKNET = 0x7f constant IN_MASK_ADD (line 1491) | IN_MASK_ADD = 0x20000000 constant IN_MASK_CREATE (line 1492) | IN_MASK_CREATE = 0x10000000 constant IN_MODIFY (line 1493) | IN_MODIFY = 0x2 constant IN_MOVE (line 1494) | IN_MOVE = 0xc0 constant IN_MOVED_FROM (line 1495) | IN_MOVED_FROM = 0x40 constant IN_MOVED_TO (line 1496) | IN_MOVED_TO = 0x80 constant IN_MOVE_SELF (line 1497) | IN_MOVE_SELF = 0x800 constant IN_ONESHOT (line 1498) | IN_ONESHOT = 0x80000000 constant IN_ONLYDIR (line 1499) | IN_ONLYDIR = 0x1000000 constant IN_OPEN (line 1500) | IN_OPEN = 0x20 constant IN_Q_OVERFLOW (line 1501) | IN_Q_OVERFLOW = 0x4000 constant IN_UNMOUNT (line 1502) | IN_UNMOUNT = 0x2000 constant IPPROTO_AH (line 1503) | IPPROTO_AH = 0x33 constant IPPROTO_BEETPH (line 1504) | IPPROTO_BEETPH = 0x5e constant IPPROTO_COMP (line 1505) | IPPROTO_COMP = 0x6c constant IPPROTO_DCCP (line 1506) | IPPROTO_DCCP = 0x21 constant IPPROTO_DSTOPTS (line 1507) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 1508) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 1509) | IPPROTO_ENCAP = 0x62 constant IPPROTO_ESP (line 1510) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERNET (line 1511) | IPPROTO_ETHERNET = 0x8f constant IPPROTO_FRAGMENT (line 1512) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GRE (line 1513) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 1514) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 1515) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 1516) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 1517) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 1518) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 1519) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 1520) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 1521) | IPPROTO_IPV6 = 0x29 constant IPPROTO_L2TP (line 1522) | IPPROTO_L2TP = 0x73 constant IPPROTO_MH (line 1523) | IPPROTO_MH = 0x87 constant IPPROTO_MPLS (line 1524) | IPPROTO_MPLS = 0x89 constant IPPROTO_MPTCP (line 1525) | IPPROTO_MPTCP = 0x106 constant IPPROTO_MTP (line 1526) | IPPROTO_MTP = 0x5c constant IPPROTO_NONE (line 1527) | IPPROTO_NONE = 0x3b constant IPPROTO_PIM (line 1528) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 1529) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 1530) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 1531) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 1532) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 1533) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 1534) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 1535) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 1536) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 1537) | IPPROTO_UDPLITE = 0x88 constant IPV6_2292DSTOPTS (line 1538) | IPV6_2292DSTOPTS = 0x4 constant IPV6_2292HOPLIMIT (line 1539) | IPV6_2292HOPLIMIT = 0x8 constant IPV6_2292HOPOPTS (line 1540) | IPV6_2292HOPOPTS = 0x3 constant IPV6_2292PKTINFO (line 1541) | IPV6_2292PKTINFO = 0x2 constant IPV6_2292PKTOPTIONS (line 1542) | IPV6_2292PKTOPTIONS = 0x6 constant IPV6_2292RTHDR (line 1543) | IPV6_2292RTHDR = 0x5 constant IPV6_ADDRFORM (line 1544) | IPV6_ADDRFORM = 0x1 constant IPV6_ADDR_PREFERENCES (line 1545) | IPV6_ADDR_PREFERENCES = 0x48 constant IPV6_ADD_MEMBERSHIP (line 1546) | IPV6_ADD_MEMBERSHIP = 0x14 constant IPV6_AUTHHDR (line 1547) | IPV6_AUTHHDR = 0xa constant IPV6_AUTOFLOWLABEL (line 1548) | IPV6_AUTOFLOWLABEL = 0x46 constant IPV6_CHECKSUM (line 1549) | IPV6_CHECKSUM = 0x7 constant IPV6_DONTFRAG (line 1550) | IPV6_DONTFRAG = 0x3e constant IPV6_DROP_MEMBERSHIP (line 1551) | IPV6_DROP_MEMBERSHIP = 0x15 constant IPV6_DSTOPTS (line 1552) | IPV6_DSTOPTS = 0x3b constant IPV6_FLOW (line 1553) | IPV6_FLOW = 0x11 constant IPV6_FREEBIND (line 1554) | IPV6_FREEBIND = 0x4e constant IPV6_HDRINCL (line 1555) | IPV6_HDRINCL = 0x24 constant IPV6_HOPLIMIT (line 1556) | IPV6_HOPLIMIT = 0x34 constant IPV6_HOPOPTS (line 1557) | IPV6_HOPOPTS = 0x36 constant IPV6_IPSEC_POLICY (line 1558) | IPV6_IPSEC_POLICY = 0x22 constant IPV6_JOIN_ANYCAST (line 1559) | IPV6_JOIN_ANYCAST = 0x1b constant IPV6_JOIN_GROUP (line 1560) | IPV6_JOIN_GROUP = 0x14 constant IPV6_LEAVE_ANYCAST (line 1561) | IPV6_LEAVE_ANYCAST = 0x1c constant IPV6_LEAVE_GROUP (line 1562) | IPV6_LEAVE_GROUP = 0x15 constant IPV6_MINHOPCOUNT (line 1563) | IPV6_MINHOPCOUNT = 0x49 constant IPV6_MTU (line 1564) | IPV6_MTU = 0x18 constant IPV6_MTU_DISCOVER (line 1565) | IPV6_MTU_DISCOVER = 0x17 constant IPV6_MULTICAST_ALL (line 1566) | IPV6_MULTICAST_ALL = 0x1d constant IPV6_MULTICAST_HOPS (line 1567) | IPV6_MULTICAST_HOPS = 0x12 constant IPV6_MULTICAST_IF (line 1568) | IPV6_MULTICAST_IF = 0x11 constant IPV6_MULTICAST_LOOP (line 1569) | IPV6_MULTICAST_LOOP = 0x13 constant IPV6_NEXTHOP (line 1570) | IPV6_NEXTHOP = 0x9 constant IPV6_ORIGDSTADDR (line 1571) | IPV6_ORIGDSTADDR = 0x4a constant IPV6_PATHMTU (line 1572) | IPV6_PATHMTU = 0x3d constant IPV6_PKTINFO (line 1573) | IPV6_PKTINFO = 0x32 constant IPV6_PMTUDISC_DO (line 1574) | IPV6_PMTUDISC_DO = 0x2 constant IPV6_PMTUDISC_DONT (line 1575) | IPV6_PMTUDISC_DONT = 0x0 constant IPV6_PMTUDISC_INTERFACE (line 1576) | IPV6_PMTUDISC_INTERFACE = 0x4 constant IPV6_PMTUDISC_OMIT (line 1577) | IPV6_PMTUDISC_OMIT = 0x5 constant IPV6_PMTUDISC_PROBE (line 1578) | IPV6_PMTUDISC_PROBE = 0x3 constant IPV6_PMTUDISC_WANT (line 1579) | IPV6_PMTUDISC_WANT = 0x1 constant IPV6_RECVDSTOPTS (line 1580) | IPV6_RECVDSTOPTS = 0x3a constant IPV6_RECVERR (line 1581) | IPV6_RECVERR = 0x19 constant IPV6_RECVERR_RFC4884 (line 1582) | IPV6_RECVERR_RFC4884 = 0x1f constant IPV6_RECVFRAGSIZE (line 1583) | IPV6_RECVFRAGSIZE = 0x4d constant IPV6_RECVHOPLIMIT (line 1584) | IPV6_RECVHOPLIMIT = 0x33 constant IPV6_RECVHOPOPTS (line 1585) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVORIGDSTADDR (line 1586) | IPV6_RECVORIGDSTADDR = 0x4a constant IPV6_RECVPATHMTU (line 1587) | IPV6_RECVPATHMTU = 0x3c constant IPV6_RECVPKTINFO (line 1588) | IPV6_RECVPKTINFO = 0x31 constant IPV6_RECVRTHDR (line 1589) | IPV6_RECVRTHDR = 0x38 constant IPV6_RECVTCLASS (line 1590) | IPV6_RECVTCLASS = 0x42 constant IPV6_ROUTER_ALERT (line 1591) | IPV6_ROUTER_ALERT = 0x16 constant IPV6_ROUTER_ALERT_ISOLATE (line 1592) | IPV6_ROUTER_ALERT_ISOLATE = 0x1e constant IPV6_RTHDR (line 1593) | IPV6_RTHDR = 0x39 constant IPV6_RTHDRDSTOPTS (line 1594) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_LOOSE (line 1595) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 1596) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 1597) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RXDSTOPTS (line 1598) | IPV6_RXDSTOPTS = 0x3b constant IPV6_RXHOPOPTS (line 1599) | IPV6_RXHOPOPTS = 0x36 constant IPV6_TCLASS (line 1600) | IPV6_TCLASS = 0x43 constant IPV6_TRANSPARENT (line 1601) | IPV6_TRANSPARENT = 0x4b constant IPV6_UNICAST_HOPS (line 1602) | IPV6_UNICAST_HOPS = 0x10 constant IPV6_UNICAST_IF (line 1603) | IPV6_UNICAST_IF = 0x4c constant IPV6_USER_FLOW (line 1604) | IPV6_USER_FLOW = 0xe constant IPV6_V6ONLY (line 1605) | IPV6_V6ONLY = 0x1a constant IPV6_XFRM_POLICY (line 1606) | IPV6_XFRM_POLICY = 0x23 constant IP_ADD_MEMBERSHIP (line 1607) | IP_ADD_MEMBERSHIP = 0x23 constant IP_ADD_SOURCE_MEMBERSHIP (line 1608) | IP_ADD_SOURCE_MEMBERSHIP = 0x27 constant IP_BIND_ADDRESS_NO_PORT (line 1609) | IP_BIND_ADDRESS_NO_PORT = 0x18 constant IP_BLOCK_SOURCE (line 1610) | IP_BLOCK_SOURCE = 0x26 constant IP_CHECKSUM (line 1611) | IP_CHECKSUM = 0x17 constant IP_DEFAULT_MULTICAST_LOOP (line 1612) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 1613) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 1614) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 1615) | IP_DROP_MEMBERSHIP = 0x24 constant IP_DROP_SOURCE_MEMBERSHIP (line 1616) | IP_DROP_SOURCE_MEMBERSHIP = 0x28 constant IP_FREEBIND (line 1617) | IP_FREEBIND = 0xf constant IP_HDRINCL (line 1618) | IP_HDRINCL = 0x3 constant IP_IPSEC_POLICY (line 1619) | IP_IPSEC_POLICY = 0x10 constant IP_MAXPACKET (line 1620) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 1621) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 1622) | IP_MF = 0x2000 constant IP_MINTTL (line 1623) | IP_MINTTL = 0x15 constant IP_MSFILTER (line 1624) | IP_MSFILTER = 0x29 constant IP_MSS (line 1625) | IP_MSS = 0x240 constant IP_MTU (line 1626) | IP_MTU = 0xe constant IP_MTU_DISCOVER (line 1627) | IP_MTU_DISCOVER = 0xa constant IP_MULTICAST_ALL (line 1628) | IP_MULTICAST_ALL = 0x31 constant IP_MULTICAST_IF (line 1629) | IP_MULTICAST_IF = 0x20 constant IP_MULTICAST_LOOP (line 1630) | IP_MULTICAST_LOOP = 0x22 constant IP_MULTICAST_TTL (line 1631) | IP_MULTICAST_TTL = 0x21 constant IP_NODEFRAG (line 1632) | IP_NODEFRAG = 0x16 constant IP_OFFMASK (line 1633) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 1634) | IP_OPTIONS = 0x4 constant IP_ORIGDSTADDR (line 1635) | IP_ORIGDSTADDR = 0x14 constant IP_PASSSEC (line 1636) | IP_PASSSEC = 0x12 constant IP_PKTINFO (line 1637) | IP_PKTINFO = 0x8 constant IP_PKTOPTIONS (line 1638) | IP_PKTOPTIONS = 0x9 constant IP_PMTUDISC (line 1639) | IP_PMTUDISC = 0xa constant IP_PMTUDISC_DO (line 1640) | IP_PMTUDISC_DO = 0x2 constant IP_PMTUDISC_DONT (line 1641) | IP_PMTUDISC_DONT = 0x0 constant IP_PMTUDISC_INTERFACE (line 1642) | IP_PMTUDISC_INTERFACE = 0x4 constant IP_PMTUDISC_OMIT (line 1643) | IP_PMTUDISC_OMIT = 0x5 constant IP_PMTUDISC_PROBE (line 1644) | IP_PMTUDISC_PROBE = 0x3 constant IP_PMTUDISC_WANT (line 1645) | IP_PMTUDISC_WANT = 0x1 constant IP_RECVERR (line 1646) | IP_RECVERR = 0xb constant IP_RECVERR_RFC4884 (line 1647) | IP_RECVERR_RFC4884 = 0x1a constant IP_RECVFRAGSIZE (line 1648) | IP_RECVFRAGSIZE = 0x19 constant IP_RECVOPTS (line 1649) | IP_RECVOPTS = 0x6 constant IP_RECVORIGDSTADDR (line 1650) | IP_RECVORIGDSTADDR = 0x14 constant IP_RECVRETOPTS (line 1651) | IP_RECVRETOPTS = 0x7 constant IP_RECVTOS (line 1652) | IP_RECVTOS = 0xd constant IP_RECVTTL (line 1653) | IP_RECVTTL = 0xc constant IP_RETOPTS (line 1654) | IP_RETOPTS = 0x7 constant IP_RF (line 1655) | IP_RF = 0x8000 constant IP_ROUTER_ALERT (line 1656) | IP_ROUTER_ALERT = 0x5 constant IP_TOS (line 1657) | IP_TOS = 0x1 constant IP_TRANSPARENT (line 1658) | IP_TRANSPARENT = 0x13 constant IP_TTL (line 1659) | IP_TTL = 0x2 constant IP_UNBLOCK_SOURCE (line 1660) | IP_UNBLOCK_SOURCE = 0x25 constant IP_UNICAST_IF (line 1661) | IP_UNICAST_IF = 0x32 constant IP_USER_FLOW (line 1662) | IP_USER_FLOW = 0xd constant IP_XFRM_POLICY (line 1663) | IP_XFRM_POLICY = 0x11 constant ISOFS_SUPER_MAGIC (line 1664) | ISOFS_SUPER_MAGIC = 0x9660 constant ISTRIP (line 1665) | ISTRIP = 0x20 constant ITIMER_PROF (line 1666) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1667) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1668) | ITIMER_VIRTUAL = 0x1 constant IUTF8 (line 1669) | IUTF8 = 0x4000 constant IXANY (line 1670) | IXANY = 0x800 constant JFFS2_SUPER_MAGIC (line 1671) | JFFS2_SUPER_MAGIC = 0x72b6 constant KCMPROTO_CONNECTED (line 1672) | KCMPROTO_CONNECTED = 0x0 constant KCM_RECV_DISABLE (line 1673) | KCM_RECV_DISABLE = 0x1 constant KEXEC_ARCH_386 (line 1674) | KEXEC_ARCH_386 = 0x30000 constant KEXEC_ARCH_68K (line 1675) | KEXEC_ARCH_68K = 0x40000 constant KEXEC_ARCH_AARCH64 (line 1676) | KEXEC_ARCH_AARCH64 = 0xb70000 constant KEXEC_ARCH_ARM (line 1677) | KEXEC_ARCH_ARM = 0x280000 constant KEXEC_ARCH_DEFAULT (line 1678) | KEXEC_ARCH_DEFAULT = 0x0 constant KEXEC_ARCH_IA_64 (line 1679) | KEXEC_ARCH_IA_64 = 0x320000 constant KEXEC_ARCH_LOONGARCH (line 1680) | KEXEC_ARCH_LOONGARCH = 0x1020000 constant KEXEC_ARCH_MASK (line 1681) | KEXEC_ARCH_MASK = 0xffff0000 constant KEXEC_ARCH_MIPS (line 1682) | KEXEC_ARCH_MIPS = 0x80000 constant KEXEC_ARCH_MIPS_LE (line 1683) | KEXEC_ARCH_MIPS_LE = 0xa0000 constant KEXEC_ARCH_PARISC (line 1684) | KEXEC_ARCH_PARISC = 0xf0000 constant KEXEC_ARCH_PPC (line 1685) | KEXEC_ARCH_PPC = 0x140000 constant KEXEC_ARCH_PPC64 (line 1686) | KEXEC_ARCH_PPC64 = 0x150000 constant KEXEC_ARCH_RISCV (line 1687) | KEXEC_ARCH_RISCV = 0xf30000 constant KEXEC_ARCH_S390 (line 1688) | KEXEC_ARCH_S390 = 0x160000 constant KEXEC_ARCH_SH (line 1689) | KEXEC_ARCH_SH = 0x2a0000 constant KEXEC_ARCH_X86_64 (line 1690) | KEXEC_ARCH_X86_64 = 0x3e0000 constant KEXEC_FILE_NO_INITRAMFS (line 1691) | KEXEC_FILE_NO_INITRAMFS = 0x4 constant KEXEC_FILE_ON_CRASH (line 1692) | KEXEC_FILE_ON_CRASH = 0x2 constant KEXEC_FILE_UNLOAD (line 1693) | KEXEC_FILE_UNLOAD = 0x1 constant KEXEC_ON_CRASH (line 1694) | KEXEC_ON_CRASH = 0x1 constant KEXEC_PRESERVE_CONTEXT (line 1695) | KEXEC_PRESERVE_CONTEXT = 0x2 constant KEXEC_SEGMENT_MAX (line 1696) | KEXEC_SEGMENT_MAX = 0x10 constant KEYCTL_ASSUME_AUTHORITY (line 1697) | KEYCTL_ASSUME_AUTHORITY = 0x10 constant KEYCTL_CAPABILITIES (line 1698) | KEYCTL_CAPABILITIES = 0x1f constant KEYCTL_CAPS0_BIG_KEY (line 1699) | KEYCTL_CAPS0_BIG_KEY = 0x10 constant KEYCTL_CAPS0_CAPABILITIES (line 1700) | KEYCTL_CAPS0_CAPABILITIES = 0x1 constant KEYCTL_CAPS0_DIFFIE_HELLMAN (line 1701) | KEYCTL_CAPS0_DIFFIE_HELLMAN = 0x4 constant KEYCTL_CAPS0_INVALIDATE (line 1702) | KEYCTL_CAPS0_INVALIDATE = 0x20 constant KEYCTL_CAPS0_MOVE (line 1703) | KEYCTL_CAPS0_MOVE = 0x80 constant KEYCTL_CAPS0_PERSISTENT_KEYRINGS (line 1704) | KEYCTL_CAPS0_PERSISTENT_KEYRINGS = 0x2 constant KEYCTL_CAPS0_PUBLIC_KEY (line 1705) | KEYCTL_CAPS0_PUBLIC_KEY = 0x8 constant KEYCTL_CAPS0_RESTRICT_KEYRING (line 1706) | KEYCTL_CAPS0_RESTRICT_KEYRING = 0x40 constant KEYCTL_CAPS1_NOTIFICATIONS (line 1707) | KEYCTL_CAPS1_NOTIFICATIONS = 0x4 constant KEYCTL_CAPS1_NS_KEYRING_NAME (line 1708) | KEYCTL_CAPS1_NS_KEYRING_NAME = 0x1 constant KEYCTL_CAPS1_NS_KEY_TAG (line 1709) | KEYCTL_CAPS1_NS_KEY_TAG = 0x2 constant KEYCTL_CHOWN (line 1710) | KEYCTL_CHOWN = 0x4 constant KEYCTL_CLEAR (line 1711) | KEYCTL_CLEAR = 0x7 constant KEYCTL_DESCRIBE (line 1712) | KEYCTL_DESCRIBE = 0x6 constant KEYCTL_DH_COMPUTE (line 1713) | KEYCTL_DH_COMPUTE = 0x17 constant KEYCTL_GET_KEYRING_ID (line 1714) | KEYCTL_GET_KEYRING_ID = 0x0 constant KEYCTL_GET_PERSISTENT (line 1715) | KEYCTL_GET_PERSISTENT = 0x16 constant KEYCTL_GET_SECURITY (line 1716) | KEYCTL_GET_SECURITY = 0x11 constant KEYCTL_INSTANTIATE (line 1717) | KEYCTL_INSTANTIATE = 0xc constant KEYCTL_INSTANTIATE_IOV (line 1718) | KEYCTL_INSTANTIATE_IOV = 0x14 constant KEYCTL_INVALIDATE (line 1719) | KEYCTL_INVALIDATE = 0x15 constant KEYCTL_JOIN_SESSION_KEYRING (line 1720) | KEYCTL_JOIN_SESSION_KEYRING = 0x1 constant KEYCTL_LINK (line 1721) | KEYCTL_LINK = 0x8 constant KEYCTL_MOVE (line 1722) | KEYCTL_MOVE = 0x1e constant KEYCTL_MOVE_EXCL (line 1723) | KEYCTL_MOVE_EXCL = 0x1 constant KEYCTL_NEGATE (line 1724) | KEYCTL_NEGATE = 0xd constant KEYCTL_PKEY_DECRYPT (line 1725) | KEYCTL_PKEY_DECRYPT = 0x1a constant KEYCTL_PKEY_ENCRYPT (line 1726) | KEYCTL_PKEY_ENCRYPT = 0x19 constant KEYCTL_PKEY_QUERY (line 1727) | KEYCTL_PKEY_QUERY = 0x18 constant KEYCTL_PKEY_SIGN (line 1728) | KEYCTL_PKEY_SIGN = 0x1b constant KEYCTL_PKEY_VERIFY (line 1729) | KEYCTL_PKEY_VERIFY = 0x1c constant KEYCTL_READ (line 1730) | KEYCTL_READ = 0xb constant KEYCTL_REJECT (line 1731) | KEYCTL_REJECT = 0x13 constant KEYCTL_RESTRICT_KEYRING (line 1732) | KEYCTL_RESTRICT_KEYRING = 0x1d constant KEYCTL_REVOKE (line 1733) | KEYCTL_REVOKE = 0x3 constant KEYCTL_SEARCH (line 1734) | KEYCTL_SEARCH = 0xa constant KEYCTL_SESSION_TO_PARENT (line 1735) | KEYCTL_SESSION_TO_PARENT = 0x12 constant KEYCTL_SETPERM (line 1736) | KEYCTL_SETPERM = 0x5 constant KEYCTL_SET_REQKEY_KEYRING (line 1737) | KEYCTL_SET_REQKEY_KEYRING = 0xe constant KEYCTL_SET_TIMEOUT (line 1738) | KEYCTL_SET_TIMEOUT = 0xf constant KEYCTL_SUPPORTS_DECRYPT (line 1739) | KEYCTL_SUPPORTS_DECRYPT = 0x2 constant KEYCTL_SUPPORTS_ENCRYPT (line 1740) | KEYCTL_SUPPORTS_ENCRYPT = 0x1 constant KEYCTL_SUPPORTS_SIGN (line 1741) | KEYCTL_SUPPORTS_SIGN = 0x4 constant KEYCTL_SUPPORTS_VERIFY (line 1742) | KEYCTL_SUPPORTS_VERIFY = 0x8 constant KEYCTL_UNLINK (line 1743) | KEYCTL_UNLINK = 0x9 constant KEYCTL_UPDATE (line 1744) | KEYCTL_UPDATE = 0x2 constant KEYCTL_WATCH_KEY (line 1745) | KEYCTL_WATCH_KEY = 0x20 constant KEY_REQKEY_DEFL_DEFAULT (line 1746) | KEY_REQKEY_DEFL_DEFAULT = 0x0 constant KEY_REQKEY_DEFL_GROUP_KEYRING (line 1747) | KEY_REQKEY_DEFL_GROUP_KEYRING = 0x6 constant KEY_REQKEY_DEFL_NO_CHANGE (line 1748) | KEY_REQKEY_DEFL_NO_CHANGE = -0x1 constant KEY_REQKEY_DEFL_PROCESS_KEYRING (line 1749) | KEY_REQKEY_DEFL_PROCESS_KEYRING = 0x2 constant KEY_REQKEY_DEFL_REQUESTOR_KEYRING (line 1750) | KEY_REQKEY_DEFL_REQUESTOR_KEYRING = 0x7 constant KEY_REQKEY_DEFL_SESSION_KEYRING (line 1751) | KEY_REQKEY_DEFL_SESSION_KEYRING = 0x3 constant KEY_REQKEY_DEFL_THREAD_KEYRING (line 1752) | KEY_REQKEY_DEFL_THREAD_KEYRING = 0x1 constant KEY_REQKEY_DEFL_USER_KEYRING (line 1753) | KEY_REQKEY_DEFL_USER_KEYRING = 0x4 constant KEY_REQKEY_DEFL_USER_SESSION_KEYRING (line 1754) | KEY_REQKEY_DEFL_USER_SESSION_KEYRING = 0x5 constant KEY_SPEC_GROUP_KEYRING (line 1755) | KEY_SPEC_GROUP_KEYRING = -0x6 constant KEY_SPEC_PROCESS_KEYRING (line 1756) | KEY_SPEC_PROCESS_KEYRING = -0x2 constant KEY_SPEC_REQKEY_AUTH_KEY (line 1757) | KEY_SPEC_REQKEY_AUTH_KEY = -0x7 constant KEY_SPEC_REQUESTOR_KEYRING (line 1758) | KEY_SPEC_REQUESTOR_KEYRING = -0x8 constant KEY_SPEC_SESSION_KEYRING (line 1759) | KEY_SPEC_SESSION_KEYRING = -0x3 constant KEY_SPEC_THREAD_KEYRING (line 1760) | KEY_SPEC_THREAD_KEYRING = -0x1 constant KEY_SPEC_USER_KEYRING (line 1761) | KEY_SPEC_USER_KEYRING = -0x4 constant KEY_SPEC_USER_SESSION_KEYRING (line 1762) | KEY_SPEC_USER_SESSION_KEYRING = -0x5 constant LANDLOCK_ACCESS_FS_EXECUTE (line 1763) | LANDLOCK_ACCESS_FS_EXECUTE = 0x1 constant LANDLOCK_ACCESS_FS_MAKE_BLOCK (line 1764) | LANDLOCK_ACCESS_FS_MAKE_BLOCK = 0x800 constant LANDLOCK_ACCESS_FS_MAKE_CHAR (line 1765) | LANDLOCK_ACCESS_FS_MAKE_CHAR = 0x40 constant LANDLOCK_ACCESS_FS_MAKE_DIR (line 1766) | LANDLOCK_ACCESS_FS_MAKE_DIR = 0x80 constant LANDLOCK_ACCESS_FS_MAKE_FIFO (line 1767) | LANDLOCK_ACCESS_FS_MAKE_FIFO = 0x400 constant LANDLOCK_ACCESS_FS_MAKE_REG (line 1768) | LANDLOCK_ACCESS_FS_MAKE_REG = 0x100 constant LANDLOCK_ACCESS_FS_MAKE_SOCK (line 1769) | LANDLOCK_ACCESS_FS_MAKE_SOCK = 0x200 constant LANDLOCK_ACCESS_FS_MAKE_SYM (line 1770) | LANDLOCK_ACCESS_FS_MAKE_SYM = 0x1000 constant LANDLOCK_ACCESS_FS_READ_DIR (line 1771) | LANDLOCK_ACCESS_FS_READ_DIR = 0x8 constant LANDLOCK_ACCESS_FS_READ_FILE (line 1772) | LANDLOCK_ACCESS_FS_READ_FILE = 0x4 constant LANDLOCK_ACCESS_FS_REFER (line 1773) | LANDLOCK_ACCESS_FS_REFER = 0x2000 constant LANDLOCK_ACCESS_FS_REMOVE_DIR (line 1774) | LANDLOCK_ACCESS_FS_REMOVE_DIR = 0x10 constant LANDLOCK_ACCESS_FS_REMOVE_FILE (line 1775) | LANDLOCK_ACCESS_FS_REMOVE_FILE = 0x20 constant LANDLOCK_ACCESS_FS_TRUNCATE (line 1776) | LANDLOCK_ACCESS_FS_TRUNCATE = 0x4000 constant LANDLOCK_ACCESS_FS_WRITE_FILE (line 1777) | LANDLOCK_ACCESS_FS_WRITE_FILE = 0x2 constant LANDLOCK_CREATE_RULESET_VERSION (line 1778) | LANDLOCK_CREATE_RULESET_VERSION = 0x1 constant LINUX_REBOOT_CMD_CAD_OFF (line 1779) | LINUX_REBOOT_CMD_CAD_OFF = 0x0 constant LINUX_REBOOT_CMD_CAD_ON (line 1780) | LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef constant LINUX_REBOOT_CMD_HALT (line 1781) | LINUX_REBOOT_CMD_HALT = 0xcdef0123 constant LINUX_REBOOT_CMD_KEXEC (line 1782) | LINUX_REBOOT_CMD_KEXEC = 0x45584543 constant LINUX_REBOOT_CMD_POWER_OFF (line 1783) | LINUX_REBOOT_CMD_POWER_OFF = 0x4321fedc constant LINUX_REBOOT_CMD_RESTART (line 1784) | LINUX_REBOOT_CMD_RESTART = 0x1234567 constant LINUX_REBOOT_CMD_RESTART2 (line 1785) | LINUX_REBOOT_CMD_RESTART2 = 0xa1b2c3d4 constant LINUX_REBOOT_CMD_SW_SUSPEND (line 1786) | LINUX_REBOOT_CMD_SW_SUSPEND = 0xd000fce2 constant LINUX_REBOOT_MAGIC1 (line 1787) | LINUX_REBOOT_MAGIC1 = 0xfee1dead constant LINUX_REBOOT_MAGIC2 (line 1788) | LINUX_REBOOT_MAGIC2 = 0x28121969 constant LOCK_EX (line 1789) | LOCK_EX = 0x2 constant LOCK_NB (line 1790) | LOCK_NB = 0x4 constant LOCK_SH (line 1791) | LOCK_SH = 0x1 constant LOCK_UN (line 1792) | LOCK_UN = 0x8 constant LOOP_CLR_FD (line 1793) | LOOP_CLR_FD = 0x4c01 constant LOOP_CTL_ADD (line 1794) | LOOP_CTL_ADD = 0x4c80 constant LOOP_CTL_GET_FREE (line 1795) | LOOP_CTL_GET_FREE = 0x4c82 constant LOOP_CTL_REMOVE (line 1796) | LOOP_CTL_REMOVE = 0x4c81 constant LOOP_GET_STATUS (line 1797) | LOOP_GET_STATUS = 0x4c03 constant LOOP_GET_STATUS64 (line 1798) | LOOP_GET_STATUS64 = 0x4c05 constant LOOP_SET_BLOCK_SIZE (line 1799) | LOOP_SET_BLOCK_SIZE = 0x4c09 constant LOOP_SET_CAPACITY (line 1800) | LOOP_SET_CAPACITY = 0x4c07 constant LOOP_SET_DIRECT_IO (line 1801) | LOOP_SET_DIRECT_IO = 0x4c08 constant LOOP_SET_FD (line 1802) | LOOP_SET_FD = 0x4c00 constant LOOP_SET_STATUS (line 1803) | LOOP_SET_STATUS = 0x4c02 constant LOOP_SET_STATUS64 (line 1804) | LOOP_SET_STATUS64 = 0x4c04 constant LOOP_SET_STATUS_CLEARABLE_FLAGS (line 1805) | LOOP_SET_STATUS_CLEARABLE_FLAGS = 0x4 constant LOOP_SET_STATUS_SETTABLE_FLAGS (line 1806) | LOOP_SET_STATUS_SETTABLE_FLAGS = 0xc constant LO_KEY_SIZE (line 1807) | LO_KEY_SIZE = 0x20 constant LO_NAME_SIZE (line 1808) | LO_NAME_SIZE = 0x40 constant LWTUNNEL_IP6_MAX (line 1809) | LWTUNNEL_IP6_MAX = 0x8 constant LWTUNNEL_IP_MAX (line 1810) | LWTUNNEL_IP_MAX = 0x8 constant LWTUNNEL_IP_OPTS_MAX (line 1811) | LWTUNNEL_IP_OPTS_MAX = 0x3 constant LWTUNNEL_IP_OPT_ERSPAN_MAX (line 1812) | LWTUNNEL_IP_OPT_ERSPAN_MAX = 0x4 constant LWTUNNEL_IP_OPT_GENEVE_MAX (line 1813) | LWTUNNEL_IP_OPT_GENEVE_MAX = 0x3 constant LWTUNNEL_IP_OPT_VXLAN_MAX (line 1814) | LWTUNNEL_IP_OPT_VXLAN_MAX = 0x1 constant MADV_COLD (line 1815) | MADV_COLD = 0x14 constant MADV_COLLAPSE (line 1816) | MADV_COLLAPSE = 0x19 constant MADV_DODUMP (line 1817) | MADV_DODUMP = 0x11 constant MADV_DOFORK (line 1818) | MADV_DOFORK = 0xb constant MADV_DONTDUMP (line 1819) | MADV_DONTDUMP = 0x10 constant MADV_DONTFORK (line 1820) | MADV_DONTFORK = 0xa constant MADV_DONTNEED (line 1821) | MADV_DONTNEED = 0x4 constant MADV_DONTNEED_LOCKED (line 1822) | MADV_DONTNEED_LOCKED = 0x18 constant MADV_FREE (line 1823) | MADV_FREE = 0x8 constant MADV_HUGEPAGE (line 1824) | MADV_HUGEPAGE = 0xe constant MADV_HWPOISON (line 1825) | MADV_HWPOISON = 0x64 constant MADV_KEEPONFORK (line 1826) | MADV_KEEPONFORK = 0x13 constant MADV_MERGEABLE (line 1827) | MADV_MERGEABLE = 0xc constant MADV_NOHUGEPAGE (line 1828) | MADV_NOHUGEPAGE = 0xf constant MADV_NORMAL (line 1829) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 1830) | MADV_PAGEOUT = 0x15 constant MADV_POPULATE_READ (line 1831) | MADV_POPULATE_READ = 0x16 constant MADV_POPULATE_WRITE (line 1832) | MADV_POPULATE_WRITE = 0x17 constant MADV_RANDOM (line 1833) | MADV_RANDOM = 0x1 constant MADV_REMOVE (line 1834) | MADV_REMOVE = 0x9 constant MADV_SEQUENTIAL (line 1835) | MADV_SEQUENTIAL = 0x2 constant MADV_UNMERGEABLE (line 1836) | MADV_UNMERGEABLE = 0xd constant MADV_WILLNEED (line 1837) | MADV_WILLNEED = 0x3 constant MADV_WIPEONFORK (line 1838) | MADV_WIPEONFORK = 0x12 constant MAP_FILE (line 1839) | MAP_FILE = 0x0 constant MAP_FIXED (line 1840) | MAP_FIXED = 0x10 constant MAP_FIXED_NOREPLACE (line 1841) | MAP_FIXED_NOREPLACE = 0x100000 constant MAP_HUGE_MASK (line 1842) | MAP_HUGE_MASK = 0x3f constant MAP_HUGE_SHIFT (line 1843) | MAP_HUGE_SHIFT = 0x1a constant MAP_PRIVATE (line 1844) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 1845) | MAP_SHARED = 0x1 constant MAP_SHARED_VALIDATE (line 1846) | MAP_SHARED_VALIDATE = 0x3 constant MAP_TYPE (line 1847) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 1848) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 1849) | MCAST_EXCLUDE = 0x0 constant MCAST_INCLUDE (line 1850) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1851) | MCAST_JOIN_GROUP = 0x2a constant MCAST_JOIN_SOURCE_GROUP (line 1852) | MCAST_JOIN_SOURCE_GROUP = 0x2e constant MCAST_LEAVE_GROUP (line 1853) | MCAST_LEAVE_GROUP = 0x2d constant MCAST_LEAVE_SOURCE_GROUP (line 1854) | MCAST_LEAVE_SOURCE_GROUP = 0x2f constant MCAST_MSFILTER (line 1855) | MCAST_MSFILTER = 0x30 constant MCAST_UNBLOCK_SOURCE (line 1856) | MCAST_UNBLOCK_SOURCE = 0x2c constant MEMGETREGIONINFO (line 1857) | MEMGETREGIONINFO = 0xc0104d08 constant MEMREADOOB64 (line 1858) | MEMREADOOB64 = 0xc0184d16 constant MEMWRITE (line 1859) | MEMWRITE = 0xc0304d18 constant MEMWRITEOOB64 (line 1860) | MEMWRITEOOB64 = 0xc0184d15 constant MFD_ALLOW_SEALING (line 1861) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1862) | MFD_CLOEXEC = 0x1 constant MFD_HUGETLB (line 1863) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1864) | MFD_HUGE_16GB = 0x88000000 constant MFD_HUGE_16MB (line 1865) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1866) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1867) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1868) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1869) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1870) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1871) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1872) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1873) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1874) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1875) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1876) | MFD_HUGE_MASK = 0x3f constant MFD_HUGE_SHIFT (line 1877) | MFD_HUGE_SHIFT = 0x1a constant MINIX2_SUPER_MAGIC (line 1878) | MINIX2_SUPER_MAGIC = 0x2468 constant MINIX2_SUPER_MAGIC2 (line 1879) | MINIX2_SUPER_MAGIC2 = 0x2478 constant MINIX3_SUPER_MAGIC (line 1880) | MINIX3_SUPER_MAGIC = 0x4d5a constant MINIX_SUPER_MAGIC (line 1881) | MINIX_SUPER_MAGIC = 0x137f constant MINIX_SUPER_MAGIC2 (line 1882) | MINIX_SUPER_MAGIC2 = 0x138f constant MNT_DETACH (line 1883) | MNT_DETACH = 0x2 constant MNT_EXPIRE (line 1884) | MNT_EXPIRE = 0x4 constant MNT_FORCE (line 1885) | MNT_FORCE = 0x1 constant MODULE_INIT_COMPRESSED_FILE (line 1886) | MODULE_INIT_COMPRESSED_FILE = 0x4 constant MODULE_INIT_IGNORE_MODVERSIONS (line 1887) | MODULE_INIT_IGNORE_MODVERSIONS = 0x1 constant MODULE_INIT_IGNORE_VERMAGIC (line 1888) | MODULE_INIT_IGNORE_VERMAGIC = 0x2 constant MOUNT_ATTR_IDMAP (line 1889) | MOUNT_ATTR_IDMAP = 0x100000 constant MOUNT_ATTR_NOATIME (line 1890) | MOUNT_ATTR_NOATIME = 0x10 constant MOUNT_ATTR_NODEV (line 1891) | MOUNT_ATTR_NODEV = 0x4 constant MOUNT_ATTR_NODIRATIME (line 1892) | MOUNT_ATTR_NODIRATIME = 0x80 constant MOUNT_ATTR_NOEXEC (line 1893) | MOUNT_ATTR_NOEXEC = 0x8 constant MOUNT_ATTR_NOSUID (line 1894) | MOUNT_ATTR_NOSUID = 0x2 constant MOUNT_ATTR_NOSYMFOLLOW (line 1895) | MOUNT_ATTR_NOSYMFOLLOW = 0x200000 constant MOUNT_ATTR_RDONLY (line 1896) | MOUNT_ATTR_RDONLY = 0x1 constant MOUNT_ATTR_RELATIME (line 1897) | MOUNT_ATTR_RELATIME = 0x0 constant MOUNT_ATTR_SIZE_VER0 (line 1898) | MOUNT_ATTR_SIZE_VER0 = 0x20 constant MOUNT_ATTR_STRICTATIME (line 1899) | MOUNT_ATTR_STRICTATIME = 0x20 constant MOUNT_ATTR__ATIME (line 1900) | MOUNT_ATTR__ATIME = 0x70 constant MSDOS_SUPER_MAGIC (line 1901) | MSDOS_SUPER_MAGIC = 0x4d44 constant MSG_BATCH (line 1902) | MSG_BATCH = 0x40000 constant MSG_CMSG_CLOEXEC (line 1903) | MSG_CMSG_CLOEXEC = 0x40000000 constant MSG_CONFIRM (line 1904) | MSG_CONFIRM = 0x800 constant MSG_CTRUNC (line 1905) | MSG_CTRUNC = 0x8 constant MSG_DONTROUTE (line 1906) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1907) | MSG_DONTWAIT = 0x40 constant MSG_EOR (line 1908) | MSG_EOR = 0x80 constant MSG_ERRQUEUE (line 1909) | MSG_ERRQUEUE = 0x2000 constant MSG_FASTOPEN (line 1910) | MSG_FASTOPEN = 0x20000000 constant MSG_FIN (line 1911) | MSG_FIN = 0x200 constant MSG_MORE (line 1912) | MSG_MORE = 0x8000 constant MSG_NOSIGNAL (line 1913) | MSG_NOSIGNAL = 0x4000 constant MSG_OOB (line 1914) | MSG_OOB = 0x1 constant MSG_PEEK (line 1915) | MSG_PEEK = 0x2 constant MSG_PROXY (line 1916) | MSG_PROXY = 0x10 constant MSG_RST (line 1917) | MSG_RST = 0x1000 constant MSG_SYN (line 1918) | MSG_SYN = 0x400 constant MSG_TRUNC (line 1919) | MSG_TRUNC = 0x20 constant MSG_TRYHARD (line 1920) | MSG_TRYHARD = 0x4 constant MSG_WAITALL (line 1921) | MSG_WAITALL = 0x100 constant MSG_WAITFORONE (line 1922) | MSG_WAITFORONE = 0x10000 constant MSG_ZEROCOPY (line 1923) | MSG_ZEROCOPY = 0x4000000 constant MS_ACTIVE (line 1924) | MS_ACTIVE = 0x40000000 constant MS_ASYNC (line 1925) | MS_ASYNC = 0x1 constant MS_BIND (line 1926) | MS_BIND = 0x1000 constant MS_BORN (line 1927) | MS_BORN = 0x20000000 constant MS_DIRSYNC (line 1928) | MS_DIRSYNC = 0x80 constant MS_INVALIDATE (line 1929) | MS_INVALIDATE = 0x2 constant MS_I_VERSION (line 1930) | MS_I_VERSION = 0x800000 constant MS_KERNMOUNT (line 1931) | MS_KERNMOUNT = 0x400000 constant MS_LAZYTIME (line 1932) | MS_LAZYTIME = 0x2000000 constant MS_MANDLOCK (line 1933) | MS_MANDLOCK = 0x40 constant MS_MGC_MSK (line 1934) | MS_MGC_MSK = 0xffff0000 constant MS_MGC_VAL (line 1935) | MS_MGC_VAL = 0xc0ed0000 constant MS_MOVE (line 1936) | MS_MOVE = 0x2000 constant MS_NOATIME (line 1937) | MS_NOATIME = 0x400 constant MS_NODEV (line 1938) | MS_NODEV = 0x4 constant MS_NODIRATIME (line 1939) | MS_NODIRATIME = 0x800 constant MS_NOEXEC (line 1940) | MS_NOEXEC = 0x8 constant MS_NOREMOTELOCK (line 1941) | MS_NOREMOTELOCK = 0x8000000 constant MS_NOSEC (line 1942) | MS_NOSEC = 0x10000000 constant MS_NOSUID (line 1943) | MS_NOSUID = 0x2 constant MS_NOSYMFOLLOW (line 1944) | MS_NOSYMFOLLOW = 0x100 constant MS_NOUSER (line 1945) | MS_NOUSER = -0x80000000 constant MS_POSIXACL (line 1946) | MS_POSIXACL = 0x10000 constant MS_PRIVATE (line 1947) | MS_PRIVATE = 0x40000 constant MS_RDONLY (line 1948) | MS_RDONLY = 0x1 constant MS_REC (line 1949) | MS_REC = 0x4000 constant MS_RELATIME (line 1950) | MS_RELATIME = 0x200000 constant MS_REMOUNT (line 1951) | MS_REMOUNT = 0x20 constant MS_RMT_MASK (line 1952) | MS_RMT_MASK = 0x2800051 constant MS_SHARED (line 1953) | MS_SHARED = 0x100000 constant MS_SILENT (line 1954) | MS_SILENT = 0x8000 constant MS_SLAVE (line 1955) | MS_SLAVE = 0x80000 constant MS_STRICTATIME (line 1956) | MS_STRICTATIME = 0x1000000 constant MS_SUBMOUNT (line 1957) | MS_SUBMOUNT = 0x4000000 constant MS_SYNC (line 1958) | MS_SYNC = 0x4 constant MS_SYNCHRONOUS (line 1959) | MS_SYNCHRONOUS = 0x10 constant MS_UNBINDABLE (line 1960) | MS_UNBINDABLE = 0x20000 constant MS_VERBOSE (line 1961) | MS_VERBOSE = 0x8000 constant MTD_ABSENT (line 1962) | MTD_ABSENT = 0x0 constant MTD_BIT_WRITEABLE (line 1963) | MTD_BIT_WRITEABLE = 0x800 constant MTD_CAP_NANDFLASH (line 1964) | MTD_CAP_NANDFLASH = 0x400 constant MTD_CAP_NORFLASH (line 1965) | MTD_CAP_NORFLASH = 0xc00 constant MTD_CAP_NVRAM (line 1966) | MTD_CAP_NVRAM = 0x1c00 constant MTD_CAP_RAM (line 1967) | MTD_CAP_RAM = 0x1c00 constant MTD_CAP_ROM (line 1968) | MTD_CAP_ROM = 0x0 constant MTD_DATAFLASH (line 1969) | MTD_DATAFLASH = 0x6 constant MTD_INODE_FS_MAGIC (line 1970) | MTD_INODE_FS_MAGIC = 0x11307854 constant MTD_MAX_ECCPOS_ENTRIES (line 1971) | MTD_MAX_ECCPOS_ENTRIES = 0x40 constant MTD_MAX_OOBFREE_ENTRIES (line 1972) | MTD_MAX_OOBFREE_ENTRIES = 0x8 constant MTD_MLCNANDFLASH (line 1973) | MTD_MLCNANDFLASH = 0x8 constant MTD_NANDECC_AUTOPLACE (line 1974) | MTD_NANDECC_AUTOPLACE = 0x2 constant MTD_NANDECC_AUTOPL_USR (line 1975) | MTD_NANDECC_AUTOPL_USR = 0x4 constant MTD_NANDECC_OFF (line 1976) | MTD_NANDECC_OFF = 0x0 constant MTD_NANDECC_PLACE (line 1977) | MTD_NANDECC_PLACE = 0x1 constant MTD_NANDECC_PLACEONLY (line 1978) | MTD_NANDECC_PLACEONLY = 0x3 constant MTD_NANDFLASH (line 1979) | MTD_NANDFLASH = 0x4 constant MTD_NORFLASH (line 1980) | MTD_NORFLASH = 0x3 constant MTD_NO_ERASE (line 1981) | MTD_NO_ERASE = 0x1000 constant MTD_OTP_FACTORY (line 1982) | MTD_OTP_FACTORY = 0x1 constant MTD_OTP_OFF (line 1983) | MTD_OTP_OFF = 0x0 constant MTD_OTP_USER (line 1984) | MTD_OTP_USER = 0x2 constant MTD_POWERUP_LOCK (line 1985) | MTD_POWERUP_LOCK = 0x2000 constant MTD_RAM (line 1986) | MTD_RAM = 0x1 constant MTD_ROM (line 1987) | MTD_ROM = 0x2 constant MTD_SLC_ON_MLC_EMULATION (line 1988) | MTD_SLC_ON_MLC_EMULATION = 0x4000 constant MTD_UBIVOLUME (line 1989) | MTD_UBIVOLUME = 0x7 constant MTD_WRITEABLE (line 1990) | MTD_WRITEABLE = 0x400 constant NAME_MAX (line 1991) | NAME_MAX = 0xff constant NCP_SUPER_MAGIC (line 1992) | NCP_SUPER_MAGIC = 0x564c constant NETLINK_ADD_MEMBERSHIP (line 1993) | NETLINK_ADD_MEMBERSHIP = 0x1 constant NETLINK_AUDIT (line 1994) | NETLINK_AUDIT = 0x9 constant NETLINK_BROADCAST_ERROR (line 1995) | NETLINK_BROADCAST_ERROR = 0x4 constant NETLINK_CAP_ACK (line 1996) | NETLINK_CAP_ACK = 0xa constant NETLINK_CONNECTOR (line 1997) | NETLINK_CONNECTOR = 0xb constant NETLINK_CRYPTO (line 1998) | NETLINK_CRYPTO = 0x15 constant NETLINK_DNRTMSG (line 1999) | NETLINK_DNRTMSG = 0xe constant NETLINK_DROP_MEMBERSHIP (line 2000) | NETLINK_DROP_MEMBERSHIP = 0x2 constant NETLINK_ECRYPTFS (line 2001) | NETLINK_ECRYPTFS = 0x13 constant NETLINK_EXT_ACK (line 2002) | NETLINK_EXT_ACK = 0xb constant NETLINK_FIB_LOOKUP (line 2003) | NETLINK_FIB_LOOKUP = 0xa constant NETLINK_FIREWALL (line 2004) | NETLINK_FIREWALL = 0x3 constant NETLINK_GENERIC (line 2005) | NETLINK_GENERIC = 0x10 constant NETLINK_GET_STRICT_CHK (line 2006) | NETLINK_GET_STRICT_CHK = 0xc constant NETLINK_INET_DIAG (line 2007) | NETLINK_INET_DIAG = 0x4 constant NETLINK_IP6_FW (line 2008) | NETLINK_IP6_FW = 0xd constant NETLINK_ISCSI (line 2009) | NETLINK_ISCSI = 0x8 constant NETLINK_KOBJECT_UEVENT (line 2010) | NETLINK_KOBJECT_UEVENT = 0xf constant NETLINK_LISTEN_ALL_NSID (line 2011) | NETLINK_LISTEN_ALL_NSID = 0x8 constant NETLINK_LIST_MEMBERSHIPS (line 2012) | NETLINK_LIST_MEMBERSHIPS = 0x9 constant NETLINK_NETFILTER (line 2013) | NETLINK_NETFILTER = 0xc constant NETLINK_NFLOG (line 2014) | NETLINK_NFLOG = 0x5 constant NETLINK_NO_ENOBUFS (line 2015) | NETLINK_NO_ENOBUFS = 0x5 constant NETLINK_PKTINFO (line 2016) | NETLINK_PKTINFO = 0x3 constant NETLINK_RDMA (line 2017) | NETLINK_RDMA = 0x14 constant NETLINK_ROUTE (line 2018) | NETLINK_ROUTE = 0x0 constant NETLINK_RX_RING (line 2019) | NETLINK_RX_RING = 0x6 constant NETLINK_SCSITRANSPORT (line 2020) | NETLINK_SCSITRANSPORT = 0x12 constant NETLINK_SELINUX (line 2021) | NETLINK_SELINUX = 0x7 constant NETLINK_SMC (line 2022) | NETLINK_SMC = 0x16 constant NETLINK_SOCK_DIAG (line 2023) | NETLINK_SOCK_DIAG = 0x4 constant NETLINK_TX_RING (line 2024) | NETLINK_TX_RING = 0x7 constant NETLINK_UNUSED (line 2025) | NETLINK_UNUSED = 0x1 constant NETLINK_USERSOCK (line 2026) | NETLINK_USERSOCK = 0x2 constant NETLINK_XFRM (line 2027) | NETLINK_XFRM = 0x6 constant NETNSA_MAX (line 2028) | NETNSA_MAX = 0x5 constant NETNSA_NSID_NOT_ASSIGNED (line 2029) | NETNSA_NSID_NOT_ASSIGNED = -0x1 constant NFC_ATR_REQ_GB_MAXSIZE (line 2030) | NFC_ATR_REQ_GB_MAXSIZE = 0x30 constant NFC_ATR_REQ_MAXSIZE (line 2031) | NFC_ATR_REQ_MAXSIZE = 0x40 constant NFC_ATR_RES_GB_MAXSIZE (line 2032) | NFC_ATR_RES_GB_MAXSIZE = 0x2f constant NFC_ATR_RES_MAXSIZE (line 2033) | NFC_ATR_RES_MAXSIZE = 0x40 constant NFC_COMM_ACTIVE (line 2034) | NFC_COMM_ACTIVE = 0x0 constant NFC_COMM_PASSIVE (line 2035) | NFC_COMM_PASSIVE = 0x1 constant NFC_DEVICE_NAME_MAXSIZE (line 2036) | NFC_DEVICE_NAME_MAXSIZE = 0x8 constant NFC_DIRECTION_RX (line 2037) | NFC_DIRECTION_RX = 0x0 constant NFC_DIRECTION_TX (line 2038) | NFC_DIRECTION_TX = 0x1 constant NFC_FIRMWARE_NAME_MAXSIZE (line 2039) | NFC_FIRMWARE_NAME_MAXSIZE = 0x20 constant NFC_GB_MAXSIZE (line 2040) | NFC_GB_MAXSIZE = 0x30 constant NFC_GENL_MCAST_EVENT_NAME (line 2041) | NFC_GENL_MCAST_EVENT_NAME = "events" constant NFC_GENL_NAME (line 2042) | NFC_GENL_NAME = "nfc" constant NFC_GENL_VERSION (line 2043) | NFC_GENL_VERSION = 0x1 constant NFC_HEADER_SIZE (line 2044) | NFC_HEADER_SIZE = 0x1 constant NFC_ISO15693_UID_MAXSIZE (line 2045) | NFC_ISO15693_UID_MAXSIZE = 0x8 constant NFC_LLCP_MAX_SERVICE_NAME (line 2046) | NFC_LLCP_MAX_SERVICE_NAME = 0x3f constant NFC_LLCP_MIUX (line 2047) | NFC_LLCP_MIUX = 0x1 constant NFC_LLCP_REMOTE_LTO (line 2048) | NFC_LLCP_REMOTE_LTO = 0x3 constant NFC_LLCP_REMOTE_MIU (line 2049) | NFC_LLCP_REMOTE_MIU = 0x2 constant NFC_LLCP_REMOTE_RW (line 2050) | NFC_LLCP_REMOTE_RW = 0x4 constant NFC_LLCP_RW (line 2051) | NFC_LLCP_RW = 0x0 constant NFC_NFCID1_MAXSIZE (line 2052) | NFC_NFCID1_MAXSIZE = 0xa constant NFC_NFCID2_MAXSIZE (line 2053) | NFC_NFCID2_MAXSIZE = 0x8 constant NFC_NFCID3_MAXSIZE (line 2054) | NFC_NFCID3_MAXSIZE = 0xa constant NFC_PROTO_FELICA (line 2055) | NFC_PROTO_FELICA = 0x3 constant NFC_PROTO_FELICA_MASK (line 2056) | NFC_PROTO_FELICA_MASK = 0x8 constant NFC_PROTO_ISO14443 (line 2057) | NFC_PROTO_ISO14443 = 0x4 constant NFC_PROTO_ISO14443_B (line 2058) | NFC_PROTO_ISO14443_B = 0x6 constant NFC_PROTO_ISO14443_B_MASK (line 2059) | NFC_PROTO_ISO14443_B_MASK = 0x40 constant NFC_PROTO_ISO14443_MASK (line 2060) | NFC_PROTO_ISO14443_MASK = 0x10 constant NFC_PROTO_ISO15693 (line 2061) | NFC_PROTO_ISO15693 = 0x7 constant NFC_PROTO_ISO15693_MASK (line 2062) | NFC_PROTO_ISO15693_MASK = 0x80 constant NFC_PROTO_JEWEL (line 2063) | NFC_PROTO_JEWEL = 0x1 constant NFC_PROTO_JEWEL_MASK (line 2064) | NFC_PROTO_JEWEL_MASK = 0x2 constant NFC_PROTO_MAX (line 2065) | NFC_PROTO_MAX = 0x8 constant NFC_PROTO_MIFARE (line 2066) | NFC_PROTO_MIFARE = 0x2 constant NFC_PROTO_MIFARE_MASK (line 2067) | NFC_PROTO_MIFARE_MASK = 0x4 constant NFC_PROTO_NFC_DEP (line 2068) | NFC_PROTO_NFC_DEP = 0x5 constant NFC_PROTO_NFC_DEP_MASK (line 2069) | NFC_PROTO_NFC_DEP_MASK = 0x20 constant NFC_RAW_HEADER_SIZE (line 2070) | NFC_RAW_HEADER_SIZE = 0x2 constant NFC_RF_INITIATOR (line 2071) | NFC_RF_INITIATOR = 0x0 constant NFC_RF_NONE (line 2072) | NFC_RF_NONE = 0x2 constant NFC_RF_TARGET (line 2073) | NFC_RF_TARGET = 0x1 constant NFC_SENSB_RES_MAXSIZE (line 2074) | NFC_SENSB_RES_MAXSIZE = 0xc constant NFC_SENSF_RES_MAXSIZE (line 2075) | NFC_SENSF_RES_MAXSIZE = 0x12 constant NFC_SE_DISABLED (line 2076) | NFC_SE_DISABLED = 0x0 constant NFC_SE_EMBEDDED (line 2077) | NFC_SE_EMBEDDED = 0x2 constant NFC_SE_ENABLED (line 2078) | NFC_SE_ENABLED = 0x1 constant NFC_SE_UICC (line 2079) | NFC_SE_UICC = 0x1 constant NFC_SOCKPROTO_LLCP (line 2080) | NFC_SOCKPROTO_LLCP = 0x1 constant NFC_SOCKPROTO_MAX (line 2081) | NFC_SOCKPROTO_MAX = 0x2 constant NFC_SOCKPROTO_RAW (line 2082) | NFC_SOCKPROTO_RAW = 0x0 constant NFNETLINK_V0 (line 2083) | NFNETLINK_V0 = 0x0 constant NFNLGRP_ACCT_QUOTA (line 2084) | NFNLGRP_ACCT_QUOTA = 0x8 constant NFNLGRP_CONNTRACK_DESTROY (line 2085) | NFNLGRP_CONNTRACK_DESTROY = 0x3 constant NFNLGRP_CONNTRACK_EXP_DESTROY (line 2086) | NFNLGRP_CONNTRACK_EXP_DESTROY = 0x6 constant NFNLGRP_CONNTRACK_EXP_NEW (line 2087) | NFNLGRP_CONNTRACK_EXP_NEW = 0x4 constant NFNLGRP_CONNTRACK_EXP_UPDATE (line 2088) | NFNLGRP_CONNTRACK_EXP_UPDATE = 0x5 constant NFNLGRP_CONNTRACK_NEW (line 2089) | NFNLGRP_CONNTRACK_NEW = 0x1 constant NFNLGRP_CONNTRACK_UPDATE (line 2090) | NFNLGRP_CONNTRACK_UPDATE = 0x2 constant NFNLGRP_MAX (line 2091) | NFNLGRP_MAX = 0x9 constant NFNLGRP_NFTABLES (line 2092) | NFNLGRP_NFTABLES = 0x7 constant NFNLGRP_NFTRACE (line 2093) | NFNLGRP_NFTRACE = 0x9 constant NFNLGRP_NONE (line 2094) | NFNLGRP_NONE = 0x0 constant NFNL_BATCH_MAX (line 2095) | NFNL_BATCH_MAX = 0x1 constant NFNL_MSG_BATCH_BEGIN (line 2096) | NFNL_MSG_BATCH_BEGIN = 0x10 constant NFNL_MSG_BATCH_END (line 2097) | NFNL_MSG_BATCH_END = 0x11 constant NFNL_NFA_NEST (line 2098) | NFNL_NFA_NEST = 0x8000 constant NFNL_SUBSYS_ACCT (line 2099) | NFNL_SUBSYS_ACCT = 0x7 constant NFNL_SUBSYS_COUNT (line 2100) | NFNL_SUBSYS_COUNT = 0xd constant NFNL_SUBSYS_CTHELPER (line 2101) | NFNL_SUBSYS_CTHELPER = 0x9 constant NFNL_SUBSYS_CTNETLINK (line 2102) | NFNL_SUBSYS_CTNETLINK = 0x1 constant NFNL_SUBSYS_CTNETLINK_EXP (line 2103) | NFNL_SUBSYS_CTNETLINK_EXP = 0x2 constant NFNL_SUBSYS_CTNETLINK_TIMEOUT (line 2104) | NFNL_SUBSYS_CTNETLINK_TIMEOUT = 0x8 constant NFNL_SUBSYS_HOOK (line 2105) | NFNL_SUBSYS_HOOK = 0xc constant NFNL_SUBSYS_IPSET (line 2106) | NFNL_SUBSYS_IPSET = 0x6 constant NFNL_SUBSYS_NFTABLES (line 2107) | NFNL_SUBSYS_NFTABLES = 0xa constant NFNL_SUBSYS_NFT_COMPAT (line 2108) | NFNL_SUBSYS_NFT_COMPAT = 0xb constant NFNL_SUBSYS_NONE (line 2109) | NFNL_SUBSYS_NONE = 0x0 constant NFNL_SUBSYS_OSF (line 2110) | NFNL_SUBSYS_OSF = 0x5 constant NFNL_SUBSYS_QUEUE (line 2111) | NFNL_SUBSYS_QUEUE = 0x3 constant NFNL_SUBSYS_ULOG (line 2112) | NFNL_SUBSYS_ULOG = 0x4 constant NFS_SUPER_MAGIC (line 2113) | NFS_SUPER_MAGIC = 0x6969 constant NILFS_SUPER_MAGIC (line 2114) | NILFS_SUPER_MAGIC = 0x3434 constant NL0 (line 2115) | NL0 = 0x0 constant NL1 (line 2116) | NL1 = 0x100 constant NLA_ALIGNTO (line 2117) | NLA_ALIGNTO = 0x4 constant NLA_F_NESTED (line 2118) | NLA_F_NESTED = 0x8000 constant NLA_F_NET_BYTEORDER (line 2119) | NLA_F_NET_BYTEORDER = 0x4000 constant NLA_HDRLEN (line 2120) | NLA_HDRLEN = 0x4 constant NLMSG_ALIGNTO (line 2121) | NLMSG_ALIGNTO = 0x4 constant NLMSG_DONE (line 2122) | NLMSG_DONE = 0x3 constant NLMSG_ERROR (line 2123) | NLMSG_ERROR = 0x2 constant NLMSG_HDRLEN (line 2124) | NLMSG_HDRLEN = 0x10 constant NLMSG_MIN_TYPE (line 2125) | NLMSG_MIN_TYPE = 0x10 constant NLMSG_NOOP (line 2126) | NLMSG_NOOP = 0x1 constant NLMSG_OVERRUN (line 2127) | NLMSG_OVERRUN = 0x4 constant NLM_F_ACK (line 2128) | NLM_F_ACK = 0x4 constant NLM_F_ACK_TLVS (line 2129) | NLM_F_ACK_TLVS = 0x200 constant NLM_F_APPEND (line 2130) | NLM_F_APPEND = 0x800 constant NLM_F_ATOMIC (line 2131) | NLM_F_ATOMIC = 0x400 constant NLM_F_BULK (line 2132) | NLM_F_BULK = 0x200 constant NLM_F_CAPPED (line 2133) | NLM_F_CAPPED = 0x100 constant NLM_F_CREATE (line 2134) | NLM_F_CREATE = 0x400 constant NLM_F_DUMP (line 2135) | NLM_F_DUMP = 0x300 constant NLM_F_DUMP_FILTERED (line 2136) | NLM_F_DUMP_FILTERED = 0x20 constant NLM_F_DUMP_INTR (line 2137) | NLM_F_DUMP_INTR = 0x10 constant NLM_F_ECHO (line 2138) | NLM_F_ECHO = 0x8 constant NLM_F_EXCL (line 2139) | NLM_F_EXCL = 0x200 constant NLM_F_MATCH (line 2140) | NLM_F_MATCH = 0x200 constant NLM_F_MULTI (line 2141) | NLM_F_MULTI = 0x2 constant NLM_F_NONREC (line 2142) | NLM_F_NONREC = 0x100 constant NLM_F_REPLACE (line 2143) | NLM_F_REPLACE = 0x100 constant NLM_F_REQUEST (line 2144) | NLM_F_REQUEST = 0x1 constant NLM_F_ROOT (line 2145) | NLM_F_ROOT = 0x100 constant NSFS_MAGIC (line 2146) | NSFS_MAGIC = 0x6e736673 constant OCFS2_SUPER_MAGIC (line 2147) | OCFS2_SUPER_MAGIC = 0x7461636f constant OCRNL (line 2148) | OCRNL = 0x8 constant OFDEL (line 2149) | OFDEL = 0x80 constant OFILL (line 2150) | OFILL = 0x40 constant ONLRET (line 2151) | ONLRET = 0x20 constant ONOCR (line 2152) | ONOCR = 0x10 constant OPENPROM_SUPER_MAGIC (line 2153) | OPENPROM_SUPER_MAGIC = 0x9fa1 constant OPOST (line 2154) | OPOST = 0x1 constant OVERLAYFS_SUPER_MAGIC (line 2155) | OVERLAYFS_SUPER_MAGIC = 0x794c7630 constant O_ACCMODE (line 2156) | O_ACCMODE = 0x3 constant O_RDONLY (line 2157) | O_RDONLY = 0x0 constant O_RDWR (line 2158) | O_RDWR = 0x2 constant O_WRONLY (line 2159) | O_WRONLY = 0x1 constant PACKET_ADD_MEMBERSHIP (line 2160) | PACKET_ADD_MEMBERSHIP = 0x1 constant PACKET_AUXDATA (line 2161) | PACKET_AUXDATA = 0x8 constant PACKET_BROADCAST (line 2162) | PACKET_BROADCAST = 0x1 constant PACKET_COPY_THRESH (line 2163) | PACKET_COPY_THRESH = 0x7 constant PACKET_DROP_MEMBERSHIP (line 2164) | PACKET_DROP_MEMBERSHIP = 0x2 constant PACKET_FANOUT (line 2165) | PACKET_FANOUT = 0x12 constant PACKET_FANOUT_CBPF (line 2166) | PACKET_FANOUT_CBPF = 0x6 constant PACKET_FANOUT_CPU (line 2167) | PACKET_FANOUT_CPU = 0x2 constant PACKET_FANOUT_DATA (line 2168) | PACKET_FANOUT_DATA = 0x16 constant PACKET_FANOUT_EBPF (line 2169) | PACKET_FANOUT_EBPF = 0x7 constant PACKET_FANOUT_FLAG_DEFRAG (line 2170) | PACKET_FANOUT_FLAG_DEFRAG = 0x8000 constant PACKET_FANOUT_FLAG_IGNORE_OUTGOING (line 2171) | PACKET_FANOUT_FLAG_IGNORE_OUTGOING = 0x4000 constant PACKET_FANOUT_FLAG_ROLLOVER (line 2172) | PACKET_FANOUT_FLAG_ROLLOVER = 0x1000 constant PACKET_FANOUT_FLAG_UNIQUEID (line 2173) | PACKET_FANOUT_FLAG_UNIQUEID = 0x2000 constant PACKET_FANOUT_HASH (line 2174) | PACKET_FANOUT_HASH = 0x0 constant PACKET_FANOUT_LB (line 2175) | PACKET_FANOUT_LB = 0x1 constant PACKET_FANOUT_QM (line 2176) | PACKET_FANOUT_QM = 0x5 constant PACKET_FANOUT_RND (line 2177) | PACKET_FANOUT_RND = 0x4 constant PACKET_FANOUT_ROLLOVER (line 2178) | PACKET_FANOUT_ROLLOVER = 0x3 constant PACKET_FASTROUTE (line 2179) | PACKET_FASTROUTE = 0x6 constant PACKET_HDRLEN (line 2180) | PACKET_HDRLEN = 0xb constant PACKET_HOST (line 2181) | PACKET_HOST = 0x0 constant PACKET_IGNORE_OUTGOING (line 2182) | PACKET_IGNORE_OUTGOING = 0x17 constant PACKET_KERNEL (line 2183) | PACKET_KERNEL = 0x7 constant PACKET_LOOPBACK (line 2184) | PACKET_LOOPBACK = 0x5 constant PACKET_LOSS (line 2185) | PACKET_LOSS = 0xe constant PACKET_MR_ALLMULTI (line 2186) | PACKET_MR_ALLMULTI = 0x2 constant PACKET_MR_MULTICAST (line 2187) | PACKET_MR_MULTICAST = 0x0 constant PACKET_MR_PROMISC (line 2188) | PACKET_MR_PROMISC = 0x1 constant PACKET_MR_UNICAST (line 2189) | PACKET_MR_UNICAST = 0x3 constant PACKET_MULTICAST (line 2190) | PACKET_MULTICAST = 0x2 constant PACKET_ORIGDEV (line 2191) | PACKET_ORIGDEV = 0x9 constant PACKET_OTHERHOST (line 2192) | PACKET_OTHERHOST = 0x3 constant PACKET_OUTGOING (line 2193) | PACKET_OUTGOING = 0x4 constant PACKET_QDISC_BYPASS (line 2194) | PACKET_QDISC_BYPASS = 0x14 constant PACKET_RECV_OUTPUT (line 2195) | PACKET_RECV_OUTPUT = 0x3 constant PACKET_RESERVE (line 2196) | PACKET_RESERVE = 0xc constant PACKET_ROLLOVER_STATS (line 2197) | PACKET_ROLLOVER_STATS = 0x15 constant PACKET_RX_RING (line 2198) | PACKET_RX_RING = 0x5 constant PACKET_STATISTICS (line 2199) | PACKET_STATISTICS = 0x6 constant PACKET_TIMESTAMP (line 2200) | PACKET_TIMESTAMP = 0x11 constant PACKET_TX_HAS_OFF (line 2201) | PACKET_TX_HAS_OFF = 0x13 constant PACKET_TX_RING (line 2202) | PACKET_TX_RING = 0xd constant PACKET_TX_TIMESTAMP (line 2203) | PACKET_TX_TIMESTAMP = 0x10 constant PACKET_USER (line 2204) | PACKET_USER = 0x6 constant PACKET_VERSION (line 2205) | PACKET_VERSION = 0xa constant PACKET_VNET_HDR (line 2206) | PACKET_VNET_HDR = 0xf constant PARITY_CRC16_PR0 (line 2207) | PARITY_CRC16_PR0 = 0x2 constant PARITY_CRC16_PR0_CCITT (line 2208) | PARITY_CRC16_PR0_CCITT = 0x4 constant PARITY_CRC16_PR1 (line 2209) | PARITY_CRC16_PR1 = 0x3 constant PARITY_CRC16_PR1_CCITT (line 2210) | PARITY_CRC16_PR1_CCITT = 0x5 constant PARITY_CRC32_PR0_CCITT (line 2211) | PARITY_CRC32_PR0_CCITT = 0x6 constant PARITY_CRC32_PR1_CCITT (line 2212) | PARITY_CRC32_PR1_CCITT = 0x7 constant PARITY_DEFAULT (line 2213) | PARITY_DEFAULT = 0x0 constant PARITY_NONE (line 2214) | PARITY_NONE = 0x1 constant PARMRK (line 2215) | PARMRK = 0x8 constant PERF_ATTR_SIZE_VER0 (line 2216) | PERF_ATTR_SIZE_VER0 = 0x40 constant PERF_ATTR_SIZE_VER1 (line 2217) | PERF_ATTR_SIZE_VER1 = 0x48 constant PERF_ATTR_SIZE_VER2 (line 2218) | PERF_ATTR_SIZE_VER2 = 0x50 constant PERF_ATTR_SIZE_VER3 (line 2219) | PERF_ATTR_SIZE_VER3 = 0x60 constant PERF_ATTR_SIZE_VER4 (line 2220) | PERF_ATTR_SIZE_VER4 = 0x68 constant PERF_ATTR_SIZE_VER5 (line 2221) | PERF_ATTR_SIZE_VER5 = 0x70 constant PERF_ATTR_SIZE_VER6 (line 2222) | PERF_ATTR_SIZE_VER6 = 0x78 constant PERF_ATTR_SIZE_VER7 (line 2223) | PERF_ATTR_SIZE_VER7 = 0x80 constant PERF_AUX_FLAG_COLLISION (line 2224) | PERF_AUX_FLAG_COLLISION = 0x8 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT (line 2225) | PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT = 0x0 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW (line 2226) | PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW = 0x100 constant PERF_AUX_FLAG_OVERWRITE (line 2227) | PERF_AUX_FLAG_OVERWRITE = 0x2 constant PERF_AUX_FLAG_PARTIAL (line 2228) | PERF_AUX_FLAG_PARTIAL = 0x4 constant PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK (line 2229) | PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK = 0xff00 constant PERF_AUX_FLAG_TRUNCATED (line 2230) | PERF_AUX_FLAG_TRUNCATED = 0x1 constant PERF_BR_ARM64_DEBUG_DATA (line 2231) | PERF_BR_ARM64_DEBUG_DATA = 0x7 constant PERF_BR_ARM64_DEBUG_EXIT (line 2232) | PERF_BR_ARM64_DEBUG_EXIT = 0x5 constant PERF_BR_ARM64_DEBUG_HALT (line 2233) | PERF_BR_ARM64_DEBUG_HALT = 0x4 constant PERF_BR_ARM64_DEBUG_INST (line 2234) | PERF_BR_ARM64_DEBUG_INST = 0x6 constant PERF_BR_ARM64_FIQ (line 2235) | PERF_BR_ARM64_FIQ = 0x3 constant PERF_FLAG_FD_CLOEXEC (line 2236) | PERF_FLAG_FD_CLOEXEC = 0x8 constant PERF_FLAG_FD_NO_GROUP (line 2237) | PERF_FLAG_FD_NO_GROUP = 0x1 constant PERF_FLAG_FD_OUTPUT (line 2238) | PERF_FLAG_FD_OUTPUT = 0x2 constant PERF_FLAG_PID_CGROUP (line 2239) | PERF_FLAG_PID_CGROUP = 0x4 constant PERF_HW_EVENT_MASK (line 2240) | PERF_HW_EVENT_MASK = 0xffffffff constant PERF_MAX_CONTEXTS_PER_STACK (line 2241) | PERF_MAX_CONTEXTS_PER_STACK = 0x8 constant PERF_MAX_STACK_DEPTH (line 2242) | PERF_MAX_STACK_DEPTH = 0x7f constant PERF_MEM_BLK_ADDR (line 2243) | PERF_MEM_BLK_ADDR = 0x4 constant PERF_MEM_BLK_DATA (line 2244) | PERF_MEM_BLK_DATA = 0x2 constant PERF_MEM_BLK_NA (line 2245) | PERF_MEM_BLK_NA = 0x1 constant PERF_MEM_BLK_SHIFT (line 2246) | PERF_MEM_BLK_SHIFT = 0x28 constant PERF_MEM_HOPS_0 (line 2247) | PERF_MEM_HOPS_0 = 0x1 constant PERF_MEM_HOPS_1 (line 2248) | PERF_MEM_HOPS_1 = 0x2 constant PERF_MEM_HOPS_2 (line 2249) | PERF_MEM_HOPS_2 = 0x3 constant PERF_MEM_HOPS_3 (line 2250) | PERF_MEM_HOPS_3 = 0x4 constant PERF_MEM_HOPS_SHIFT (line 2251) | PERF_MEM_HOPS_SHIFT = 0x2b constant PERF_MEM_LOCK_LOCKED (line 2252) | PERF_MEM_LOCK_LOCKED = 0x2 constant PERF_MEM_LOCK_NA (line 2253) | PERF_MEM_LOCK_NA = 0x1 constant PERF_MEM_LOCK_SHIFT (line 2254) | PERF_MEM_LOCK_SHIFT = 0x18 constant PERF_MEM_LVLNUM_ANY_CACHE (line 2255) | PERF_MEM_LVLNUM_ANY_CACHE = 0xb constant PERF_MEM_LVLNUM_CXL (line 2256) | PERF_MEM_LVLNUM_CXL = 0x9 constant PERF_MEM_LVLNUM_IO (line 2257) | PERF_MEM_LVLNUM_IO = 0xa constant PERF_MEM_LVLNUM_L1 (line 2258) | PERF_MEM_LVLNUM_L1 = 0x1 constant PERF_MEM_LVLNUM_L2 (line 2259) | PERF_MEM_LVLNUM_L2 = 0x2 constant PERF_MEM_LVLNUM_L3 (line 2260) | PERF_MEM_LVLNUM_L3 = 0x3 constant PERF_MEM_LVLNUM_L4 (line 2261) | PERF_MEM_LVLNUM_L4 = 0x4 constant PERF_MEM_LVLNUM_LFB (line 2262) | PERF_MEM_LVLNUM_LFB = 0xc constant PERF_MEM_LVLNUM_NA (line 2263) | PERF_MEM_LVLNUM_NA = 0xf constant PERF_MEM_LVLNUM_PMEM (line 2264) | PERF_MEM_LVLNUM_PMEM = 0xe constant PERF_MEM_LVLNUM_RAM (line 2265) | PERF_MEM_LVLNUM_RAM = 0xd constant PERF_MEM_LVLNUM_SHIFT (line 2266) | PERF_MEM_LVLNUM_SHIFT = 0x21 constant PERF_MEM_LVL_HIT (line 2267) | PERF_MEM_LVL_HIT = 0x2 constant PERF_MEM_LVL_IO (line 2268) | PERF_MEM_LVL_IO = 0x1000 constant PERF_MEM_LVL_L1 (line 2269) | PERF_MEM_LVL_L1 = 0x8 constant PERF_MEM_LVL_L2 (line 2270) | PERF_MEM_LVL_L2 = 0x20 constant PERF_MEM_LVL_L3 (line 2271) | PERF_MEM_LVL_L3 = 0x40 constant PERF_MEM_LVL_LFB (line 2272) | PERF_MEM_LVL_LFB = 0x10 constant PERF_MEM_LVL_LOC_RAM (line 2273) | PERF_MEM_LVL_LOC_RAM = 0x80 constant PERF_MEM_LVL_MISS (line 2274) | PERF_MEM_LVL_MISS = 0x4 constant PERF_MEM_LVL_NA (line 2275) | PERF_MEM_LVL_NA = 0x1 constant PERF_MEM_LVL_REM_CCE1 (line 2276) | PERF_MEM_LVL_REM_CCE1 = 0x400 constant PERF_MEM_LVL_REM_CCE2 (line 2277) | PERF_MEM_LVL_REM_CCE2 = 0x800 constant PERF_MEM_LVL_REM_RAM1 (line 2278) | PERF_MEM_LVL_REM_RAM1 = 0x100 constant PERF_MEM_LVL_REM_RAM2 (line 2279) | PERF_MEM_LVL_REM_RAM2 = 0x200 constant PERF_MEM_LVL_SHIFT (line 2280) | PERF_MEM_LVL_SHIFT = 0x5 constant PERF_MEM_LVL_UNC (line 2281) | PERF_MEM_LVL_UNC = 0x2000 constant PERF_MEM_OP_EXEC (line 2282) | PERF_MEM_OP_EXEC = 0x10 constant PERF_MEM_OP_LOAD (line 2283) | PERF_MEM_OP_LOAD = 0x2 constant PERF_MEM_OP_NA (line 2284) | PERF_MEM_OP_NA = 0x1 constant PERF_MEM_OP_PFETCH (line 2285) | PERF_MEM_OP_PFETCH = 0x8 constant PERF_MEM_OP_SHIFT (line 2286) | PERF_MEM_OP_SHIFT = 0x0 constant PERF_MEM_OP_STORE (line 2287) | PERF_MEM_OP_STORE = 0x4 constant PERF_MEM_REMOTE_REMOTE (line 2288) | PERF_MEM_REMOTE_REMOTE = 0x1 constant PERF_MEM_REMOTE_SHIFT (line 2289) | PERF_MEM_REMOTE_SHIFT = 0x25 constant PERF_MEM_SNOOPX_FWD (line 2290) | PERF_MEM_SNOOPX_FWD = 0x1 constant PERF_MEM_SNOOPX_PEER (line 2291) | PERF_MEM_SNOOPX_PEER = 0x2 constant PERF_MEM_SNOOPX_SHIFT (line 2292) | PERF_MEM_SNOOPX_SHIFT = 0x26 constant PERF_MEM_SNOOP_HIT (line 2293) | PERF_MEM_SNOOP_HIT = 0x4 constant PERF_MEM_SNOOP_HITM (line 2294) | PERF_MEM_SNOOP_HITM = 0x10 constant PERF_MEM_SNOOP_MISS (line 2295) | PERF_MEM_SNOOP_MISS = 0x8 constant PERF_MEM_SNOOP_NA (line 2296) | PERF_MEM_SNOOP_NA = 0x1 constant PERF_MEM_SNOOP_NONE (line 2297) | PERF_MEM_SNOOP_NONE = 0x2 constant PERF_MEM_SNOOP_SHIFT (line 2298) | PERF_MEM_SNOOP_SHIFT = 0x13 constant PERF_MEM_TLB_HIT (line 2299) | PERF_MEM_TLB_HIT = 0x2 constant PERF_MEM_TLB_L1 (line 2300) | PERF_MEM_TLB_L1 = 0x8 constant PERF_MEM_TLB_L2 (line 2301) | PERF_MEM_TLB_L2 = 0x10 constant PERF_MEM_TLB_MISS (line 2302) | PERF_MEM_TLB_MISS = 0x4 constant PERF_MEM_TLB_NA (line 2303) | PERF_MEM_TLB_NA = 0x1 constant PERF_MEM_TLB_OS (line 2304) | PERF_MEM_TLB_OS = 0x40 constant PERF_MEM_TLB_SHIFT (line 2305) | PERF_MEM_TLB_SHIFT = 0x1a constant PERF_MEM_TLB_WK (line 2306) | PERF_MEM_TLB_WK = 0x20 constant PERF_PMU_TYPE_SHIFT (line 2307) | PERF_PMU_TYPE_SHIFT = 0x20 constant PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER (line 2308) | PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER = 0x1 constant PERF_RECORD_MISC_COMM_EXEC (line 2309) | PERF_RECORD_MISC_COMM_EXEC = 0x2000 constant PERF_RECORD_MISC_CPUMODE_MASK (line 2310) | PERF_RECORD_MISC_CPUMODE_MASK = 0x7 constant PERF_RECORD_MISC_CPUMODE_UNKNOWN (line 2311) | PERF_RECORD_MISC_CPUMODE_UNKNOWN = 0x0 constant PERF_RECORD_MISC_EXACT_IP (line 2312) | PERF_RECORD_MISC_EXACT_IP = 0x4000 constant PERF_RECORD_MISC_EXT_RESERVED (line 2313) | PERF_RECORD_MISC_EXT_RESERVED = 0x8000 constant PERF_RECORD_MISC_FORK_EXEC (line 2314) | PERF_RECORD_MISC_FORK_EXEC = 0x2000 constant PERF_RECORD_MISC_GUEST_KERNEL (line 2315) | PERF_RECORD_MISC_GUEST_KERNEL = 0x4 constant PERF_RECORD_MISC_GUEST_USER (line 2316) | PERF_RECORD_MISC_GUEST_USER = 0x5 constant PERF_RECORD_MISC_HYPERVISOR (line 2317) | PERF_RECORD_MISC_HYPERVISOR = 0x3 constant PERF_RECORD_MISC_KERNEL (line 2318) | PERF_RECORD_MISC_KERNEL = 0x1 constant PERF_RECORD_MISC_MMAP_BUILD_ID (line 2319) | PERF_RECORD_MISC_MMAP_BUILD_ID = 0x4000 constant PERF_RECORD_MISC_MMAP_DATA (line 2320) | PERF_RECORD_MISC_MMAP_DATA = 0x2000 constant PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT (line 2321) | PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT = 0x1000 constant PERF_RECORD_MISC_SWITCH_OUT (line 2322) | PERF_RECORD_MISC_SWITCH_OUT = 0x2000 constant PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (line 2323) | PERF_RECORD_MISC_SWITCH_OUT_PREEMPT = 0x4000 constant PERF_RECORD_MISC_USER (line 2324) | PERF_RECORD_MISC_USER = 0x2 constant PERF_SAMPLE_BRANCH_PLM_ALL (line 2325) | PERF_SAMPLE_BRANCH_PLM_ALL = 0x7 constant PERF_SAMPLE_WEIGHT_TYPE (line 2326) | PERF_SAMPLE_WEIGHT_TYPE = 0x1004000 constant PIPEFS_MAGIC (line 2327) | PIPEFS_MAGIC = 0x50495045 constant PPPIOCGNPMODE (line 2328) | PPPIOCGNPMODE = 0xc008744c constant PPPIOCNEWUNIT (line 2329) | PPPIOCNEWUNIT = 0xc004743e constant PRIO_PGRP (line 2330) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 2331) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 2332) | PRIO_USER = 0x2 constant PROC_SUPER_MAGIC (line 2333) | PROC_SUPER_MAGIC = 0x9fa0 constant PROT_EXEC (line 2334) | PROT_EXEC = 0x4 constant PROT_GROWSDOWN (line 2335) | PROT_GROWSDOWN = 0x1000000 constant PROT_GROWSUP (line 2336) | PROT_GROWSUP = 0x2000000 constant PROT_NONE (line 2337) | PROT_NONE = 0x0 constant PROT_READ (line 2338) | PROT_READ = 0x1 constant PROT_WRITE (line 2339) | PROT_WRITE = 0x2 constant PR_CAPBSET_DROP (line 2340) | PR_CAPBSET_DROP = 0x18 constant PR_CAPBSET_READ (line 2341) | PR_CAPBSET_READ = 0x17 constant PR_CAP_AMBIENT (line 2342) | PR_CAP_AMBIENT = 0x2f constant PR_CAP_AMBIENT_CLEAR_ALL (line 2343) | PR_CAP_AMBIENT_CLEAR_ALL = 0x4 constant PR_CAP_AMBIENT_IS_SET (line 2344) | PR_CAP_AMBIENT_IS_SET = 0x1 constant PR_CAP_AMBIENT_LOWER (line 2345) | PR_CAP_AMBIENT_LOWER = 0x3 constant PR_CAP_AMBIENT_RAISE (line 2346) | PR_CAP_AMBIENT_RAISE = 0x2 constant PR_ENDIAN_BIG (line 2347) | PR_ENDIAN_BIG = 0x0 constant PR_ENDIAN_LITTLE (line 2348) | PR_ENDIAN_LITTLE = 0x1 constant PR_ENDIAN_PPC_LITTLE (line 2349) | PR_ENDIAN_PPC_LITTLE = 0x2 constant PR_FPEMU_NOPRINT (line 2350) | PR_FPEMU_NOPRINT = 0x1 constant PR_FPEMU_SIGFPE (line 2351) | PR_FPEMU_SIGFPE = 0x2 constant PR_FP_EXC_ASYNC (line 2352) | PR_FP_EXC_ASYNC = 0x2 constant PR_FP_EXC_DISABLED (line 2353) | PR_FP_EXC_DISABLED = 0x0 constant PR_FP_EXC_DIV (line 2354) | PR_FP_EXC_DIV = 0x10000 constant PR_FP_EXC_INV (line 2355) | PR_FP_EXC_INV = 0x100000 constant PR_FP_EXC_NONRECOV (line 2356) | PR_FP_EXC_NONRECOV = 0x1 constant PR_FP_EXC_OVF (line 2357) | PR_FP_EXC_OVF = 0x20000 constant PR_FP_EXC_PRECISE (line 2358) | PR_FP_EXC_PRECISE = 0x3 constant PR_FP_EXC_RES (line 2359) | PR_FP_EXC_RES = 0x80000 constant PR_FP_EXC_SW_ENABLE (line 2360) | PR_FP_EXC_SW_ENABLE = 0x80 constant PR_FP_EXC_UND (line 2361) | PR_FP_EXC_UND = 0x40000 constant PR_FP_MODE_FR (line 2362) | PR_FP_MODE_FR = 0x1 constant PR_FP_MODE_FRE (line 2363) | PR_FP_MODE_FRE = 0x2 constant PR_GET_CHILD_SUBREAPER (line 2364) | PR_GET_CHILD_SUBREAPER = 0x25 constant PR_GET_DUMPABLE (line 2365) | PR_GET_DUMPABLE = 0x3 constant PR_GET_ENDIAN (line 2366) | PR_GET_ENDIAN = 0x13 constant PR_GET_FPEMU (line 2367) | PR_GET_FPEMU = 0x9 constant PR_GET_FPEXC (line 2368) | PR_GET_FPEXC = 0xb constant PR_GET_FP_MODE (line 2369) | PR_GET_FP_MODE = 0x2e constant PR_GET_IO_FLUSHER (line 2370) | PR_GET_IO_FLUSHER = 0x3a constant PR_GET_KEEPCAPS (line 2371) | PR_GET_KEEPCAPS = 0x7 constant PR_GET_NAME (line 2372) | PR_GET_NAME = 0x10 constant PR_GET_NO_NEW_PRIVS (line 2373) | PR_GET_NO_NEW_PRIVS = 0x27 constant PR_GET_PDEATHSIG (line 2374) | PR_GET_PDEATHSIG = 0x2 constant PR_GET_SECCOMP (line 2375) | PR_GET_SECCOMP = 0x15 constant PR_GET_SECUREBITS (line 2376) | PR_GET_SECUREBITS = 0x1b constant PR_GET_SPECULATION_CTRL (line 2377) | PR_GET_SPECULATION_CTRL = 0x34 constant PR_GET_TAGGED_ADDR_CTRL (line 2378) | PR_GET_TAGGED_ADDR_CTRL = 0x38 constant PR_GET_THP_DISABLE (line 2379) | PR_GET_THP_DISABLE = 0x2a constant PR_GET_TID_ADDRESS (line 2380) | PR_GET_TID_ADDRESS = 0x28 constant PR_GET_TIMERSLACK (line 2381) | PR_GET_TIMERSLACK = 0x1e constant PR_GET_TIMING (line 2382) | PR_GET_TIMING = 0xd constant PR_GET_TSC (line 2383) | PR_GET_TSC = 0x19 constant PR_GET_UNALIGN (line 2384) | PR_GET_UNALIGN = 0x5 constant PR_MCE_KILL (line 2385) | PR_MCE_KILL = 0x21 constant PR_MCE_KILL_CLEAR (line 2386) | PR_MCE_KILL_CLEAR = 0x0 constant PR_MCE_KILL_DEFAULT (line 2387) | PR_MCE_KILL_DEFAULT = 0x2 constant PR_MCE_KILL_EARLY (line 2388) | PR_MCE_KILL_EARLY = 0x1 constant PR_MCE_KILL_GET (line 2389) | PR_MCE_KILL_GET = 0x22 constant PR_MCE_KILL_LATE (line 2390) | PR_MCE_KILL_LATE = 0x0 constant PR_MCE_KILL_SET (line 2391) | PR_MCE_KILL_SET = 0x1 constant PR_MPX_DISABLE_MANAGEMENT (line 2392) | PR_MPX_DISABLE_MANAGEMENT = 0x2c constant PR_MPX_ENABLE_MANAGEMENT (line 2393) | PR_MPX_ENABLE_MANAGEMENT = 0x2b constant PR_MTE_TAG_MASK (line 2394) | PR_MTE_TAG_MASK = 0x7fff8 constant PR_MTE_TAG_SHIFT (line 2395) | PR_MTE_TAG_SHIFT = 0x3 constant PR_MTE_TCF_ASYNC (line 2396) | PR_MTE_TCF_ASYNC = 0x4 constant PR_MTE_TCF_MASK (line 2397) | PR_MTE_TCF_MASK = 0x6 constant PR_MTE_TCF_NONE (line 2398) | PR_MTE_TCF_NONE = 0x0 constant PR_MTE_TCF_SHIFT (line 2399) | PR_MTE_TCF_SHIFT = 0x1 constant PR_MTE_TCF_SYNC (line 2400) | PR_MTE_TCF_SYNC = 0x2 constant PR_PAC_APDAKEY (line 2401) | PR_PAC_APDAKEY = 0x4 constant PR_PAC_APDBKEY (line 2402) | PR_PAC_APDBKEY = 0x8 constant PR_PAC_APGAKEY (line 2403) | PR_PAC_APGAKEY = 0x10 constant PR_PAC_APIAKEY (line 2404) | PR_PAC_APIAKEY = 0x1 constant PR_PAC_APIBKEY (line 2405) | PR_PAC_APIBKEY = 0x2 constant PR_PAC_GET_ENABLED_KEYS (line 2406) | PR_PAC_GET_ENABLED_KEYS = 0x3d constant PR_PAC_RESET_KEYS (line 2407) | PR_PAC_RESET_KEYS = 0x36 constant PR_PAC_SET_ENABLED_KEYS (line 2408) | PR_PAC_SET_ENABLED_KEYS = 0x3c constant PR_SCHED_CORE (line 2409) | PR_SCHED_CORE = 0x3e constant PR_SCHED_CORE_CREATE (line 2410) | PR_SCHED_CORE_CREATE = 0x1 constant PR_SCHED_CORE_GET (line 2411) | PR_SCHED_CORE_GET = 0x0 constant PR_SCHED_CORE_MAX (line 2412) | PR_SCHED_CORE_MAX = 0x4 constant PR_SCHED_CORE_SCOPE_PROCESS_GROUP (line 2413) | PR_SCHED_CORE_SCOPE_PROCESS_GROUP = 0x2 constant PR_SCHED_CORE_SCOPE_THREAD (line 2414) | PR_SCHED_CORE_SCOPE_THREAD = 0x0 constant PR_SCHED_CORE_SCOPE_THREAD_GROUP (line 2415) | PR_SCHED_CORE_SCOPE_THREAD_GROUP = 0x1 constant PR_SCHED_CORE_SHARE_FROM (line 2416) | PR_SCHED_CORE_SHARE_FROM = 0x3 constant PR_SCHED_CORE_SHARE_TO (line 2417) | PR_SCHED_CORE_SHARE_TO = 0x2 constant PR_SET_CHILD_SUBREAPER (line 2418) | PR_SET_CHILD_SUBREAPER = 0x24 constant PR_SET_DUMPABLE (line 2419) | PR_SET_DUMPABLE = 0x4 constant PR_SET_ENDIAN (line 2420) | PR_SET_ENDIAN = 0x14 constant PR_SET_FPEMU (line 2421) | PR_SET_FPEMU = 0xa constant PR_SET_FPEXC (line 2422) | PR_SET_FPEXC = 0xc constant PR_SET_FP_MODE (line 2423) | PR_SET_FP_MODE = 0x2d constant PR_SET_IO_FLUSHER (line 2424) | PR_SET_IO_FLUSHER = 0x39 constant PR_SET_KEEPCAPS (line 2425) | PR_SET_KEEPCAPS = 0x8 constant PR_SET_MM (line 2426) | PR_SET_MM = 0x23 constant PR_SET_MM_ARG_END (line 2427) | PR_SET_MM_ARG_END = 0x9 constant PR_SET_MM_ARG_START (line 2428) | PR_SET_MM_ARG_START = 0x8 constant PR_SET_MM_AUXV (line 2429) | PR_SET_MM_AUXV = 0xc constant PR_SET_MM_BRK (line 2430) | PR_SET_MM_BRK = 0x7 constant PR_SET_MM_END_CODE (line 2431) | PR_SET_MM_END_CODE = 0x2 constant PR_SET_MM_END_DATA (line 2432) | PR_SET_MM_END_DATA = 0x4 constant PR_SET_MM_ENV_END (line 2433) | PR_SET_MM_ENV_END = 0xb constant PR_SET_MM_ENV_START (line 2434) | PR_SET_MM_ENV_START = 0xa constant PR_SET_MM_EXE_FILE (line 2435) | PR_SET_MM_EXE_FILE = 0xd constant PR_SET_MM_MAP (line 2436) | PR_SET_MM_MAP = 0xe constant PR_SET_MM_MAP_SIZE (line 2437) | PR_SET_MM_MAP_SIZE = 0xf constant PR_SET_MM_START_BRK (line 2438) | PR_SET_MM_START_BRK = 0x6 constant PR_SET_MM_START_CODE (line 2439) | PR_SET_MM_START_CODE = 0x1 constant PR_SET_MM_START_DATA (line 2440) | PR_SET_MM_START_DATA = 0x3 constant PR_SET_MM_START_STACK (line 2441) | PR_SET_MM_START_STACK = 0x5 constant PR_SET_NAME (line 2442) | PR_SET_NAME = 0xf constant PR_SET_NO_NEW_PRIVS (line 2443) | PR_SET_NO_NEW_PRIVS = 0x26 constant PR_SET_PDEATHSIG (line 2444) | PR_SET_PDEATHSIG = 0x1 constant PR_SET_PTRACER (line 2445) | PR_SET_PTRACER = 0x59616d61 constant PR_SET_SECCOMP (line 2446) | PR_SET_SECCOMP = 0x16 constant PR_SET_SECUREBITS (line 2447) | PR_SET_SECUREBITS = 0x1c constant PR_SET_SPECULATION_CTRL (line 2448) | PR_SET_SPECULATION_CTRL = 0x35 constant PR_SET_SYSCALL_USER_DISPATCH (line 2449) | PR_SET_SYSCALL_USER_DISPATCH = 0x3b constant PR_SET_TAGGED_ADDR_CTRL (line 2450) | PR_SET_TAGGED_ADDR_CTRL = 0x37 constant PR_SET_THP_DISABLE (line 2451) | PR_SET_THP_DISABLE = 0x29 constant PR_SET_TIMERSLACK (line 2452) | PR_SET_TIMERSLACK = 0x1d constant PR_SET_TIMING (line 2453) | PR_SET_TIMING = 0xe constant PR_SET_TSC (line 2454) | PR_SET_TSC = 0x1a constant PR_SET_UNALIGN (line 2455) | PR_SET_UNALIGN = 0x6 constant PR_SET_VMA (line 2456) | PR_SET_VMA = 0x53564d41 constant PR_SET_VMA_ANON_NAME (line 2457) | PR_SET_VMA_ANON_NAME = 0x0 constant PR_SME_GET_VL (line 2458) | PR_SME_GET_VL = 0x40 constant PR_SME_SET_VL (line 2459) | PR_SME_SET_VL = 0x3f constant PR_SME_SET_VL_ONEXEC (line 2460) | PR_SME_SET_VL_ONEXEC = 0x40000 constant PR_SME_VL_INHERIT (line 2461) | PR_SME_VL_INHERIT = 0x20000 constant PR_SME_VL_LEN_MASK (line 2462) | PR_SME_VL_LEN_MASK = 0xffff constant PR_SPEC_DISABLE (line 2463) | PR_SPEC_DISABLE = 0x4 constant PR_SPEC_DISABLE_NOEXEC (line 2464) | PR_SPEC_DISABLE_NOEXEC = 0x10 constant PR_SPEC_ENABLE (line 2465) | PR_SPEC_ENABLE = 0x2 constant PR_SPEC_FORCE_DISABLE (line 2466) | PR_SPEC_FORCE_DISABLE = 0x8 constant PR_SPEC_INDIRECT_BRANCH (line 2467) | PR_SPEC_INDIRECT_BRANCH = 0x1 constant PR_SPEC_L1D_FLUSH (line 2468) | PR_SPEC_L1D_FLUSH = 0x2 constant PR_SPEC_NOT_AFFECTED (line 2469) | PR_SPEC_NOT_AFFECTED = 0x0 constant PR_SPEC_PRCTL (line 2470) | PR_SPEC_PRCTL = 0x1 constant PR_SPEC_STORE_BYPASS (line 2471) | PR_SPEC_STORE_BYPASS = 0x0 constant PR_SVE_GET_VL (line 2472) | PR_SVE_GET_VL = 0x33 constant PR_SVE_SET_VL (line 2473) | PR_SVE_SET_VL = 0x32 constant PR_SVE_SET_VL_ONEXEC (line 2474) | PR_SVE_SET_VL_ONEXEC = 0x40000 constant PR_SVE_VL_INHERIT (line 2475) | PR_SVE_VL_INHERIT = 0x20000 constant PR_SVE_VL_LEN_MASK (line 2476) | PR_SVE_VL_LEN_MASK = 0xffff constant PR_SYS_DISPATCH_OFF (line 2477) | PR_SYS_DISPATCH_OFF = 0x0 constant PR_SYS_DISPATCH_ON (line 2478) | PR_SYS_DISPATCH_ON = 0x1 constant PR_TAGGED_ADDR_ENABLE (line 2479) | PR_TAGGED_ADDR_ENABLE = 0x1 constant PR_TASK_PERF_EVENTS_DISABLE (line 2480) | PR_TASK_PERF_EVENTS_DISABLE = 0x1f constant PR_TASK_PERF_EVENTS_ENABLE (line 2481) | PR_TASK_PERF_EVENTS_ENABLE = 0x20 constant PR_TIMING_STATISTICAL (line 2482) | PR_TIMING_STATISTICAL = 0x0 constant PR_TIMING_TIMESTAMP (line 2483) | PR_TIMING_TIMESTAMP = 0x1 constant PR_TSC_ENABLE (line 2484) | PR_TSC_ENABLE = 0x1 constant PR_TSC_SIGSEGV (line 2485) | PR_TSC_SIGSEGV = 0x2 constant PR_UNALIGN_NOPRINT (line 2486) | PR_UNALIGN_NOPRINT = 0x1 constant PR_UNALIGN_SIGBUS (line 2487) | PR_UNALIGN_SIGBUS = 0x2 constant PSTOREFS_MAGIC (line 2488) | PSTOREFS_MAGIC = 0x6165676c constant PTRACE_ATTACH (line 2489) | PTRACE_ATTACH = 0x10 constant PTRACE_CONT (line 2490) | PTRACE_CONT = 0x7 constant PTRACE_DETACH (line 2491) | PTRACE_DETACH = 0x11 constant PTRACE_EVENTMSG_SYSCALL_ENTRY (line 2492) | PTRACE_EVENTMSG_SYSCALL_ENTRY = 0x1 constant PTRACE_EVENTMSG_SYSCALL_EXIT (line 2493) | PTRACE_EVENTMSG_SYSCALL_EXIT = 0x2 constant PTRACE_EVENT_CLONE (line 2494) | PTRACE_EVENT_CLONE = 0x3 constant PTRACE_EVENT_EXEC (line 2495) | PTRACE_EVENT_EXEC = 0x4 constant PTRACE_EVENT_EXIT (line 2496) | PTRACE_EVENT_EXIT = 0x6 constant PTRACE_EVENT_FORK (line 2497) | PTRACE_EVENT_FORK = 0x1 constant PTRACE_EVENT_SECCOMP (line 2498) | PTRACE_EVENT_SECCOMP = 0x7 constant PTRACE_EVENT_STOP (line 2499) | PTRACE_EVENT_STOP = 0x80 constant PTRACE_EVENT_VFORK (line 2500) | PTRACE_EVENT_VFORK = 0x2 constant PTRACE_EVENT_VFORK_DONE (line 2501) | PTRACE_EVENT_VFORK_DONE = 0x5 constant PTRACE_GETEVENTMSG (line 2502) | PTRACE_GETEVENTMSG = 0x4201 constant PTRACE_GETREGS (line 2503) | PTRACE_GETREGS = 0xc constant PTRACE_GETREGSET (line 2504) | PTRACE_GETREGSET = 0x4204 constant PTRACE_GETSIGINFO (line 2505) | PTRACE_GETSIGINFO = 0x4202 constant PTRACE_GETSIGMASK (line 2506) | PTRACE_GETSIGMASK = 0x420a constant PTRACE_GET_RSEQ_CONFIGURATION (line 2507) | PTRACE_GET_RSEQ_CONFIGURATION = 0x420f constant PTRACE_GET_SYSCALL_INFO (line 2508) | PTRACE_GET_SYSCALL_INFO = 0x420e constant PTRACE_INTERRUPT (line 2509) | PTRACE_INTERRUPT = 0x4207 constant PTRACE_KILL (line 2510) | PTRACE_KILL = 0x8 constant PTRACE_LISTEN (line 2511) | PTRACE_LISTEN = 0x4208 constant PTRACE_O_EXITKILL (line 2512) | PTRACE_O_EXITKILL = 0x100000 constant PTRACE_O_MASK (line 2513) | PTRACE_O_MASK = 0x3000ff constant PTRACE_O_SUSPEND_SECCOMP (line 2514) | PTRACE_O_SUSPEND_SECCOMP = 0x200000 constant PTRACE_O_TRACECLONE (line 2515) | PTRACE_O_TRACECLONE = 0x8 constant PTRACE_O_TRACEEXEC (line 2516) | PTRACE_O_TRACEEXEC = 0x10 constant PTRACE_O_TRACEEXIT (line 2517) | PTRACE_O_TRACEEXIT = 0x40 constant PTRACE_O_TRACEFORK (line 2518) | PTRACE_O_TRACEFORK = 0x2 constant PTRACE_O_TRACESECCOMP (line 2519) | PTRACE_O_TRACESECCOMP = 0x80 constant PTRACE_O_TRACESYSGOOD (line 2520) | PTRACE_O_TRACESYSGOOD = 0x1 constant PTRACE_O_TRACEVFORK (line 2521) | PTRACE_O_TRACEVFORK = 0x4 constant PTRACE_O_TRACEVFORKDONE (line 2522) | PTRACE_O_TRACEVFORKDONE = 0x20 constant PTRACE_PEEKDATA (line 2523) | PTRACE_PEEKDATA = 0x2 constant PTRACE_PEEKSIGINFO (line 2524) | PTRACE_PEEKSIGINFO = 0x4209 constant PTRACE_PEEKSIGINFO_SHARED (line 2525) | PTRACE_PEEKSIGINFO_SHARED = 0x1 constant PTRACE_PEEKTEXT (line 2526) | PTRACE_PEEKTEXT = 0x1 constant PTRACE_PEEKUSR (line 2527) | PTRACE_PEEKUSR = 0x3 constant PTRACE_POKEDATA (line 2528) | PTRACE_POKEDATA = 0x5 constant PTRACE_POKETEXT (line 2529) | PTRACE_POKETEXT = 0x4 constant PTRACE_POKEUSR (line 2530) | PTRACE_POKEUSR = 0x6 constant PTRACE_SECCOMP_GET_FILTER (line 2531) | PTRACE_SECCOMP_GET_FILTER = 0x420c constant PTRACE_SECCOMP_GET_METADATA (line 2532) | PTRACE_SECCOMP_GET_METADATA = 0x420d constant PTRACE_SEIZE (line 2533) | PTRACE_SEIZE = 0x4206 constant PTRACE_SETOPTIONS (line 2534) | PTRACE_SETOPTIONS = 0x4200 constant PTRACE_SETREGS (line 2535) | PTRACE_SETREGS = 0xd constant PTRACE_SETREGSET (line 2536) | PTRACE_SETREGSET = 0x4205 constant PTRACE_SETSIGINFO (line 2537) | PTRACE_SETSIGINFO = 0x4203 constant PTRACE_SETSIGMASK (line 2538) | PTRACE_SETSIGMASK = 0x420b constant PTRACE_SINGLESTEP (line 2539) | PTRACE_SINGLESTEP = 0x9 constant PTRACE_SYSCALL (line 2540) | PTRACE_SYSCALL = 0x18 constant PTRACE_SYSCALL_INFO_ENTRY (line 2541) | PTRACE_SYSCALL_INFO_ENTRY = 0x1 constant PTRACE_SYSCALL_INFO_EXIT (line 2542) | PTRACE_SYSCALL_INFO_EXIT = 0x2 constant PTRACE_SYSCALL_INFO_NONE (line 2543) | PTRACE_SYSCALL_INFO_NONE = 0x0 constant PTRACE_SYSCALL_INFO_SECCOMP (line 2544) | PTRACE_SYSCALL_INFO_SECCOMP = 0x3 constant PTRACE_TRACEME (line 2545) | PTRACE_TRACEME = 0x0 constant P_ALL (line 2546) | P_ALL = 0x0 constant P_PGID (line 2547) | P_PGID = 0x2 constant P_PID (line 2548) | P_PID = 0x1 constant P_PIDFD (line 2549) | P_PIDFD = 0x3 constant QNX4_SUPER_MAGIC (line 2550) | QNX4_SUPER_MAGIC = 0x2f constant QNX6_SUPER_MAGIC (line 2551) | QNX6_SUPER_MAGIC = 0x68191122 constant RAMFS_MAGIC (line 2552) | RAMFS_MAGIC = 0x858458f6 constant RAW_PAYLOAD_DIGITAL (line 2553) | RAW_PAYLOAD_DIGITAL = 0x3 constant RAW_PAYLOAD_HCI (line 2554) | RAW_PAYLOAD_HCI = 0x2 constant RAW_PAYLOAD_LLCP (line 2555) | RAW_PAYLOAD_LLCP = 0x0 constant RAW_PAYLOAD_NCI (line 2556) | RAW_PAYLOAD_NCI = 0x1 constant RAW_PAYLOAD_PROPRIETARY (line 2557) | RAW_PAYLOAD_PROPRIETARY = 0x4 constant RDTGROUP_SUPER_MAGIC (line 2558) | RDTGROUP_SUPER_MAGIC = 0x7655821 constant REISERFS_SUPER_MAGIC (line 2559) | REISERFS_SUPER_MAGIC = 0x52654973 constant RENAME_EXCHANGE (line 2560) | RENAME_EXCHANGE = 0x2 constant RENAME_NOREPLACE (line 2561) | RENAME_NOREPLACE = 0x1 constant RENAME_WHITEOUT (line 2562) | RENAME_WHITEOUT = 0x4 constant RLIMIT_CORE (line 2563) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 2564) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 2565) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 2566) | RLIMIT_FSIZE = 0x1 constant RLIMIT_LOCKS (line 2567) | RLIMIT_LOCKS = 0xa constant RLIMIT_MSGQUEUE (line 2568) | RLIMIT_MSGQUEUE = 0xc constant RLIMIT_NICE (line 2569) | RLIMIT_NICE = 0xd constant RLIMIT_RTPRIO (line 2570) | RLIMIT_RTPRIO = 0xe constant RLIMIT_RTTIME (line 2571) | RLIMIT_RTTIME = 0xf constant RLIMIT_SIGPENDING (line 2572) | RLIMIT_SIGPENDING = 0xb constant RLIMIT_STACK (line 2573) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 2574) | RLIM_INFINITY = 0xffffffffffffffff constant RTAX_ADVMSS (line 2575) | RTAX_ADVMSS = 0x8 constant RTAX_CC_ALGO (line 2576) | RTAX_CC_ALGO = 0x10 constant RTAX_CWND (line 2577) | RTAX_CWND = 0x7 constant RTAX_FASTOPEN_NO_COOKIE (line 2578) | RTAX_FASTOPEN_NO_COOKIE = 0x11 constant RTAX_FEATURES (line 2579) | RTAX_FEATURES = 0xc constant RTAX_FEATURE_ALLFRAG (line 2580) | RTAX_FEATURE_ALLFRAG = 0x8 constant RTAX_FEATURE_ECN (line 2581) | RTAX_FEATURE_ECN = 0x1 constant RTAX_FEATURE_MASK (line 2582) | RTAX_FEATURE_MASK = 0xf constant RTAX_FEATURE_SACK (line 2583) | RTAX_FEATURE_SACK = 0x2 constant RTAX_FEATURE_TIMESTAMP (line 2584) | RTAX_FEATURE_TIMESTAMP = 0x4 constant RTAX_HOPLIMIT (line 2585) | RTAX_HOPLIMIT = 0xa constant RTAX_INITCWND (line 2586) | RTAX_INITCWND = 0xb constant RTAX_INITRWND (line 2587) | RTAX_INITRWND = 0xe constant RTAX_LOCK (line 2588) | RTAX_LOCK = 0x1 constant RTAX_MAX (line 2589) | RTAX_MAX = 0x11 constant RTAX_MTU (line 2590) | RTAX_MTU = 0x2 constant RTAX_QUICKACK (line 2591) | RTAX_QUICKACK = 0xf constant RTAX_REORDERING (line 2592) | RTAX_REORDERING = 0x9 constant RTAX_RTO_MIN (line 2593) | RTAX_RTO_MIN = 0xd constant RTAX_RTT (line 2594) | RTAX_RTT = 0x4 constant RTAX_RTTVAR (line 2595) | RTAX_RTTVAR = 0x5 constant RTAX_SSTHRESH (line 2596) | RTAX_SSTHRESH = 0x6 constant RTAX_UNSPEC (line 2597) | RTAX_UNSPEC = 0x0 constant RTAX_WINDOW (line 2598) | RTAX_WINDOW = 0x3 constant RTA_ALIGNTO (line 2599) | RTA_ALIGNTO = 0x4 constant RTA_MAX (line 2600) | RTA_MAX = 0x1e constant RTCF_DIRECTSRC (line 2601) | RTCF_DIRECTSRC = 0x4000000 constant RTCF_DOREDIRECT (line 2602) | RTCF_DOREDIRECT = 0x1000000 constant RTCF_LOG (line 2603) | RTCF_LOG = 0x2000000 constant RTCF_MASQ (line 2604) | RTCF_MASQ = 0x400000 constant RTCF_NAT (line 2605) | RTCF_NAT = 0x800000 constant RTCF_VALVE (line 2606) | RTCF_VALVE = 0x200000 constant RTC_AF (line 2607) | RTC_AF = 0x20 constant RTC_BSM_DIRECT (line 2608) | RTC_BSM_DIRECT = 0x1 constant RTC_BSM_DISABLED (line 2609) | RTC_BSM_DISABLED = 0x0 constant RTC_BSM_LEVEL (line 2610) | RTC_BSM_LEVEL = 0x2 constant RTC_BSM_STANDBY (line 2611) | RTC_BSM_STANDBY = 0x3 constant RTC_FEATURE_ALARM (line 2612) | RTC_FEATURE_ALARM = 0x0 constant RTC_FEATURE_ALARM_RES_2S (line 2613) | RTC_FEATURE_ALARM_RES_2S = 0x3 constant RTC_FEATURE_ALARM_RES_MINUTE (line 2614) | RTC_FEATURE_ALARM_RES_MINUTE = 0x1 constant RTC_FEATURE_ALARM_WAKEUP_ONLY (line 2615) | RTC_FEATURE_ALARM_WAKEUP_ONLY = 0x7 constant RTC_FEATURE_BACKUP_SWITCH_MODE (line 2616) | RTC_FEATURE_BACKUP_SWITCH_MODE = 0x6 constant RTC_FEATURE_CNT (line 2617) | RTC_FEATURE_CNT = 0x8 constant RTC_FEATURE_CORRECTION (line 2618) | RTC_FEATURE_CORRECTION = 0x5 constant RTC_FEATURE_NEED_WEEK_DAY (line 2619) | RTC_FEATURE_NEED_WEEK_DAY = 0x2 constant RTC_FEATURE_UPDATE_INTERRUPT (line 2620) | RTC_FEATURE_UPDATE_INTERRUPT = 0x4 constant RTC_IRQF (line 2621) | RTC_IRQF = 0x80 constant RTC_MAX_FREQ (line 2622) | RTC_MAX_FREQ = 0x2000 constant RTC_PARAM_BACKUP_SWITCH_MODE (line 2623) | RTC_PARAM_BACKUP_SWITCH_MODE = 0x2 constant RTC_PARAM_CORRECTION (line 2624) | RTC_PARAM_CORRECTION = 0x1 constant RTC_PARAM_FEATURES (line 2625) | RTC_PARAM_FEATURES = 0x0 constant RTC_PF (line 2626) | RTC_PF = 0x40 constant RTC_UF (line 2627) | RTC_UF = 0x10 constant RTF_ADDRCLASSMASK (line 2628) | RTF_ADDRCLASSMASK = 0xf8000000 constant RTF_ADDRCONF (line 2629) | RTF_ADDRCONF = 0x40000 constant RTF_ALLONLINK (line 2630) | RTF_ALLONLINK = 0x20000 constant RTF_BROADCAST (line 2631) | RTF_BROADCAST = 0x10000000 constant RTF_CACHE (line 2632) | RTF_CACHE = 0x1000000 constant RTF_DEFAULT (line 2633) | RTF_DEFAULT = 0x10000 constant RTF_DYNAMIC (line 2634) | RTF_DYNAMIC = 0x10 constant RTF_FLOW (line 2635) | RTF_FLOW = 0x2000000 constant RTF_GATEWAY (line 2636) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 2637) | RTF_HOST = 0x4 constant RTF_INTERFACE (line 2638) | RTF_INTERFACE = 0x40000000 constant RTF_IRTT (line 2639) | RTF_IRTT = 0x100 constant RTF_LINKRT (line 2640) | RTF_LINKRT = 0x100000 constant RTF_LOCAL (line 2641) | RTF_LOCAL = 0x80000000 constant RTF_MODIFIED (line 2642) | RTF_MODIFIED = 0x20 constant RTF_MSS (line 2643) | RTF_MSS = 0x40 constant RTF_MTU (line 2644) | RTF_MTU = 0x40 constant RTF_MULTICAST (line 2645) | RTF_MULTICAST = 0x20000000 constant RTF_NAT (line 2646) | RTF_NAT = 0x8000000 constant RTF_NOFORWARD (line 2647) | RTF_NOFORWARD = 0x1000 constant RTF_NONEXTHOP (line 2648) | RTF_NONEXTHOP = 0x200000 constant RTF_NOPMTUDISC (line 2649) | RTF_NOPMTUDISC = 0x4000 constant RTF_POLICY (line 2650) | RTF_POLICY = 0x4000000 constant RTF_REINSTATE (line 2651) | RTF_REINSTATE = 0x8 constant RTF_REJECT (line 2652) | RTF_REJECT = 0x200 constant RTF_STATIC (line 2653) | RTF_STATIC = 0x400 constant RTF_THROW (line 2654) | RTF_THROW = 0x2000 constant RTF_UP (line 2655) | RTF_UP = 0x1 constant RTF_WINDOW (line 2656) | RTF_WINDOW = 0x80 constant RTF_XRESOLVE (line 2657) | RTF_XRESOLVE = 0x800 constant RTMGRP_DECnet_IFADDR (line 2658) | RTMGRP_DECnet_IFADDR = 0x1000 constant RTMGRP_DECnet_ROUTE (line 2659) | RTMGRP_DECnet_ROUTE = 0x4000 constant RTMGRP_IPV4_IFADDR (line 2660) | RTMGRP_IPV4_IFADDR = 0x10 constant RTMGRP_IPV4_MROUTE (line 2661) | RTMGRP_IPV4_MROUTE = 0x20 constant RTMGRP_IPV4_ROUTE (line 2662) | RTMGRP_IPV4_ROUTE = 0x40 constant RTMGRP_IPV4_RULE (line 2663) | RTMGRP_IPV4_RULE = 0x80 constant RTMGRP_IPV6_IFADDR (line 2664) | RTMGRP_IPV6_IFADDR = 0x100 constant RTMGRP_IPV6_IFINFO (line 2665) | RTMGRP_IPV6_IFINFO = 0x800 constant RTMGRP_IPV6_MROUTE (line 2666) | RTMGRP_IPV6_MROUTE = 0x200 constant RTMGRP_IPV6_PREFIX (line 2667) | RTMGRP_IPV6_PREFIX = 0x20000 constant RTMGRP_IPV6_ROUTE (line 2668) | RTMGRP_IPV6_ROUTE = 0x400 constant RTMGRP_LINK (line 2669) | RTMGRP_LINK = 0x1 constant RTMGRP_NEIGH (line 2670) | RTMGRP_NEIGH = 0x4 constant RTMGRP_NOTIFY (line 2671) | RTMGRP_NOTIFY = 0x2 constant RTMGRP_TC (line 2672) | RTMGRP_TC = 0x8 constant RTM_BASE (line 2673) | RTM_BASE = 0x10 constant RTM_DELACTION (line 2674) | RTM_DELACTION = 0x31 constant RTM_DELADDR (line 2675) | RTM_DELADDR = 0x15 constant RTM_DELADDRLABEL (line 2676) | RTM_DELADDRLABEL = 0x49 constant RTM_DELCHAIN (line 2677) | RTM_DELCHAIN = 0x65 constant RTM_DELLINK (line 2678) | RTM_DELLINK = 0x11 constant RTM_DELLINKPROP (line 2679) | RTM_DELLINKPROP = 0x6d constant RTM_DELMDB (line 2680) | RTM_DELMDB = 0x55 constant RTM_DELNEIGH (line 2681) | RTM_DELNEIGH = 0x1d constant RTM_DELNETCONF (line 2682) | RTM_DELNETCONF = 0x51 constant RTM_DELNEXTHOP (line 2683) | RTM_DELNEXTHOP = 0x69 constant RTM_DELNEXTHOPBUCKET (line 2684) | RTM_DELNEXTHOPBUCKET = 0x75 constant RTM_DELNSID (line 2685) | RTM_DELNSID = 0x59 constant RTM_DELQDISC (line 2686) | RTM_DELQDISC = 0x25 constant RTM_DELROUTE (line 2687) | RTM_DELROUTE = 0x19 constant RTM_DELRULE (line 2688) | RTM_DELRULE = 0x21 constant RTM_DELTCLASS (line 2689) | RTM_DELTCLASS = 0x29 constant RTM_DELTFILTER (line 2690) | RTM_DELTFILTER = 0x2d constant RTM_DELTUNNEL (line 2691) | RTM_DELTUNNEL = 0x79 constant RTM_DELVLAN (line 2692) | RTM_DELVLAN = 0x71 constant RTM_F_CLONED (line 2693) | RTM_F_CLONED = 0x200 constant RTM_F_EQUALIZE (line 2694) | RTM_F_EQUALIZE = 0x400 constant RTM_F_FIB_MATCH (line 2695) | RTM_F_FIB_MATCH = 0x2000 constant RTM_F_LOOKUP_TABLE (line 2696) | RTM_F_LOOKUP_TABLE = 0x1000 constant RTM_F_NOTIFY (line 2697) | RTM_F_NOTIFY = 0x100 constant RTM_F_OFFLOAD (line 2698) | RTM_F_OFFLOAD = 0x4000 constant RTM_F_OFFLOAD_FAILED (line 2699) | RTM_F_OFFLOAD_FAILED = 0x20000000 constant RTM_F_PREFIX (line 2700) | RTM_F_PREFIX = 0x800 constant RTM_F_TRAP (line 2701) | RTM_F_TRAP = 0x8000 constant RTM_GETACTION (line 2702) | RTM_GETACTION = 0x32 constant RTM_GETADDR (line 2703) | RTM_GETADDR = 0x16 constant RTM_GETADDRLABEL (line 2704) | RTM_GETADDRLABEL = 0x4a constant RTM_GETANYCAST (line 2705) | RTM_GETANYCAST = 0x3e constant RTM_GETCHAIN (line 2706) | RTM_GETCHAIN = 0x66 constant RTM_GETDCB (line 2707) | RTM_GETDCB = 0x4e constant RTM_GETLINK (line 2708) | RTM_GETLINK = 0x12 constant RTM_GETLINKPROP (line 2709) | RTM_GETLINKPROP = 0x6e constant RTM_GETMDB (line 2710) | RTM_GETMDB = 0x56 constant RTM_GETMULTICAST (line 2711) | RTM_GETMULTICAST = 0x3a constant RTM_GETNEIGH (line 2712) | RTM_GETNEIGH = 0x1e constant RTM_GETNEIGHTBL (line 2713) | RTM_GETNEIGHTBL = 0x42 constant RTM_GETNETCONF (line 2714) | RTM_GETNETCONF = 0x52 constant RTM_GETNEXTHOP (line 2715) | RTM_GETNEXTHOP = 0x6a constant RTM_GETNEXTHOPBUCKET (line 2716) | RTM_GETNEXTHOPBUCKET = 0x76 constant RTM_GETNSID (line 2717) | RTM_GETNSID = 0x5a constant RTM_GETQDISC (line 2718) | RTM_GETQDISC = 0x26 constant RTM_GETROUTE (line 2719) | RTM_GETROUTE = 0x1a constant RTM_GETRULE (line 2720) | RTM_GETRULE = 0x22 constant RTM_GETSTATS (line 2721) | RTM_GETSTATS = 0x5e constant RTM_GETTCLASS (line 2722) | RTM_GETTCLASS = 0x2a constant RTM_GETTFILTER (line 2723) | RTM_GETTFILTER = 0x2e constant RTM_GETTUNNEL (line 2724) | RTM_GETTUNNEL = 0x7a constant RTM_GETVLAN (line 2725) | RTM_GETVLAN = 0x72 constant RTM_MAX (line 2726) | RTM_MAX = 0x7b constant RTM_NEWACTION (line 2727) | RTM_NEWACTION = 0x30 constant RTM_NEWADDR (line 2728) | RTM_NEWADDR = 0x14 constant RTM_NEWADDRLABEL (line 2729) | RTM_NEWADDRLABEL = 0x48 constant RTM_NEWCACHEREPORT (line 2730) | RTM_NEWCACHEREPORT = 0x60 constant RTM_NEWCHAIN (line 2731) | RTM_NEWCHAIN = 0x64 constant RTM_NEWLINK (line 2732) | RTM_NEWLINK = 0x10 constant RTM_NEWLINKPROP (line 2733) | RTM_NEWLINKPROP = 0x6c constant RTM_NEWMDB (line 2734) | RTM_NEWMDB = 0x54 constant RTM_NEWNDUSEROPT (line 2735) | RTM_NEWNDUSEROPT = 0x44 constant RTM_NEWNEIGH (line 2736) | RTM_NEWNEIGH = 0x1c constant RTM_NEWNEIGHTBL (line 2737) | RTM_NEWNEIGHTBL = 0x40 constant RTM_NEWNETCONF (line 2738) | RTM_NEWNETCONF = 0x50 constant RTM_NEWNEXTHOP (line 2739) | RTM_NEWNEXTHOP = 0x68 constant RTM_NEWNEXTHOPBUCKET (line 2740) | RTM_NEWNEXTHOPBUCKET = 0x74 constant RTM_NEWNSID (line 2741) | RTM_NEWNSID = 0x58 constant RTM_NEWNVLAN (line 2742) | RTM_NEWNVLAN = 0x70 constant RTM_NEWPREFIX (line 2743) | RTM_NEWPREFIX = 0x34 constant RTM_NEWQDISC (line 2744) | RTM_NEWQDISC = 0x24 constant RTM_NEWROUTE (line 2745) | RTM_NEWROUTE = 0x18 constant RTM_NEWRULE (line 2746) | RTM_NEWRULE = 0x20 constant RTM_NEWSTATS (line 2747) | RTM_NEWSTATS = 0x5c constant RTM_NEWTCLASS (line 2748) | RTM_NEWTCLASS = 0x28 constant RTM_NEWTFILTER (line 2749) | RTM_NEWTFILTER = 0x2c constant RTM_NEWTUNNEL (line 2750) | RTM_NEWTUNNEL = 0x78 constant RTM_NR_FAMILIES (line 2751) | RTM_NR_FAMILIES = 0x1b constant RTM_NR_MSGTYPES (line 2752) | RTM_NR_MSGTYPES = 0x6c constant RTM_SETDCB (line 2753) | RTM_SETDCB = 0x4f constant RTM_SETLINK (line 2754) | RTM_SETLINK = 0x13 constant RTM_SETNEIGHTBL (line 2755) | RTM_SETNEIGHTBL = 0x43 constant RTM_SETSTATS (line 2756) | RTM_SETSTATS = 0x5f constant RTNH_ALIGNTO (line 2757) | RTNH_ALIGNTO = 0x4 constant RTNH_COMPARE_MASK (line 2758) | RTNH_COMPARE_MASK = 0x59 constant RTNH_F_DEAD (line 2759) | RTNH_F_DEAD = 0x1 constant RTNH_F_LINKDOWN (line 2760) | RTNH_F_LINKDOWN = 0x10 constant RTNH_F_OFFLOAD (line 2761) | RTNH_F_OFFLOAD = 0x8 constant RTNH_F_ONLINK (line 2762) | RTNH_F_ONLINK = 0x4 constant RTNH_F_PERVASIVE (line 2763) | RTNH_F_PERVASIVE = 0x2 constant RTNH_F_TRAP (line 2764) | RTNH_F_TRAP = 0x40 constant RTNH_F_UNRESOLVED (line 2765) | RTNH_F_UNRESOLVED = 0x20 constant RTN_MAX (line 2766) | RTN_MAX = 0xb constant RTPROT_BABEL (line 2767) | RTPROT_BABEL = 0x2a constant RTPROT_BGP (line 2768) | RTPROT_BGP = 0xba constant RTPROT_BIRD (line 2769) | RTPROT_BIRD = 0xc constant RTPROT_BOOT (line 2770) | RTPROT_BOOT = 0x3 constant RTPROT_DHCP (line 2771) | RTPROT_DHCP = 0x10 constant RTPROT_DNROUTED (line 2772) | RTPROT_DNROUTED = 0xd constant RTPROT_EIGRP (line 2773) | RTPROT_EIGRP = 0xc0 constant RTPROT_GATED (line 2774) | RTPROT_GATED = 0x8 constant RTPROT_ISIS (line 2775) | RTPROT_ISIS = 0xbb constant RTPROT_KEEPALIVED (line 2776) | RTPROT_KEEPALIVED = 0x12 constant RTPROT_KERNEL (line 2777) | RTPROT_KERNEL = 0x2 constant RTPROT_MROUTED (line 2778) | RTPROT_MROUTED = 0x11 constant RTPROT_MRT (line 2779) | RTPROT_MRT = 0xa constant RTPROT_NTK (line 2780) | RTPROT_NTK = 0xf constant RTPROT_OPENR (line 2781) | RTPROT_OPENR = 0x63 constant RTPROT_OSPF (line 2782) | RTPROT_OSPF = 0xbc constant RTPROT_RA (line 2783) | RTPROT_RA = 0x9 constant RTPROT_REDIRECT (line 2784) | RTPROT_REDIRECT = 0x1 constant RTPROT_RIP (line 2785) | RTPROT_RIP = 0xbd constant RTPROT_STATIC (line 2786) | RTPROT_STATIC = 0x4 constant RTPROT_UNSPEC (line 2787) | RTPROT_UNSPEC = 0x0 constant RTPROT_XORP (line 2788) | RTPROT_XORP = 0xe constant RTPROT_ZEBRA (line 2789) | RTPROT_ZEBRA = 0xb constant RT_CLASS_DEFAULT (line 2790) | RT_CLASS_DEFAULT = 0xfd constant RT_CLASS_LOCAL (line 2791) | RT_CLASS_LOCAL = 0xff constant RT_CLASS_MAIN (line 2792) | RT_CLASS_MAIN = 0xfe constant RT_CLASS_MAX (line 2793) | RT_CLASS_MAX = 0xff constant RT_CLASS_UNSPEC (line 2794) | RT_CLASS_UNSPEC = 0x0 constant RUSAGE_CHILDREN (line 2795) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 2796) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 2797) | RUSAGE_THREAD = 0x1 constant RWF_APPEND (line 2798) | RWF_APPEND = 0x10 constant RWF_DSYNC (line 2799) | RWF_DSYNC = 0x2 constant RWF_HIPRI (line 2800) | RWF_HIPRI = 0x1 constant RWF_NOWAIT (line 2801) | RWF_NOWAIT = 0x8 constant RWF_SUPPORTED (line 2802) | RWF_SUPPORTED = 0x1f constant RWF_SYNC (line 2803) | RWF_SYNC = 0x4 constant RWF_WRITE_LIFE_NOT_SET (line 2804) | RWF_WRITE_LIFE_NOT_SET = 0x0 constant SCM_CREDENTIALS (line 2805) | SCM_CREDENTIALS = 0x2 constant SCM_RIGHTS (line 2806) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 2807) | SCM_TIMESTAMP = 0x1d constant SC_LOG_FLUSH (line 2808) | SC_LOG_FLUSH = 0x100000 constant SECCOMP_MODE_DISABLED (line 2809) | SECCOMP_MODE_DISABLED = 0x0 constant SECCOMP_MODE_FILTER (line 2810) | SECCOMP_MODE_FILTER = 0x2 constant SECCOMP_MODE_STRICT (line 2811) | SECCOMP_MODE_STRICT = 0x1 constant SECRETMEM_MAGIC (line 2812) | SECRETMEM_MAGIC = 0x5345434d constant SECURITYFS_MAGIC (line 2813) | SECURITYFS_MAGIC = 0x73636673 constant SEEK_CUR (line 2814) | SEEK_CUR = 0x1 constant SEEK_DATA (line 2815) | SEEK_DATA = 0x3 constant SEEK_END (line 2816) | SEEK_END = 0x2 constant SEEK_HOLE (line 2817) | SEEK_HOLE = 0x4 constant SEEK_MAX (line 2818) | SEEK_MAX = 0x4 constant SEEK_SET (line 2819) | SEEK_SET = 0x0 constant SELINUX_MAGIC (line 2820) | SELINUX_MAGIC = 0xf97cff8c constant SHUT_RD (line 2821) | SHUT_RD = 0x0 constant SHUT_RDWR (line 2822) | SHUT_RDWR = 0x2 constant SHUT_WR (line 2823) | SHUT_WR = 0x1 constant SIOCADDDLCI (line 2824) | SIOCADDDLCI = 0x8980 constant SIOCADDMULTI (line 2825) | SIOCADDMULTI = 0x8931 constant SIOCADDRT (line 2826) | SIOCADDRT = 0x890b constant SIOCBONDCHANGEACTIVE (line 2827) | SIOCBONDCHANGEACTIVE = 0x8995 constant SIOCBONDENSLAVE (line 2828) | SIOCBONDENSLAVE = 0x8990 constant SIOCBONDINFOQUERY (line 2829) | SIOCBONDINFOQUERY = 0x8994 constant SIOCBONDRELEASE (line 2830) | SIOCBONDRELEASE = 0x8991 constant SIOCBONDSETHWADDR (line 2831) | SIOCBONDSETHWADDR = 0x8992 constant SIOCBONDSLAVEINFOQUERY (line 2832) | SIOCBONDSLAVEINFOQUERY = 0x8993 constant SIOCBRADDBR (line 2833) | SIOCBRADDBR = 0x89a0 constant SIOCBRADDIF (line 2834) | SIOCBRADDIF = 0x89a2 constant SIOCBRDELBR (line 2835) | SIOCBRDELBR = 0x89a1 constant SIOCBRDELIF (line 2836) | SIOCBRDELIF = 0x89a3 constant SIOCDARP (line 2837) | SIOCDARP = 0x8953 constant SIOCDELDLCI (line 2838) | SIOCDELDLCI = 0x8981 constant SIOCDELMULTI (line 2839) | SIOCDELMULTI = 0x8932 constant SIOCDELRT (line 2840) | SIOCDELRT = 0x890c constant SIOCDEVPRIVATE (line 2841) | SIOCDEVPRIVATE = 0x89f0 constant SIOCDIFADDR (line 2842) | SIOCDIFADDR = 0x8936 constant SIOCDRARP (line 2843) | SIOCDRARP = 0x8960 constant SIOCETHTOOL (line 2844) | SIOCETHTOOL = 0x8946 constant SIOCGARP (line 2845) | SIOCGARP = 0x8954 constant SIOCGETLINKNAME (line 2846) | SIOCGETLINKNAME = 0x89e0 constant SIOCGETNODEID (line 2847) | SIOCGETNODEID = 0x89e1 constant SIOCGHWTSTAMP (line 2848) | SIOCGHWTSTAMP = 0x89b1 constant SIOCGIFADDR (line 2849) | SIOCGIFADDR = 0x8915 constant SIOCGIFBR (line 2850) | SIOCGIFBR = 0x8940 constant SIOCGIFBRDADDR (line 2851) | SIOCGIFBRDADDR = 0x8919 constant SIOCGIFCONF (line 2852) | SIOCGIFCONF = 0x8912 constant SIOCGIFCOUNT (line 2853) | SIOCGIFCOUNT = 0x8938 constant SIOCGIFDSTADDR (line 2854) | SIOCGIFDSTADDR = 0x8917 constant SIOCGIFENCAP (line 2855) | SIOCGIFENCAP = 0x8925 constant SIOCGIFFLAGS (line 2856) | SIOCGIFFLAGS = 0x8913 constant SIOCGIFHWADDR (line 2857) | SIOCGIFHWADDR = 0x8927 constant SIOCGIFINDEX (line 2858) | SIOCGIFINDEX = 0x8933 constant SIOCGIFMAP (line 2859) | SIOCGIFMAP = 0x8970 constant SIOCGIFMEM (line 2860) | SIOCGIFMEM = 0x891f constant SIOCGIFMETRIC (line 2861) | SIOCGIFMETRIC = 0x891d constant SIOCGIFMTU (line 2862) | SIOCGIFMTU = 0x8921 constant SIOCGIFNAME (line 2863) | SIOCGIFNAME = 0x8910 constant SIOCGIFNETMASK (line 2864) | SIOCGIFNETMASK = 0x891b constant SIOCGIFPFLAGS (line 2865) | SIOCGIFPFLAGS = 0x8935 constant SIOCGIFSLAVE (line 2866) | SIOCGIFSLAVE = 0x8929 constant SIOCGIFTXQLEN (line 2867) | SIOCGIFTXQLEN = 0x8942 constant SIOCGIFVLAN (line 2868) | SIOCGIFVLAN = 0x8982 constant SIOCGMIIPHY (line 2869) | SIOCGMIIPHY = 0x8947 constant SIOCGMIIREG (line 2870) | SIOCGMIIREG = 0x8948 constant SIOCGPPPCSTATS (line 2871) | SIOCGPPPCSTATS = 0x89f2 constant SIOCGPPPSTATS (line 2872) | SIOCGPPPSTATS = 0x89f0 constant SIOCGPPPVER (line 2873) | SIOCGPPPVER = 0x89f1 constant SIOCGRARP (line 2874) | SIOCGRARP = 0x8961 constant SIOCGSKNS (line 2875) | SIOCGSKNS = 0x894c constant SIOCGSTAMP (line 2876) | SIOCGSTAMP = 0x8906 constant SIOCGSTAMPNS (line 2877) | SIOCGSTAMPNS = 0x8907 constant SIOCGSTAMPNS_OLD (line 2878) | SIOCGSTAMPNS_OLD = 0x8907 constant SIOCGSTAMP_OLD (line 2879) | SIOCGSTAMP_OLD = 0x8906 constant SIOCKCMATTACH (line 2880) | SIOCKCMATTACH = 0x89e0 constant SIOCKCMCLONE (line 2881) | SIOCKCMCLONE = 0x89e2 constant SIOCKCMUNATTACH (line 2882) | SIOCKCMUNATTACH = 0x89e1 constant SIOCOUTQNSD (line 2883) | SIOCOUTQNSD = 0x894b constant SIOCPROTOPRIVATE (line 2884) | SIOCPROTOPRIVATE = 0x89e0 constant SIOCRTMSG (line 2885) | SIOCRTMSG = 0x890d constant SIOCSARP (line 2886) | SIOCSARP = 0x8955 constant SIOCSHWTSTAMP (line 2887) | SIOCSHWTSTAMP = 0x89b0 constant SIOCSIFADDR (line 2888) | SIOCSIFADDR = 0x8916 constant SIOCSIFBR (line 2889) | SIOCSIFBR = 0x8941 constant SIOCSIFBRDADDR (line 2890) | SIOCSIFBRDADDR = 0x891a constant SIOCSIFDSTADDR (line 2891) | SIOCSIFDSTADDR = 0x8918 constant SIOCSIFENCAP (line 2892) | SIOCSIFENCAP = 0x8926 constant SIOCSIFFLAGS (line 2893) | SIOCSIFFLAGS = 0x8914 constant SIOCSIFHWADDR (line 2894) | SIOCSIFHWADDR = 0x8924 constant SIOCSIFHWBROADCAST (line 2895) | SIOCSIFHWBROADCAST = 0x8937 constant SIOCSIFLINK (line 2896) | SIOCSIFLINK = 0x8911 constant SIOCSIFMAP (line 2897) | SIOCSIFMAP = 0x8971 constant SIOCSIFMEM (line 2898) | SIOCSIFMEM = 0x8920 constant SIOCSIFMETRIC (line 2899) | SIOCSIFMETRIC = 0x891e constant SIOCSIFMTU (line 2900) | SIOCSIFMTU = 0x8922 constant SIOCSIFNAME (line 2901) | SIOCSIFNAME = 0x8923 constant SIOCSIFNETMASK (line 2902) | SIOCSIFNETMASK = 0x891c constant SIOCSIFPFLAGS (line 2903) | SIOCSIFPFLAGS = 0x8934 constant SIOCSIFSLAVE (line 2904) | SIOCSIFSLAVE = 0x8930 constant SIOCSIFTXQLEN (line 2905) | SIOCSIFTXQLEN = 0x8943 constant SIOCSIFVLAN (line 2906) | SIOCSIFVLAN = 0x8983 constant SIOCSMIIREG (line 2907) | SIOCSMIIREG = 0x8949 constant SIOCSRARP (line 2908) | SIOCSRARP = 0x8962 constant SIOCWANDEV (line 2909) | SIOCWANDEV = 0x894a constant SMACK_MAGIC (line 2910) | SMACK_MAGIC = 0x43415d53 constant SMART_AUTOSAVE (line 2911) | SMART_AUTOSAVE = 0xd2 constant SMART_AUTO_OFFLINE (line 2912) | SMART_AUTO_OFFLINE = 0xdb constant SMART_DISABLE (line 2913) | SMART_DISABLE = 0xd9 constant SMART_ENABLE (line 2914) | SMART_ENABLE = 0xd8 constant SMART_HCYL_PASS (line 2915) | SMART_HCYL_PASS = 0xc2 constant SMART_IMMEDIATE_OFFLINE (line 2916) | SMART_IMMEDIATE_OFFLINE = 0xd4 constant SMART_LCYL_PASS (line 2917) | SMART_LCYL_PASS = 0x4f constant SMART_READ_LOG_SECTOR (line 2918) | SMART_READ_LOG_SECTOR = 0xd5 constant SMART_READ_THRESHOLDS (line 2919) | SMART_READ_THRESHOLDS = 0xd1 constant SMART_READ_VALUES (line 2920) | SMART_READ_VALUES = 0xd0 constant SMART_SAVE (line 2921) | SMART_SAVE = 0xd3 constant SMART_STATUS (line 2922) | SMART_STATUS = 0xda constant SMART_WRITE_LOG_SECTOR (line 2923) | SMART_WRITE_LOG_SECTOR = 0xd6 constant SMART_WRITE_THRESHOLDS (line 2924) | SMART_WRITE_THRESHOLDS = 0xd7 constant SMB2_SUPER_MAGIC (line 2925) | SMB2_SUPER_MAGIC = 0xfe534d42 constant SMB_SUPER_MAGIC (line 2926) | SMB_SUPER_MAGIC = 0x517b constant SOCKFS_MAGIC (line 2927) | SOCKFS_MAGIC = 0x534f434b constant SOCK_BUF_LOCK_MASK (line 2928) | SOCK_BUF_LOCK_MASK = 0x3 constant SOCK_DCCP (line 2929) | SOCK_DCCP = 0x6 constant SOCK_IOC_TYPE (line 2930) | SOCK_IOC_TYPE = 0x89 constant SOCK_PACKET (line 2931) | SOCK_PACKET = 0xa constant SOCK_RAW (line 2932) | SOCK_RAW = 0x3 constant SOCK_RCVBUF_LOCK (line 2933) | SOCK_RCVBUF_LOCK = 0x2 constant SOCK_RDM (line 2934) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 2935) | SOCK_SEQPACKET = 0x5 constant SOCK_SNDBUF_LOCK (line 2936) | SOCK_SNDBUF_LOCK = 0x1 constant SOCK_TXREHASH_DEFAULT (line 2937) | SOCK_TXREHASH_DEFAULT = 0xff constant SOCK_TXREHASH_DISABLED (line 2938) | SOCK_TXREHASH_DISABLED = 0x0 constant SOCK_TXREHASH_ENABLED (line 2939) | SOCK_TXREHASH_ENABLED = 0x1 constant SOL_AAL (line 2940) | SOL_AAL = 0x109 constant SOL_ALG (line 2941) | SOL_ALG = 0x117 constant SOL_ATM (line 2942) | SOL_ATM = 0x108 constant SOL_CAIF (line 2943) | SOL_CAIF = 0x116 constant SOL_CAN_BASE (line 2944) | SOL_CAN_BASE = 0x64 constant SOL_CAN_RAW (line 2945) | SOL_CAN_RAW = 0x65 constant SOL_DCCP (line 2946) | SOL_DCCP = 0x10d constant SOL_DECNET (line 2947) | SOL_DECNET = 0x105 constant SOL_ICMPV6 (line 2948) | SOL_ICMPV6 = 0x3a constant SOL_IP (line 2949) | SOL_IP = 0x0 constant SOL_IPV6 (line 2950) | SOL_IPV6 = 0x29 constant SOL_IRDA (line 2951) | SOL_IRDA = 0x10a constant SOL_IUCV (line 2952) | SOL_IUCV = 0x115 constant SOL_KCM (line 2953) | SOL_KCM = 0x119 constant SOL_LLC (line 2954) | SOL_LLC = 0x10c constant SOL_MCTP (line 2955) | SOL_MCTP = 0x11d constant SOL_MPTCP (line 2956) | SOL_MPTCP = 0x11c constant SOL_NETBEUI (line 2957) | SOL_NETBEUI = 0x10b constant SOL_NETLINK (line 2958) | SOL_NETLINK = 0x10e constant SOL_NFC (line 2959) | SOL_NFC = 0x118 constant SOL_PACKET (line 2960) | SOL_PACKET = 0x107 constant SOL_PNPIPE (line 2961) | SOL_PNPIPE = 0x113 constant SOL_PPPOL2TP (line 2962) | SOL_PPPOL2TP = 0x111 constant SOL_RAW (line 2963) | SOL_RAW = 0xff constant SOL_RDS (line 2964) | SOL_RDS = 0x114 constant SOL_RXRPC (line 2965) | SOL_RXRPC = 0x110 constant SOL_SMC (line 2966) | SOL_SMC = 0x11e constant SOL_TCP (line 2967) | SOL_TCP = 0x6 constant SOL_TIPC (line 2968) | SOL_TIPC = 0x10f constant SOL_TLS (line 2969) | SOL_TLS = 0x11a constant SOL_X25 (line 2970) | SOL_X25 = 0x106 constant SOL_XDP (line 2971) | SOL_XDP = 0x11b constant SOMAXCONN (line 2972) | SOMAXCONN = 0x1000 constant SO_ATTACH_FILTER (line 2973) | SO_ATTACH_FILTER = 0x1a constant SO_DEBUG (line 2974) | SO_DEBUG = 0x1 constant SO_DETACH_BPF (line 2975) | SO_DETACH_BPF = 0x1b constant SO_DETACH_FILTER (line 2976) | SO_DETACH_FILTER = 0x1b constant SO_EE_CODE_TXTIME_INVALID_PARAM (line 2977) | SO_EE_CODE_TXTIME_INVALID_PARAM = 0x1 constant SO_EE_CODE_TXTIME_MISSED (line 2978) | SO_EE_CODE_TXTIME_MISSED = 0x2 constant SO_EE_CODE_ZEROCOPY_COPIED (line 2979) | SO_EE_CODE_ZEROCOPY_COPIED = 0x1 constant SO_EE_ORIGIN_ICMP (line 2980) | SO_EE_ORIGIN_ICMP = 0x2 constant SO_EE_ORIGIN_ICMP6 (line 2981) | SO_EE_ORIGIN_ICMP6 = 0x3 constant SO_EE_ORIGIN_LOCAL (line 2982) | SO_EE_ORIGIN_LOCAL = 0x1 constant SO_EE_ORIGIN_NONE (line 2983) | SO_EE_ORIGIN_NONE = 0x0 constant SO_EE_ORIGIN_TIMESTAMPING (line 2984) | SO_EE_ORIGIN_TIMESTAMPING = 0x4 constant SO_EE_ORIGIN_TXSTATUS (line 2985) | SO_EE_ORIGIN_TXSTATUS = 0x4 constant SO_EE_ORIGIN_TXTIME (line 2986) | SO_EE_ORIGIN_TXTIME = 0x6 constant SO_EE_ORIGIN_ZEROCOPY (line 2987) | SO_EE_ORIGIN_ZEROCOPY = 0x5 constant SO_EE_RFC4884_FLAG_INVALID (line 2988) | SO_EE_RFC4884_FLAG_INVALID = 0x1 constant SO_GET_FILTER (line 2989) | SO_GET_FILTER = 0x1a constant SO_NO_CHECK (line 2990) | SO_NO_CHECK = 0xb constant SO_PEERNAME (line 2991) | SO_PEERNAME = 0x1c constant SO_PRIORITY (line 2992) | SO_PRIORITY = 0xc constant SO_TIMESTAMP (line 2993) | SO_TIMESTAMP = 0x1d constant SO_TIMESTAMP_OLD (line 2994) | SO_TIMESTAMP_OLD = 0x1d constant SO_VM_SOCKETS_BUFFER_MAX_SIZE (line 2995) | SO_VM_SOCKETS_BUFFER_MAX_SIZE = 0x2 constant SO_VM_SOCKETS_BUFFER_MIN_SIZE (line 2996) | SO_VM_SOCKETS_BUFFER_MIN_SIZE = 0x1 constant SO_VM_SOCKETS_BUFFER_SIZE (line 2997) | SO_VM_SOCKETS_BUFFER_SIZE = 0x0 constant SO_VM_SOCKETS_CONNECT_TIMEOUT (line 2998) | SO_VM_SOCKETS_CONNECT_TIMEOUT = 0x6 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW (line 2999) | SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW = 0x8 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD (line 3000) | SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD = 0x6 constant SO_VM_SOCKETS_NONBLOCK_TXRX (line 3001) | SO_VM_SOCKETS_NONBLOCK_TXRX = 0x7 constant SO_VM_SOCKETS_PEER_HOST_VM_ID (line 3002) | SO_VM_SOCKETS_PEER_HOST_VM_ID = 0x3 constant SO_VM_SOCKETS_TRUSTED (line 3003) | SO_VM_SOCKETS_TRUSTED = 0x5 constant SPLICE_F_GIFT (line 3004) | SPLICE_F_GIFT = 0x8 constant SPLICE_F_MORE (line 3005) | SPLICE_F_MORE = 0x4 constant SPLICE_F_MOVE (line 3006) | SPLICE_F_MOVE = 0x1 constant SPLICE_F_NONBLOCK (line 3007) | SPLICE_F_NONBLOCK = 0x2 constant SQUASHFS_MAGIC (line 3008) | SQUASHFS_MAGIC = 0x73717368 constant STACK_END_MAGIC (line 3009) | STACK_END_MAGIC = 0x57ac6e9d constant STATX_ALL (line 3010) | STATX_ALL = 0xfff constant STATX_ATIME (line 3011) | STATX_ATIME = 0x20 constant STATX_ATTR_APPEND (line 3012) | STATX_ATTR_APPEND = 0x20 constant STATX_ATTR_AUTOMOUNT (line 3013) | STATX_ATTR_AUTOMOUNT = 0x1000 constant STATX_ATTR_COMPRESSED (line 3014) | STATX_ATTR_COMPRESSED = 0x4 constant STATX_ATTR_DAX (line 3015) | STATX_ATTR_DAX = 0x200000 constant STATX_ATTR_ENCRYPTED (line 3016) | STATX_ATTR_ENCRYPTED = 0x800 constant STATX_ATTR_IMMUTABLE (line 3017) | STATX_ATTR_IMMUTABLE = 0x10 constant STATX_ATTR_MOUNT_ROOT (line 3018) | STATX_ATTR_MOUNT_ROOT = 0x2000 constant STATX_ATTR_NODUMP (line 3019) | STATX_ATTR_NODUMP = 0x40 constant STATX_ATTR_VERITY (line 3020) | STATX_ATTR_VERITY = 0x100000 constant STATX_BASIC_STATS (line 3021) | STATX_BASIC_STATS = 0x7ff constant STATX_BLOCKS (line 3022) | STATX_BLOCKS = 0x400 constant STATX_BTIME (line 3023) | STATX_BTIME = 0x800 constant STATX_CTIME (line 3024) | STATX_CTIME = 0x80 constant STATX_DIOALIGN (line 3025) | STATX_DIOALIGN = 0x2000 constant STATX_GID (line 3026) | STATX_GID = 0x10 constant STATX_INO (line 3027) | STATX_INO = 0x100 constant STATX_MNT_ID (line 3028) | STATX_MNT_ID = 0x1000 constant STATX_MODE (line 3029) | STATX_MODE = 0x2 constant STATX_MTIME (line 3030) | STATX_MTIME = 0x40 constant STATX_NLINK (line 3031) | STATX_NLINK = 0x4 constant STATX_SIZE (line 3032) | STATX_SIZE = 0x200 constant STATX_TYPE (line 3033) | STATX_TYPE = 0x1 constant STATX_UID (line 3034) | STATX_UID = 0x8 constant STATX__RESERVED (line 3035) | STATX__RESERVED = 0x80000000 constant SYNC_FILE_RANGE_WAIT_AFTER (line 3036) | SYNC_FILE_RANGE_WAIT_AFTER = 0x4 constant SYNC_FILE_RANGE_WAIT_BEFORE (line 3037) | SYNC_FILE_RANGE_WAIT_BEFORE = 0x1 constant SYNC_FILE_RANGE_WRITE (line 3038) | SYNC_FILE_RANGE_WRITE = 0x2 constant SYNC_FILE_RANGE_WRITE_AND_WAIT (line 3039) | SYNC_FILE_RANGE_WRITE_AND_WAIT = 0x7 constant SYSFS_MAGIC (line 3040) | SYSFS_MAGIC = 0x62656572 constant S_BLKSIZE (line 3041) | S_BLKSIZE = 0x200 constant S_IEXEC (line 3042) | S_IEXEC = 0x40 constant S_IFBLK (line 3043) | S_IFBLK = 0x6000 constant S_IFCHR (line 3044) | S_IFCHR = 0x2000 constant S_IFDIR (line 3045) | S_IFDIR = 0x4000 constant S_IFIFO (line 3046) | S_IFIFO = 0x1000 constant S_IFLNK (line 3047) | S_IFLNK = 0xa000 constant S_IFMT (line 3048) | S_IFMT = 0xf000 constant S_IFREG (line 3049) | S_IFREG = 0x8000 constant S_IFSOCK (line 3050) | S_IFSOCK = 0xc000 constant S_IREAD (line 3051) | S_IREAD = 0x100 constant S_IRGRP (line 3052) | S_IRGRP = 0x20 constant S_IROTH (line 3053) | S_IROTH = 0x4 constant S_IRUSR (line 3054) | S_IRUSR = 0x100 constant S_IRWXG (line 3055) | S_IRWXG = 0x38 constant S_IRWXO (line 3056) | S_IRWXO = 0x7 constant S_IRWXU (line 3057) | S_IRWXU = 0x1c0 constant S_ISGID (line 3058) | S_ISGID = 0x400 constant S_ISUID (line 3059) | S_ISUID = 0x800 constant S_ISVTX (line 3060) | S_ISVTX = 0x200 constant S_IWGRP (line 3061) | S_IWGRP = 0x10 constant S_IWOTH (line 3062) | S_IWOTH = 0x2 constant S_IWRITE (line 3063) | S_IWRITE = 0x80 constant S_IWUSR (line 3064) | S_IWUSR = 0x80 constant S_IXGRP (line 3065) | S_IXGRP = 0x8 constant S_IXOTH (line 3066) | S_IXOTH = 0x1 constant S_IXUSR (line 3067) | S_IXUSR = 0x40 constant TAB0 (line 3068) | TAB0 = 0x0 constant TASKSTATS_CMD_ATTR_MAX (line 3069) | TASKSTATS_CMD_ATTR_MAX = 0x4 constant TASKSTATS_CMD_MAX (line 3070) | TASKSTATS_CMD_MAX = 0x2 constant TASKSTATS_GENL_NAME (line 3071) | TASKSTATS_GENL_NAME = "TASKSTATS" constant TASKSTATS_GENL_VERSION (line 3072) | TASKSTATS_GENL_VERSION = 0x1 constant TASKSTATS_TYPE_MAX (line 3073) | TASKSTATS_TYPE_MAX = 0x6 constant TASKSTATS_VERSION (line 3074) | TASKSTATS_VERSION = 0xd constant TCIFLUSH (line 3075) | TCIFLUSH = 0x0 constant TCIOFF (line 3076) | TCIOFF = 0x2 constant TCIOFLUSH (line 3077) | TCIOFLUSH = 0x2 constant TCION (line 3078) | TCION = 0x3 constant TCOFLUSH (line 3079) | TCOFLUSH = 0x1 constant TCOOFF (line 3080) | TCOOFF = 0x0 constant TCOON (line 3081) | TCOON = 0x1 constant TCPOPT_EOL (line 3082) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 3083) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 3084) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 3085) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 3086) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_TIMESTAMP (line 3087) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 3088) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 3089) | TCPOPT_WINDOW = 0x3 constant TCP_CC_INFO (line 3090) | TCP_CC_INFO = 0x1a constant TCP_CM_INQ (line 3091) | TCP_CM_INQ = 0x24 constant TCP_CONGESTION (line 3092) | TCP_CONGESTION = 0xd constant TCP_COOKIE_IN_ALWAYS (line 3093) | TCP_COOKIE_IN_ALWAYS = 0x1 constant TCP_COOKIE_MAX (line 3094) | TCP_COOKIE_MAX = 0x10 constant TCP_COOKIE_MIN (line 3095) | TCP_COOKIE_MIN = 0x8 constant TCP_COOKIE_OUT_NEVER (line 3096) | TCP_COOKIE_OUT_NEVER = 0x2 constant TCP_COOKIE_PAIR_SIZE (line 3097) | TCP_COOKIE_PAIR_SIZE = 0x20 constant TCP_COOKIE_TRANSACTIONS (line 3098) | TCP_COOKIE_TRANSACTIONS = 0xf constant TCP_CORK (line 3099) | TCP_CORK = 0x3 constant TCP_DEFER_ACCEPT (line 3100) | TCP_DEFER_ACCEPT = 0x9 constant TCP_FASTOPEN (line 3101) | TCP_FASTOPEN = 0x17 constant TCP_FASTOPEN_CONNECT (line 3102) | TCP_FASTOPEN_CONNECT = 0x1e constant TCP_FASTOPEN_KEY (line 3103) | TCP_FASTOPEN_KEY = 0x21 constant TCP_FASTOPEN_NO_COOKIE (line 3104) | TCP_FASTOPEN_NO_COOKIE = 0x22 constant TCP_INFO (line 3105) | TCP_INFO = 0xb constant TCP_INQ (line 3106) | TCP_INQ = 0x24 constant TCP_KEEPCNT (line 3107) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 3108) | TCP_KEEPIDLE = 0x4 constant TCP_KEEPINTVL (line 3109) | TCP_KEEPINTVL = 0x5 constant TCP_LINGER2 (line 3110) | TCP_LINGER2 = 0x8 constant TCP_MAXSEG (line 3111) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 3112) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 3113) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 3114) | TCP_MD5SIG = 0xe constant TCP_MD5SIG_EXT (line 3115) | TCP_MD5SIG_EXT = 0x20 constant TCP_MD5SIG_FLAG_PREFIX (line 3116) | TCP_MD5SIG_FLAG_PREFIX = 0x1 constant TCP_MD5SIG_MAXKEYLEN (line 3117) | TCP_MD5SIG_MAXKEYLEN = 0x50 constant TCP_MSS (line 3118) | TCP_MSS = 0x200 constant TCP_MSS_DEFAULT (line 3119) | TCP_MSS_DEFAULT = 0x218 constant TCP_MSS_DESIRED (line 3120) | TCP_MSS_DESIRED = 0x4c4 constant TCP_NODELAY (line 3121) | TCP_NODELAY = 0x1 constant TCP_NOTSENT_LOWAT (line 3122) | TCP_NOTSENT_LOWAT = 0x19 constant TCP_QUEUE_SEQ (line 3123) | TCP_QUEUE_SEQ = 0x15 constant TCP_QUICKACK (line 3124) | TCP_QUICKACK = 0xc constant TCP_REPAIR (line 3125) | TCP_REPAIR = 0x13 constant TCP_REPAIR_OFF (line 3126) | TCP_REPAIR_OFF = 0x0 constant TCP_REPAIR_OFF_NO_WP (line 3127) | TCP_REPAIR_OFF_NO_WP = -0x1 constant TCP_REPAIR_ON (line 3128) | TCP_REPAIR_ON = 0x1 constant TCP_REPAIR_OPTIONS (line 3129) | TCP_REPAIR_OPTIONS = 0x16 constant TCP_REPAIR_QUEUE (line 3130) | TCP_REPAIR_QUEUE = 0x14 constant TCP_REPAIR_WINDOW (line 3131) | TCP_REPAIR_WINDOW = 0x1d constant TCP_SAVED_SYN (line 3132) | TCP_SAVED_SYN = 0x1c constant TCP_SAVE_SYN (line 3133) | TCP_SAVE_SYN = 0x1b constant TCP_SYNCNT (line 3134) | TCP_SYNCNT = 0x7 constant TCP_S_DATA_IN (line 3135) | TCP_S_DATA_IN = 0x4 constant TCP_S_DATA_OUT (line 3136) | TCP_S_DATA_OUT = 0x8 constant TCP_THIN_DUPACK (line 3137) | TCP_THIN_DUPACK = 0x11 constant TCP_THIN_LINEAR_TIMEOUTS (line 3138) | TCP_THIN_LINEAR_TIMEOUTS = 0x10 constant TCP_TIMESTAMP (line 3139) | TCP_TIMESTAMP = 0x18 constant TCP_TX_DELAY (line 3140) | TCP_TX_DELAY = 0x25 constant TCP_ULP (line 3141) | TCP_ULP = 0x1f constant TCP_USER_TIMEOUT (line 3142) | TCP_USER_TIMEOUT = 0x12 constant TCP_V4_FLOW (line 3143) | TCP_V4_FLOW = 0x1 constant TCP_V6_FLOW (line 3144) | TCP_V6_FLOW = 0x5 constant TCP_WINDOW_CLAMP (line 3145) | TCP_WINDOW_CLAMP = 0xa constant TCP_ZEROCOPY_RECEIVE (line 3146) | TCP_ZEROCOPY_RECEIVE = 0x23 constant TFD_TIMER_ABSTIME (line 3147) | TFD_TIMER_ABSTIME = 0x1 constant TFD_TIMER_CANCEL_ON_SET (line 3148) | TFD_TIMER_CANCEL_ON_SET = 0x2 constant TIMER_ABSTIME (line 3149) | TIMER_ABSTIME = 0x1 constant TIOCM_DTR (line 3150) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 3151) | TIOCM_LE = 0x1 constant TIOCM_RTS (line 3152) | TIOCM_RTS = 0x4 constant TIOCPKT_DATA (line 3153) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 3154) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 3155) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 3156) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 3157) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 3158) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 3159) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 3160) | TIOCPKT_STOP = 0x4 constant TIPC_ADDR_ID (line 3161) | TIPC_ADDR_ID = 0x3 constant TIPC_ADDR_MCAST (line 3162) | TIPC_ADDR_MCAST = 0x1 constant TIPC_ADDR_NAME (line 3163) | TIPC_ADDR_NAME = 0x2 constant TIPC_ADDR_NAMESEQ (line 3164) | TIPC_ADDR_NAMESEQ = 0x1 constant TIPC_AEAD_ALG_NAME (line 3165) | TIPC_AEAD_ALG_NAME = 0x20 constant TIPC_AEAD_KEYLEN_MAX (line 3166) | TIPC_AEAD_KEYLEN_MAX = 0x24 constant TIPC_AEAD_KEYLEN_MIN (line 3167) | TIPC_AEAD_KEYLEN_MIN = 0x14 constant TIPC_AEAD_KEY_SIZE_MAX (line 3168) | TIPC_AEAD_KEY_SIZE_MAX = 0x48 constant TIPC_CFG_SRV (line 3169) | TIPC_CFG_SRV = 0x0 constant TIPC_CLUSTER_BITS (line 3170) | TIPC_CLUSTER_BITS = 0xc constant TIPC_CLUSTER_MASK (line 3171) | TIPC_CLUSTER_MASK = 0xfff000 constant TIPC_CLUSTER_OFFSET (line 3172) | TIPC_CLUSTER_OFFSET = 0xc constant TIPC_CLUSTER_SIZE (line 3173) | TIPC_CLUSTER_SIZE = 0xfff constant TIPC_CONN_SHUTDOWN (line 3174) | TIPC_CONN_SHUTDOWN = 0x5 constant TIPC_CONN_TIMEOUT (line 3175) | TIPC_CONN_TIMEOUT = 0x82 constant TIPC_CRITICAL_IMPORTANCE (line 3176) | TIPC_CRITICAL_IMPORTANCE = 0x3 constant TIPC_DESTNAME (line 3177) | TIPC_DESTNAME = 0x3 constant TIPC_DEST_DROPPABLE (line 3178) | TIPC_DEST_DROPPABLE = 0x81 constant TIPC_ERRINFO (line 3179) | TIPC_ERRINFO = 0x1 constant TIPC_ERR_NO_NAME (line 3180) | TIPC_ERR_NO_NAME = 0x1 constant TIPC_ERR_NO_NODE (line 3181) | TIPC_ERR_NO_NODE = 0x3 constant TIPC_ERR_NO_PORT (line 3182) | TIPC_ERR_NO_PORT = 0x2 constant TIPC_ERR_OVERLOAD (line 3183) | TIPC_ERR_OVERLOAD = 0x4 constant TIPC_GROUP_JOIN (line 3184) | TIPC_GROUP_JOIN = 0x87 constant TIPC_GROUP_LEAVE (line 3185) | TIPC_GROUP_LEAVE = 0x88 constant TIPC_GROUP_LOOPBACK (line 3186) | TIPC_GROUP_LOOPBACK = 0x1 constant TIPC_GROUP_MEMBER_EVTS (line 3187) | TIPC_GROUP_MEMBER_EVTS = 0x2 constant TIPC_HIGH_IMPORTANCE (line 3188) | TIPC_HIGH_IMPORTANCE = 0x2 constant TIPC_IMPORTANCE (line 3189) | TIPC_IMPORTANCE = 0x7f constant TIPC_LINK_STATE (line 3190) | TIPC_LINK_STATE = 0x2 constant TIPC_LOW_IMPORTANCE (line 3191) | TIPC_LOW_IMPORTANCE = 0x0 constant TIPC_MAX_BEARER_NAME (line 3192) | TIPC_MAX_BEARER_NAME = 0x20 constant TIPC_MAX_IF_NAME (line 3193) | TIPC_MAX_IF_NAME = 0x10 constant TIPC_MAX_LINK_NAME (line 3194) | TIPC_MAX_LINK_NAME = 0x44 constant TIPC_MAX_MEDIA_NAME (line 3195) | TIPC_MAX_MEDIA_NAME = 0x10 constant TIPC_MAX_USER_MSG_SIZE (line 3196) | TIPC_MAX_USER_MSG_SIZE = 0x101d0 constant TIPC_MCAST_BROADCAST (line 3197) | TIPC_MCAST_BROADCAST = 0x85 constant TIPC_MCAST_REPLICAST (line 3198) | TIPC_MCAST_REPLICAST = 0x86 constant TIPC_MEDIUM_IMPORTANCE (line 3199) | TIPC_MEDIUM_IMPORTANCE = 0x1 constant TIPC_NODEID_LEN (line 3200) | TIPC_NODEID_LEN = 0x10 constant TIPC_NODELAY (line 3201) | TIPC_NODELAY = 0x8a constant TIPC_NODE_BITS (line 3202) | TIPC_NODE_BITS = 0xc constant TIPC_NODE_MASK (line 3203) | TIPC_NODE_MASK = 0xfff constant TIPC_NODE_OFFSET (line 3204) | TIPC_NODE_OFFSET = 0x0 constant TIPC_NODE_RECVQ_DEPTH (line 3205) | TIPC_NODE_RECVQ_DEPTH = 0x83 constant TIPC_NODE_SIZE (line 3206) | TIPC_NODE_SIZE = 0xfff constant TIPC_NODE_STATE (line 3207) | TIPC_NODE_STATE = 0x0 constant TIPC_OK (line 3208) | TIPC_OK = 0x0 constant TIPC_PUBLISHED (line 3209) | TIPC_PUBLISHED = 0x1 constant TIPC_REKEYING_NOW (line 3210) | TIPC_REKEYING_NOW = 0xffffffff constant TIPC_RESERVED_TYPES (line 3211) | TIPC_RESERVED_TYPES = 0x40 constant TIPC_RETDATA (line 3212) | TIPC_RETDATA = 0x2 constant TIPC_SERVICE_ADDR (line 3213) | TIPC_SERVICE_ADDR = 0x2 constant TIPC_SERVICE_RANGE (line 3214) | TIPC_SERVICE_RANGE = 0x1 constant TIPC_SOCKET_ADDR (line 3215) | TIPC_SOCKET_ADDR = 0x3 constant TIPC_SOCK_RECVQ_DEPTH (line 3216) | TIPC_SOCK_RECVQ_DEPTH = 0x84 constant TIPC_SOCK_RECVQ_USED (line 3217) | TIPC_SOCK_RECVQ_USED = 0x89 constant TIPC_SRC_DROPPABLE (line 3218) | TIPC_SRC_DROPPABLE = 0x80 constant TIPC_SUBSCR_TIMEOUT (line 3219) | TIPC_SUBSCR_TIMEOUT = 0x3 constant TIPC_SUB_CANCEL (line 3220) | TIPC_SUB_CANCEL = 0x4 constant TIPC_SUB_PORTS (line 3221) | TIPC_SUB_PORTS = 0x1 constant TIPC_SUB_SERVICE (line 3222) | TIPC_SUB_SERVICE = 0x2 constant TIPC_TOP_SRV (line 3223) | TIPC_TOP_SRV = 0x1 constant TIPC_WAIT_FOREVER (line 3224) | TIPC_WAIT_FOREVER = 0xffffffff constant TIPC_WITHDRAWN (line 3225) | TIPC_WITHDRAWN = 0x2 constant TIPC_ZONE_BITS (line 3226) | TIPC_ZONE_BITS = 0x8 constant TIPC_ZONE_CLUSTER_MASK (line 3227) | TIPC_ZONE_CLUSTER_MASK = 0xfffff000 constant TIPC_ZONE_MASK (line 3228) | TIPC_ZONE_MASK = 0xff000000 constant TIPC_ZONE_OFFSET (line 3229) | TIPC_ZONE_OFFSET = 0x18 constant TIPC_ZONE_SCOPE (line 3230) | TIPC_ZONE_SCOPE = 0x1 constant TIPC_ZONE_SIZE (line 3231) | TIPC_ZONE_SIZE = 0xff constant TMPFS_MAGIC (line 3232) | TMPFS_MAGIC = 0x1021994 constant TPACKET_ALIGNMENT (line 3233) | TPACKET_ALIGNMENT = 0x10 constant TPACKET_HDRLEN (line 3234) | TPACKET_HDRLEN = 0x34 constant TP_STATUS_AVAILABLE (line 3235) | TP_STATUS_AVAILABLE = 0x0 constant TP_STATUS_BLK_TMO (line 3236) | TP_STATUS_BLK_TMO = 0x20 constant TP_STATUS_COPY (line 3237) | TP_STATUS_COPY = 0x2 constant TP_STATUS_CSUMNOTREADY (line 3238) | TP_STATUS_CSUMNOTREADY = 0x8 constant TP_STATUS_CSUM_VALID (line 3239) | TP_STATUS_CSUM_VALID = 0x80 constant TP_STATUS_KERNEL (line 3240) | TP_STATUS_KERNEL = 0x0 constant TP_STATUS_LOSING (line 3241) | TP_STATUS_LOSING = 0x4 constant TP_STATUS_SENDING (line 3242) | TP_STATUS_SENDING = 0x2 constant TP_STATUS_SEND_REQUEST (line 3243) | TP_STATUS_SEND_REQUEST = 0x1 constant TP_STATUS_TS_RAW_HARDWARE (line 3244) | TP_STATUS_TS_RAW_HARDWARE = 0x80000000 constant TP_STATUS_TS_SOFTWARE (line 3245) | TP_STATUS_TS_SOFTWARE = 0x20000000 constant TP_STATUS_TS_SYS_HARDWARE (line 3246) | TP_STATUS_TS_SYS_HARDWARE = 0x40000000 constant TP_STATUS_USER (line 3247) | TP_STATUS_USER = 0x1 constant TP_STATUS_VLAN_TPID_VALID (line 3248) | TP_STATUS_VLAN_TPID_VALID = 0x40 constant TP_STATUS_VLAN_VALID (line 3249) | TP_STATUS_VLAN_VALID = 0x10 constant TP_STATUS_WRONG_FORMAT (line 3250) | TP_STATUS_WRONG_FORMAT = 0x4 constant TRACEFS_MAGIC (line 3251) | TRACEFS_MAGIC = 0x74726163 constant TS_COMM_LEN (line 3252) | TS_COMM_LEN = 0x20 constant UDF_SUPER_MAGIC (line 3253) | UDF_SUPER_MAGIC = 0x15013346 constant UMOUNT_NOFOLLOW (line 3254) | UMOUNT_NOFOLLOW = 0x8 constant USBDEVICE_SUPER_MAGIC (line 3255) | USBDEVICE_SUPER_MAGIC = 0x9fa2 constant UTIME_NOW (line 3256) | UTIME_NOW = 0x3fffffff constant UTIME_OMIT (line 3257) | UTIME_OMIT = 0x3ffffffe constant V9FS_MAGIC (line 3258) | V9FS_MAGIC = 0x1021997 constant VERASE (line 3259) | VERASE = 0x2 constant VINTR (line 3260) | VINTR = 0x0 constant VKILL (line 3261) | VKILL = 0x3 constant VLNEXT (line 3262) | VLNEXT = 0xf constant VMADDR_CID_ANY (line 3263) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 3264) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 3265) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_LOCAL (line 3266) | VMADDR_CID_LOCAL = 0x1 constant VMADDR_FLAG_TO_HOST (line 3267) | VMADDR_FLAG_TO_HOST = 0x1 constant VMADDR_PORT_ANY (line 3268) | VMADDR_PORT_ANY = 0xffffffff constant VM_SOCKETS_INVALID_VERSION (line 3269) | VM_SOCKETS_INVALID_VERSION = 0xffffffff constant VQUIT (line 3270) | VQUIT = 0x1 constant VT0 (line 3271) | VT0 = 0x0 constant WAKE_MAGIC (line 3272) | WAKE_MAGIC = 0x20 constant WALL (line 3273) | WALL = 0x40000000 constant WCLONE (line 3274) | WCLONE = 0x80000000 constant WCONTINUED (line 3275) | WCONTINUED = 0x8 constant WDIOC_SETPRETIMEOUT (line 3276) | WDIOC_SETPRETIMEOUT = 0xc0045708 constant WDIOC_SETTIMEOUT (line 3277) | WDIOC_SETTIMEOUT = 0xc0045706 constant WDIOF_ALARMONLY (line 3278) | WDIOF_ALARMONLY = 0x400 constant WDIOF_CARDRESET (line 3279) | WDIOF_CARDRESET = 0x20 constant WDIOF_EXTERN1 (line 3280) | WDIOF_EXTERN1 = 0x4 constant WDIOF_EXTERN2 (line 3281) | WDIOF_EXTERN2 = 0x8 constant WDIOF_FANFAULT (line 3282) | WDIOF_FANFAULT = 0x2 constant WDIOF_KEEPALIVEPING (line 3283) | WDIOF_KEEPALIVEPING = 0x8000 constant WDIOF_MAGICCLOSE (line 3284) | WDIOF_MAGICCLOSE = 0x100 constant WDIOF_OVERHEAT (line 3285) | WDIOF_OVERHEAT = 0x1 constant WDIOF_POWEROVER (line 3286) | WDIOF_POWEROVER = 0x40 constant WDIOF_POWERUNDER (line 3287) | WDIOF_POWERUNDER = 0x10 constant WDIOF_PRETIMEOUT (line 3288) | WDIOF_PRETIMEOUT = 0x200 constant WDIOF_SETTIMEOUT (line 3289) | WDIOF_SETTIMEOUT = 0x80 constant WDIOF_UNKNOWN (line 3290) | WDIOF_UNKNOWN = -0x1 constant WDIOS_DISABLECARD (line 3291) | WDIOS_DISABLECARD = 0x1 constant WDIOS_ENABLECARD (line 3292) | WDIOS_ENABLECARD = 0x2 constant WDIOS_TEMPPANIC (line 3293) | WDIOS_TEMPPANIC = 0x4 constant WDIOS_UNKNOWN (line 3294) | WDIOS_UNKNOWN = -0x1 constant WEXITED (line 3295) | WEXITED = 0x4 constant WGALLOWEDIP_A_MAX (line 3296) | WGALLOWEDIP_A_MAX = 0x3 constant WGDEVICE_A_MAX (line 3297) | WGDEVICE_A_MAX = 0x8 constant WGPEER_A_MAX (line 3298) | WGPEER_A_MAX = 0xa constant WG_CMD_MAX (line 3299) | WG_CMD_MAX = 0x1 constant WG_GENL_NAME (line 3300) | WG_GENL_NAME = "wireguard" constant WG_GENL_VERSION (line 3301) | WG_GENL_VERSION = 0x1 constant WG_KEY_LEN (line 3302) | WG_KEY_LEN = 0x20 constant WIN_ACKMEDIACHANGE (line 3303) | WIN_ACKMEDIACHANGE = 0xdb constant WIN_CHECKPOWERMODE1 (line 3304) | WIN_CHECKPOWERMODE1 = 0xe5 constant WIN_CHECKPOWERMODE2 (line 3305) | WIN_CHECKPOWERMODE2 = 0x98 constant WIN_DEVICE_RESET (line 3306) | WIN_DEVICE_RESET = 0x8 constant WIN_DIAGNOSE (line 3307) | WIN_DIAGNOSE = 0x90 constant WIN_DOORLOCK (line 3308) | WIN_DOORLOCK = 0xde constant WIN_DOORUNLOCK (line 3309) | WIN_DOORUNLOCK = 0xdf constant WIN_DOWNLOAD_MICROCODE (line 3310) | WIN_DOWNLOAD_MICROCODE = 0x92 constant WIN_FLUSH_CACHE (line 3311) | WIN_FLUSH_CACHE = 0xe7 constant WIN_FLUSH_CACHE_EXT (line 3312) | WIN_FLUSH_CACHE_EXT = 0xea constant WIN_FORMAT (line 3313) | WIN_FORMAT = 0x50 constant WIN_GETMEDIASTATUS (line 3314) | WIN_GETMEDIASTATUS = 0xda constant WIN_IDENTIFY (line 3315) | WIN_IDENTIFY = 0xec constant WIN_IDENTIFY_DMA (line 3316) | WIN_IDENTIFY_DMA = 0xee constant WIN_IDLEIMMEDIATE (line 3317) | WIN_IDLEIMMEDIATE = 0xe1 constant WIN_INIT (line 3318) | WIN_INIT = 0x60 constant WIN_MEDIAEJECT (line 3319) | WIN_MEDIAEJECT = 0xed constant WIN_MULTREAD (line 3320) | WIN_MULTREAD = 0xc4 constant WIN_MULTREAD_EXT (line 3321) | WIN_MULTREAD_EXT = 0x29 constant WIN_MULTWRITE (line 3322) | WIN_MULTWRITE = 0xc5 constant WIN_MULTWRITE_EXT (line 3323) | WIN_MULTWRITE_EXT = 0x39 constant WIN_NOP (line 3324) | WIN_NOP = 0x0 constant WIN_PACKETCMD (line 3325) | WIN_PACKETCMD = 0xa0 constant WIN_PIDENTIFY (line 3326) | WIN_PIDENTIFY = 0xa1 constant WIN_POSTBOOT (line 3327) | WIN_POSTBOOT = 0xdc constant WIN_PREBOOT (line 3328) | WIN_PREBOOT = 0xdd constant WIN_QUEUED_SERVICE (line 3329) | WIN_QUEUED_SERVICE = 0xa2 constant WIN_READ (line 3330) | WIN_READ = 0x20 constant WIN_READDMA (line 3331) | WIN_READDMA = 0xc8 constant WIN_READDMA_EXT (line 3332) | WIN_READDMA_EXT = 0x25 constant WIN_READDMA_ONCE (line 3333) | WIN_READDMA_ONCE = 0xc9 constant WIN_READDMA_QUEUED (line 3334) | WIN_READDMA_QUEUED = 0xc7 constant WIN_READDMA_QUEUED_EXT (line 3335) | WIN_READDMA_QUEUED_EXT = 0x26 constant WIN_READ_BUFFER (line 3336) | WIN_READ_BUFFER = 0xe4 constant WIN_READ_EXT (line 3337) | WIN_READ_EXT = 0x24 constant WIN_READ_LONG (line 3338) | WIN_READ_LONG = 0x22 constant WIN_READ_LONG_ONCE (line 3339) | WIN_READ_LONG_ONCE = 0x23 constant WIN_READ_NATIVE_MAX (line 3340) | WIN_READ_NATIVE_MAX = 0xf8 constant WIN_READ_NATIVE_MAX_EXT (line 3341) | WIN_READ_NATIVE_MAX_EXT = 0x27 constant WIN_READ_ONCE (line 3342) | WIN_READ_ONCE = 0x21 constant WIN_RECAL (line 3343) | WIN_RECAL = 0x10 constant WIN_RESTORE (line 3344) | WIN_RESTORE = 0x10 constant WIN_SECURITY_DISABLE (line 3345) | WIN_SECURITY_DISABLE = 0xf6 constant WIN_SECURITY_ERASE_PREPARE (line 3346) | WIN_SECURITY_ERASE_PREPARE = 0xf3 constant WIN_SECURITY_ERASE_UNIT (line 3347) | WIN_SECURITY_ERASE_UNIT = 0xf4 constant WIN_SECURITY_FREEZE_LOCK (line 3348) | WIN_SECURITY_FREEZE_LOCK = 0xf5 constant WIN_SECURITY_SET_PASS (line 3349) | WIN_SECURITY_SET_PASS = 0xf1 constant WIN_SECURITY_UNLOCK (line 3350) | WIN_SECURITY_UNLOCK = 0xf2 constant WIN_SEEK (line 3351) | WIN_SEEK = 0x70 constant WIN_SETFEATURES (line 3352) | WIN_SETFEATURES = 0xef constant WIN_SETIDLE1 (line 3353) | WIN_SETIDLE1 = 0xe3 constant WIN_SETIDLE2 (line 3354) | WIN_SETIDLE2 = 0x97 constant WIN_SETMULT (line 3355) | WIN_SETMULT = 0xc6 constant WIN_SET_MAX (line 3356) | WIN_SET_MAX = 0xf9 constant WIN_SET_MAX_EXT (line 3357) | WIN_SET_MAX_EXT = 0x37 constant WIN_SLEEPNOW1 (line 3358) | WIN_SLEEPNOW1 = 0xe6 constant WIN_SLEEPNOW2 (line 3359) | WIN_SLEEPNOW2 = 0x99 constant WIN_SMART (line 3360) | WIN_SMART = 0xb0 constant WIN_SPECIFY (line 3361) | WIN_SPECIFY = 0x91 constant WIN_SRST (line 3362) | WIN_SRST = 0x8 constant WIN_STANDBY (line 3363) | WIN_STANDBY = 0xe2 constant WIN_STANDBY2 (line 3364) | WIN_STANDBY2 = 0x96 constant WIN_STANDBYNOW1 (line 3365) | WIN_STANDBYNOW1 = 0xe0 constant WIN_STANDBYNOW2 (line 3366) | WIN_STANDBYNOW2 = 0x94 constant WIN_VERIFY (line 3367) | WIN_VERIFY = 0x40 constant WIN_VERIFY_EXT (line 3368) | WIN_VERIFY_EXT = 0x42 constant WIN_VERIFY_ONCE (line 3369) | WIN_VERIFY_ONCE = 0x41 constant WIN_WRITE (line 3370) | WIN_WRITE = 0x30 constant WIN_WRITEDMA (line 3371) | WIN_WRITEDMA = 0xca constant WIN_WRITEDMA_EXT (line 3372) | WIN_WRITEDMA_EXT = 0x35 constant WIN_WRITEDMA_ONCE (line 3373) | WIN_WRITEDMA_ONCE = 0xcb constant WIN_WRITEDMA_QUEUED (line 3374) | WIN_WRITEDMA_QUEUED = 0xcc constant WIN_WRITEDMA_QUEUED_EXT (line 3375) | WIN_WRITEDMA_QUEUED_EXT = 0x36 constant WIN_WRITE_BUFFER (line 3376) | WIN_WRITE_BUFFER = 0xe8 constant WIN_WRITE_EXT (line 3377) | WIN_WRITE_EXT = 0x34 constant WIN_WRITE_LONG (line 3378) | WIN_WRITE_LONG = 0x32 constant WIN_WRITE_LONG_ONCE (line 3379) | WIN_WRITE_LONG_ONCE = 0x33 constant WIN_WRITE_ONCE (line 3380) | WIN_WRITE_ONCE = 0x31 constant WIN_WRITE_SAME (line 3381) | WIN_WRITE_SAME = 0xe9 constant WIN_WRITE_VERIFY (line 3382) | WIN_WRITE_VERIFY = 0x3c constant WNOHANG (line 3383) | WNOHANG = 0x1 constant WNOTHREAD (line 3384) | WNOTHREAD = 0x20000000 constant WNOWAIT (line 3385) | WNOWAIT = 0x1000000 constant WSTOPPED (line 3386) | WSTOPPED = 0x2 constant WUNTRACED (line 3387) | WUNTRACED = 0x2 constant XATTR_CREATE (line 3388) | XATTR_CREATE = 0x1 constant XATTR_REPLACE (line 3389) | XATTR_REPLACE = 0x2 constant XDP_COPY (line 3390) | XDP_COPY = 0x2 constant XDP_FLAGS_DRV_MODE (line 3391) | XDP_FLAGS_DRV_MODE = 0x4 constant XDP_FLAGS_HW_MODE (line 3392) | XDP_FLAGS_HW_MODE = 0x8 constant XDP_FLAGS_MASK (line 3393) | XDP_FLAGS_MASK = 0x1f constant XDP_FLAGS_MODES (line 3394) | XDP_FLAGS_MODES = 0xe constant XDP_FLAGS_REPLACE (line 3395) | XDP_FLAGS_REPLACE = 0x10 constant XDP_FLAGS_SKB_MODE (line 3396) | XDP_FLAGS_SKB_MODE = 0x2 constant XDP_FLAGS_UPDATE_IF_NOEXIST (line 3397) | XDP_FLAGS_UPDATE_IF_NOEXIST = 0x1 constant XDP_MMAP_OFFSETS (line 3398) | XDP_MMAP_OFFSETS = 0x1 constant XDP_OPTIONS (line 3399) | XDP_OPTIONS = 0x8 constant XDP_OPTIONS_ZEROCOPY (line 3400) | XDP_OPTIONS_ZEROCOPY = 0x1 constant XDP_PACKET_HEADROOM (line 3401) | XDP_PACKET_HEADROOM = 0x100 constant XDP_PGOFF_RX_RING (line 3402) | XDP_PGOFF_RX_RING = 0x0 constant XDP_PGOFF_TX_RING (line 3403) | XDP_PGOFF_TX_RING = 0x80000000 constant XDP_RING_NEED_WAKEUP (line 3404) | XDP_RING_NEED_WAKEUP = 0x1 constant XDP_RX_RING (line 3405) | XDP_RX_RING = 0x2 constant XDP_SHARED_UMEM (line 3406) | XDP_SHARED_UMEM = 0x1 constant XDP_STATISTICS (line 3407) | XDP_STATISTICS = 0x7 constant XDP_TX_RING (line 3408) | XDP_TX_RING = 0x3 constant XDP_UMEM_COMPLETION_RING (line 3409) | XDP_UMEM_COMPLETION_RING = 0x6 constant XDP_UMEM_FILL_RING (line 3410) | XDP_UMEM_FILL_RING = 0x5 constant XDP_UMEM_PGOFF_COMPLETION_RING (line 3411) | XDP_UMEM_PGOFF_COMPLETION_RING = 0x180000000 constant XDP_UMEM_PGOFF_FILL_RING (line 3412) | XDP_UMEM_PGOFF_FILL_RING = 0x100000000 constant XDP_UMEM_REG (line 3413) | XDP_UMEM_REG = 0x4 constant XDP_UMEM_UNALIGNED_CHUNK_FLAG (line 3414) | XDP_UMEM_UNALIGNED_CHUNK_FLAG = 0x1 constant XDP_USE_NEED_WAKEUP (line 3415) | XDP_USE_NEED_WAKEUP = 0x8 constant XDP_ZEROCOPY (line 3416) | XDP_ZEROCOPY = 0x4 constant XENFS_SUPER_MAGIC (line 3417) | XENFS_SUPER_MAGIC = 0xabba1974 constant XFS_SUPER_MAGIC (line 3418) | XFS_SUPER_MAGIC = 0x58465342 constant ZONEFS_MAGIC (line 3419) | ZONEFS_MAGIC = 0x5a4f4653 constant _HIDIOCGRAWNAME_LEN (line 3420) | _HIDIOCGRAWNAME_LEN = 0x80 constant _HIDIOCGRAWPHYS_LEN (line 3421) | _HIDIOCGRAWPHYS_LEN = 0x40 constant _HIDIOCGRAWUNIQ_LEN (line 3422) | _HIDIOCGRAWUNIQ_LEN = 0x40 constant E2BIG (line 3427) | E2BIG = syscall.Errno(0x7) constant EACCES (line 3428) | EACCES = syscall.Errno(0xd) constant EAGAIN (line 3429) | EAGAIN = syscall.Errno(0xb) constant EBADF (line 3430) | EBADF = syscall.Errno(0x9) constant EBUSY (line 3431) | EBUSY = syscall.Errno(0x10) constant ECHILD (line 3432) | ECHILD = syscall.Errno(0xa) constant EDOM (line 3433) | EDOM = syscall.Errno(0x21) constant EEXIST (line 3434) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 3435) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 3436) | EFBIG = syscall.Errno(0x1b) constant EINTR (line 3437) | EINTR = syscall.Errno(0x4) constant EINVAL (line 3438) | EINVAL = syscall.Errno(0x16) constant EIO (line 3439) | EIO = syscall.Errno(0x5) constant EISDIR (line 3440) | EISDIR = syscall.Errno(0x15) constant EMFILE (line 3441) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 3442) | EMLINK = syscall.Errno(0x1f) constant ENFILE (line 3443) | ENFILE = syscall.Errno(0x17) constant ENODEV (line 3444) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 3445) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 3446) | ENOEXEC = syscall.Errno(0x8) constant ENOMEM (line 3447) | ENOMEM = syscall.Errno(0xc) constant ENOSPC (line 3448) | ENOSPC = syscall.Errno(0x1c) constant ENOTBLK (line 3449) | ENOTBLK = syscall.Errno(0xf) constant ENOTDIR (line 3450) | ENOTDIR = syscall.Errno(0x14) constant ENOTTY (line 3451) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 3452) | ENXIO = syscall.Errno(0x6) constant EPERM (line 3453) | EPERM = syscall.Errno(0x1) constant EPIPE (line 3454) | EPIPE = syscall.Errno(0x20) constant ERANGE (line 3455) | ERANGE = syscall.Errno(0x22) constant EROFS (line 3456) | EROFS = syscall.Errno(0x1e) constant ESPIPE (line 3457) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 3458) | ESRCH = syscall.Errno(0x3) constant ETXTBSY (line 3459) | ETXTBSY = syscall.Errno(0x1a) constant EWOULDBLOCK (line 3460) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 3461) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 3466) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 3467) | SIGALRM = syscall.Signal(0xe) constant SIGFPE (line 3468) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 3469) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 3470) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 3471) | SIGINT = syscall.Signal(0x2) constant SIGIOT (line 3472) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 3473) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 3474) | SIGPIPE = syscall.Signal(0xd) constant SIGQUIT (line 3475) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 3476) | SIGSEGV = syscall.Signal(0xb) constant SIGTERM (line 3477) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 3478) | SIGTRAP = syscall.Signal(0x5) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_386.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40041271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80041272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 80) | FP_XSTATE_MAGIC2 = 0x46505845 constant FS_IOC_ENABLE_VERITY (line 81) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 82) | FS_IOC_GETFLAGS = 0x80046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 83) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 84) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 85) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 86) | FS_IOC_SETFLAGS = 0x40046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 87) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 88) | F_GETLK = 0xc constant F_GETLK64 (line 89) | F_GETLK64 = 0xc constant F_GETOWN (line 90) | F_GETOWN = 0x9 constant F_RDLCK (line 91) | F_RDLCK = 0x0 constant F_SETLK (line 92) | F_SETLK = 0xd constant F_SETLK64 (line 93) | F_SETLK64 = 0xd constant F_SETLKW (line 94) | F_SETLKW = 0xe constant F_SETLKW64 (line 95) | F_SETLKW64 = 0xe constant F_SETOWN (line 96) | F_SETOWN = 0x8 constant F_UNLCK (line 97) | F_UNLCK = 0x2 constant F_WRLCK (line 98) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 99) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 100) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 101) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 102) | HUPCL = 0x400 constant ICANON (line 103) | ICANON = 0x2 constant IEXTEN (line 104) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 105) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 106) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 107) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 108) | ISIG = 0x1 constant IUCLC (line 109) | IUCLC = 0x200 constant IXOFF (line 110) | IXOFF = 0x1000 constant IXON (line 111) | IXON = 0x400 constant MAP_32BIT (line 112) | MAP_32BIT = 0x40 constant MAP_ANON (line 113) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 114) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 115) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 116) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 117) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 118) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 119) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 120) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 121) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 122) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 123) | MAP_STACK = 0x20000 constant MAP_SYNC (line 124) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 125) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 126) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 127) | MCL_ONFAULT = 0x4 constant MEMERASE (line 128) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 129) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 130) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 131) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 132) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 133) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 134) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 135) | MEMLOCK = 0x40084d05 constant MEMREAD (line 136) | MEMREAD = 0xc03c4d1a constant MEMREADOOB (line 137) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 138) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 139) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 140) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 141) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 142) | NFDBITS = 0x20 constant NLDLY (line 143) | NLDLY = 0x100 constant NOFLSH (line 144) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 145) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 146) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 147) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 148) | NS_GET_USERNS = 0xb701 constant OLCUC (line 149) | OLCUC = 0x2 constant ONLCR (line 150) | ONLCR = 0x4 constant OTPERASE (line 151) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 152) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 153) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 154) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 155) | OTPSELECT = 0x80044d0d constant O_APPEND (line 156) | O_APPEND = 0x400 constant O_ASYNC (line 157) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 158) | O_CLOEXEC = 0x80000 constant O_CREAT (line 159) | O_CREAT = 0x40 constant O_DIRECT (line 160) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 161) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 162) | O_DSYNC = 0x1000 constant O_EXCL (line 163) | O_EXCL = 0x80 constant O_FSYNC (line 164) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 165) | O_LARGEFILE = 0x8000 constant O_NDELAY (line 166) | O_NDELAY = 0x800 constant O_NOATIME (line 167) | O_NOATIME = 0x40000 constant O_NOCTTY (line 168) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 169) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 170) | O_NONBLOCK = 0x800 constant O_PATH (line 171) | O_PATH = 0x200000 constant O_RSYNC (line 172) | O_RSYNC = 0x101000 constant O_SYNC (line 173) | O_SYNC = 0x101000 constant O_TMPFILE (line 174) | O_TMPFILE = 0x410000 constant O_TRUNC (line 175) | O_TRUNC = 0x200 constant PARENB (line 176) | PARENB = 0x100 constant PARODD (line 177) | PARODD = 0x200 constant PENDIN (line 178) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 179) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 180) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 181) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 182) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 183) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 184) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 185) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 186) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 187) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 188) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 189) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 190) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 191) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 192) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 193) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 194) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 195) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 196) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 197) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 198) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 199) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 200) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 201) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 202) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 203) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 204) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 205) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 206) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 207) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 208) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 209) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 210) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 211) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 212) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 213) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 214) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 215) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 216) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 217) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 218) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 219) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 220) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 221) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 222) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 223) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 224) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPXREGS (line 225) | PTRACE_GETFPXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 226) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_OLDSETOPTIONS (line 227) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETFPREGS (line 228) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPXREGS (line 229) | PTRACE_SETFPXREGS = 0x13 constant PTRACE_SET_THREAD_AREA (line 230) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SINGLEBLOCK (line 231) | PTRACE_SINGLEBLOCK = 0x21 constant PTRACE_SYSEMU (line 232) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 233) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 234) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 235) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 236) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 237) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 238) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 239) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 240) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 241) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 242) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 243) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 244) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 245) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 246) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 247) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 248) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 249) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 250) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 251) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 252) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 253) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 254) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 255) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 256) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 257) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 258) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 259) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 260) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 261) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 262) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 263) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 264) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 265) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 266) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 267) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 268) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 269) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 270) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 271) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 272) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 273) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 274) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 275) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 276) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 277) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 278) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 279) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 280) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 281) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 282) | SIOCINQ = 0x541b constant SIOCOUTQ (line 283) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 284) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 285) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 286) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 287) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 288) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 289) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 290) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 291) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 292) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 293) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 294) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 295) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 296) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 297) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 298) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 299) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 300) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 301) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 302) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 303) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 304) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 305) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 306) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 307) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 308) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 309) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 310) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 311) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 312) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 313) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 314) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 315) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 316) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 317) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 318) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 319) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 324) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 325) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 326) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 327) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 328) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 330) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 332) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 333) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 334) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 335) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 336) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 337) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 338) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 339) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 340) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 341) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 342) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 343) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 344) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 345) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 346) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 347) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 348) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 349) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 350) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 351) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 352) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 353) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 354) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 355) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 356) | SO_TXTIME = 0x3d constant SO_TYPE (line 357) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 358) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 359) | SO_ZEROCOPY = 0x3c constant TAB1 (line 360) | TAB1 = 0x800 constant TAB2 (line 361) | TAB2 = 0x1000 constant TAB3 (line 362) | TAB3 = 0x1800 constant TABDLY (line 363) | TABDLY = 0x1800 constant TCFLSH (line 364) | TCFLSH = 0x540b constant TCGETA (line 365) | TCGETA = 0x5405 constant TCGETS (line 366) | TCGETS = 0x5401 constant TCGETS2 (line 367) | TCGETS2 = 0x802c542a constant TCGETX (line 368) | TCGETX = 0x5432 constant TCSAFLUSH (line 369) | TCSAFLUSH = 0x2 constant TCSBRK (line 370) | TCSBRK = 0x5409 constant TCSBRKP (line 371) | TCSBRKP = 0x5425 constant TCSETA (line 372) | TCSETA = 0x5406 constant TCSETAF (line 373) | TCSETAF = 0x5408 constant TCSETAW (line 374) | TCSETAW = 0x5407 constant TCSETS (line 375) | TCSETS = 0x5402 constant TCSETS2 (line 376) | TCSETS2 = 0x402c542b constant TCSETSF (line 377) | TCSETSF = 0x5404 constant TCSETSF2 (line 378) | TCSETSF2 = 0x402c542d constant TCSETSW (line 379) | TCSETSW = 0x5403 constant TCSETSW2 (line 380) | TCSETSW2 = 0x402c542c constant TCSETX (line 381) | TCSETX = 0x5433 constant TCSETXF (line 382) | TCSETXF = 0x5434 constant TCSETXW (line 383) | TCSETXW = 0x5435 constant TCXONC (line 384) | TCXONC = 0x540a constant TFD_CLOEXEC (line 385) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 386) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 387) | TIOCCBRK = 0x5428 constant TIOCCONS (line 388) | TIOCCONS = 0x541d constant TIOCEXCL (line 389) | TIOCEXCL = 0x540c constant TIOCGDEV (line 390) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 391) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 392) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 393) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 394) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 395) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 396) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 397) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 398) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 399) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 400) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 401) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 402) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 403) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 404) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 405) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 406) | TIOCINQ = 0x541b constant TIOCLINUX (line 407) | TIOCLINUX = 0x541c constant TIOCMBIC (line 408) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 409) | TIOCMBIS = 0x5416 constant TIOCMGET (line 410) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 411) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 412) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 413) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 414) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 415) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 416) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 417) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 418) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 419) | TIOCM_SR = 0x10 constant TIOCM_ST (line 420) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 421) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 422) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 423) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 424) | TIOCPKT = 0x5420 constant TIOCSBRK (line 425) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 426) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 427) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 428) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 429) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 430) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 431) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 432) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 433) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 434) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 435) | TIOCSETD = 0x5423 constant TIOCSIG (line 436) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 437) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 438) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 439) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 440) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 441) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 442) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 443) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 444) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 445) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 446) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 447) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 448) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 449) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 450) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 451) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 452) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 453) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 454) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 455) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 456) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 457) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 458) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 459) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 460) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 461) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 462) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 463) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 464) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 465) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 466) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 467) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 468) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 469) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 470) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 471) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 472) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 473) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 474) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 475) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 476) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 477) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 478) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 479) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 480) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 481) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 482) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 483) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 484) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 485) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 486) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 487) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 488) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 489) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 490) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 491) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 492) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 493) | VDISCARD = 0xd constant VEOF (line 494) | VEOF = 0x4 constant VEOL (line 495) | VEOL = 0xb constant VEOL2 (line 496) | VEOL2 = 0x10 constant VMIN (line 497) | VMIN = 0x6 constant VREPRINT (line 498) | VREPRINT = 0xc constant VSTART (line 499) | VSTART = 0x8 constant VSTOP (line 500) | VSTOP = 0x9 constant VSUSP (line 501) | VSUSP = 0xa constant VSWTC (line 502) | VSWTC = 0x7 constant VT1 (line 503) | VT1 = 0x4000 constant VTDLY (line 504) | VTDLY = 0x4000 constant VTIME (line 505) | VTIME = 0x5 constant VWERASE (line 506) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 507) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 508) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 509) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 510) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 511) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 512) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 513) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 514) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 515) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 516) | WORDSIZE = 0x20 constant X86_FXSR_MAGIC (line 517) | X86_FXSR_MAGIC = 0x0 constant XCASE (line 518) | XCASE = 0x4 constant XTABS (line 519) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 520) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 521) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 522) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 527) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 528) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 529) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 530) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 531) | EALREADY = syscall.Errno(0x72) constant EBADE (line 532) | EBADE = syscall.Errno(0x34) constant EBADFD (line 533) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 534) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 535) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 536) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 537) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 538) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 539) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 540) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 541) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 542) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 543) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 544) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 545) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 546) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 547) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 548) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 549) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 550) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 551) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 552) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 553) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 554) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 555) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 556) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 557) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 558) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 559) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 560) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 561) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 562) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 563) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 564) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 565) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 566) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 567) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 568) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 569) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 570) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 571) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 572) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 573) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 574) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 575) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 576) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 577) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 578) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 579) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 580) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 581) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 582) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 583) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 584) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 585) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 586) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 587) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 588) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 589) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 590) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 591) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 592) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 593) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 594) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 595) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 596) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 597) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 598) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 599) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 600) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 601) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 602) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 603) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 604) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 605) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 606) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 607) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 608) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 609) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 610) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 611) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 612) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 613) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 614) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 615) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 616) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 617) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 618) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 619) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 620) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 621) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 622) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 623) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 624) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 625) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 630) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 631) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 632) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 633) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 634) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 635) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 636) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 637) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 638) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 639) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 640) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 641) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 642) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 643) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 644) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 645) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 646) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 647) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 648) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 649) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 650) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 80) | FP_XSTATE_MAGIC2 = 0x46505845 constant FS_IOC_ENABLE_VERITY (line 81) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 82) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 83) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 84) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 85) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 86) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 87) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 88) | F_GETLK = 0x5 constant F_GETLK64 (line 89) | F_GETLK64 = 0x5 constant F_GETOWN (line 90) | F_GETOWN = 0x9 constant F_RDLCK (line 91) | F_RDLCK = 0x0 constant F_SETLK (line 92) | F_SETLK = 0x6 constant F_SETLK64 (line 93) | F_SETLK64 = 0x6 constant F_SETLKW (line 94) | F_SETLKW = 0x7 constant F_SETLKW64 (line 95) | F_SETLKW64 = 0x7 constant F_SETOWN (line 96) | F_SETOWN = 0x8 constant F_UNLCK (line 97) | F_UNLCK = 0x2 constant F_WRLCK (line 98) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 99) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 100) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 101) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 102) | HUPCL = 0x400 constant ICANON (line 103) | ICANON = 0x2 constant IEXTEN (line 104) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 105) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 106) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 107) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 108) | ISIG = 0x1 constant IUCLC (line 109) | IUCLC = 0x200 constant IXOFF (line 110) | IXOFF = 0x1000 constant IXON (line 111) | IXON = 0x400 constant MAP_32BIT (line 112) | MAP_32BIT = 0x40 constant MAP_ANON (line 113) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 114) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 115) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 116) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 117) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 118) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 119) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 120) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 121) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 122) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 123) | MAP_STACK = 0x20000 constant MAP_SYNC (line 124) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 125) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 126) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 127) | MCL_ONFAULT = 0x4 constant MEMERASE (line 128) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 129) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 130) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 131) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 132) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 133) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 134) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 135) | MEMLOCK = 0x40084d05 constant MEMREAD (line 136) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 137) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 138) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 139) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 140) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 141) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 142) | NFDBITS = 0x40 constant NLDLY (line 143) | NLDLY = 0x100 constant NOFLSH (line 144) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 145) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 146) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 147) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 148) | NS_GET_USERNS = 0xb701 constant OLCUC (line 149) | OLCUC = 0x2 constant ONLCR (line 150) | ONLCR = 0x4 constant OTPERASE (line 151) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 152) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 153) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 154) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 155) | OTPSELECT = 0x80044d0d constant O_APPEND (line 156) | O_APPEND = 0x400 constant O_ASYNC (line 157) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 158) | O_CLOEXEC = 0x80000 constant O_CREAT (line 159) | O_CREAT = 0x40 constant O_DIRECT (line 160) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 161) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 162) | O_DSYNC = 0x1000 constant O_EXCL (line 163) | O_EXCL = 0x80 constant O_FSYNC (line 164) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 165) | O_LARGEFILE = 0x0 constant O_NDELAY (line 166) | O_NDELAY = 0x800 constant O_NOATIME (line 167) | O_NOATIME = 0x40000 constant O_NOCTTY (line 168) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 169) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 170) | O_NONBLOCK = 0x800 constant O_PATH (line 171) | O_PATH = 0x200000 constant O_RSYNC (line 172) | O_RSYNC = 0x101000 constant O_SYNC (line 173) | O_SYNC = 0x101000 constant O_TMPFILE (line 174) | O_TMPFILE = 0x410000 constant O_TRUNC (line 175) | O_TRUNC = 0x200 constant PARENB (line 176) | PARENB = 0x100 constant PARODD (line 177) | PARODD = 0x200 constant PENDIN (line 178) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 179) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 180) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 181) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 182) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 183) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 184) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 185) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 186) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 187) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 188) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 189) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 190) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 191) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 192) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 193) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 194) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 195) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 196) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 197) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 198) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 199) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 200) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 201) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 202) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 203) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 204) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 205) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 206) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 207) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 208) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 209) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 210) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 211) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 212) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 213) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 214) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 215) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 216) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 217) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 218) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 219) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 220) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 221) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 222) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 223) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_ARCH_PRCTL (line 224) | PTRACE_ARCH_PRCTL = 0x1e constant PTRACE_GETFPREGS (line 225) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPXREGS (line 226) | PTRACE_GETFPXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 227) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_OLDSETOPTIONS (line 228) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETFPREGS (line 229) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPXREGS (line 230) | PTRACE_SETFPXREGS = 0x13 constant PTRACE_SET_THREAD_AREA (line 231) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SINGLEBLOCK (line 232) | PTRACE_SINGLEBLOCK = 0x21 constant PTRACE_SYSEMU (line 233) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 234) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 235) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 236) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 237) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 238) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 239) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 240) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 241) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 242) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 243) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 244) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 245) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 246) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 247) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 248) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 249) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 250) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 251) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 252) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 253) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 254) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 255) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 256) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 257) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 258) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 259) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 260) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 261) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 262) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 263) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 264) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 265) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 266) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 267) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 268) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 269) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 270) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 271) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 272) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 273) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 274) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 275) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 276) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 277) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 278) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 279) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 280) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 281) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 282) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 283) | SIOCINQ = 0x541b constant SIOCOUTQ (line 284) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 285) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 286) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 287) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 288) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 289) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 290) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 291) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 292) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 293) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 294) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 295) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 296) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 297) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 298) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 299) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 300) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 301) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 302) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 303) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 304) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 305) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 306) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 307) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 308) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 309) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 310) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 311) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 312) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 313) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 314) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 315) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 316) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 317) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 318) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 319) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 320) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 321) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 322) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 323) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 324) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 325) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 326) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 327) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 328) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 329) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 330) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 331) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 332) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 333) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 334) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 335) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 336) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 337) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 338) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 339) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 340) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 341) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 342) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 343) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 344) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 345) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 346) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 347) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 348) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x540b constant TCGETA (line 366) | TCGETA = 0x5405 constant TCGETS (line 367) | TCGETS = 0x5401 constant TCGETS2 (line 368) | TCGETS2 = 0x802c542a constant TCGETX (line 369) | TCGETX = 0x5432 constant TCSAFLUSH (line 370) | TCSAFLUSH = 0x2 constant TCSBRK (line 371) | TCSBRK = 0x5409 constant TCSBRKP (line 372) | TCSBRKP = 0x5425 constant TCSETA (line 373) | TCSETA = 0x5406 constant TCSETAF (line 374) | TCSETAF = 0x5408 constant TCSETAW (line 375) | TCSETAW = 0x5407 constant TCSETS (line 376) | TCSETS = 0x5402 constant TCSETS2 (line 377) | TCSETS2 = 0x402c542b constant TCSETSF (line 378) | TCSETSF = 0x5404 constant TCSETSF2 (line 379) | TCSETSF2 = 0x402c542d constant TCSETSW (line 380) | TCSETSW = 0x5403 constant TCSETSW2 (line 381) | TCSETSW2 = 0x402c542c constant TCSETX (line 382) | TCSETX = 0x5433 constant TCSETXF (line 383) | TCSETXF = 0x5434 constant TCSETXW (line 384) | TCSETXW = 0x5435 constant TCXONC (line 385) | TCXONC = 0x540a constant TFD_CLOEXEC (line 386) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 387) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 388) | TIOCCBRK = 0x5428 constant TIOCCONS (line 389) | TIOCCONS = 0x541d constant TIOCEXCL (line 390) | TIOCEXCL = 0x540c constant TIOCGDEV (line 391) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 392) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 393) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 394) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 395) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 396) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 397) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 398) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 399) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 400) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 401) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 402) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 403) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 404) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 405) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 406) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 407) | TIOCINQ = 0x541b constant TIOCLINUX (line 408) | TIOCLINUX = 0x541c constant TIOCMBIC (line 409) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 410) | TIOCMBIS = 0x5416 constant TIOCMGET (line 411) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 412) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 413) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 414) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 415) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 416) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 417) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 418) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 419) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 420) | TIOCM_SR = 0x10 constant TIOCM_ST (line 421) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 422) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 423) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 424) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 425) | TIOCPKT = 0x5420 constant TIOCSBRK (line 426) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 427) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 428) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 429) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 430) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 431) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 432) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 433) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 434) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 435) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 436) | TIOCSETD = 0x5423 constant TIOCSIG (line 437) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 440) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 441) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 442) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 443) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 444) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 445) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 446) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 447) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 448) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 449) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 450) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 451) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 452) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 453) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 454) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 455) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 456) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 457) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 458) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 459) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 460) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 461) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 462) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 463) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 464) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 465) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 466) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 467) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 468) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 469) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 470) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 471) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 472) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 473) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 474) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 475) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 476) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 477) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 478) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 479) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 480) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 481) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 482) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 483) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 484) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 485) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 486) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 487) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 488) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 489) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 490) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 491) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 492) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 493) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 494) | VDISCARD = 0xd constant VEOF (line 495) | VEOF = 0x4 constant VEOL (line 496) | VEOL = 0xb constant VEOL2 (line 497) | VEOL2 = 0x10 constant VMIN (line 498) | VMIN = 0x6 constant VREPRINT (line 499) | VREPRINT = 0xc constant VSTART (line 500) | VSTART = 0x8 constant VSTOP (line 501) | VSTOP = 0x9 constant VSUSP (line 502) | VSUSP = 0xa constant VSWTC (line 503) | VSWTC = 0x7 constant VT1 (line 504) | VT1 = 0x4000 constant VTDLY (line 505) | VTDLY = 0x4000 constant VTIME (line 506) | VTIME = 0x5 constant VWERASE (line 507) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 508) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 509) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 510) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 511) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 512) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 513) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 514) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 515) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 516) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 517) | WORDSIZE = 0x40 constant XCASE (line 518) | XCASE = 0x4 constant XTABS (line 519) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 520) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 521) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 522) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 527) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 528) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 529) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 530) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 531) | EALREADY = syscall.Errno(0x72) constant EBADE (line 532) | EBADE = syscall.Errno(0x34) constant EBADFD (line 533) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 534) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 535) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 536) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 537) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 538) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 539) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 540) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 541) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 542) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 543) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 544) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 545) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 546) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 547) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 548) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 549) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 550) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 551) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 552) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 553) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 554) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 555) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 556) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 557) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 558) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 559) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 560) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 561) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 562) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 563) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 564) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 565) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 566) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 567) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 568) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 569) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 570) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 571) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 572) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 573) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 574) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 575) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 576) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 577) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 578) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 579) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 580) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 581) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 582) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 583) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 584) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 585) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 586) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 587) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 588) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 589) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 590) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 591) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 592) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 593) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 594) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 595) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 596) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 597) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 598) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 599) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 600) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 601) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 602) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 603) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 604) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 605) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 606) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 607) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 608) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 609) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 610) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 611) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 612) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 613) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 614) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 615) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 616) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 617) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 618) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 619) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 620) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 621) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 622) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 623) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 624) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 625) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 630) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 631) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 632) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 633) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 634) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 635) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 636) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 637) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 638) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 639) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 640) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 641) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 642) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 643) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 644) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 645) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 646) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 647) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 648) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 649) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 650) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_arm.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40041271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80041272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x80046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x40046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 87) | F_GETLK = 0xc constant F_GETLK64 (line 88) | F_GETLK64 = 0xc constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0xd constant F_SETLK64 (line 92) | F_SETLK64 = 0xd constant F_SETLKW (line 93) | F_SETLKW = 0xe constant F_SETLKW64 (line 94) | F_SETLKW64 = 0xe constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x40084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 140) | NFDBITS = 0x20 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0xb701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x80044d0d constant O_APPEND (line 154) | O_APPEND = 0x400 constant O_ASYNC (line 155) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x40 constant O_DIRECT (line 158) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 160) | O_DSYNC = 0x1000 constant O_EXCL (line 161) | O_EXCL = 0x80 constant O_FSYNC (line 162) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x20000 constant O_NDELAY (line 164) | O_NDELAY = 0x800 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x800 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x101000 constant O_SYNC (line 171) | O_SYNC = 0x101000 constant O_TMPFILE (line 172) | O_TMPFILE = 0x404000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETCRUNCHREGS (line 222) | PTRACE_GETCRUNCHREGS = 0x19 constant PTRACE_GETFDPIC (line 223) | PTRACE_GETFDPIC = 0x1f constant PTRACE_GETFDPIC_EXEC (line 224) | PTRACE_GETFDPIC_EXEC = 0x0 constant PTRACE_GETFDPIC_INTERP (line 225) | PTRACE_GETFDPIC_INTERP = 0x1 constant PTRACE_GETFPREGS (line 226) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETHBPREGS (line 227) | PTRACE_GETHBPREGS = 0x1d constant PTRACE_GETVFPREGS (line 228) | PTRACE_GETVFPREGS = 0x1b constant PTRACE_GETWMMXREGS (line 229) | PTRACE_GETWMMXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 230) | PTRACE_GET_THREAD_AREA = 0x16 constant PTRACE_OLDSETOPTIONS (line 231) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETCRUNCHREGS (line 232) | PTRACE_SETCRUNCHREGS = 0x1a constant PTRACE_SETFPREGS (line 233) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETHBPREGS (line 234) | PTRACE_SETHBPREGS = 0x1e constant PTRACE_SETVFPREGS (line 235) | PTRACE_SETVFPREGS = 0x1c constant PTRACE_SETWMMXREGS (line 236) | PTRACE_SETWMMXREGS = 0x13 constant PTRACE_SET_SYSCALL (line 237) | PTRACE_SET_SYSCALL = 0x17 constant PT_DATA_ADDR (line 238) | PT_DATA_ADDR = 0x10004 constant PT_TEXT_ADDR (line 239) | PT_TEXT_ADDR = 0x10000 constant PT_TEXT_END_ADDR (line 240) | PT_TEXT_END_ADDR = 0x10008 constant RLIMIT_AS (line 241) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 242) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 243) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 244) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 245) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 246) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 247) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 248) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 249) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 250) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 251) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 252) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 253) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 254) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 255) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 256) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 257) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 258) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 259) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 260) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 261) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 262) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 263) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 264) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 265) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 266) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 267) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 268) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 269) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 270) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 271) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 272) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 273) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 274) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 275) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 276) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 277) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 278) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 279) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 280) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 281) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 282) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 283) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 284) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 285) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 286) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 287) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 288) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 289) | SIOCINQ = 0x541b constant SIOCOUTQ (line 290) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 291) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 292) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 293) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 294) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 295) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 296) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 297) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 298) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 299) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 300) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 301) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 302) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 303) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 304) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 305) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 306) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 307) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 308) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 309) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 310) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 311) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 312) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 313) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 314) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 315) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 316) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 317) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 318) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 319) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 320) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 321) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 322) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 323) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 324) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 325) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 326) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 327) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 328) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 329) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 330) | SO_PEERGROUPS = 0x3b constant SO_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 = 0x400854d5 constant TUNDETACHFILTER (line 456) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 457) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 458) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 459) | TUNGETFILTER = 0x800854db 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 = 0x20 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_arm64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant ESR_MAGIC (line 74) | ESR_MAGIC = 0x45535201 constant EXTPROC (line 75) | EXTPROC = 0x10000 constant EXTRA_MAGIC (line 76) | EXTRA_MAGIC = 0x45585401 constant FF1 (line 77) | FF1 = 0x8000 constant FFDLY (line 78) | FFDLY = 0x8000 constant FICLONE (line 79) | FICLONE = 0x40049409 constant FICLONERANGE (line 80) | FICLONERANGE = 0x4020940d constant FLUSHO (line 81) | FLUSHO = 0x1000 constant FPSIMD_MAGIC (line 82) | FPSIMD_MAGIC = 0x46508001 constant FS_IOC_ENABLE_VERITY (line 83) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 84) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 85) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 86) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 87) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 88) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 89) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 90) | F_GETLK = 0x5 constant F_GETLK64 (line 91) | F_GETLK64 = 0x5 constant F_GETOWN (line 92) | F_GETOWN = 0x9 constant F_RDLCK (line 93) | F_RDLCK = 0x0 constant F_SETLK (line 94) | F_SETLK = 0x6 constant F_SETLK64 (line 95) | F_SETLK64 = 0x6 constant F_SETLKW (line 96) | F_SETLKW = 0x7 constant F_SETLKW64 (line 97) | F_SETLKW64 = 0x7 constant F_SETOWN (line 98) | F_SETOWN = 0x8 constant F_UNLCK (line 99) | F_UNLCK = 0x2 constant F_WRLCK (line 100) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 101) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 102) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 103) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 104) | HUPCL = 0x400 constant ICANON (line 105) | ICANON = 0x2 constant IEXTEN (line 106) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 107) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 108) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 109) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 110) | ISIG = 0x1 constant IUCLC (line 111) | IUCLC = 0x200 constant IXOFF (line 112) | IXOFF = 0x1000 constant IXON (line 113) | IXON = 0x400 constant MAP_ANON (line 114) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 115) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 116) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 117) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 118) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 119) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 120) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 121) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 122) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 123) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 124) | MAP_STACK = 0x20000 constant MAP_SYNC (line 125) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 126) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 127) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 128) | MCL_ONFAULT = 0x4 constant MEMERASE (line 129) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 130) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 131) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 132) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 133) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 134) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 135) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 136) | MEMLOCK = 0x40084d05 constant MEMREAD (line 137) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 138) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 139) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 140) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 141) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 142) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 143) | NFDBITS = 0x40 constant NLDLY (line 144) | NLDLY = 0x100 constant NOFLSH (line 145) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 146) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 147) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 148) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 149) | NS_GET_USERNS = 0xb701 constant OLCUC (line 150) | OLCUC = 0x2 constant ONLCR (line 151) | ONLCR = 0x4 constant OTPERASE (line 152) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 153) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 154) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 155) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 156) | OTPSELECT = 0x80044d0d constant O_APPEND (line 157) | O_APPEND = 0x400 constant O_ASYNC (line 158) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 159) | O_CLOEXEC = 0x80000 constant O_CREAT (line 160) | O_CREAT = 0x40 constant O_DIRECT (line 161) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 162) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 163) | O_DSYNC = 0x1000 constant O_EXCL (line 164) | O_EXCL = 0x80 constant O_FSYNC (line 165) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 166) | O_LARGEFILE = 0x0 constant O_NDELAY (line 167) | O_NDELAY = 0x800 constant O_NOATIME (line 168) | O_NOATIME = 0x40000 constant O_NOCTTY (line 169) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 170) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 171) | O_NONBLOCK = 0x800 constant O_PATH (line 172) | O_PATH = 0x200000 constant O_RSYNC (line 173) | O_RSYNC = 0x101000 constant O_SYNC (line 174) | O_SYNC = 0x101000 constant O_TMPFILE (line 175) | O_TMPFILE = 0x404000 constant O_TRUNC (line 176) | O_TRUNC = 0x200 constant PARENB (line 177) | PARENB = 0x100 constant PARODD (line 178) | PARODD = 0x200 constant PENDIN (line 179) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 180) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 181) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 182) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 183) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 184) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 185) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 186) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 187) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 188) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 189) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 190) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 191) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 192) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 193) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 194) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 195) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 196) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 197) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 198) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 199) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 200) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 201) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 202) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 203) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 204) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 205) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 206) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 207) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 208) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 209) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 210) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 211) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 212) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 213) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 214) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 215) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 216) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 217) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 218) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 219) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 220) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 221) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 222) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 223) | PPPIOCXFERUNIT = 0x744e constant PROT_BTI (line 224) | PROT_BTI = 0x10 constant PROT_MTE (line 225) | PROT_MTE = 0x20 constant PR_SET_PTRACER_ANY (line 226) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_PEEKMTETAGS (line 227) | PTRACE_PEEKMTETAGS = 0x21 constant PTRACE_POKEMTETAGS (line 228) | PTRACE_POKEMTETAGS = 0x22 constant PTRACE_SYSEMU (line 229) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 230) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 231) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 232) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 233) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 234) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 235) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 236) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 237) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 238) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 239) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 240) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 241) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 242) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 243) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 244) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 245) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 246) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 247) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 248) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 249) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 250) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 251) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 252) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 253) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 254) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 255) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 256) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 257) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 258) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 259) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 260) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 261) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 262) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 263) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 264) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 265) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 266) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 267) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 268) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 269) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 270) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 271) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 272) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 273) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 274) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 275) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 276) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 277) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 278) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 279) | SIOCINQ = 0x541b constant SIOCOUTQ (line 280) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 281) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 282) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 283) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 284) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 285) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 286) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 287) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 288) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 289) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 290) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 291) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 292) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 293) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 294) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 295) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 296) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 297) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 298) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 299) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 300) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 301) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 302) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 303) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 304) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 305) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 306) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 307) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 308) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 309) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 310) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 311) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 312) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 313) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 314) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 315) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 316) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 317) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 318) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 319) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 320) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 321) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 322) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 323) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 324) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 325) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 326) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 327) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 328) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 329) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 330) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 331) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 332) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 333) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 334) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 335) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 336) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 337) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 338) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 339) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 340) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 341) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 342) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 343) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 344) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 345) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 346) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 347) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 348) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 349) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 350) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 351) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 352) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 353) | SO_TXTIME = 0x3d constant SO_TYPE (line 354) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 355) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 356) | SO_ZEROCOPY = 0x3c constant SVE_MAGIC (line 357) | SVE_MAGIC = 0x53564501 constant TAB1 (line 358) | TAB1 = 0x800 constant TAB2 (line 359) | TAB2 = 0x1000 constant TAB3 (line 360) | TAB3 = 0x1800 constant TABDLY (line 361) | TABDLY = 0x1800 constant TCFLSH (line 362) | TCFLSH = 0x540b constant TCGETA (line 363) | TCGETA = 0x5405 constant TCGETS (line 364) | TCGETS = 0x5401 constant TCGETS2 (line 365) | TCGETS2 = 0x802c542a constant TCGETX (line 366) | TCGETX = 0x5432 constant TCSAFLUSH (line 367) | TCSAFLUSH = 0x2 constant TCSBRK (line 368) | TCSBRK = 0x5409 constant TCSBRKP (line 369) | TCSBRKP = 0x5425 constant TCSETA (line 370) | TCSETA = 0x5406 constant TCSETAF (line 371) | TCSETAF = 0x5408 constant TCSETAW (line 372) | TCSETAW = 0x5407 constant TCSETS (line 373) | TCSETS = 0x5402 constant TCSETS2 (line 374) | TCSETS2 = 0x402c542b constant TCSETSF (line 375) | TCSETSF = 0x5404 constant TCSETSF2 (line 376) | TCSETSF2 = 0x402c542d constant TCSETSW (line 377) | TCSETSW = 0x5403 constant TCSETSW2 (line 378) | TCSETSW2 = 0x402c542c constant TCSETX (line 379) | TCSETX = 0x5433 constant TCSETXF (line 380) | TCSETXF = 0x5434 constant TCSETXW (line 381) | TCSETXW = 0x5435 constant TCXONC (line 382) | TCXONC = 0x540a constant TFD_CLOEXEC (line 383) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 384) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 385) | TIOCCBRK = 0x5428 constant TIOCCONS (line 386) | TIOCCONS = 0x541d constant TIOCEXCL (line 387) | TIOCEXCL = 0x540c constant TIOCGDEV (line 388) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 389) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 390) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 391) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 392) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 393) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 394) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 395) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 396) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 397) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 398) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 399) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 400) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 401) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 402) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 403) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 404) | TIOCINQ = 0x541b constant TIOCLINUX (line 405) | TIOCLINUX = 0x541c constant TIOCMBIC (line 406) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 407) | TIOCMBIS = 0x5416 constant TIOCMGET (line 408) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 409) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 410) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 411) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 412) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 413) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 414) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 415) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 416) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 417) | TIOCM_SR = 0x10 constant TIOCM_ST (line 418) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 419) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 420) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 421) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 422) | TIOCPKT = 0x5420 constant TIOCSBRK (line 423) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 424) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 425) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 426) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 427) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 428) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 429) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 430) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 431) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 432) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 433) | TIOCSETD = 0x5423 constant TIOCSIG (line 434) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 435) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 436) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 437) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 438) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 439) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 440) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 441) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 442) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 443) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 444) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 445) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 446) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 447) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 448) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 449) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 450) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 451) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 452) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 453) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 454) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 455) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 456) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 457) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 458) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 459) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 460) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 461) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 462) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 463) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 464) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 465) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 466) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 467) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 468) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 469) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 470) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 471) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 472) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 473) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 474) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 475) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 476) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 477) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 478) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 479) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 480) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 481) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 482) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 483) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 484) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 485) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 486) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 487) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 488) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 489) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 490) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 491) | VDISCARD = 0xd constant VEOF (line 492) | VEOF = 0x4 constant VEOL (line 493) | VEOL = 0xb constant VEOL2 (line 494) | VEOL2 = 0x10 constant VMIN (line 495) | VMIN = 0x6 constant VREPRINT (line 496) | VREPRINT = 0xc constant VSTART (line 497) | VSTART = 0x8 constant VSTOP (line 498) | VSTOP = 0x9 constant VSUSP (line 499) | VSUSP = 0xa constant VSWTC (line 500) | VSWTC = 0x7 constant VT1 (line 501) | VT1 = 0x4000 constant VTDLY (line 502) | VTDLY = 0x4000 constant VTIME (line 503) | VTIME = 0x5 constant VWERASE (line 504) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 505) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 506) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 507) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 508) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 509) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 510) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 511) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 512) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 513) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 514) | WORDSIZE = 0x40 constant XCASE (line 515) | XCASE = 0x4 constant XTABS (line 516) | XTABS = 0x1800 constant ZA_MAGIC (line 517) | ZA_MAGIC = 0x54366345 constant _HIDIOCGRAWNAME (line 518) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 519) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 520) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 525) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 526) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 527) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 528) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 529) | EALREADY = syscall.Errno(0x72) constant EBADE (line 530) | EBADE = syscall.Errno(0x34) constant EBADFD (line 531) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 532) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 533) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 534) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 535) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 536) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 537) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 538) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 539) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 540) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 541) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 542) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 543) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 544) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 545) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 546) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 547) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 548) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 549) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 550) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 551) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 552) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 553) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 554) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 555) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 556) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 557) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 558) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 559) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 560) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 561) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 562) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 563) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 564) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 565) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 566) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 567) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 568) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 569) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 570) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 571) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 572) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 573) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 574) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 575) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 576) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 577) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 578) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 579) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 580) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 581) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 582) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 583) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 584) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 585) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 586) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 587) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 588) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 589) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 590) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 591) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 592) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 593) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 594) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 595) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 596) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 597) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 598) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 599) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 600) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 601) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 602) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 603) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 604) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 605) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 606) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 607) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 608) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 609) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 610) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 611) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 612) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 613) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 614) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 615) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 616) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 617) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 618) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 619) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 620) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 621) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 622) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 623) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 628) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 629) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 630) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 631) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 632) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 633) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 634) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 635) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 636) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 637) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 638) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 639) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 640) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 641) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 642) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 643) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 644) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 645) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 646) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 647) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 648) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FPU_CTX_MAGIC (line 80) | FPU_CTX_MAGIC = 0x46505501 constant FS_IOC_ENABLE_VERITY (line 81) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 82) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 83) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 84) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 85) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 86) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 87) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 88) | F_GETLK = 0x5 constant F_GETLK64 (line 89) | F_GETLK64 = 0x5 constant F_GETOWN (line 90) | F_GETOWN = 0x9 constant F_RDLCK (line 91) | F_RDLCK = 0x0 constant F_SETLK (line 92) | F_SETLK = 0x6 constant F_SETLK64 (line 93) | F_SETLK64 = 0x6 constant F_SETLKW (line 94) | F_SETLKW = 0x7 constant F_SETLKW64 (line 95) | F_SETLKW64 = 0x7 constant F_SETOWN (line 96) | F_SETOWN = 0x8 constant F_UNLCK (line 97) | F_UNLCK = 0x2 constant F_WRLCK (line 98) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 99) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 100) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 101) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 102) | HUPCL = 0x400 constant ICANON (line 103) | ICANON = 0x2 constant IEXTEN (line 104) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 105) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 106) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 107) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 108) | ISIG = 0x1 constant IUCLC (line 109) | IUCLC = 0x200 constant IXOFF (line 110) | IXOFF = 0x1000 constant IXON (line 111) | IXON = 0x400 constant MAP_ANON (line 112) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 113) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 114) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 115) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 116) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 117) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 118) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 119) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 120) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 121) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 122) | MAP_STACK = 0x20000 constant MAP_SYNC (line 123) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 124) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 125) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 126) | MCL_ONFAULT = 0x4 constant MEMERASE (line 127) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 128) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 129) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 130) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 131) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 132) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 133) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 134) | MEMLOCK = 0x40084d05 constant MEMREAD (line 135) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 136) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 137) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 138) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 139) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 140) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 141) | NFDBITS = 0x40 constant NLDLY (line 142) | NLDLY = 0x100 constant NOFLSH (line 143) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 144) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 145) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 146) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 147) | NS_GET_USERNS = 0xb701 constant OLCUC (line 148) | OLCUC = 0x2 constant ONLCR (line 149) | ONLCR = 0x4 constant OTPERASE (line 150) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 151) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 152) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 153) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 154) | OTPSELECT = 0x80044d0d constant O_APPEND (line 155) | O_APPEND = 0x400 constant O_ASYNC (line 156) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 157) | O_CLOEXEC = 0x80000 constant O_CREAT (line 158) | O_CREAT = 0x40 constant O_DIRECT (line 159) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 160) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 161) | O_DSYNC = 0x1000 constant O_EXCL (line 162) | O_EXCL = 0x80 constant O_FSYNC (line 163) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 164) | O_LARGEFILE = 0x0 constant O_NDELAY (line 165) | O_NDELAY = 0x800 constant O_NOATIME (line 166) | O_NOATIME = 0x40000 constant O_NOCTTY (line 167) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 168) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 169) | O_NONBLOCK = 0x800 constant O_PATH (line 170) | O_PATH = 0x200000 constant O_RSYNC (line 171) | O_RSYNC = 0x101000 constant O_SYNC (line 172) | O_SYNC = 0x101000 constant O_TMPFILE (line 173) | O_TMPFILE = 0x410000 constant O_TRUNC (line 174) | O_TRUNC = 0x200 constant PARENB (line 175) | PARENB = 0x100 constant PARODD (line 176) | PARODD = 0x200 constant PENDIN (line 177) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 178) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 179) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 180) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 181) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 182) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 183) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 184) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 185) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 186) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 187) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 188) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 189) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 190) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 191) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 192) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 193) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 194) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 195) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 196) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 197) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 198) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 199) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 200) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 201) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 202) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 203) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 204) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 205) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 206) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 207) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 208) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 209) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 210) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 211) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 212) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 213) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 214) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 215) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 216) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 217) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 218) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 219) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 220) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 221) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 222) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_SYSEMU (line 223) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 224) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 225) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 226) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 227) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 228) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 229) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 230) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 231) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 232) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 233) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 234) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 235) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 236) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 237) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 238) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 239) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 240) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 241) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 242) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 243) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 244) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 245) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 246) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 247) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 248) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 249) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 250) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 251) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 252) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 253) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 254) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 255) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 256) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 257) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 258) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 259) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 260) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 261) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 262) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 263) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 264) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 265) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 266) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 267) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 268) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 269) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 270) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 271) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 272) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 273) | SIOCINQ = 0x541b constant SIOCOUTQ (line 274) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 275) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 276) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 277) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 278) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 279) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 280) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 281) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 282) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 283) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 284) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 285) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 286) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 287) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 288) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 289) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 290) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 291) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 292) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 293) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 294) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 295) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 296) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 297) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 298) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 299) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 300) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 301) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 302) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 303) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 304) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 305) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 306) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 307) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 308) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 309) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 310) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 311) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 312) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 313) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 314) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 315) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 316) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 317) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 318) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 319) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 320) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 321) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 322) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 323) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 324) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 325) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 326) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 327) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 328) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 329) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 330) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 331) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 332) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 333) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 334) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 335) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 336) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 337) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 338) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 339) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 340) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 341) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 342) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 343) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 344) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 345) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 346) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 347) | SO_TXTIME = 0x3d constant SO_TYPE (line 348) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 349) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 350) | SO_ZEROCOPY = 0x3c constant TAB1 (line 351) | TAB1 = 0x800 constant TAB2 (line 352) | TAB2 = 0x1000 constant TAB3 (line 353) | TAB3 = 0x1800 constant TABDLY (line 354) | TABDLY = 0x1800 constant TCFLSH (line 355) | TCFLSH = 0x540b constant TCGETA (line 356) | TCGETA = 0x5405 constant TCGETS (line 357) | TCGETS = 0x5401 constant TCGETS2 (line 358) | TCGETS2 = 0x802c542a constant TCGETX (line 359) | TCGETX = 0x5432 constant TCSAFLUSH (line 360) | TCSAFLUSH = 0x2 constant TCSBRK (line 361) | TCSBRK = 0x5409 constant TCSBRKP (line 362) | TCSBRKP = 0x5425 constant TCSETA (line 363) | TCSETA = 0x5406 constant TCSETAF (line 364) | TCSETAF = 0x5408 constant TCSETAW (line 365) | TCSETAW = 0x5407 constant TCSETS (line 366) | TCSETS = 0x5402 constant TCSETS2 (line 367) | TCSETS2 = 0x402c542b constant TCSETSF (line 368) | TCSETSF = 0x5404 constant TCSETSF2 (line 369) | TCSETSF2 = 0x402c542d constant TCSETSW (line 370) | TCSETSW = 0x5403 constant TCSETSW2 (line 371) | TCSETSW2 = 0x402c542c constant TCSETX (line 372) | TCSETX = 0x5433 constant TCSETXF (line 373) | TCSETXF = 0x5434 constant TCSETXW (line 374) | TCSETXW = 0x5435 constant TCXONC (line 375) | TCXONC = 0x540a constant TFD_CLOEXEC (line 376) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 377) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 378) | TIOCCBRK = 0x5428 constant TIOCCONS (line 379) | TIOCCONS = 0x541d constant TIOCEXCL (line 380) | TIOCEXCL = 0x540c constant TIOCGDEV (line 381) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 382) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 383) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 384) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 385) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 386) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 387) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 388) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 389) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 390) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 391) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 392) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 393) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 394) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 395) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 396) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 397) | TIOCINQ = 0x541b constant TIOCLINUX (line 398) | TIOCLINUX = 0x541c constant TIOCMBIC (line 399) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 400) | TIOCMBIS = 0x5416 constant TIOCMGET (line 401) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 402) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 403) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 404) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 405) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 406) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 407) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 408) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 409) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 410) | TIOCM_SR = 0x10 constant TIOCM_ST (line 411) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 412) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 413) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 414) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 415) | TIOCPKT = 0x5420 constant TIOCSBRK (line 416) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 417) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 418) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 419) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 420) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 421) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 422) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 423) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 424) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 425) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 426) | TIOCSETD = 0x5423 constant TIOCSIG (line 427) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 428) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 429) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 430) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 431) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 432) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 433) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 434) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 435) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 436) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 437) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 438) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 439) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 440) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 441) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 442) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 443) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 444) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 445) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 446) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 447) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 448) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 449) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 450) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 451) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 452) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 453) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 454) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 455) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 456) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 457) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 458) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 459) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 460) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 461) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 462) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 463) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 464) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 465) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 466) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 467) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 468) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 469) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 470) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 471) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 472) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 473) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 474) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 475) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 476) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 477) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 478) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 479) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 480) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 481) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 482) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 483) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 484) | VDISCARD = 0xd constant VEOF (line 485) | VEOF = 0x4 constant VEOL (line 486) | VEOL = 0xb constant VEOL2 (line 487) | VEOL2 = 0x10 constant VMIN (line 488) | VMIN = 0x6 constant VREPRINT (line 489) | VREPRINT = 0xc constant VSTART (line 490) | VSTART = 0x8 constant VSTOP (line 491) | VSTOP = 0x9 constant VSUSP (line 492) | VSUSP = 0xa constant VSWTC (line 493) | VSWTC = 0x7 constant VT1 (line 494) | VT1 = 0x4000 constant VTDLY (line 495) | VTDLY = 0x4000 constant VTIME (line 496) | VTIME = 0x5 constant VWERASE (line 497) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 498) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 499) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 500) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 501) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 502) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 503) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 504) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 505) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 506) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 507) | WORDSIZE = 0x40 constant XCASE (line 508) | XCASE = 0x4 constant XTABS (line 509) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 510) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 511) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 512) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 517) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 518) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 519) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 520) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 521) | EALREADY = syscall.Errno(0x72) constant EBADE (line 522) | EBADE = syscall.Errno(0x34) constant EBADFD (line 523) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 524) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 525) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 526) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 527) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 528) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 529) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 530) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 531) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 532) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 533) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 534) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 535) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 536) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 537) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 538) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 539) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 540) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 541) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 542) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 543) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 544) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 545) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 546) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 547) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 548) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 549) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 550) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 551) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 552) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 553) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 554) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 555) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 556) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 557) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 558) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 559) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 560) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 561) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 562) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 563) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 564) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 565) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 566) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 567) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 568) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 569) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 570) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 571) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 572) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 573) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 574) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 575) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 576) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 577) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 578) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 579) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 580) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 581) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 582) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 583) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 584) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 585) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 586) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 587) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 588) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 589) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 590) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 591) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 592) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 593) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 594) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 595) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 596) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 597) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 598) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 599) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 600) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 601) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 602) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 603) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 604) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 605) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 606) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 607) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 608) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 609) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 610) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 611) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 612) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 613) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 614) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 615) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 620) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 621) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 622) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 623) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 624) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 625) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 626) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 627) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 628) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 629) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 630) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 631) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 632) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 633) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 634) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 635) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 636) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 637) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 638) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 639) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 640) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40041272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0x21 constant F_GETLK64 (line 88) | F_GETLK64 = 0x21 constant F_GETOWN (line 89) | F_GETOWN = 0x17 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x22 constant F_SETLK64 (line 92) | F_SETLK64 = 0x22 constant F_SETLKW (line 93) | F_SETLKW = 0x23 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x23 constant F_SETOWN (line 95) | F_SETOWN = 0x18 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x100 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 121) | MAP_RENAME = 0x800 constant MAP_STACK (line 122) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x20 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x40044d0d constant O_APPEND (line 154) | O_APPEND = 0x8 constant O_ASYNC (line 155) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x100 constant O_DIRECT (line 158) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x10 constant O_EXCL (line 161) | O_EXCL = 0x400 constant O_FSYNC (line 162) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 164) | O_NDELAY = 0x80 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x80 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x4010 constant O_SYNC (line 171) | O_SYNC = 0x4010 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 222) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 223) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 224) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 225) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 226) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 227) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 228) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 229) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 230) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 231) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 232) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 233) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 234) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 235) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 236) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 237) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 238) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 239) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 240) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 241) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 242) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 243) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 244) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 245) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 246) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 247) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 248) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 249) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 250) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 251) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 252) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 253) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 254) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 255) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 256) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 257) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 258) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 259) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 260) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 261) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 262) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 263) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 264) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 265) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 266) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 267) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 268) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 269) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 270) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 271) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 272) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 273) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 274) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 275) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 276) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 277) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 278) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 279) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 280) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 281) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 282) | SIOCINQ = 0x467f constant SIOCOUTQ (line 283) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 284) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 285) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 286) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 287) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 288) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 289) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 290) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 291) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 292) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 293) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 294) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 295) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 296) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 297) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 298) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 299) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 300) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 301) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 302) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 303) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 304) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 305) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 306) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 307) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 308) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 309) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 310) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 311) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 312) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 313) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 314) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 315) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 316) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 317) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 318) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 319) | SO_PASSCRED = 0x11 constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 324) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 325) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 326) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 327) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 328) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 330) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 332) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 333) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 334) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 335) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 336) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 337) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 338) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 339) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 340) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 341) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 342) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 343) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 344) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 345) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 346) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 347) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 348) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x5407 constant TCGETA (line 366) | TCGETA = 0x5401 constant TCGETS (line 367) | TCGETS = 0x540d constant TCGETS2 (line 368) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 369) | TCSAFLUSH = 0x5410 constant TCSBRK (line 370) | TCSBRK = 0x5405 constant TCSBRKP (line 371) | TCSBRKP = 0x5486 constant TCSETA (line 372) | TCSETA = 0x5402 constant TCSETAF (line 373) | TCSETAF = 0x5404 constant TCSETAW (line 374) | TCSETAW = 0x5403 constant TCSETS (line 375) | TCSETS = 0x540e constant TCSETS2 (line 376) | TCSETS2 = 0x8030542b constant TCSETSF (line 377) | TCSETSF = 0x5410 constant TCSETSF2 (line 378) | TCSETSF2 = 0x8030542d constant TCSETSW (line 379) | TCSETSW = 0x540f constant TCSETSW2 (line 380) | TCSETSW2 = 0x8030542c constant TCXONC (line 381) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 382) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 383) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 384) | TIOCCBRK = 0x5428 constant TIOCCONS (line 385) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 386) | TIOCEXCL = 0x740d constant TIOCGDEV (line 387) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 388) | TIOCGETD = 0x7400 constant TIOCGETP (line 389) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 390) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 391) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 392) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 393) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 394) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 395) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 396) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 397) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 398) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 399) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 400) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 401) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 402) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 403) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 404) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 405) | TIOCINQ = 0x467f constant TIOCLINUX (line 406) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 407) | TIOCMBIC = 0x741c constant TIOCMBIS (line 408) | TIOCMBIS = 0x741b constant TIOCMGET (line 409) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 410) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 411) | TIOCMSET = 0x741a constant TIOCM_CAR (line 412) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 413) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 414) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 415) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 416) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 417) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 418) | TIOCM_SR = 0x20 constant TIOCM_ST (line 419) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 420) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 421) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 422) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 423) | TIOCPKT = 0x5470 constant TIOCSBRK (line 424) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 425) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 426) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 427) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 428) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 429) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 430) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 431) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 432) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 433) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 434) | TIOCSETD = 0x7401 constant TIOCSETN (line 435) | TIOCSETN = 0x740a constant TIOCSETP (line 436) | TIOCSETP = 0x7409 constant TIOCSIG (line 437) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 440) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 441) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 442) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 443) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 444) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 445) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 446) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 447) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 448) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 449) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 450) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 451) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 452) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 453) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 454) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 455) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 456) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 457) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 458) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 459) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 460) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 461) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 462) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 463) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 464) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 465) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 466) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 467) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 468) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 469) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 470) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 471) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 472) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 473) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 474) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 475) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 476) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 477) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 478) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 479) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 480) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 481) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 482) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 483) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 484) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 485) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 486) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 487) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 488) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 489) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 490) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 491) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 492) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 493) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 494) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 495) | VDISCARD = 0xd constant VEOF (line 496) | VEOF = 0x10 constant VEOL (line 497) | VEOL = 0x11 constant VEOL2 (line 498) | VEOL2 = 0x6 constant VMIN (line 499) | VMIN = 0x4 constant VREPRINT (line 500) | VREPRINT = 0xc constant VSTART (line 501) | VSTART = 0x8 constant VSTOP (line 502) | VSTOP = 0x9 constant VSUSP (line 503) | VSUSP = 0xa constant VSWTC (line 504) | VSWTC = 0x7 constant VSWTCH (line 505) | VSWTCH = 0x7 constant VT1 (line 506) | VT1 = 0x4000 constant VTDLY (line 507) | VTDLY = 0x4000 constant VTIME (line 508) | VTIME = 0x5 constant VWERASE (line 509) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 510) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 511) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 512) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 513) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 514) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 515) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 516) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 517) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 518) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 519) | WORDSIZE = 0x20 constant XCASE (line 520) | XCASE = 0x4 constant XTABS (line 521) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 522) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 523) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 524) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 529) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 530) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 531) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 532) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 533) | EALREADY = syscall.Errno(0x95) constant EBADE (line 534) | EBADE = syscall.Errno(0x32) constant EBADFD (line 535) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 536) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 537) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 538) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 539) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 540) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 541) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 542) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 543) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 544) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 545) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 546) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 547) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 548) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 549) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 550) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 551) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 552) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 553) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 554) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 555) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 556) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 557) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 558) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 559) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 560) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 561) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 562) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 563) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 564) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 565) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 566) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 567) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 568) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 569) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 570) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 571) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 572) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 573) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 574) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 575) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 576) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 577) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 578) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 579) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 580) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 581) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 582) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 583) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 584) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 585) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 586) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 587) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 588) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 589) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 590) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 591) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 592) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 593) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 594) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 595) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 596) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 597) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 598) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 599) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 600) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 601) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 602) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 603) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 604) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 605) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 606) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 607) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 608) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 609) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 610) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 611) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 612) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 613) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 614) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 615) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 616) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 617) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 618) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 619) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 620) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 621) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 622) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 623) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 624) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 625) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 626) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 627) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 628) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 629) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 634) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 635) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 636) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 637) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 638) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 639) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 640) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 641) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 642) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 643) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 644) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 645) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 646) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 647) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 648) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 649) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 650) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 651) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 652) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 653) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 654) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0xe constant F_GETLK64 (line 88) | F_GETLK64 = 0xe constant F_GETOWN (line 89) | F_GETOWN = 0x17 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0x6 constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x7 constant F_SETOWN (line 95) | F_SETOWN = 0x18 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x100 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 121) | MAP_RENAME = 0x800 constant MAP_STACK (line 122) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x40044d0d constant O_APPEND (line 154) | O_APPEND = 0x8 constant O_ASYNC (line 155) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x100 constant O_DIRECT (line 158) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x10 constant O_EXCL (line 161) | O_EXCL = 0x400 constant O_FSYNC (line 162) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x0 constant O_NDELAY (line 164) | O_NDELAY = 0x80 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x80 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x4010 constant O_SYNC (line 171) | O_SYNC = 0x4010 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 222) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 223) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 224) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 225) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 226) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 227) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 228) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 229) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 230) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 231) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 232) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 233) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 234) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 235) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 236) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 237) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 238) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 239) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 240) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 241) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 242) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 243) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 244) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 245) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 246) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 247) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 248) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 249) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 250) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 251) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 252) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 253) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 254) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 255) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 256) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 257) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 258) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 259) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 260) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 261) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 262) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 263) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 264) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 265) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 266) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 267) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 268) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 269) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 270) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 271) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 272) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 273) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 274) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 275) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 276) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 277) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 278) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 279) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 280) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 281) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 282) | SIOCINQ = 0x467f constant SIOCOUTQ (line 283) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 284) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 285) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 286) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 287) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 288) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 289) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 290) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 291) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 292) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 293) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 294) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 295) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 296) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 297) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 298) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 299) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 300) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 301) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 302) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 303) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 304) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 305) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 306) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 307) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 308) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 309) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 310) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 311) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 312) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 313) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 314) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 315) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 316) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 317) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 318) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 319) | SO_PASSCRED = 0x11 constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 324) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 325) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 326) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 327) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 328) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 330) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 332) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 333) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 334) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 335) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 336) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 337) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 338) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 339) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 340) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 341) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 342) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 343) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 344) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 345) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 346) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 347) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 348) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x5407 constant TCGETA (line 366) | TCGETA = 0x5401 constant TCGETS (line 367) | TCGETS = 0x540d constant TCGETS2 (line 368) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 369) | TCSAFLUSH = 0x5410 constant TCSBRK (line 370) | TCSBRK = 0x5405 constant TCSBRKP (line 371) | TCSBRKP = 0x5486 constant TCSETA (line 372) | TCSETA = 0x5402 constant TCSETAF (line 373) | TCSETAF = 0x5404 constant TCSETAW (line 374) | TCSETAW = 0x5403 constant TCSETS (line 375) | TCSETS = 0x540e constant TCSETS2 (line 376) | TCSETS2 = 0x8030542b constant TCSETSF (line 377) | TCSETSF = 0x5410 constant TCSETSF2 (line 378) | TCSETSF2 = 0x8030542d constant TCSETSW (line 379) | TCSETSW = 0x540f constant TCSETSW2 (line 380) | TCSETSW2 = 0x8030542c constant TCXONC (line 381) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 382) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 383) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 384) | TIOCCBRK = 0x5428 constant TIOCCONS (line 385) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 386) | TIOCEXCL = 0x740d constant TIOCGDEV (line 387) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 388) | TIOCGETD = 0x7400 constant TIOCGETP (line 389) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 390) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 391) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 392) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 393) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 394) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 395) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 396) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 397) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 398) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 399) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 400) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 401) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 402) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 403) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 404) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 405) | TIOCINQ = 0x467f constant TIOCLINUX (line 406) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 407) | TIOCMBIC = 0x741c constant TIOCMBIS (line 408) | TIOCMBIS = 0x741b constant TIOCMGET (line 409) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 410) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 411) | TIOCMSET = 0x741a constant TIOCM_CAR (line 412) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 413) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 414) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 415) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 416) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 417) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 418) | TIOCM_SR = 0x20 constant TIOCM_ST (line 419) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 420) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 421) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 422) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 423) | TIOCPKT = 0x5470 constant TIOCSBRK (line 424) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 425) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 426) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 427) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 428) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 429) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 430) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 431) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 432) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 433) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 434) | TIOCSETD = 0x7401 constant TIOCSETN (line 435) | TIOCSETN = 0x740a constant TIOCSETP (line 436) | TIOCSETP = 0x7409 constant TIOCSIG (line 437) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 440) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 441) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 442) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 443) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 444) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 445) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 446) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 447) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 448) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 449) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 450) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 451) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 452) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 453) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 454) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 455) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 456) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 457) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 458) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 459) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 460) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 461) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 462) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 463) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 464) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 465) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 466) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 467) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 468) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 469) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 470) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 471) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 472) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 473) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 474) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 475) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 476) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 477) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 478) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 479) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 480) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 481) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 482) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 483) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 484) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 485) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 486) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 487) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 488) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 489) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 490) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 491) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 492) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 493) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 494) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 495) | VDISCARD = 0xd constant VEOF (line 496) | VEOF = 0x10 constant VEOL (line 497) | VEOL = 0x11 constant VEOL2 (line 498) | VEOL2 = 0x6 constant VMIN (line 499) | VMIN = 0x4 constant VREPRINT (line 500) | VREPRINT = 0xc constant VSTART (line 501) | VSTART = 0x8 constant VSTOP (line 502) | VSTOP = 0x9 constant VSUSP (line 503) | VSUSP = 0xa constant VSWTC (line 504) | VSWTC = 0x7 constant VSWTCH (line 505) | VSWTCH = 0x7 constant VT1 (line 506) | VT1 = 0x4000 constant VTDLY (line 507) | VTDLY = 0x4000 constant VTIME (line 508) | VTIME = 0x5 constant VWERASE (line 509) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 510) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 511) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 512) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 513) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 514) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 515) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 516) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 517) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 518) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 519) | WORDSIZE = 0x40 constant XCASE (line 520) | XCASE = 0x4 constant XTABS (line 521) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 522) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 523) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 524) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 529) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 530) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 531) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 532) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 533) | EALREADY = syscall.Errno(0x95) constant EBADE (line 534) | EBADE = syscall.Errno(0x32) constant EBADFD (line 535) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 536) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 537) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 538) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 539) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 540) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 541) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 542) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 543) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 544) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 545) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 546) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 547) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 548) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 549) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 550) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 551) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 552) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 553) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 554) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 555) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 556) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 557) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 558) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 559) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 560) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 561) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 562) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 563) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 564) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 565) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 566) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 567) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 568) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 569) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 570) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 571) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 572) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 573) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 574) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 575) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 576) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 577) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 578) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 579) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 580) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 581) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 582) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 583) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 584) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 585) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 586) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 587) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 588) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 589) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 590) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 591) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 592) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 593) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 594) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 595) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 596) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 597) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 598) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 599) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 600) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 601) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 602) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 603) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 604) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 605) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 606) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 607) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 608) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 609) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 610) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 611) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 612) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 613) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 614) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 615) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 616) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 617) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 618) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 619) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 620) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 621) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 622) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 623) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 624) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 625) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 626) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 627) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 628) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 629) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 634) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 635) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 636) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 637) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 638) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 639) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 640) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 641) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 642) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 643) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 644) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 645) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 646) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 647) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 648) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 649) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 650) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 651) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 652) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 653) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 654) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0xe constant F_GETLK64 (line 88) | F_GETLK64 = 0xe constant F_GETOWN (line 89) | F_GETOWN = 0x17 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0x6 constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x7 constant F_SETOWN (line 95) | F_SETOWN = 0x18 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x100 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 121) | MAP_RENAME = 0x800 constant MAP_STACK (line 122) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x40044d0d constant O_APPEND (line 154) | O_APPEND = 0x8 constant O_ASYNC (line 155) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x100 constant O_DIRECT (line 158) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x10 constant O_EXCL (line 161) | O_EXCL = 0x400 constant O_FSYNC (line 162) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x0 constant O_NDELAY (line 164) | O_NDELAY = 0x80 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x80 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x4010 constant O_SYNC (line 171) | O_SYNC = 0x4010 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 222) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 223) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 224) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 225) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 226) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 227) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 228) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 229) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 230) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 231) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 232) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 233) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 234) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 235) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 236) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 237) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 238) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 239) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 240) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 241) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 242) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 243) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 244) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 245) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 246) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 247) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 248) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 249) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 250) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 251) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 252) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 253) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 254) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 255) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 256) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 257) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 258) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 259) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 260) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 261) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 262) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 263) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 264) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 265) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 266) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 267) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 268) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 269) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 270) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 271) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 272) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 273) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 274) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 275) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 276) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 277) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 278) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 279) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 280) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 281) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 282) | SIOCINQ = 0x467f constant SIOCOUTQ (line 283) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 284) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 285) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 286) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 287) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 288) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 289) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 290) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 291) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 292) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 293) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 294) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 295) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 296) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 297) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 298) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 299) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 300) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 301) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 302) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 303) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 304) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 305) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 306) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 307) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 308) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 309) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 310) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 311) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 312) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 313) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 314) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 315) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 316) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 317) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 318) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 319) | SO_PASSCRED = 0x11 constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 324) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 325) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 326) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 327) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 328) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 330) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 332) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 333) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 334) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 335) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 336) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 337) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 338) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 339) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 340) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 341) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 342) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 343) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 344) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 345) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 346) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 347) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 348) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x5407 constant TCGETA (line 366) | TCGETA = 0x5401 constant TCGETS (line 367) | TCGETS = 0x540d constant TCGETS2 (line 368) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 369) | TCSAFLUSH = 0x5410 constant TCSBRK (line 370) | TCSBRK = 0x5405 constant TCSBRKP (line 371) | TCSBRKP = 0x5486 constant TCSETA (line 372) | TCSETA = 0x5402 constant TCSETAF (line 373) | TCSETAF = 0x5404 constant TCSETAW (line 374) | TCSETAW = 0x5403 constant TCSETS (line 375) | TCSETS = 0x540e constant TCSETS2 (line 376) | TCSETS2 = 0x8030542b constant TCSETSF (line 377) | TCSETSF = 0x5410 constant TCSETSF2 (line 378) | TCSETSF2 = 0x8030542d constant TCSETSW (line 379) | TCSETSW = 0x540f constant TCSETSW2 (line 380) | TCSETSW2 = 0x8030542c constant TCXONC (line 381) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 382) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 383) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 384) | TIOCCBRK = 0x5428 constant TIOCCONS (line 385) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 386) | TIOCEXCL = 0x740d constant TIOCGDEV (line 387) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 388) | TIOCGETD = 0x7400 constant TIOCGETP (line 389) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 390) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 391) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 392) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 393) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 394) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 395) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 396) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 397) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 398) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 399) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 400) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 401) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 402) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 403) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 404) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 405) | TIOCINQ = 0x467f constant TIOCLINUX (line 406) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 407) | TIOCMBIC = 0x741c constant TIOCMBIS (line 408) | TIOCMBIS = 0x741b constant TIOCMGET (line 409) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 410) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 411) | TIOCMSET = 0x741a constant TIOCM_CAR (line 412) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 413) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 414) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 415) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 416) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 417) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 418) | TIOCM_SR = 0x20 constant TIOCM_ST (line 419) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 420) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 421) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 422) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 423) | TIOCPKT = 0x5470 constant TIOCSBRK (line 424) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 425) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 426) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 427) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 428) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 429) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 430) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 431) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 432) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 433) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 434) | TIOCSETD = 0x7401 constant TIOCSETN (line 435) | TIOCSETN = 0x740a constant TIOCSETP (line 436) | TIOCSETP = 0x7409 constant TIOCSIG (line 437) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 440) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 441) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 442) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 443) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 444) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 445) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 446) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 447) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 448) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 449) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 450) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 451) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 452) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 453) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 454) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 455) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 456) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 457) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 458) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 459) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 460) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 461) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 462) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 463) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 464) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 465) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 466) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 467) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 468) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 469) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 470) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 471) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 472) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 473) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 474) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 475) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 476) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 477) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 478) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 479) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 480) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 481) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 482) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 483) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 484) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 485) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 486) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 487) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 488) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 489) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 490) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 491) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 492) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 493) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 494) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 495) | VDISCARD = 0xd constant VEOF (line 496) | VEOF = 0x10 constant VEOL (line 497) | VEOL = 0x11 constant VEOL2 (line 498) | VEOL2 = 0x6 constant VMIN (line 499) | VMIN = 0x4 constant VREPRINT (line 500) | VREPRINT = 0xc constant VSTART (line 501) | VSTART = 0x8 constant VSTOP (line 502) | VSTOP = 0x9 constant VSUSP (line 503) | VSUSP = 0xa constant VSWTC (line 504) | VSWTC = 0x7 constant VSWTCH (line 505) | VSWTCH = 0x7 constant VT1 (line 506) | VT1 = 0x4000 constant VTDLY (line 507) | VTDLY = 0x4000 constant VTIME (line 508) | VTIME = 0x5 constant VWERASE (line 509) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 510) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 511) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 512) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 513) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 514) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 515) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 516) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 517) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 518) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 519) | WORDSIZE = 0x40 constant XCASE (line 520) | XCASE = 0x4 constant XTABS (line 521) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 522) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 523) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 524) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 529) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 530) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 531) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 532) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 533) | EALREADY = syscall.Errno(0x95) constant EBADE (line 534) | EBADE = syscall.Errno(0x32) constant EBADFD (line 535) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 536) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 537) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 538) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 539) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 540) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 541) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 542) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 543) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 544) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 545) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 546) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 547) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 548) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 549) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 550) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 551) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 552) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 553) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 554) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 555) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 556) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 557) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 558) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 559) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 560) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 561) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 562) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 563) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 564) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 565) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 566) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 567) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 568) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 569) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 570) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 571) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 572) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 573) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 574) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 575) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 576) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 577) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 578) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 579) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 580) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 581) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 582) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 583) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 584) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 585) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 586) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 587) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 588) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 589) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 590) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 591) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 592) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 593) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 594) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 595) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 596) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 597) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 598) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 599) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 600) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 601) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 602) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 603) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 604) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 605) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 606) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 607) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 608) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 609) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 610) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 611) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 612) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 613) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 614) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 615) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 616) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 617) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 618) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 619) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 620) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 621) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 622) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 623) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 624) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 625) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 626) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 627) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 628) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 629) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 634) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 635) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 636) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 637) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 638) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 639) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 640) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 641) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 642) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 643) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 644) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 645) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 646) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 647) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 648) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 649) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 650) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 651) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 652) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 653) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 654) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40041272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0x21 constant F_GETLK64 (line 88) | F_GETLK64 = 0x21 constant F_GETOWN (line 89) | F_GETOWN = 0x17 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x22 constant F_SETLK64 (line 92) | F_SETLK64 = 0x22 constant F_SETLKW (line 93) | F_SETLKW = 0x23 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x23 constant F_SETOWN (line 95) | F_SETOWN = 0x18 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x100 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 121) | MAP_RENAME = 0x800 constant MAP_STACK (line 122) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x20 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x40044d0d constant O_APPEND (line 154) | O_APPEND = 0x8 constant O_ASYNC (line 155) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x100 constant O_DIRECT (line 158) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x10 constant O_EXCL (line 161) | O_EXCL = 0x400 constant O_FSYNC (line 162) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 164) | O_NDELAY = 0x80 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x80 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x4010 constant O_SYNC (line 171) | O_SYNC = 0x4010 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 222) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 223) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 224) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 225) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 226) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 227) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 228) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 229) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 230) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 231) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 232) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 233) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 234) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 235) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 236) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 237) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 238) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 239) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 240) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 241) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 242) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 243) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 244) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 245) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 246) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 247) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 248) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 249) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 250) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 251) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 252) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 253) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 254) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 255) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 256) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 257) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 258) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 259) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 260) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 261) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 262) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 263) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 264) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 265) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 266) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 267) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 268) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 269) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 270) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 271) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 272) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 273) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 274) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 275) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 276) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 277) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 278) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 279) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 280) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 281) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 282) | SIOCINQ = 0x467f constant SIOCOUTQ (line 283) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 284) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 285) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 286) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 287) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 288) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 289) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 290) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 291) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 292) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 293) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 294) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 295) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 296) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 297) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 298) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 299) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 300) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 301) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 302) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 303) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 304) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 305) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 306) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 307) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 308) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 309) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 310) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 311) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 312) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 313) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 314) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 315) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 316) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 317) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 318) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 319) | SO_PASSCRED = 0x11 constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 324) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 325) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 326) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 327) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 328) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 330) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 332) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 333) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 334) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 335) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 336) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 337) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 338) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 339) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 340) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 341) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 342) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 343) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 344) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 345) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 346) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 347) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 348) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x5407 constant TCGETA (line 366) | TCGETA = 0x5401 constant TCGETS (line 367) | TCGETS = 0x540d constant TCGETS2 (line 368) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 369) | TCSAFLUSH = 0x5410 constant TCSBRK (line 370) | TCSBRK = 0x5405 constant TCSBRKP (line 371) | TCSBRKP = 0x5486 constant TCSETA (line 372) | TCSETA = 0x5402 constant TCSETAF (line 373) | TCSETAF = 0x5404 constant TCSETAW (line 374) | TCSETAW = 0x5403 constant TCSETS (line 375) | TCSETS = 0x540e constant TCSETS2 (line 376) | TCSETS2 = 0x8030542b constant TCSETSF (line 377) | TCSETSF = 0x5410 constant TCSETSF2 (line 378) | TCSETSF2 = 0x8030542d constant TCSETSW (line 379) | TCSETSW = 0x540f constant TCSETSW2 (line 380) | TCSETSW2 = 0x8030542c constant TCXONC (line 381) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 382) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 383) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 384) | TIOCCBRK = 0x5428 constant TIOCCONS (line 385) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 386) | TIOCEXCL = 0x740d constant TIOCGDEV (line 387) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 388) | TIOCGETD = 0x7400 constant TIOCGETP (line 389) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 390) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 391) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 392) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 393) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 394) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 395) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 396) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 397) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 398) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 399) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 400) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 401) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 402) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 403) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 404) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 405) | TIOCINQ = 0x467f constant TIOCLINUX (line 406) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 407) | TIOCMBIC = 0x741c constant TIOCMBIS (line 408) | TIOCMBIS = 0x741b constant TIOCMGET (line 409) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 410) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 411) | TIOCMSET = 0x741a constant TIOCM_CAR (line 412) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 413) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 414) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 415) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 416) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 417) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 418) | TIOCM_SR = 0x20 constant TIOCM_ST (line 419) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 420) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 421) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 422) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 423) | TIOCPKT = 0x5470 constant TIOCSBRK (line 424) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 425) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 426) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 427) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 428) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 429) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 430) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 431) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 432) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 433) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 434) | TIOCSETD = 0x7401 constant TIOCSETN (line 435) | TIOCSETN = 0x740a constant TIOCSETP (line 436) | TIOCSETP = 0x7409 constant TIOCSIG (line 437) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 440) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 441) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 442) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 443) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 444) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 445) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 446) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 447) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 448) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 449) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 450) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 451) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 452) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 453) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 454) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 455) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 456) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 457) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 458) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 459) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 460) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 461) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 462) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 463) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 464) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 465) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 466) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 467) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 468) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 469) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 470) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 471) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 472) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 473) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 474) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 475) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 476) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 477) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 478) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 479) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 480) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 481) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 482) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 483) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 484) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 485) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 486) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 487) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 488) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 489) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 490) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 491) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 492) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 493) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 494) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 495) | VDISCARD = 0xd constant VEOF (line 496) | VEOF = 0x10 constant VEOL (line 497) | VEOL = 0x11 constant VEOL2 (line 498) | VEOL2 = 0x6 constant VMIN (line 499) | VMIN = 0x4 constant VREPRINT (line 500) | VREPRINT = 0xc constant VSTART (line 501) | VSTART = 0x8 constant VSTOP (line 502) | VSTOP = 0x9 constant VSUSP (line 503) | VSUSP = 0xa constant VSWTC (line 504) | VSWTC = 0x7 constant VSWTCH (line 505) | VSWTCH = 0x7 constant VT1 (line 506) | VT1 = 0x4000 constant VTDLY (line 507) | VTDLY = 0x4000 constant VTIME (line 508) | VTIME = 0x5 constant VWERASE (line 509) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 510) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 511) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 512) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 513) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 514) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 515) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 516) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 517) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 518) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 519) | WORDSIZE = 0x20 constant XCASE (line 520) | XCASE = 0x4 constant XTABS (line 521) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 522) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 523) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 524) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 529) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 530) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 531) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 532) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 533) | EALREADY = syscall.Errno(0x95) constant EBADE (line 534) | EBADE = syscall.Errno(0x32) constant EBADFD (line 535) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 536) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 537) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 538) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 539) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 540) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 541) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 542) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 543) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 544) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 545) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 546) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 547) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 548) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 549) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 550) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 551) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 552) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 553) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 554) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 555) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 556) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 557) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 558) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 559) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 560) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 561) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 562) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 563) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 564) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 565) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 566) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 567) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 568) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 569) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 570) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 571) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 572) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 573) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 574) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 575) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 576) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 577) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 578) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 579) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 580) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 581) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 582) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 583) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 584) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 585) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 586) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 587) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 588) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 589) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 590) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 591) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 592) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 593) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 594) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 595) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 596) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 597) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 598) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 599) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 600) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 601) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 602) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 603) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 604) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 605) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 606) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 607) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 608) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 609) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 610) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 611) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 612) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 613) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 614) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 615) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 616) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 617) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 618) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 619) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 620) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 621) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 622) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 623) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 624) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 625) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 626) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 627) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 628) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 629) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 634) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 635) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 636) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 637) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 638) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 639) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 640) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 641) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 642) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 643) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 644) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 645) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 646) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 647) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 648) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 649) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 650) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 651) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 652) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 653) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 654) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40041272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1f constant BS1 (line 47) | BS1 = 0x8000 constant BSDLY (line 48) | BSDLY = 0x8000 constant CBAUD (line 49) | CBAUD = 0xff constant CBAUDEX (line 50) | CBAUDEX = 0x0 constant CIBAUD (line 51) | CIBAUD = 0xff0000 constant CLOCAL (line 52) | CLOCAL = 0x8000 constant CR1 (line 53) | CR1 = 0x1000 constant CR2 (line 54) | CR2 = 0x2000 constant CR3 (line 55) | CR3 = 0x3000 constant CRDLY (line 56) | CRDLY = 0x3000 constant CREAD (line 57) | CREAD = 0x800 constant CS6 (line 58) | CS6 = 0x100 constant CS7 (line 59) | CS7 = 0x200 constant CS8 (line 60) | CS8 = 0x300 constant CSIZE (line 61) | CSIZE = 0x300 constant CSTOPB (line 62) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x40 constant ECHOE (line 66) | ECHOE = 0x2 constant ECHOK (line 67) | ECHOK = 0x4 constant ECHOKE (line 68) | ECHOKE = 0x1 constant ECHONL (line 69) | ECHONL = 0x10 constant ECHOPRT (line 70) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000000 constant FF1 (line 75) | FF1 = 0x4000 constant FFDLY (line 76) | FFDLY = 0x4000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0xc constant F_GETLK64 (line 88) | F_GETLK64 = 0xc constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0xd constant F_SETLK64 (line 92) | F_SETLK64 = 0xd constant F_SETLKW (line 93) | F_SETLKW = 0xe constant F_SETLKW64 (line 94) | F_SETLKW64 = 0xe constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x4000 constant ICANON (line 102) | ICANON = 0x100 constant IEXTEN (line 103) | IEXTEN = 0x400 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x80 constant IUCLC (line 108) | IUCLC = 0x1000 constant IXOFF (line 109) | IXOFF = 0x400 constant IXON (line 110) | IXON = 0x200 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x20 constant NL2 (line 141) | NL2 = 0x200 constant NL3 (line 142) | NL3 = 0x300 constant NLDLY (line 143) | NLDLY = 0x300 constant NOFLSH (line 144) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 145) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 146) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 147) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 148) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 149) | OLCUC = 0x4 constant ONLCR (line 150) | ONLCR = 0x2 constant OTPERASE (line 151) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 152) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 153) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 154) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 155) | OTPSELECT = 0x40044d0d constant O_APPEND (line 156) | O_APPEND = 0x400 constant O_ASYNC (line 157) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 158) | O_CLOEXEC = 0x80000 constant O_CREAT (line 159) | O_CREAT = 0x40 constant O_DIRECT (line 160) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 161) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 162) | O_DSYNC = 0x1000 constant O_EXCL (line 163) | O_EXCL = 0x80 constant O_FSYNC (line 164) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 165) | O_LARGEFILE = 0x10000 constant O_NDELAY (line 166) | O_NDELAY = 0x800 constant O_NOATIME (line 167) | O_NOATIME = 0x40000 constant O_NOCTTY (line 168) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 169) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 170) | O_NONBLOCK = 0x800 constant O_PATH (line 171) | O_PATH = 0x200000 constant O_RSYNC (line 172) | O_RSYNC = 0x101000 constant O_SYNC (line 173) | O_SYNC = 0x101000 constant O_TMPFILE (line 174) | O_TMPFILE = 0x404000 constant O_TRUNC (line 175) | O_TRUNC = 0x200 constant PARENB (line 176) | PARENB = 0x1000 constant PARODD (line 177) | PARODD = 0x2000 constant PENDIN (line 178) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 179) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 180) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 181) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 182) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 183) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 184) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 185) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 186) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 187) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 188) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 189) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 190) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 191) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 192) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 193) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 194) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 195) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 196) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 197) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 198) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 199) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 200) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 201) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 202) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 203) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 204) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 205) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 206) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 207) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 208) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 209) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 210) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 211) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 212) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 213) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 214) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 215) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 216) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 217) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 218) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 219) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 220) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 221) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 222) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 223) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 224) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETEVRREGS (line 225) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 226) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 227) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 228) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 229) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 230) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 231) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 232) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 233) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 234) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 235) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 236) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 237) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 238) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 239) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 240) | PT_CCR = 0x26 constant PT_CTR (line 241) | PT_CTR = 0x23 constant PT_DAR (line 242) | PT_DAR = 0x29 constant PT_DSCR (line 243) | PT_DSCR = 0x2c constant PT_DSISR (line 244) | PT_DSISR = 0x2a constant PT_FPR0 (line 245) | PT_FPR0 = 0x30 constant PT_FPR31 (line 246) | PT_FPR31 = 0x6e constant PT_FPSCR (line 247) | PT_FPSCR = 0x71 constant PT_LNK (line 248) | PT_LNK = 0x24 constant PT_MQ (line 249) | PT_MQ = 0x27 constant PT_MSR (line 250) | PT_MSR = 0x21 constant PT_NIP (line 251) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 252) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 253) | PT_R0 = 0x0 constant PT_R1 (line 254) | PT_R1 = 0x1 constant PT_R10 (line 255) | PT_R10 = 0xa constant PT_R11 (line 256) | PT_R11 = 0xb constant PT_R12 (line 257) | PT_R12 = 0xc constant PT_R13 (line 258) | PT_R13 = 0xd constant PT_R14 (line 259) | PT_R14 = 0xe constant PT_R15 (line 260) | PT_R15 = 0xf constant PT_R16 (line 261) | PT_R16 = 0x10 constant PT_R17 (line 262) | PT_R17 = 0x11 constant PT_R18 (line 263) | PT_R18 = 0x12 constant PT_R19 (line 264) | PT_R19 = 0x13 constant PT_R2 (line 265) | PT_R2 = 0x2 constant PT_R20 (line 266) | PT_R20 = 0x14 constant PT_R21 (line 267) | PT_R21 = 0x15 constant PT_R22 (line 268) | PT_R22 = 0x16 constant PT_R23 (line 269) | PT_R23 = 0x17 constant PT_R24 (line 270) | PT_R24 = 0x18 constant PT_R25 (line 271) | PT_R25 = 0x19 constant PT_R26 (line 272) | PT_R26 = 0x1a constant PT_R27 (line 273) | PT_R27 = 0x1b constant PT_R28 (line 274) | PT_R28 = 0x1c constant PT_R29 (line 275) | PT_R29 = 0x1d constant PT_R3 (line 276) | PT_R3 = 0x3 constant PT_R30 (line 277) | PT_R30 = 0x1e constant PT_R31 (line 278) | PT_R31 = 0x1f constant PT_R4 (line 279) | PT_R4 = 0x4 constant PT_R5 (line 280) | PT_R5 = 0x5 constant PT_R6 (line 281) | PT_R6 = 0x6 constant PT_R7 (line 282) | PT_R7 = 0x7 constant PT_R8 (line 283) | PT_R8 = 0x8 constant PT_R9 (line 284) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 285) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 286) | PT_RESULT = 0x2b constant PT_TRAP (line 287) | PT_TRAP = 0x28 constant PT_XER (line 288) | PT_XER = 0x25 constant RLIMIT_AS (line 289) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 290) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 291) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 292) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 293) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 294) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 295) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 296) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 297) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 298) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 299) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 300) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 301) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 302) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 303) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 304) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 305) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 306) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 307) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 308) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 309) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 310) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 311) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 312) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 313) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 314) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 315) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 316) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 317) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 318) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 319) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 320) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 321) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 322) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 323) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 324) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 325) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 326) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 327) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 328) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 329) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 330) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 331) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 332) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 333) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 334) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 335) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 336) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 337) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 338) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 339) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 340) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 341) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 342) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 343) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 344) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 345) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 346) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 347) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 348) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 349) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 350) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 351) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 352) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 353) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 354) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 355) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 356) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 357) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 358) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 359) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 360) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 361) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 362) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 363) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 364) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 365) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 366) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 367) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 368) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 369) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 370) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 371) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 372) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 373) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 374) | SO_PASSCRED = 0x14 constant SO_PASSSEC (line 375) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 376) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 377) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 378) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 379) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 380) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 381) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 382) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 383) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 384) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 385) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 386) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 387) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 388) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 389) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 390) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 391) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 392) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 393) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 394) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 395) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 396) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 397) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 398) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 399) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 400) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 401) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 402) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 403) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 404) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 405) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 406) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 407) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 408) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 409) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 410) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 411) | SO_TXTIME = 0x3d constant SO_TYPE (line 412) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 413) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 414) | SO_ZEROCOPY = 0x3c constant TAB1 (line 415) | TAB1 = 0x400 constant TAB2 (line 416) | TAB2 = 0x800 constant TAB3 (line 417) | TAB3 = 0xc00 constant TABDLY (line 418) | TABDLY = 0xc00 constant TCFLSH (line 419) | TCFLSH = 0x2000741f constant TCGETA (line 420) | TCGETA = 0x40147417 constant TCGETS (line 421) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 422) | TCSAFLUSH = 0x2 constant TCSBRK (line 423) | TCSBRK = 0x2000741d constant TCSBRKP (line 424) | TCSBRKP = 0x5425 constant TCSETA (line 425) | TCSETA = 0x80147418 constant TCSETAF (line 426) | TCSETAF = 0x8014741c constant TCSETAW (line 427) | TCSETAW = 0x80147419 constant TCSETS (line 428) | TCSETS = 0x802c7414 constant TCSETSF (line 429) | TCSETSF = 0x802c7416 constant TCSETSW (line 430) | TCSETSW = 0x802c7415 constant TCXONC (line 431) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 432) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 433) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 434) | TIOCCBRK = 0x5428 constant TIOCCONS (line 435) | TIOCCONS = 0x541d constant TIOCEXCL (line 436) | TIOCEXCL = 0x540c constant TIOCGDEV (line 437) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 438) | TIOCGETC = 0x40067412 constant TIOCGETD (line 439) | TIOCGETD = 0x5424 constant TIOCGETP (line 440) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 441) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 442) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 443) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 444) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 445) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 446) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 447) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 448) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 449) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 450) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 451) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 452) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 453) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 454) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 455) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 456) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 457) | TIOCLINUX = 0x541c constant TIOCMBIC (line 458) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 459) | TIOCMBIS = 0x5416 constant TIOCMGET (line 460) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 461) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 462) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 463) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 464) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 465) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 466) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 467) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 468) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 469) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 470) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 471) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 472) | TIOCM_SR = 0x10 constant TIOCM_ST (line 473) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 474) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 475) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 476) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 477) | TIOCPKT = 0x5420 constant TIOCSBRK (line 478) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 479) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 480) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 481) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 482) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 483) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 484) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 485) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 486) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 487) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 488) | TIOCSETC = 0x80067411 constant TIOCSETD (line 489) | TIOCSETD = 0x5423 constant TIOCSETN (line 490) | TIOCSETN = 0x8006740a constant TIOCSETP (line 491) | TIOCSETP = 0x80067409 constant TIOCSIG (line 492) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 493) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 494) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 495) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 496) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 497) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 498) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 499) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 500) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 501) | TIOCSTART = 0x2000746e constant TIOCSTI (line 502) | TIOCSTI = 0x5412 constant TIOCSTOP (line 503) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 504) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 505) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 506) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 507) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 508) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 509) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 510) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 511) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 512) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 513) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 514) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 515) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 516) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 517) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 518) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 519) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 520) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 521) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 522) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 523) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 524) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 525) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 526) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 527) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 528) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 529) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 530) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 531) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 532) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 533) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 534) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 535) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 536) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 537) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 538) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 539) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 540) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 541) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 542) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 543) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 544) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 545) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 546) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 547) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 548) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 549) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 550) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 551) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 552) | VDISCARD = 0x10 constant VEOF (line 553) | VEOF = 0x4 constant VEOL (line 554) | VEOL = 0x6 constant VEOL2 (line 555) | VEOL2 = 0x8 constant VMIN (line 556) | VMIN = 0x5 constant VREPRINT (line 557) | VREPRINT = 0xb constant VSTART (line 558) | VSTART = 0xd constant VSTOP (line 559) | VSTOP = 0xe constant VSUSP (line 560) | VSUSP = 0xc constant VSWTC (line 561) | VSWTC = 0x9 constant VT1 (line 562) | VT1 = 0x10000 constant VTDLY (line 563) | VTDLY = 0x10000 constant VTIME (line 564) | VTIME = 0x7 constant VWERASE (line 565) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 566) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 567) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 568) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 569) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 570) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 571) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 572) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 573) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 574) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 575) | WORDSIZE = 0x20 constant XCASE (line 576) | XCASE = 0x4000 constant XTABS (line 577) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 578) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 579) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 580) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 585) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 586) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 587) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 588) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 589) | EALREADY = syscall.Errno(0x72) constant EBADE (line 590) | EBADE = syscall.Errno(0x34) constant EBADFD (line 591) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 592) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 593) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 594) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 595) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 596) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 597) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 598) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 599) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 600) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 601) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 602) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 603) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 604) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 605) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 606) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 607) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 608) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 609) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 610) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 611) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 612) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 613) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 614) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 615) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 616) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 617) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 618) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 619) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 620) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 621) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 622) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 623) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 624) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 625) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 626) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 627) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 628) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 629) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 630) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 631) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 632) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 633) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 634) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 635) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 636) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 637) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 638) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 639) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 640) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 641) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 642) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 643) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 644) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 645) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 646) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 647) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 648) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 649) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 650) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 651) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 652) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 653) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 654) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 655) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 656) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 657) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 658) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 659) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 660) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 661) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 662) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 663) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 664) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 665) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 666) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 667) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 668) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 669) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 670) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 671) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 672) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 673) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 674) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 675) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 676) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 677) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 678) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 679) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 680) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 681) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 682) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 683) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 688) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 689) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 690) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 691) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 692) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 693) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 694) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 695) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 696) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 697) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 698) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 699) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 700) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 701) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 702) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 703) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 704) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 705) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 706) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 707) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 708) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1f constant BS1 (line 47) | BS1 = 0x8000 constant BSDLY (line 48) | BSDLY = 0x8000 constant CBAUD (line 49) | CBAUD = 0xff constant CBAUDEX (line 50) | CBAUDEX = 0x0 constant CIBAUD (line 51) | CIBAUD = 0xff0000 constant CLOCAL (line 52) | CLOCAL = 0x8000 constant CR1 (line 53) | CR1 = 0x1000 constant CR2 (line 54) | CR2 = 0x2000 constant CR3 (line 55) | CR3 = 0x3000 constant CRDLY (line 56) | CRDLY = 0x3000 constant CREAD (line 57) | CREAD = 0x800 constant CS6 (line 58) | CS6 = 0x100 constant CS7 (line 59) | CS7 = 0x200 constant CS8 (line 60) | CS8 = 0x300 constant CSIZE (line 61) | CSIZE = 0x300 constant CSTOPB (line 62) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x40 constant ECHOE (line 66) | ECHOE = 0x2 constant ECHOK (line 67) | ECHOK = 0x4 constant ECHOKE (line 68) | ECHOKE = 0x1 constant ECHONL (line 69) | ECHONL = 0x10 constant ECHOPRT (line 70) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000000 constant FF1 (line 75) | FF1 = 0x4000 constant FFDLY (line 76) | FFDLY = 0x4000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0x5 constant F_GETLK64 (line 88) | F_GETLK64 = 0xc constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0xd constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0xe constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x4000 constant ICANON (line 102) | ICANON = 0x100 constant IEXTEN (line 103) | IEXTEN = 0x400 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x80 constant IUCLC (line 108) | IUCLC = 0x1000 constant IXOFF (line 109) | IXOFF = 0x400 constant IXON (line 110) | IXON = 0x200 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NL2 (line 141) | NL2 = 0x200 constant NL3 (line 142) | NL3 = 0x300 constant NLDLY (line 143) | NLDLY = 0x300 constant NOFLSH (line 144) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 145) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 146) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 147) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 148) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 149) | OLCUC = 0x4 constant ONLCR (line 150) | ONLCR = 0x2 constant OTPERASE (line 151) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 152) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 153) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 154) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 155) | OTPSELECT = 0x40044d0d constant O_APPEND (line 156) | O_APPEND = 0x400 constant O_ASYNC (line 157) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 158) | O_CLOEXEC = 0x80000 constant O_CREAT (line 159) | O_CREAT = 0x40 constant O_DIRECT (line 160) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 161) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 162) | O_DSYNC = 0x1000 constant O_EXCL (line 163) | O_EXCL = 0x80 constant O_FSYNC (line 164) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 165) | O_LARGEFILE = 0x0 constant O_NDELAY (line 166) | O_NDELAY = 0x800 constant O_NOATIME (line 167) | O_NOATIME = 0x40000 constant O_NOCTTY (line 168) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 169) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 170) | O_NONBLOCK = 0x800 constant O_PATH (line 171) | O_PATH = 0x200000 constant O_RSYNC (line 172) | O_RSYNC = 0x101000 constant O_SYNC (line 173) | O_SYNC = 0x101000 constant O_TMPFILE (line 174) | O_TMPFILE = 0x404000 constant O_TRUNC (line 175) | O_TRUNC = 0x200 constant PARENB (line 176) | PARENB = 0x1000 constant PARODD (line 177) | PARODD = 0x2000 constant PENDIN (line 178) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 179) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 180) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 181) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 182) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 183) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 184) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 185) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 186) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 187) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 188) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 189) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 190) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 191) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 192) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 193) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 194) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 195) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 196) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 197) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 198) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 199) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 200) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 201) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 202) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 203) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 204) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 205) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 206) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 207) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 208) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 209) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 210) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 211) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 212) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 213) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 214) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 215) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 216) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 217) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 218) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 219) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 220) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 221) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 222) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 223) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 224) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 225) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 226) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 227) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 228) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 229) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 230) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 231) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 232) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 233) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 234) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 235) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 236) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 237) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 238) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 239) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 240) | PT_CCR = 0x26 constant PT_CTR (line 241) | PT_CTR = 0x23 constant PT_DAR (line 242) | PT_DAR = 0x29 constant PT_DSCR (line 243) | PT_DSCR = 0x2c constant PT_DSISR (line 244) | PT_DSISR = 0x2a constant PT_FPR0 (line 245) | PT_FPR0 = 0x30 constant PT_FPSCR (line 246) | PT_FPSCR = 0x50 constant PT_LNK (line 247) | PT_LNK = 0x24 constant PT_MSR (line 248) | PT_MSR = 0x21 constant PT_NIP (line 249) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 250) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 251) | PT_R0 = 0x0 constant PT_R1 (line 252) | PT_R1 = 0x1 constant PT_R10 (line 253) | PT_R10 = 0xa constant PT_R11 (line 254) | PT_R11 = 0xb constant PT_R12 (line 255) | PT_R12 = 0xc constant PT_R13 (line 256) | PT_R13 = 0xd constant PT_R14 (line 257) | PT_R14 = 0xe constant PT_R15 (line 258) | PT_R15 = 0xf constant PT_R16 (line 259) | PT_R16 = 0x10 constant PT_R17 (line 260) | PT_R17 = 0x11 constant PT_R18 (line 261) | PT_R18 = 0x12 constant PT_R19 (line 262) | PT_R19 = 0x13 constant PT_R2 (line 263) | PT_R2 = 0x2 constant PT_R20 (line 264) | PT_R20 = 0x14 constant PT_R21 (line 265) | PT_R21 = 0x15 constant PT_R22 (line 266) | PT_R22 = 0x16 constant PT_R23 (line 267) | PT_R23 = 0x17 constant PT_R24 (line 268) | PT_R24 = 0x18 constant PT_R25 (line 269) | PT_R25 = 0x19 constant PT_R26 (line 270) | PT_R26 = 0x1a constant PT_R27 (line 271) | PT_R27 = 0x1b constant PT_R28 (line 272) | PT_R28 = 0x1c constant PT_R29 (line 273) | PT_R29 = 0x1d constant PT_R3 (line 274) | PT_R3 = 0x3 constant PT_R30 (line 275) | PT_R30 = 0x1e constant PT_R31 (line 276) | PT_R31 = 0x1f constant PT_R4 (line 277) | PT_R4 = 0x4 constant PT_R5 (line 278) | PT_R5 = 0x5 constant PT_R6 (line 279) | PT_R6 = 0x6 constant PT_R7 (line 280) | PT_R7 = 0x7 constant PT_R8 (line 281) | PT_R8 = 0x8 constant PT_R9 (line 282) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 283) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 284) | PT_RESULT = 0x2b constant PT_SOFTE (line 285) | PT_SOFTE = 0x27 constant PT_TRAP (line 286) | PT_TRAP = 0x28 constant PT_VR0 (line 287) | PT_VR0 = 0x52 constant PT_VRSAVE (line 288) | PT_VRSAVE = 0x94 constant PT_VSCR (line 289) | PT_VSCR = 0x93 constant PT_VSR0 (line 290) | PT_VSR0 = 0x96 constant PT_VSR31 (line 291) | PT_VSR31 = 0xd4 constant PT_XER (line 292) | PT_XER = 0x25 constant RLIMIT_AS (line 293) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 294) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 295) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 296) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 297) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 298) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 299) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 300) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 301) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 302) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 303) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 304) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 305) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 306) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 307) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 308) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 309) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 310) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 311) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 312) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 313) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 314) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 315) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 316) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 317) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 318) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 319) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 320) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 321) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 322) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 323) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 324) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 325) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 326) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 327) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 328) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 329) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 330) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 331) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 332) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 333) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 334) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 335) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 336) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 337) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 338) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 339) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 340) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 341) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 342) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 343) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 344) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 345) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 346) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 347) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 348) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 349) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 350) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 351) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 352) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 353) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 354) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 355) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 356) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 357) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 358) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 359) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 360) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 361) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 362) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 363) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 364) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 365) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 366) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 367) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 368) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 369) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 370) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 371) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 372) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 373) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 374) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 375) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 376) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 377) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 378) | SO_PASSCRED = 0x14 constant SO_PASSSEC (line 379) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 380) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 381) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 382) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 383) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 384) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 385) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 386) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 387) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 388) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 389) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 390) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 391) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 392) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 393) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 394) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 395) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 396) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 397) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 398) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 399) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 400) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 401) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 402) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 403) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 404) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 405) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 406) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 407) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 408) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 409) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 410) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 411) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 412) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 413) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 414) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 415) | SO_TXTIME = 0x3d constant SO_TYPE (line 416) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 417) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 418) | SO_ZEROCOPY = 0x3c constant TAB1 (line 419) | TAB1 = 0x400 constant TAB2 (line 420) | TAB2 = 0x800 constant TAB3 (line 421) | TAB3 = 0xc00 constant TABDLY (line 422) | TABDLY = 0xc00 constant TCFLSH (line 423) | TCFLSH = 0x2000741f constant TCGETA (line 424) | TCGETA = 0x40147417 constant TCGETS (line 425) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 426) | TCSAFLUSH = 0x2 constant TCSBRK (line 427) | TCSBRK = 0x2000741d constant TCSBRKP (line 428) | TCSBRKP = 0x5425 constant TCSETA (line 429) | TCSETA = 0x80147418 constant TCSETAF (line 430) | TCSETAF = 0x8014741c constant TCSETAW (line 431) | TCSETAW = 0x80147419 constant TCSETS (line 432) | TCSETS = 0x802c7414 constant TCSETSF (line 433) | TCSETSF = 0x802c7416 constant TCSETSW (line 434) | TCSETSW = 0x802c7415 constant TCXONC (line 435) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 436) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 437) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 438) | TIOCCBRK = 0x5428 constant TIOCCONS (line 439) | TIOCCONS = 0x541d constant TIOCEXCL (line 440) | TIOCEXCL = 0x540c constant TIOCGDEV (line 441) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 442) | TIOCGETC = 0x40067412 constant TIOCGETD (line 443) | TIOCGETD = 0x5424 constant TIOCGETP (line 444) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 445) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 446) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 447) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 448) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 449) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 450) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 451) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 452) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 453) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 454) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 455) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 456) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 457) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 458) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 459) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 460) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 461) | TIOCLINUX = 0x541c constant TIOCMBIC (line 462) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 463) | TIOCMBIS = 0x5416 constant TIOCMGET (line 464) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 465) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 466) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 467) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 468) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 469) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 470) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 471) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 472) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 473) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 474) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 475) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 476) | TIOCM_SR = 0x10 constant TIOCM_ST (line 477) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 478) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 479) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 480) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 481) | TIOCPKT = 0x5420 constant TIOCSBRK (line 482) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 483) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 484) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 485) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 486) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 487) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 488) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 489) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 490) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 491) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 492) | TIOCSETC = 0x80067411 constant TIOCSETD (line 493) | TIOCSETD = 0x5423 constant TIOCSETN (line 494) | TIOCSETN = 0x8006740a constant TIOCSETP (line 495) | TIOCSETP = 0x80067409 constant TIOCSIG (line 496) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 497) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 498) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 499) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 500) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 501) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 502) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 503) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 504) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 505) | TIOCSTART = 0x2000746e constant TIOCSTI (line 506) | TIOCSTI = 0x5412 constant TIOCSTOP (line 507) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 508) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 509) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 510) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 511) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 512) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 513) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 514) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 515) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 516) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 517) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 518) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 519) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 520) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 521) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 522) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 523) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 524) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 525) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 526) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 527) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 528) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 529) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 530) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 531) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 532) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 533) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 534) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 535) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 536) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 537) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 538) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 539) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 540) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 541) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 542) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 543) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 544) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 545) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 546) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 547) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 548) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 549) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 550) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 551) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 552) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 553) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 554) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 555) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 556) | VDISCARD = 0x10 constant VEOF (line 557) | VEOF = 0x4 constant VEOL (line 558) | VEOL = 0x6 constant VEOL2 (line 559) | VEOL2 = 0x8 constant VMIN (line 560) | VMIN = 0x5 constant VREPRINT (line 561) | VREPRINT = 0xb constant VSTART (line 562) | VSTART = 0xd constant VSTOP (line 563) | VSTOP = 0xe constant VSUSP (line 564) | VSUSP = 0xc constant VSWTC (line 565) | VSWTC = 0x9 constant VT1 (line 566) | VT1 = 0x10000 constant VTDLY (line 567) | VTDLY = 0x10000 constant VTIME (line 568) | VTIME = 0x7 constant VWERASE (line 569) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 570) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 571) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 572) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 573) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 574) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 575) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 576) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 577) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 578) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 579) | WORDSIZE = 0x40 constant XCASE (line 580) | XCASE = 0x4000 constant XTABS (line 581) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 582) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 583) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 584) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 589) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 590) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 591) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 592) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 593) | EALREADY = syscall.Errno(0x72) constant EBADE (line 594) | EBADE = syscall.Errno(0x34) constant EBADFD (line 595) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 596) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 597) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 598) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 599) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 600) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 601) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 602) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 603) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 604) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 605) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 606) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 607) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 608) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 609) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 610) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 611) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 612) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 613) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 614) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 615) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 616) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 617) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 618) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 619) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 620) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 621) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 622) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 623) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 624) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 625) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 626) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 627) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 628) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 629) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 630) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 631) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 632) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 633) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 634) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 635) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 636) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 637) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 638) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 639) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 640) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 641) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 642) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 643) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 644) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 645) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 646) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 647) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 648) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 649) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 650) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 651) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 652) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 653) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 654) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 655) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 656) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 657) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 658) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 659) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 660) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 661) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 662) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 663) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 664) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 665) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 666) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 667) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 668) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 669) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 670) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 671) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 672) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 673) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 674) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 675) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 676) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 677) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 678) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 679) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 680) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 681) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 682) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 683) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 684) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 685) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 686) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 687) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 692) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 693) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 694) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 695) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 696) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 697) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 698) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 699) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 700) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 701) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 702) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 703) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 704) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 705) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 706) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 707) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 708) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 709) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 710) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 711) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 712) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 34) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x40081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 38) | BLKRAGET = 0x20001263 constant BLKRASET (line 39) | BLKRASET = 0x20001262 constant BLKROGET (line 40) | BLKROGET = 0x2000125e constant BLKROSET (line 41) | BLKROSET = 0x2000125d constant BLKRRPART (line 42) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x20001268 constant BOTHER (line 46) | BOTHER = 0x1f constant BS1 (line 47) | BS1 = 0x8000 constant BSDLY (line 48) | BSDLY = 0x8000 constant CBAUD (line 49) | CBAUD = 0xff constant CBAUDEX (line 50) | CBAUDEX = 0x0 constant CIBAUD (line 51) | CIBAUD = 0xff0000 constant CLOCAL (line 52) | CLOCAL = 0x8000 constant CR1 (line 53) | CR1 = 0x1000 constant CR2 (line 54) | CR2 = 0x2000 constant CR3 (line 55) | CR3 = 0x3000 constant CRDLY (line 56) | CRDLY = 0x3000 constant CREAD (line 57) | CREAD = 0x800 constant CS6 (line 58) | CS6 = 0x100 constant CS7 (line 59) | CS7 = 0x200 constant CS8 (line 60) | CS8 = 0x300 constant CSIZE (line 61) | CSIZE = 0x300 constant CSTOPB (line 62) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x40 constant ECHOE (line 66) | ECHOE = 0x2 constant ECHOK (line 67) | ECHOK = 0x4 constant ECHOKE (line 68) | ECHOKE = 0x1 constant ECHONL (line 69) | ECHONL = 0x10 constant ECHOPRT (line 70) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000000 constant FF1 (line 75) | FF1 = 0x4000 constant FFDLY (line 76) | FFDLY = 0x4000 constant FICLONE (line 77) | FICLONE = 0x80049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x8020940d constant FLUSHO (line 79) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 87) | F_GETLK = 0x5 constant F_GETLK64 (line 88) | F_GETLK64 = 0xc constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0xd constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0xe constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 101) | HUPCL = 0x4000 constant ICANON (line 102) | ICANON = 0x100 constant IEXTEN (line 103) | IEXTEN = 0x400 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 107) | ISIG = 0x80 constant IUCLC (line 108) | IUCLC = 0x1000 constant IXOFF (line 109) | IXOFF = 0x400 constant IXON (line 110) | IXON = 0x200 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 126) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x80084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NL2 (line 141) | NL2 = 0x200 constant NL3 (line 142) | NL3 = 0x300 constant NLDLY (line 143) | NLDLY = 0x300 constant NOFLSH (line 144) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 145) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 146) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 147) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 148) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 149) | OLCUC = 0x4 constant ONLCR (line 150) | ONLCR = 0x2 constant OTPERASE (line 151) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 152) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 153) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 154) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 155) | OTPSELECT = 0x40044d0d constant O_APPEND (line 156) | O_APPEND = 0x400 constant O_ASYNC (line 157) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 158) | O_CLOEXEC = 0x80000 constant O_CREAT (line 159) | O_CREAT = 0x40 constant O_DIRECT (line 160) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 161) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 162) | O_DSYNC = 0x1000 constant O_EXCL (line 163) | O_EXCL = 0x80 constant O_FSYNC (line 164) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 165) | O_LARGEFILE = 0x0 constant O_NDELAY (line 166) | O_NDELAY = 0x800 constant O_NOATIME (line 167) | O_NOATIME = 0x40000 constant O_NOCTTY (line 168) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 169) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 170) | O_NONBLOCK = 0x800 constant O_PATH (line 171) | O_PATH = 0x200000 constant O_RSYNC (line 172) | O_RSYNC = 0x101000 constant O_SYNC (line 173) | O_SYNC = 0x101000 constant O_TMPFILE (line 174) | O_TMPFILE = 0x404000 constant O_TRUNC (line 175) | O_TRUNC = 0x200 constant PARENB (line 176) | PARENB = 0x1000 constant PARODD (line 177) | PARODD = 0x2000 constant PENDIN (line 178) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 179) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 180) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 181) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 182) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 183) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 184) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 185) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 186) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 187) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 188) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 189) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 190) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 191) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 192) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 193) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 194) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 195) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 196) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 197) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 198) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 199) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 200) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 201) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 202) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 203) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 204) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 205) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 206) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 207) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 208) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 209) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 210) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 211) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 212) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 213) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 214) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 215) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 216) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 217) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 218) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 219) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 220) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 221) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 222) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 223) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 224) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 225) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 226) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 227) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 228) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 229) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 230) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 231) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 232) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 233) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 234) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 235) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 236) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 237) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 238) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 239) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 240) | PT_CCR = 0x26 constant PT_CTR (line 241) | PT_CTR = 0x23 constant PT_DAR (line 242) | PT_DAR = 0x29 constant PT_DSCR (line 243) | PT_DSCR = 0x2c constant PT_DSISR (line 244) | PT_DSISR = 0x2a constant PT_FPR0 (line 245) | PT_FPR0 = 0x30 constant PT_FPSCR (line 246) | PT_FPSCR = 0x50 constant PT_LNK (line 247) | PT_LNK = 0x24 constant PT_MSR (line 248) | PT_MSR = 0x21 constant PT_NIP (line 249) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 250) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 251) | PT_R0 = 0x0 constant PT_R1 (line 252) | PT_R1 = 0x1 constant PT_R10 (line 253) | PT_R10 = 0xa constant PT_R11 (line 254) | PT_R11 = 0xb constant PT_R12 (line 255) | PT_R12 = 0xc constant PT_R13 (line 256) | PT_R13 = 0xd constant PT_R14 (line 257) | PT_R14 = 0xe constant PT_R15 (line 258) | PT_R15 = 0xf constant PT_R16 (line 259) | PT_R16 = 0x10 constant PT_R17 (line 260) | PT_R17 = 0x11 constant PT_R18 (line 261) | PT_R18 = 0x12 constant PT_R19 (line 262) | PT_R19 = 0x13 constant PT_R2 (line 263) | PT_R2 = 0x2 constant PT_R20 (line 264) | PT_R20 = 0x14 constant PT_R21 (line 265) | PT_R21 = 0x15 constant PT_R22 (line 266) | PT_R22 = 0x16 constant PT_R23 (line 267) | PT_R23 = 0x17 constant PT_R24 (line 268) | PT_R24 = 0x18 constant PT_R25 (line 269) | PT_R25 = 0x19 constant PT_R26 (line 270) | PT_R26 = 0x1a constant PT_R27 (line 271) | PT_R27 = 0x1b constant PT_R28 (line 272) | PT_R28 = 0x1c constant PT_R29 (line 273) | PT_R29 = 0x1d constant PT_R3 (line 274) | PT_R3 = 0x3 constant PT_R30 (line 275) | PT_R30 = 0x1e constant PT_R31 (line 276) | PT_R31 = 0x1f constant PT_R4 (line 277) | PT_R4 = 0x4 constant PT_R5 (line 278) | PT_R5 = 0x5 constant PT_R6 (line 279) | PT_R6 = 0x6 constant PT_R7 (line 280) | PT_R7 = 0x7 constant PT_R8 (line 281) | PT_R8 = 0x8 constant PT_R9 (line 282) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 283) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 284) | PT_RESULT = 0x2b constant PT_SOFTE (line 285) | PT_SOFTE = 0x27 constant PT_TRAP (line 286) | PT_TRAP = 0x28 constant PT_VR0 (line 287) | PT_VR0 = 0x52 constant PT_VRSAVE (line 288) | PT_VRSAVE = 0x94 constant PT_VSCR (line 289) | PT_VSCR = 0x93 constant PT_VSR0 (line 290) | PT_VSR0 = 0x96 constant PT_VSR31 (line 291) | PT_VSR31 = 0xd4 constant PT_XER (line 292) | PT_XER = 0x25 constant RLIMIT_AS (line 293) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 294) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 295) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 296) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 297) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 298) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 299) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 300) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 301) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 302) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 303) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 304) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 305) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 306) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 307) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 308) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 309) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 310) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 311) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 312) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 313) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 314) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 315) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 316) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 317) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 318) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 319) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 320) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 321) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 322) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 323) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 324) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 325) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 326) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 327) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 328) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 329) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 330) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 331) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 332) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 333) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 334) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 335) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 336) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 337) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 338) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 339) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 340) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 341) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 342) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 343) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 344) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 345) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 346) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 347) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 348) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 349) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 350) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 351) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 352) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 353) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 354) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 355) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 356) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 357) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 358) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 359) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 360) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 361) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 362) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 363) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 364) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 365) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 366) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 367) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 368) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 369) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 370) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 371) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 372) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 373) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 374) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 375) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 376) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 377) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 378) | SO_PASSCRED = 0x14 constant SO_PASSSEC (line 379) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 380) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 381) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 382) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 383) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 384) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 385) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 386) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 387) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 388) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 389) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 390) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 391) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 392) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 393) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 394) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 395) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 396) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 397) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 398) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 399) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 400) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 401) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 402) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 403) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 404) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 405) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 406) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 407) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 408) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 409) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 410) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 411) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 412) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 413) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 414) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 415) | SO_TXTIME = 0x3d constant SO_TYPE (line 416) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 417) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 418) | SO_ZEROCOPY = 0x3c constant TAB1 (line 419) | TAB1 = 0x400 constant TAB2 (line 420) | TAB2 = 0x800 constant TAB3 (line 421) | TAB3 = 0xc00 constant TABDLY (line 422) | TABDLY = 0xc00 constant TCFLSH (line 423) | TCFLSH = 0x2000741f constant TCGETA (line 424) | TCGETA = 0x40147417 constant TCGETS (line 425) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 426) | TCSAFLUSH = 0x2 constant TCSBRK (line 427) | TCSBRK = 0x2000741d constant TCSBRKP (line 428) | TCSBRKP = 0x5425 constant TCSETA (line 429) | TCSETA = 0x80147418 constant TCSETAF (line 430) | TCSETAF = 0x8014741c constant TCSETAW (line 431) | TCSETAW = 0x80147419 constant TCSETS (line 432) | TCSETS = 0x802c7414 constant TCSETSF (line 433) | TCSETSF = 0x802c7416 constant TCSETSW (line 434) | TCSETSW = 0x802c7415 constant TCXONC (line 435) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 436) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 437) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 438) | TIOCCBRK = 0x5428 constant TIOCCONS (line 439) | TIOCCONS = 0x541d constant TIOCEXCL (line 440) | TIOCEXCL = 0x540c constant TIOCGDEV (line 441) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 442) | TIOCGETC = 0x40067412 constant TIOCGETD (line 443) | TIOCGETD = 0x5424 constant TIOCGETP (line 444) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 445) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 446) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 447) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 448) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 449) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 450) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 451) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 452) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 453) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 454) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 455) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 456) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 457) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 458) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 459) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 460) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 461) | TIOCLINUX = 0x541c constant TIOCMBIC (line 462) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 463) | TIOCMBIS = 0x5416 constant TIOCMGET (line 464) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 465) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 466) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 467) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 468) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 469) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 470) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 471) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 472) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 473) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 474) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 475) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 476) | TIOCM_SR = 0x10 constant TIOCM_ST (line 477) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 478) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 479) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 480) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 481) | TIOCPKT = 0x5420 constant TIOCSBRK (line 482) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 483) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 484) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 485) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 486) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 487) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 488) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 489) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 490) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 491) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 492) | TIOCSETC = 0x80067411 constant TIOCSETD (line 493) | TIOCSETD = 0x5423 constant TIOCSETN (line 494) | TIOCSETN = 0x8006740a constant TIOCSETP (line 495) | TIOCSETP = 0x80067409 constant TIOCSIG (line 496) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 497) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 498) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 499) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 500) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 501) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 502) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 503) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 504) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 505) | TIOCSTART = 0x2000746e constant TIOCSTI (line 506) | TIOCSTI = 0x5412 constant TIOCSTOP (line 507) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 508) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 509) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 510) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 511) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 512) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 513) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 514) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 515) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 516) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 517) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 518) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 519) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 520) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 521) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 522) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 523) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 524) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 525) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 526) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 527) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 528) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 529) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 530) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 531) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 532) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 533) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 534) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 535) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 536) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 537) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 538) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 539) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 540) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 541) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 542) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 543) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 544) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 545) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 546) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 547) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 548) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 549) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 550) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 551) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 552) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 553) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 554) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 555) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 556) | VDISCARD = 0x10 constant VEOF (line 557) | VEOF = 0x4 constant VEOL (line 558) | VEOL = 0x6 constant VEOL2 (line 559) | VEOL2 = 0x8 constant VMIN (line 560) | VMIN = 0x5 constant VREPRINT (line 561) | VREPRINT = 0xb constant VSTART (line 562) | VSTART = 0xd constant VSTOP (line 563) | VSTOP = 0xe constant VSUSP (line 564) | VSUSP = 0xc constant VSWTC (line 565) | VSWTC = 0x9 constant VT1 (line 566) | VT1 = 0x10000 constant VTDLY (line 567) | VTDLY = 0x10000 constant VTIME (line 568) | VTIME = 0x7 constant VWERASE (line 569) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 570) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 571) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 572) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 573) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 574) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 575) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 576) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 577) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 578) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 579) | WORDSIZE = 0x40 constant XCASE (line 580) | XCASE = 0x4000 constant XTABS (line 581) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 582) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 583) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 584) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 589) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 590) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 591) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 592) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 593) | EALREADY = syscall.Errno(0x72) constant EBADE (line 594) | EBADE = syscall.Errno(0x34) constant EBADFD (line 595) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 596) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 597) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 598) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 599) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 600) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 601) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 602) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 603) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 604) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 605) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 606) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 607) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 608) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 609) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 610) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 611) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 612) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 613) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 614) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 615) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 616) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 617) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 618) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 619) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 620) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 621) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 622) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 623) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 624) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 625) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 626) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 627) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 628) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 629) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 630) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 631) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 632) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 633) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 634) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 635) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 636) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 637) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 638) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 639) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 640) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 641) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 642) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 643) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 644) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 645) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 646) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 647) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 648) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 649) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 650) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 651) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 652) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 653) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 654) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 655) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 656) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 657) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 658) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 659) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 660) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 661) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 662) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 663) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 664) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 665) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 666) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 667) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 668) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 669) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 670) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 671) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 672) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 673) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 674) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 675) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 676) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 677) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 678) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 679) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 680) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 681) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 682) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 683) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 684) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 685) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 686) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 687) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 692) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 693) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 694) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 695) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 696) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 697) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 698) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 699) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 700) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 701) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 702) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 703) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 704) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 705) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 706) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 707) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 708) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 709) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 710) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 711) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 712) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 87) | F_GETLK = 0x5 constant F_GETLK64 (line 88) | F_GETLK64 = 0x5 constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0x6 constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x7 constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x40084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0xb701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x80044d0d constant O_APPEND (line 154) | O_APPEND = 0x400 constant O_ASYNC (line 155) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x40 constant O_DIRECT (line 158) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x1000 constant O_EXCL (line 161) | O_EXCL = 0x80 constant O_FSYNC (line 162) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x0 constant O_NDELAY (line 164) | O_NDELAY = 0x800 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x800 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x101000 constant O_SYNC (line 171) | O_SYNC = 0x101000 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant RLIMIT_AS (line 222) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 223) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 224) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 225) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 226) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 227) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 228) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 229) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 230) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 231) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 232) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 233) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 234) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 235) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 236) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 237) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 238) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 239) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 240) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 241) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 242) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 243) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 244) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 245) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 246) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 247) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 248) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 249) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 250) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 251) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 252) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 253) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 254) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 255) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 256) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 257) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 258) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 259) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 260) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 261) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 262) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 263) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 264) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 265) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 266) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 267) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 268) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 269) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 270) | SIOCINQ = 0x541b constant SIOCOUTQ (line 271) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 272) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 273) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 274) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 275) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 276) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 277) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 278) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 279) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 280) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 281) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 282) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 283) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 284) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 285) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 286) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 287) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 288) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 289) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 290) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 291) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 292) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 293) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 294) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 295) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 296) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 297) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 298) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 299) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 300) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 301) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 302) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 303) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 304) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 305) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 306) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 307) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 308) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 309) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 310) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 311) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 312) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 313) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 314) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 315) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 316) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 317) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 318) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 319) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 320) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 321) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 322) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 323) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 324) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 325) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 326) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 327) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 328) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 329) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 330) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 331) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 332) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 333) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 334) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 335) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 336) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 337) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 338) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 339) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 340) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 341) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 342) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 343) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 344) | SO_TXTIME = 0x3d constant SO_TYPE (line 345) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 346) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 347) | SO_ZEROCOPY = 0x3c constant TAB1 (line 348) | TAB1 = 0x800 constant TAB2 (line 349) | TAB2 = 0x1000 constant TAB3 (line 350) | TAB3 = 0x1800 constant TABDLY (line 351) | TABDLY = 0x1800 constant TCFLSH (line 352) | TCFLSH = 0x540b constant TCGETA (line 353) | TCGETA = 0x5405 constant TCGETS (line 354) | TCGETS = 0x5401 constant TCGETS2 (line 355) | TCGETS2 = 0x802c542a constant TCGETX (line 356) | TCGETX = 0x5432 constant TCSAFLUSH (line 357) | TCSAFLUSH = 0x2 constant TCSBRK (line 358) | TCSBRK = 0x5409 constant TCSBRKP (line 359) | TCSBRKP = 0x5425 constant TCSETA (line 360) | TCSETA = 0x5406 constant TCSETAF (line 361) | TCSETAF = 0x5408 constant TCSETAW (line 362) | TCSETAW = 0x5407 constant TCSETS (line 363) | TCSETS = 0x5402 constant TCSETS2 (line 364) | TCSETS2 = 0x402c542b constant TCSETSF (line 365) | TCSETSF = 0x5404 constant TCSETSF2 (line 366) | TCSETSF2 = 0x402c542d constant TCSETSW (line 367) | TCSETSW = 0x5403 constant TCSETSW2 (line 368) | TCSETSW2 = 0x402c542c constant TCSETX (line 369) | TCSETX = 0x5433 constant TCSETXF (line 370) | TCSETXF = 0x5434 constant TCSETXW (line 371) | TCSETXW = 0x5435 constant TCXONC (line 372) | TCXONC = 0x540a constant TFD_CLOEXEC (line 373) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 374) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 375) | TIOCCBRK = 0x5428 constant TIOCCONS (line 376) | TIOCCONS = 0x541d constant TIOCEXCL (line 377) | TIOCEXCL = 0x540c constant TIOCGDEV (line 378) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 379) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 380) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 381) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 382) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 383) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 384) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 385) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 386) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 387) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 388) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 389) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 390) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 391) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 392) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 393) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 394) | TIOCINQ = 0x541b constant TIOCLINUX (line 395) | TIOCLINUX = 0x541c constant TIOCMBIC (line 396) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 397) | TIOCMBIS = 0x5416 constant TIOCMGET (line 398) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 399) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 400) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 401) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 402) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 403) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 404) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 405) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 406) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 407) | TIOCM_SR = 0x10 constant TIOCM_ST (line 408) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 409) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 410) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 411) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 412) | TIOCPKT = 0x5420 constant TIOCSBRK (line 413) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 414) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 415) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 416) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 417) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 418) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 419) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 420) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 421) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 422) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 423) | TIOCSETD = 0x5423 constant TIOCSIG (line 424) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 425) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 426) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 427) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 428) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 429) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 430) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 431) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 432) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 433) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 434) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 435) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 436) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 437) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 438) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 439) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 440) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 441) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 442) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 443) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 444) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 445) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 446) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 447) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 448) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 449) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 450) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 451) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 452) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 453) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 454) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 455) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 456) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 457) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 458) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 459) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 460) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 461) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 462) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 463) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 464) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 465) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 466) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 467) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 468) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 469) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 470) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 471) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 472) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 473) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 474) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 475) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 476) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 477) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 478) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 479) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 480) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 481) | VDISCARD = 0xd constant VEOF (line 482) | VEOF = 0x4 constant VEOL (line 483) | VEOL = 0xb constant VEOL2 (line 484) | VEOL2 = 0x10 constant VMIN (line 485) | VMIN = 0x6 constant VREPRINT (line 486) | VREPRINT = 0xc constant VSTART (line 487) | VSTART = 0x8 constant VSTOP (line 488) | VSTOP = 0x9 constant VSUSP (line 489) | VSUSP = 0xa constant VSWTC (line 490) | VSWTC = 0x7 constant VT1 (line 491) | VT1 = 0x4000 constant VTDLY (line 492) | VTDLY = 0x4000 constant VTIME (line 493) | VTIME = 0x5 constant VWERASE (line 494) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 495) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 496) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 497) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 498) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 499) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 500) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 501) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 502) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 503) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 504) | WORDSIZE = 0x40 constant XCASE (line 505) | XCASE = 0x4 constant XTABS (line 506) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 507) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 508) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 509) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 514) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 515) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 516) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 517) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 518) | EALREADY = syscall.Errno(0x72) constant EBADE (line 519) | EBADE = syscall.Errno(0x34) constant EBADFD (line 520) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 521) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 522) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 523) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 524) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 525) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 526) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 527) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 528) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 529) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 530) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 531) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 532) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 533) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 534) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 535) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 536) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 537) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 538) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 539) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 540) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 541) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 542) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 543) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 544) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 545) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 546) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 547) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 548) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 549) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 550) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 551) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 552) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 553) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 554) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 555) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 556) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 557) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 558) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 559) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 560) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 561) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 562) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 563) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 564) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 565) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 566) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 567) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 568) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 569) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 570) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 571) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 572) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 573) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 574) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 575) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 576) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 577) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 578) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 579) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 580) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 581) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 582) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 583) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 584) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 585) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 586) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 587) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 588) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 589) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 590) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 591) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 592) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 593) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 594) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 595) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 596) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 597) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 598) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 599) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 600) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 601) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 602) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 603) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 604) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 605) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 606) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 607) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 608) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 609) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 610) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 611) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 612) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 617) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 618) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 619) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 620) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 621) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 622) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 623) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 624) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 625) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 626) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 627) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 628) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 629) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 630) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 631) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 632) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 633) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 634) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 635) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 636) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 637) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKFLSBUF (line 32) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 33) | BLKFRAGET = 0x1265 constant BLKFRASET (line 34) | BLKFRASET = 0x1264 constant BLKGETSIZE (line 35) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 36) | BLKGETSIZE64 = 0x80081272 constant BLKPBSZGET (line 37) | BLKPBSZGET = 0x127b constant BLKRAGET (line 38) | BLKRAGET = 0x1263 constant BLKRASET (line 39) | BLKRASET = 0x1262 constant BLKROGET (line 40) | BLKROGET = 0x125e constant BLKROSET (line 41) | BLKROSET = 0x125d constant BLKRRPART (line 42) | BLKRRPART = 0x125f constant BLKSECTGET (line 43) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 44) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 45) | BLKSSZGET = 0x1268 constant BOTHER (line 46) | BOTHER = 0x1000 constant BS1 (line 47) | BS1 = 0x2000 constant BSDLY (line 48) | BSDLY = 0x2000 constant CBAUD (line 49) | CBAUD = 0x100f constant CBAUDEX (line 50) | CBAUDEX = 0x1000 constant CIBAUD (line 51) | CIBAUD = 0x100f0000 constant CLOCAL (line 52) | CLOCAL = 0x800 constant CR1 (line 53) | CR1 = 0x200 constant CR2 (line 54) | CR2 = 0x400 constant CR3 (line 55) | CR3 = 0x600 constant CRDLY (line 56) | CRDLY = 0x600 constant CREAD (line 57) | CREAD = 0x80 constant CS6 (line 58) | CS6 = 0x10 constant CS7 (line 59) | CS7 = 0x20 constant CS8 (line 60) | CS8 = 0x30 constant CSIZE (line 61) | CSIZE = 0x30 constant CSTOPB (line 62) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 63) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 64) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 65) | ECHOCTL = 0x200 constant ECHOE (line 66) | ECHOE = 0x10 constant ECHOK (line 67) | ECHOK = 0x20 constant ECHOKE (line 68) | ECHOKE = 0x800 constant ECHONL (line 69) | ECHONL = 0x40 constant ECHOPRT (line 70) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 71) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 72) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 73) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 74) | EXTPROC = 0x10000 constant FF1 (line 75) | FF1 = 0x8000 constant FFDLY (line 76) | FFDLY = 0x8000 constant FICLONE (line 77) | FICLONE = 0x40049409 constant FICLONERANGE (line 78) | FICLONERANGE = 0x4020940d constant FLUSHO (line 79) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 80) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 81) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 82) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 83) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 84) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 85) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 86) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 87) | F_GETLK = 0x5 constant F_GETLK64 (line 88) | F_GETLK64 = 0x5 constant F_GETOWN (line 89) | F_GETOWN = 0x9 constant F_RDLCK (line 90) | F_RDLCK = 0x0 constant F_SETLK (line 91) | F_SETLK = 0x6 constant F_SETLK64 (line 92) | F_SETLK64 = 0x6 constant F_SETLKW (line 93) | F_SETLKW = 0x7 constant F_SETLKW64 (line 94) | F_SETLKW64 = 0x7 constant F_SETOWN (line 95) | F_SETOWN = 0x8 constant F_UNLCK (line 96) | F_UNLCK = 0x2 constant F_WRLCK (line 97) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 98) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 99) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 100) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 101) | HUPCL = 0x400 constant ICANON (line 102) | ICANON = 0x2 constant IEXTEN (line 103) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 104) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 105) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 106) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 107) | ISIG = 0x1 constant IUCLC (line 108) | IUCLC = 0x200 constant IXOFF (line 109) | IXOFF = 0x1000 constant IXON (line 110) | IXON = 0x400 constant MAP_ANON (line 111) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 112) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 113) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 114) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 115) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 116) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 117) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 118) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 119) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 120) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 121) | MAP_STACK = 0x20000 constant MAP_SYNC (line 122) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 123) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 124) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 125) | MCL_ONFAULT = 0x4 constant MEMERASE (line 126) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 127) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 128) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 129) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 130) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 131) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 132) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 133) | MEMLOCK = 0x40084d05 constant MEMREAD (line 134) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 135) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 136) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 137) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 138) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 139) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 140) | NFDBITS = 0x40 constant NLDLY (line 141) | NLDLY = 0x100 constant NOFLSH (line 142) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 143) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 144) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 145) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 146) | NS_GET_USERNS = 0xb701 constant OLCUC (line 147) | OLCUC = 0x2 constant ONLCR (line 148) | ONLCR = 0x4 constant OTPERASE (line 149) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 150) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 151) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 152) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 153) | OTPSELECT = 0x80044d0d constant O_APPEND (line 154) | O_APPEND = 0x400 constant O_ASYNC (line 155) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 156) | O_CLOEXEC = 0x80000 constant O_CREAT (line 157) | O_CREAT = 0x40 constant O_DIRECT (line 158) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 159) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 160) | O_DSYNC = 0x1000 constant O_EXCL (line 161) | O_EXCL = 0x80 constant O_FSYNC (line 162) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 163) | O_LARGEFILE = 0x0 constant O_NDELAY (line 164) | O_NDELAY = 0x800 constant O_NOATIME (line 165) | O_NOATIME = 0x40000 constant O_NOCTTY (line 166) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 167) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 168) | O_NONBLOCK = 0x800 constant O_PATH (line 169) | O_PATH = 0x200000 constant O_RSYNC (line 170) | O_RSYNC = 0x101000 constant O_SYNC (line 171) | O_SYNC = 0x101000 constant O_TMPFILE (line 172) | O_TMPFILE = 0x410000 constant O_TRUNC (line 173) | O_TRUNC = 0x200 constant PARENB (line 174) | PARENB = 0x100 constant PARODD (line 175) | PARODD = 0x200 constant PENDIN (line 176) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 177) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 178) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 179) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 180) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 181) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 182) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 183) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 184) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 185) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 186) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 187) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 188) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 189) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 190) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 191) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 192) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 193) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 194) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 195) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 196) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 197) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 198) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 199) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 200) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 201) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 202) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 203) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 204) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 205) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 206) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 207) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 208) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 209) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 210) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 211) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 212) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 213) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 214) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 215) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 216) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 217) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 218) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 219) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 220) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 221) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_DISABLE_TE (line 222) | PTRACE_DISABLE_TE = 0x5010 constant PTRACE_ENABLE_TE (line 223) | PTRACE_ENABLE_TE = 0x5009 constant PTRACE_GET_LAST_BREAK (line 224) | PTRACE_GET_LAST_BREAK = 0x5006 constant PTRACE_OLDSETOPTIONS (line 225) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_AREA (line 226) | PTRACE_PEEKDATA_AREA = 0x5003 constant PTRACE_PEEKTEXT_AREA (line 227) | PTRACE_PEEKTEXT_AREA = 0x5002 constant PTRACE_PEEKUSR_AREA (line 228) | PTRACE_PEEKUSR_AREA = 0x5000 constant PTRACE_PEEK_SYSTEM_CALL (line 229) | PTRACE_PEEK_SYSTEM_CALL = 0x5007 constant PTRACE_POKEDATA_AREA (line 230) | PTRACE_POKEDATA_AREA = 0x5005 constant PTRACE_POKETEXT_AREA (line 231) | PTRACE_POKETEXT_AREA = 0x5004 constant PTRACE_POKEUSR_AREA (line 232) | PTRACE_POKEUSR_AREA = 0x5001 constant PTRACE_POKE_SYSTEM_CALL (line 233) | PTRACE_POKE_SYSTEM_CALL = 0x5008 constant PTRACE_PROT (line 234) | PTRACE_PROT = 0x15 constant PTRACE_SINGLEBLOCK (line 235) | PTRACE_SINGLEBLOCK = 0xc constant PTRACE_SYSEMU (line 236) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 237) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant PTRACE_TE_ABORT_RAND (line 238) | PTRACE_TE_ABORT_RAND = 0x5011 constant PT_ACR0 (line 239) | PT_ACR0 = 0x90 constant PT_ACR1 (line 240) | PT_ACR1 = 0x94 constant PT_ACR10 (line 241) | PT_ACR10 = 0xb8 constant PT_ACR11 (line 242) | PT_ACR11 = 0xbc constant PT_ACR12 (line 243) | PT_ACR12 = 0xc0 constant PT_ACR13 (line 244) | PT_ACR13 = 0xc4 constant PT_ACR14 (line 245) | PT_ACR14 = 0xc8 constant PT_ACR15 (line 246) | PT_ACR15 = 0xcc constant PT_ACR2 (line 247) | PT_ACR2 = 0x98 constant PT_ACR3 (line 248) | PT_ACR3 = 0x9c constant PT_ACR4 (line 249) | PT_ACR4 = 0xa0 constant PT_ACR5 (line 250) | PT_ACR5 = 0xa4 constant PT_ACR6 (line 251) | PT_ACR6 = 0xa8 constant PT_ACR7 (line 252) | PT_ACR7 = 0xac constant PT_ACR8 (line 253) | PT_ACR8 = 0xb0 constant PT_ACR9 (line 254) | PT_ACR9 = 0xb4 constant PT_CR_10 (line 255) | PT_CR_10 = 0x168 constant PT_CR_11 (line 256) | PT_CR_11 = 0x170 constant PT_CR_9 (line 257) | PT_CR_9 = 0x160 constant PT_ENDREGS (line 258) | PT_ENDREGS = 0x1af constant PT_FPC (line 259) | PT_FPC = 0xd8 constant PT_FPR0 (line 260) | PT_FPR0 = 0xe0 constant PT_FPR1 (line 261) | PT_FPR1 = 0xe8 constant PT_FPR10 (line 262) | PT_FPR10 = 0x130 constant PT_FPR11 (line 263) | PT_FPR11 = 0x138 constant PT_FPR12 (line 264) | PT_FPR12 = 0x140 constant PT_FPR13 (line 265) | PT_FPR13 = 0x148 constant PT_FPR14 (line 266) | PT_FPR14 = 0x150 constant PT_FPR15 (line 267) | PT_FPR15 = 0x158 constant PT_FPR2 (line 268) | PT_FPR2 = 0xf0 constant PT_FPR3 (line 269) | PT_FPR3 = 0xf8 constant PT_FPR4 (line 270) | PT_FPR4 = 0x100 constant PT_FPR5 (line 271) | PT_FPR5 = 0x108 constant PT_FPR6 (line 272) | PT_FPR6 = 0x110 constant PT_FPR7 (line 273) | PT_FPR7 = 0x118 constant PT_FPR8 (line 274) | PT_FPR8 = 0x120 constant PT_FPR9 (line 275) | PT_FPR9 = 0x128 constant PT_GPR0 (line 276) | PT_GPR0 = 0x10 constant PT_GPR1 (line 277) | PT_GPR1 = 0x18 constant PT_GPR10 (line 278) | PT_GPR10 = 0x60 constant PT_GPR11 (line 279) | PT_GPR11 = 0x68 constant PT_GPR12 (line 280) | PT_GPR12 = 0x70 constant PT_GPR13 (line 281) | PT_GPR13 = 0x78 constant PT_GPR14 (line 282) | PT_GPR14 = 0x80 constant PT_GPR15 (line 283) | PT_GPR15 = 0x88 constant PT_GPR2 (line 284) | PT_GPR2 = 0x20 constant PT_GPR3 (line 285) | PT_GPR3 = 0x28 constant PT_GPR4 (line 286) | PT_GPR4 = 0x30 constant PT_GPR5 (line 287) | PT_GPR5 = 0x38 constant PT_GPR6 (line 288) | PT_GPR6 = 0x40 constant PT_GPR7 (line 289) | PT_GPR7 = 0x48 constant PT_GPR8 (line 290) | PT_GPR8 = 0x50 constant PT_GPR9 (line 291) | PT_GPR9 = 0x58 constant PT_IEEE_IP (line 292) | PT_IEEE_IP = 0x1a8 constant PT_LASTOFF (line 293) | PT_LASTOFF = 0x1a8 constant PT_ORIGGPR2 (line 294) | PT_ORIGGPR2 = 0xd0 constant PT_PSWADDR (line 295) | PT_PSWADDR = 0x8 constant PT_PSWMASK (line 296) | PT_PSWMASK = 0x0 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 = 0x40085203 constant RNDADDTOENTCNT (line 303) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 304) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 305) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 306) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 307) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 308) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 309) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 310) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 311) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 312) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 313) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 314) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 315) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 316) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 317) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 318) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 319) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 320) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 321) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 322) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 323) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 324) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 325) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 326) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 327) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 328) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 329) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 330) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 331) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 332) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 333) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 334) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 335) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 336) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 337) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 338) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 339) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 340) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 341) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 342) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 343) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 344) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 345) | SIOCINQ = 0x541b constant SIOCOUTQ (line 346) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 347) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 348) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 349) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 350) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 351) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 352) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 353) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 354) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 355) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 356) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 357) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 358) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 359) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 360) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 361) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 362) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 363) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 364) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 365) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 366) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 367) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 368) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 369) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 370) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 371) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 372) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 373) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 374) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 375) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 376) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 377) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 378) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 379) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 380) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 381) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 382) | SO_PASSCRED = 0x10 constant SO_PASSSEC (line 383) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 384) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 385) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 386) | SO_PEERGROUPS = 0x3b constant SO_PEERSEC (line 387) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 388) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 389) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 390) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 391) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 392) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 393) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 394) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 395) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 396) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 397) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 398) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 399) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 400) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 401) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 402) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 403) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 404) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 405) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 406) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 407) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 408) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 409) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 410) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 411) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 412) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 413) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 414) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 415) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 416) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 417) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 418) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 419) | SO_TXTIME = 0x3d constant SO_TYPE (line 420) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 421) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 422) | SO_ZEROCOPY = 0x3c constant TAB1 (line 423) | TAB1 = 0x800 constant TAB2 (line 424) | TAB2 = 0x1000 constant TAB3 (line 425) | TAB3 = 0x1800 constant TABDLY (line 426) | TABDLY = 0x1800 constant TCFLSH (line 427) | TCFLSH = 0x540b constant TCGETA (line 428) | TCGETA = 0x5405 constant TCGETS (line 429) | TCGETS = 0x5401 constant TCGETS2 (line 430) | TCGETS2 = 0x802c542a constant TCGETX (line 431) | TCGETX = 0x5432 constant TCSAFLUSH (line 432) | TCSAFLUSH = 0x2 constant TCSBRK (line 433) | TCSBRK = 0x5409 constant TCSBRKP (line 434) | TCSBRKP = 0x5425 constant TCSETA (line 435) | TCSETA = 0x5406 constant TCSETAF (line 436) | TCSETAF = 0x5408 constant TCSETAW (line 437) | TCSETAW = 0x5407 constant TCSETS (line 438) | TCSETS = 0x5402 constant TCSETS2 (line 439) | TCSETS2 = 0x402c542b constant TCSETSF (line 440) | TCSETSF = 0x5404 constant TCSETSF2 (line 441) | TCSETSF2 = 0x402c542d constant TCSETSW (line 442) | TCSETSW = 0x5403 constant TCSETSW2 (line 443) | TCSETSW2 = 0x402c542c constant TCSETX (line 444) | TCSETX = 0x5433 constant TCSETXF (line 445) | TCSETXF = 0x5434 constant TCSETXW (line 446) | TCSETXW = 0x5435 constant TCXONC (line 447) | TCXONC = 0x540a constant TFD_CLOEXEC (line 448) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 449) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 450) | TIOCCBRK = 0x5428 constant TIOCCONS (line 451) | TIOCCONS = 0x541d constant TIOCEXCL (line 452) | TIOCEXCL = 0x540c constant TIOCGDEV (line 453) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 454) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 455) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 456) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 457) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 458) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 459) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 460) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 461) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 462) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 463) | TIOCGPTPEER = 0x5441 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 = 0x5413 constant TIOCINQ (line 469) | TIOCINQ = 0x541b 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_RI (line 480) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 481) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 482) | TIOCM_SR = 0x10 constant TIOCM_ST (line 483) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 484) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 485) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 486) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 487) | TIOCPKT = 0x5420 constant TIOCSBRK (line 488) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 489) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 490) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 491) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 492) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 493) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 494) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 495) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 496) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 497) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 498) | TIOCSETD = 0x5423 constant TIOCSIG (line 499) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 500) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 501) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 502) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 503) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 504) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 505) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 506) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 507) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 508) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 509) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 510) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 511) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 512) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 513) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 514) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 515) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 516) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 517) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 518) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 519) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 520) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 521) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 522) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 523) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 524) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 525) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 526) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 527) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 528) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 529) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 530) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 531) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 532) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 533) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 534) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 535) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 536) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 537) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 538) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 539) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 540) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 541) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 542) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 543) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 544) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 545) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 546) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 547) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 548) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 549) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 550) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 551) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 552) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 553) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 554) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 555) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 556) | VDISCARD = 0xd constant VEOF (line 557) | VEOF = 0x4 constant VEOL (line 558) | VEOL = 0xb constant VEOL2 (line 559) | VEOL2 = 0x10 constant VMIN (line 560) | VMIN = 0x6 constant VREPRINT (line 561) | VREPRINT = 0xc constant VSTART (line 562) | VSTART = 0x8 constant VSTOP (line 563) | VSTOP = 0x9 constant VSUSP (line 564) | VSUSP = 0xa constant VSWTC (line 565) | VSWTC = 0x7 constant VT1 (line 566) | VT1 = 0x4000 constant VTDLY (line 567) | VTDLY = 0x4000 constant VTIME (line 568) | VTIME = 0x5 constant VWERASE (line 569) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 570) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 571) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 572) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 573) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 574) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 575) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 576) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 577) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 578) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 579) | WORDSIZE = 0x40 constant XCASE (line 580) | XCASE = 0x4 constant XTABS (line 581) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 582) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 583) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 584) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 589) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 590) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 591) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 592) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 593) | EALREADY = syscall.Errno(0x72) constant EBADE (line 594) | EBADE = syscall.Errno(0x34) constant EBADFD (line 595) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 596) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 597) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 598) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 599) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 600) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 601) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 602) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 603) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 604) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 605) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 606) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 607) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 608) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 609) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 610) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 611) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 612) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 613) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 614) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 615) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 616) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 617) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 618) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 619) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 620) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 621) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 622) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 623) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 624) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 625) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 626) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 627) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 628) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 629) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 630) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 631) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 632) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 633) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 634) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 635) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 636) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 637) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 638) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 639) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 640) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 641) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 642) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 643) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 644) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 645) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 646) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 647) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 648) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 649) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 650) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 651) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 652) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 653) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 654) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 655) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 656) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 657) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 658) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 659) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 660) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 661) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 662) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 663) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 664) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 665) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 666) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 667) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 668) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 669) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 670) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 671) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 672) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 673) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 674) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 675) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 676) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 677) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 678) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 679) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 680) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 681) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 682) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 683) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 684) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 685) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 686) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 687) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 692) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 693) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 694) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 695) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 696) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 697) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 698) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 699) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 700) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 701) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 702) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 703) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 704) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 705) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 706) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 707) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 708) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 709) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 710) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 711) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 712) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go constant ASI_LEON_DFLUSH (line 15) | ASI_LEON_DFLUSH = 0x11 constant ASI_LEON_IFLUSH (line 16) | ASI_LEON_IFLUSH = 0x10 constant ASI_LEON_MMUFLUSH (line 17) | ASI_LEON_MMUFLUSH = 0x18 constant B1000000 (line 18) | B1000000 = 0x1008 constant B115200 (line 19) | B115200 = 0x1002 constant B1152000 (line 20) | B1152000 = 0x1009 constant B1500000 (line 21) | B1500000 = 0x100a constant B2000000 (line 22) | B2000000 = 0x100b constant B230400 (line 23) | B230400 = 0x1003 constant B2500000 (line 24) | B2500000 = 0x100c constant B3000000 (line 25) | B3000000 = 0x100d constant B3500000 (line 26) | B3500000 = 0x100e constant B4000000 (line 27) | B4000000 = 0x100f constant B460800 (line 28) | B460800 = 0x1004 constant B500000 (line 29) | B500000 = 0x1005 constant B57600 (line 30) | B57600 = 0x1001 constant B576000 (line 31) | B576000 = 0x1006 constant B921600 (line 32) | B921600 = 0x1007 constant BLKBSZGET (line 33) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 34) | BLKBSZSET = 0x80081271 constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40081272 constant BLKPBSZGET (line 40) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 41) | BLKRAGET = 0x20001263 constant BLKRASET (line 42) | BLKRASET = 0x20001262 constant BLKROGET (line 43) | BLKROGET = 0x2000125e constant BLKROSET (line 44) | BLKROSET = 0x2000125d constant BLKRRPART (line 45) | BLKRRPART = 0x2000125f constant BLKSECTGET (line 46) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 47) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 48) | BLKSSZGET = 0x20001268 constant BOTHER (line 49) | BOTHER = 0x1000 constant BS1 (line 50) | BS1 = 0x2000 constant BSDLY (line 51) | BSDLY = 0x2000 constant CBAUD (line 52) | CBAUD = 0x100f constant CBAUDEX (line 53) | CBAUDEX = 0x1000 constant CIBAUD (line 54) | CIBAUD = 0x100f0000 constant CLOCAL (line 55) | CLOCAL = 0x800 constant CR1 (line 56) | CR1 = 0x200 constant CR2 (line 57) | CR2 = 0x400 constant CR3 (line 58) | CR3 = 0x600 constant CRDLY (line 59) | CRDLY = 0x600 constant CREAD (line 60) | CREAD = 0x80 constant CS6 (line 61) | CS6 = 0x10 constant CS7 (line 62) | CS7 = 0x20 constant CS8 (line 63) | CS8 = 0x30 constant CSIZE (line 64) | CSIZE = 0x30 constant CSTOPB (line 65) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 66) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 67) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 68) | ECHOCTL = 0x200 constant ECHOE (line 69) | ECHOE = 0x10 constant ECHOK (line 70) | ECHOK = 0x20 constant ECHOKE (line 71) | ECHOKE = 0x800 constant ECHONL (line 72) | ECHONL = 0x40 constant ECHOPRT (line 73) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 74) | EFD_CLOEXEC = 0x400000 constant EFD_NONBLOCK (line 75) | EFD_NONBLOCK = 0x4000 constant EMT_TAGOVF (line 76) | EMT_TAGOVF = 0x1 constant EPOLL_CLOEXEC (line 77) | EPOLL_CLOEXEC = 0x400000 constant EXTPROC (line 78) | EXTPROC = 0x10000 constant FF1 (line 79) | FF1 = 0x8000 constant FFDLY (line 80) | FFDLY = 0x8000 constant FICLONE (line 81) | FICLONE = 0x80049409 constant FICLONERANGE (line 82) | FICLONERANGE = 0x8020940d constant FLUSHO (line 83) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 84) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 85) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 86) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 87) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 88) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 89) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 90) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 91) | F_GETLK = 0x7 constant F_GETLK64 (line 92) | F_GETLK64 = 0x7 constant F_GETOWN (line 93) | F_GETOWN = 0x5 constant F_RDLCK (line 94) | F_RDLCK = 0x1 constant F_SETLK (line 95) | F_SETLK = 0x8 constant F_SETLK64 (line 96) | F_SETLK64 = 0x8 constant F_SETLKW (line 97) | F_SETLKW = 0x9 constant F_SETLKW64 (line 98) | F_SETLKW64 = 0x9 constant F_SETOWN (line 99) | F_SETOWN = 0x6 constant F_UNLCK (line 100) | F_UNLCK = 0x3 constant F_WRLCK (line 101) | F_WRLCK = 0x2 constant HIDIOCGRAWINFO (line 102) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 103) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 104) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 105) | HUPCL = 0x400 constant ICANON (line 106) | ICANON = 0x2 constant IEXTEN (line 107) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 108) | IN_CLOEXEC = 0x400000 constant IN_NONBLOCK (line 109) | IN_NONBLOCK = 0x4000 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 110) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 111) | ISIG = 0x1 constant IUCLC (line 112) | IUCLC = 0x200 constant IXOFF (line 113) | IXOFF = 0x1000 constant IXON (line 114) | IXON = 0x400 constant MAP_ANON (line 115) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 116) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 117) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 118) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 119) | MAP_GROWSDOWN = 0x200 constant MAP_HUGETLB (line 120) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 121) | MAP_LOCKED = 0x100 constant MAP_NONBLOCK (line 122) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 123) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 124) | MAP_POPULATE = 0x8000 constant MAP_RENAME (line 125) | MAP_RENAME = 0x20 constant MAP_STACK (line 126) | MAP_STACK = 0x20000 constant MAP_SYNC (line 127) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 128) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 129) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 130) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 131) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 132) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 133) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 134) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 135) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 136) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 137) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 138) | MEMLOCK = 0x80084d05 constant MEMREAD (line 139) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 140) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 141) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 142) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 143) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 144) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 145) | NFDBITS = 0x40 constant NLDLY (line 146) | NLDLY = 0x100 constant NOFLSH (line 147) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 148) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 149) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 150) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 151) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 152) | OLCUC = 0x2 constant ONLCR (line 153) | ONLCR = 0x4 constant OTPERASE (line 154) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 155) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 156) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 157) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 158) | OTPSELECT = 0x40044d0d constant O_APPEND (line 159) | O_APPEND = 0x8 constant O_ASYNC (line 160) | O_ASYNC = 0x40 constant O_CLOEXEC (line 161) | O_CLOEXEC = 0x400000 constant O_CREAT (line 162) | O_CREAT = 0x200 constant O_DIRECT (line 163) | O_DIRECT = 0x100000 constant O_DIRECTORY (line 164) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 165) | O_DSYNC = 0x2000 constant O_EXCL (line 166) | O_EXCL = 0x800 constant O_FSYNC (line 167) | O_FSYNC = 0x802000 constant O_LARGEFILE (line 168) | O_LARGEFILE = 0x0 constant O_NDELAY (line 169) | O_NDELAY = 0x4004 constant O_NOATIME (line 170) | O_NOATIME = 0x200000 constant O_NOCTTY (line 171) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 172) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 173) | O_NONBLOCK = 0x4000 constant O_PATH (line 174) | O_PATH = 0x1000000 constant O_RSYNC (line 175) | O_RSYNC = 0x802000 constant O_SYNC (line 176) | O_SYNC = 0x802000 constant O_TMPFILE (line 177) | O_TMPFILE = 0x2010000 constant O_TRUNC (line 178) | O_TRUNC = 0x400 constant PARENB (line 179) | PARENB = 0x100 constant PARODD (line 180) | PARODD = 0x200 constant PENDIN (line 181) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 182) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 183) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 184) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 185) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 186) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 187) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 188) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 189) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 190) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 191) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 192) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 193) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 194) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 195) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 196) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 197) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 198) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 199) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 200) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 201) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 202) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 203) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 204) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 205) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 206) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 207) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 208) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 209) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 210) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 211) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 212) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 213) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 214) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 215) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 216) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 217) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 218) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 219) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 220) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 221) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 222) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 223) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 224) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 225) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 226) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPAREGS (line 227) | PTRACE_GETFPAREGS = 0x14 constant PTRACE_GETFPREGS (line 228) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPREGS64 (line 229) | PTRACE_GETFPREGS64 = 0x19 constant PTRACE_GETREGS64 (line 230) | PTRACE_GETREGS64 = 0x16 constant PTRACE_READDATA (line 231) | PTRACE_READDATA = 0x10 constant PTRACE_READTEXT (line 232) | PTRACE_READTEXT = 0x12 constant PTRACE_SETFPAREGS (line 233) | PTRACE_SETFPAREGS = 0x15 constant PTRACE_SETFPREGS (line 234) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPREGS64 (line 235) | PTRACE_SETFPREGS64 = 0x1a constant PTRACE_SETREGS64 (line 236) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SPARC_DETACH (line 237) | PTRACE_SPARC_DETACH = 0xb constant PTRACE_WRITEDATA (line 238) | PTRACE_WRITEDATA = 0x11 constant PTRACE_WRITETEXT (line 239) | PTRACE_WRITETEXT = 0x13 constant PT_FP (line 240) | PT_FP = 0x48 constant PT_G0 (line 241) | PT_G0 = 0x10 constant PT_G1 (line 242) | PT_G1 = 0x14 constant PT_G2 (line 243) | PT_G2 = 0x18 constant PT_G3 (line 244) | PT_G3 = 0x1c constant PT_G4 (line 245) | PT_G4 = 0x20 constant PT_G5 (line 246) | PT_G5 = 0x24 constant PT_G6 (line 247) | PT_G6 = 0x28 constant PT_G7 (line 248) | PT_G7 = 0x2c constant PT_I0 (line 249) | PT_I0 = 0x30 constant PT_I1 (line 250) | PT_I1 = 0x34 constant PT_I2 (line 251) | PT_I2 = 0x38 constant PT_I3 (line 252) | PT_I3 = 0x3c constant PT_I4 (line 253) | PT_I4 = 0x40 constant PT_I5 (line 254) | PT_I5 = 0x44 constant PT_I6 (line 255) | PT_I6 = 0x48 constant PT_I7 (line 256) | PT_I7 = 0x4c constant PT_NPC (line 257) | PT_NPC = 0x8 constant PT_PC (line 258) | PT_PC = 0x4 constant PT_PSR (line 259) | PT_PSR = 0x0 constant PT_REGS_MAGIC (line 260) | PT_REGS_MAGIC = 0x57ac6c00 constant PT_TNPC (line 261) | PT_TNPC = 0x90 constant PT_TPC (line 262) | PT_TPC = 0x88 constant PT_TSTATE (line 263) | PT_TSTATE = 0x80 constant PT_V9_FP (line 264) | PT_V9_FP = 0x70 constant PT_V9_G0 (line 265) | PT_V9_G0 = 0x0 constant PT_V9_G1 (line 266) | PT_V9_G1 = 0x8 constant PT_V9_G2 (line 267) | PT_V9_G2 = 0x10 constant PT_V9_G3 (line 268) | PT_V9_G3 = 0x18 constant PT_V9_G4 (line 269) | PT_V9_G4 = 0x20 constant PT_V9_G5 (line 270) | PT_V9_G5 = 0x28 constant PT_V9_G6 (line 271) | PT_V9_G6 = 0x30 constant PT_V9_G7 (line 272) | PT_V9_G7 = 0x38 constant PT_V9_I0 (line 273) | PT_V9_I0 = 0x40 constant PT_V9_I1 (line 274) | PT_V9_I1 = 0x48 constant PT_V9_I2 (line 275) | PT_V9_I2 = 0x50 constant PT_V9_I3 (line 276) | PT_V9_I3 = 0x58 constant PT_V9_I4 (line 277) | PT_V9_I4 = 0x60 constant PT_V9_I5 (line 278) | PT_V9_I5 = 0x68 constant PT_V9_I6 (line 279) | PT_V9_I6 = 0x70 constant PT_V9_I7 (line 280) | PT_V9_I7 = 0x78 constant PT_V9_MAGIC (line 281) | PT_V9_MAGIC = 0x9c constant PT_V9_TNPC (line 282) | PT_V9_TNPC = 0x90 constant PT_V9_TPC (line 283) | PT_V9_TPC = 0x88 constant PT_V9_TSTATE (line 284) | PT_V9_TSTATE = 0x80 constant PT_V9_Y (line 285) | PT_V9_Y = 0x98 constant PT_WIM (line 286) | PT_WIM = 0x10 constant PT_Y (line 287) | PT_Y = 0xc constant RLIMIT_AS (line 288) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 289) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 290) | RLIMIT_NOFILE = 0x6 constant RLIMIT_NPROC (line 291) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 292) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 293) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 294) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 295) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 296) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 297) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 298) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 299) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 300) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 301) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 302) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 303) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 304) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 305) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 306) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 307) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 308) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 309) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 310) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 311) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 312) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 313) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 314) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 315) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 316) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 317) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 318) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 319) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 320) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 321) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 322) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 323) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 324) | SCM_TIMESTAMPING = 0x23 constant SCM_TIMESTAMPING_OPT_STATS (line 325) | SCM_TIMESTAMPING_OPT_STATS = 0x38 constant SCM_TIMESTAMPING_PKTINFO (line 326) | SCM_TIMESTAMPING_PKTINFO = 0x3c constant SCM_TIMESTAMPNS (line 327) | SCM_TIMESTAMPNS = 0x21 constant SCM_TXTIME (line 328) | SCM_TXTIME = 0x3f constant SCM_WIFI_STATUS (line 329) | SCM_WIFI_STATUS = 0x25 constant SFD_CLOEXEC (line 330) | SFD_CLOEXEC = 0x400000 constant SFD_NONBLOCK (line 331) | SFD_NONBLOCK = 0x4000 constant SIOCATMARK (line 332) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 333) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 334) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 335) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 336) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 337) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 338) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 339) | SOCK_CLOEXEC = 0x400000 constant SOCK_DGRAM (line 340) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 341) | SOCK_NONBLOCK = 0x4000 constant SOCK_STREAM (line 342) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 343) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 344) | SO_ACCEPTCONN = 0x8000 constant SO_ATTACH_BPF (line 345) | SO_ATTACH_BPF = 0x34 constant SO_ATTACH_REUSEPORT_CBPF (line 346) | SO_ATTACH_REUSEPORT_CBPF = 0x35 constant SO_ATTACH_REUSEPORT_EBPF (line 347) | SO_ATTACH_REUSEPORT_EBPF = 0x36 constant SO_BINDTODEVICE (line 348) | SO_BINDTODEVICE = 0xd constant SO_BINDTOIFINDEX (line 349) | SO_BINDTOIFINDEX = 0x41 constant SO_BPF_EXTENSIONS (line 350) | SO_BPF_EXTENSIONS = 0x32 constant SO_BROADCAST (line 351) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 352) | SO_BSDCOMPAT = 0x400 constant SO_BUF_LOCK (line 353) | SO_BUF_LOCK = 0x51 constant SO_BUSY_POLL (line 354) | SO_BUSY_POLL = 0x30 constant SO_BUSY_POLL_BUDGET (line 355) | SO_BUSY_POLL_BUDGET = 0x49 constant SO_CNX_ADVICE (line 356) | SO_CNX_ADVICE = 0x37 constant SO_COOKIE (line 357) | SO_COOKIE = 0x3b constant SO_DETACH_REUSEPORT_BPF (line 358) | SO_DETACH_REUSEPORT_BPF = 0x47 constant SO_DOMAIN (line 359) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 360) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 361) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 362) | SO_INCOMING_CPU = 0x33 constant SO_INCOMING_NAPI_ID (line 363) | SO_INCOMING_NAPI_ID = 0x3a constant SO_KEEPALIVE (line 364) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 365) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 366) | SO_LOCK_FILTER = 0x28 constant SO_MARK (line 367) | SO_MARK = 0x22 constant SO_MAX_PACING_RATE (line 368) | SO_MAX_PACING_RATE = 0x31 constant SO_MEMINFO (line 369) | SO_MEMINFO = 0x39 constant SO_NETNS_COOKIE (line 370) | SO_NETNS_COOKIE = 0x50 constant SO_NOFCS (line 371) | SO_NOFCS = 0x27 constant SO_OOBINLINE (line 372) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 373) | SO_PASSCRED = 0x2 constant SO_PASSSEC (line 374) | SO_PASSSEC = 0x1f constant SO_PEEK_OFF (line 375) | SO_PEEK_OFF = 0x26 constant SO_PEERCRED (line 376) | SO_PEERCRED = 0x40 constant SO_PEERGROUPS (line 377) | SO_PEERGROUPS = 0x3d constant SO_PEERSEC (line 378) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 379) | SO_PREFER_BUSY_POLL = 0x48 constant SO_PROTOCOL (line 380) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 381) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 382) | SO_RCVBUFFORCE = 0x100b constant SO_RCVLOWAT (line 383) | SO_RCVLOWAT = 0x800 constant SO_RCVMARK (line 384) | SO_RCVMARK = 0x54 constant SO_RCVTIMEO (line 385) | SO_RCVTIMEO = 0x2000 constant SO_RCVTIMEO_NEW (line 386) | SO_RCVTIMEO_NEW = 0x44 constant SO_RCVTIMEO_OLD (line 387) | SO_RCVTIMEO_OLD = 0x2000 constant SO_RESERVE_MEM (line 388) | SO_RESERVE_MEM = 0x52 constant SO_REUSEADDR (line 389) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 390) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 391) | SO_RXQ_OVFL = 0x24 constant SO_SECURITY_AUTHENTICATION (line 392) | SO_SECURITY_AUTHENTICATION = 0x5001 constant SO_SECURITY_ENCRYPTION_NETWORK (line 393) | SO_SECURITY_ENCRYPTION_NETWORK = 0x5004 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 394) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x5002 constant SO_SELECT_ERR_QUEUE (line 395) | SO_SELECT_ERR_QUEUE = 0x29 constant SO_SNDBUF (line 396) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 397) | SO_SNDBUFFORCE = 0x100a constant SO_SNDLOWAT (line 398) | SO_SNDLOWAT = 0x1000 constant SO_SNDTIMEO (line 399) | SO_SNDTIMEO = 0x4000 constant SO_SNDTIMEO_NEW (line 400) | SO_SNDTIMEO_NEW = 0x45 constant SO_SNDTIMEO_OLD (line 401) | SO_SNDTIMEO_OLD = 0x4000 constant SO_TIMESTAMPING (line 402) | SO_TIMESTAMPING = 0x23 constant SO_TIMESTAMPING_NEW (line 403) | SO_TIMESTAMPING_NEW = 0x43 constant SO_TIMESTAMPING_OLD (line 404) | SO_TIMESTAMPING_OLD = 0x23 constant SO_TIMESTAMPNS (line 405) | SO_TIMESTAMPNS = 0x21 constant SO_TIMESTAMPNS_NEW (line 406) | SO_TIMESTAMPNS_NEW = 0x42 constant SO_TIMESTAMPNS_OLD (line 407) | SO_TIMESTAMPNS_OLD = 0x21 constant SO_TIMESTAMP_NEW (line 408) | SO_TIMESTAMP_NEW = 0x46 constant SO_TXREHASH (line 409) | SO_TXREHASH = 0x53 constant SO_TXTIME (line 410) | SO_TXTIME = 0x3f constant SO_TYPE (line 411) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 412) | SO_WIFI_STATUS = 0x25 constant SO_ZEROCOPY (line 413) | SO_ZEROCOPY = 0x3e constant TAB1 (line 414) | TAB1 = 0x800 constant TAB2 (line 415) | TAB2 = 0x1000 constant TAB3 (line 416) | TAB3 = 0x1800 constant TABDLY (line 417) | TABDLY = 0x1800 constant TCFLSH (line 418) | TCFLSH = 0x20005407 constant TCGETA (line 419) | TCGETA = 0x40125401 constant TCGETS (line 420) | TCGETS = 0x40245408 constant TCGETS2 (line 421) | TCGETS2 = 0x402c540c constant TCSAFLUSH (line 422) | TCSAFLUSH = 0x2 constant TCSBRK (line 423) | TCSBRK = 0x20005405 constant TCSBRKP (line 424) | TCSBRKP = 0x5425 constant TCSETA (line 425) | TCSETA = 0x80125402 constant TCSETAF (line 426) | TCSETAF = 0x80125404 constant TCSETAW (line 427) | TCSETAW = 0x80125403 constant TCSETS (line 428) | TCSETS = 0x80245409 constant TCSETS2 (line 429) | TCSETS2 = 0x802c540d constant TCSETSF (line 430) | TCSETSF = 0x8024540b constant TCSETSF2 (line 431) | TCSETSF2 = 0x802c540f constant TCSETSW (line 432) | TCSETSW = 0x8024540a constant TCSETSW2 (line 433) | TCSETSW2 = 0x802c540e constant TCXONC (line 434) | TCXONC = 0x20005406 constant TFD_CLOEXEC (line 435) | TFD_CLOEXEC = 0x400000 constant TFD_NONBLOCK (line 436) | TFD_NONBLOCK = 0x4000 constant TIOCCBRK (line 437) | TIOCCBRK = 0x2000747a constant TIOCCONS (line 438) | TIOCCONS = 0x20007424 constant TIOCEXCL (line 439) | TIOCEXCL = 0x2000740d constant TIOCGDEV (line 440) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 441) | TIOCGETD = 0x40047400 constant TIOCGEXCL (line 442) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 443) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 444) | TIOCGISO7816 = 0x40285443 constant TIOCGLCKTRMIOS (line 445) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 446) | TIOCGPGRP = 0x40047483 constant TIOCGPKT (line 447) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 448) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 449) | TIOCGPTN = 0x40047486 constant TIOCGPTPEER (line 450) | TIOCGPTPEER = 0x20007489 constant TIOCGRS485 (line 451) | TIOCGRS485 = 0x40205441 constant TIOCGSERIAL (line 452) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 453) | TIOCGSID = 0x40047485 constant TIOCGSOFTCAR (line 454) | TIOCGSOFTCAR = 0x40047464 constant TIOCGWINSZ (line 455) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 456) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 457) | TIOCLINUX = 0x541c constant TIOCMBIC (line 458) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 459) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 460) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 461) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 462) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 463) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 464) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 465) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 466) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 467) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 468) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 469) | TIOCM_SR = 0x10 constant TIOCM_ST (line 470) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 471) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 472) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 473) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 474) | TIOCPKT = 0x80047470 constant TIOCSBRK (line 475) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 476) | TIOCSCTTY = 0x20007484 constant TIOCSERCONFIG (line 477) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 478) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 479) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 480) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 481) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 482) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 483) | TIOCSERSWILD = 0x5455 constant TIOCSETD (line 484) | TIOCSETD = 0x80047401 constant TIOCSIG (line 485) | TIOCSIG = 0x80047488 constant TIOCSISO7816 (line 486) | TIOCSISO7816 = 0xc0285444 constant TIOCSLCKTRMIOS (line 487) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 488) | TIOCSPGRP = 0x80047482 constant TIOCSPTLCK (line 489) | TIOCSPTLCK = 0x80047487 constant TIOCSRS485 (line 490) | TIOCSRS485 = 0xc0205442 constant TIOCSSERIAL (line 491) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 492) | TIOCSSOFTCAR = 0x80047465 constant TIOCSTART (line 493) | TIOCSTART = 0x2000746e constant TIOCSTI (line 494) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 495) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 496) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 497) | TIOCVHANGUP = 0x20005437 constant TOSTOP (line 498) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 499) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 500) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 501) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 502) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 503) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 504) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 505) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 506) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 507) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 508) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 509) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 510) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 511) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 512) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 513) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 514) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 515) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 516) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 517) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 518) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 519) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 520) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 521) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 522) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 523) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 524) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 525) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 526) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 527) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 528) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 529) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 530) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 531) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 532) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 533) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 534) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 535) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 536) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 537) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 538) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 539) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 540) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 541) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 542) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 543) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 544) | VDISCARD = 0xd constant VEOF (line 545) | VEOF = 0x4 constant VEOL (line 546) | VEOL = 0xb constant VEOL2 (line 547) | VEOL2 = 0x10 constant VMIN (line 548) | VMIN = 0x6 constant VREPRINT (line 549) | VREPRINT = 0xc constant VSTART (line 550) | VSTART = 0x8 constant VSTOP (line 551) | VSTOP = 0x9 constant VSUSP (line 552) | VSUSP = 0xa constant VSWTC (line 553) | VSWTC = 0x7 constant VT1 (line 554) | VT1 = 0x4000 constant VTDLY (line 555) | VTDLY = 0x4000 constant VTIME (line 556) | VTIME = 0x5 constant VWERASE (line 557) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 558) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 559) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 560) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 561) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 562) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 563) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 564) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 565) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 566) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 567) | WORDSIZE = 0x40 constant XCASE (line 568) | XCASE = 0x4 constant XTABS (line 569) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 570) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 571) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 572) | _HIDIOCGRAWUNIQ = 0x40404808 constant __TIOCFLUSH (line 573) | __TIOCFLUSH = 0x80047410 constant EADDRINUSE (line 578) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 579) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EADV (line 580) | EADV = syscall.Errno(0x53) constant EAFNOSUPPORT (line 581) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EALREADY (line 582) | EALREADY = syscall.Errno(0x25) constant EBADE (line 583) | EBADE = syscall.Errno(0x66) constant EBADFD (line 584) | EBADFD = syscall.Errno(0x5d) constant EBADMSG (line 585) | EBADMSG = syscall.Errno(0x4c) constant EBADR (line 586) | EBADR = syscall.Errno(0x67) constant EBADRQC (line 587) | EBADRQC = syscall.Errno(0x6a) constant EBADSLT (line 588) | EBADSLT = syscall.Errno(0x6b) constant EBFONT (line 589) | EBFONT = syscall.Errno(0x6d) constant ECANCELED (line 590) | ECANCELED = syscall.Errno(0x7f) constant ECHRNG (line 591) | ECHRNG = syscall.Errno(0x5e) constant ECOMM (line 592) | ECOMM = syscall.Errno(0x55) constant ECONNABORTED (line 593) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 594) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 595) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 596) | EDEADLK = syscall.Errno(0x4e) constant EDEADLOCK (line 597) | EDEADLOCK = syscall.Errno(0x6c) constant EDESTADDRREQ (line 598) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOTDOT (line 599) | EDOTDOT = syscall.Errno(0x58) constant EDQUOT (line 600) | EDQUOT = syscall.Errno(0x45) constant EHOSTDOWN (line 601) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 602) | EHOSTUNREACH = syscall.Errno(0x41) constant EHWPOISON (line 603) | EHWPOISON = syscall.Errno(0x87) constant EIDRM (line 604) | EIDRM = syscall.Errno(0x4d) constant EILSEQ (line 605) | EILSEQ = syscall.Errno(0x7a) constant EINPROGRESS (line 606) | EINPROGRESS = syscall.Errno(0x24) constant EISCONN (line 607) | EISCONN = syscall.Errno(0x38) constant EISNAM (line 608) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 609) | EKEYEXPIRED = syscall.Errno(0x81) constant EKEYREJECTED (line 610) | EKEYREJECTED = syscall.Errno(0x83) constant EKEYREVOKED (line 611) | EKEYREVOKED = syscall.Errno(0x82) constant EL2HLT (line 612) | EL2HLT = syscall.Errno(0x65) constant EL2NSYNC (line 613) | EL2NSYNC = syscall.Errno(0x5f) constant EL3HLT (line 614) | EL3HLT = syscall.Errno(0x60) constant EL3RST (line 615) | EL3RST = syscall.Errno(0x61) constant ELIBACC (line 616) | ELIBACC = syscall.Errno(0x72) constant ELIBBAD (line 617) | ELIBBAD = syscall.Errno(0x70) constant ELIBEXEC (line 618) | ELIBEXEC = syscall.Errno(0x6e) constant ELIBMAX (line 619) | ELIBMAX = syscall.Errno(0x7b) constant ELIBSCN (line 620) | ELIBSCN = syscall.Errno(0x7c) constant ELNRNG (line 621) | ELNRNG = syscall.Errno(0x62) constant ELOOP (line 622) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 623) | EMEDIUMTYPE = syscall.Errno(0x7e) constant EMSGSIZE (line 624) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 625) | EMULTIHOP = syscall.Errno(0x57) constant ENAMETOOLONG (line 626) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENAVAIL (line 627) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 628) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 629) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 630) | ENETUNREACH = syscall.Errno(0x33) constant ENOANO (line 631) | ENOANO = syscall.Errno(0x69) constant ENOBUFS (line 632) | ENOBUFS = syscall.Errno(0x37) constant ENOCSI (line 633) | ENOCSI = syscall.Errno(0x64) constant ENODATA (line 634) | ENODATA = syscall.Errno(0x6f) constant ENOKEY (line 635) | ENOKEY = syscall.Errno(0x80) constant ENOLCK (line 636) | ENOLCK = syscall.Errno(0x4f) constant ENOLINK (line 637) | ENOLINK = syscall.Errno(0x52) constant ENOMEDIUM (line 638) | ENOMEDIUM = syscall.Errno(0x7d) constant ENOMSG (line 639) | ENOMSG = syscall.Errno(0x4b) constant ENONET (line 640) | ENONET = syscall.Errno(0x50) constant ENOPKG (line 641) | ENOPKG = syscall.Errno(0x71) constant ENOPROTOOPT (line 642) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSR (line 643) | ENOSR = syscall.Errno(0x4a) constant ENOSTR (line 644) | ENOSTR = syscall.Errno(0x48) constant ENOSYS (line 645) | ENOSYS = syscall.Errno(0x5a) constant ENOTCONN (line 646) | ENOTCONN = syscall.Errno(0x39) constant ENOTEMPTY (line 647) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTNAM (line 648) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 649) | ENOTRECOVERABLE = syscall.Errno(0x85) constant ENOTSOCK (line 650) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 651) | ENOTSUP = syscall.Errno(0x2d) constant ENOTUNIQ (line 652) | ENOTUNIQ = syscall.Errno(0x73) constant EOPNOTSUPP (line 653) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 654) | EOVERFLOW = syscall.Errno(0x5c) constant EOWNERDEAD (line 655) | EOWNERDEAD = syscall.Errno(0x84) constant EPFNOSUPPORT (line 656) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPROCLIM (line 657) | EPROCLIM = syscall.Errno(0x43) constant EPROTO (line 658) | EPROTO = syscall.Errno(0x56) constant EPROTONOSUPPORT (line 659) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 660) | EPROTOTYPE = syscall.Errno(0x29) constant EREMCHG (line 661) | EREMCHG = syscall.Errno(0x59) constant EREMOTE (line 662) | EREMOTE = syscall.Errno(0x47) constant EREMOTEIO (line 663) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 664) | ERESTART = syscall.Errno(0x74) constant ERFKILL (line 665) | ERFKILL = syscall.Errno(0x86) constant ERREMOTE (line 666) | ERREMOTE = syscall.Errno(0x51) constant ESHUTDOWN (line 667) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 668) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESRMNT (line 669) | ESRMNT = syscall.Errno(0x54) constant ESTALE (line 670) | ESTALE = syscall.Errno(0x46) constant ESTRPIPE (line 671) | ESTRPIPE = syscall.Errno(0x5b) constant ETIME (line 672) | ETIME = syscall.Errno(0x49) constant ETIMEDOUT (line 673) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 674) | ETOOMANYREFS = syscall.Errno(0x3b) constant EUCLEAN (line 675) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 676) | EUNATCH = syscall.Errno(0x63) constant EUSERS (line 677) | EUSERS = syscall.Errno(0x44) constant EXFULL (line 678) | EXFULL = syscall.Errno(0x68) constant SIGBUS (line 683) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 684) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 685) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 686) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 687) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 688) | SIGIO = syscall.Signal(0x17) constant SIGLOST (line 689) | SIGLOST = syscall.Signal(0x1d) constant SIGPOLL (line 690) | SIGPOLL = syscall.Signal(0x17) constant SIGPROF (line 691) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 692) | SIGPWR = syscall.Signal(0x1d) constant SIGSTOP (line 693) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 694) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 695) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 696) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 697) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 698) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 699) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 700) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 701) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 702) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 703) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 704) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant EN_SW_CTL_INF (line 332) | EN_SW_CTL_INF = 0x1000 constant EN_SW_CTL_PREC (line 333) | EN_SW_CTL_PREC = 0x300 constant EN_SW_CTL_ROUND (line 334) | EN_SW_CTL_ROUND = 0xc00 constant EN_SW_DATACHAIN (line 335) | EN_SW_DATACHAIN = 0x80 constant EN_SW_DENORM (line 336) | EN_SW_DENORM = 0x2 constant EN_SW_INVOP (line 337) | EN_SW_INVOP = 0x1 constant EN_SW_OVERFLOW (line 338) | EN_SW_OVERFLOW = 0x8 constant EN_SW_PRECLOSS (line 339) | EN_SW_PRECLOSS = 0x20 constant EN_SW_UNDERFLOW (line 340) | EN_SW_UNDERFLOW = 0x10 constant EN_SW_ZERODIV (line 341) | EN_SW_ZERODIV = 0x4 constant ETHERCAP_JUMBO_MTU (line 342) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 343) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 344) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 345) | ETHERMIN = 0x2e constant ETHERMTU (line 346) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 347) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 348) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 349) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 350) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 351) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 352) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 353) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 354) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 355) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 356) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 357) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 358) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 359) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 360) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 361) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 362) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 363) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 364) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 365) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 366) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 367) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 368) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 369) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 370) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 371) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 372) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 373) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 374) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 375) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 376) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 377) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 378) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 379) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 380) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 381) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 382) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 383) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 384) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 385) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 386) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 387) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 388) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 389) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 390) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 391) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 392) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 393) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 394) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 395) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 396) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 397) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 398) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 399) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 400) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 401) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 402) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 403) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 404) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 405) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 406) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 407) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 408) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 409) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 410) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 411) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 412) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 413) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 414) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 415) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 416) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 417) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 418) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 419) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 420) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 421) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 422) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 423) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 424) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 425) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 426) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 427) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 428) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 429) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 430) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 431) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 432) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 433) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 434) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 435) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 436) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 437) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 438) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 439) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 440) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 441) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 442) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 443) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 444) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 445) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 446) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 447) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 448) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 449) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 450) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 451) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 452) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 453) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 454) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 455) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 456) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 457) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 458) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 459) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 460) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 461) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 462) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 463) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 464) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 465) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 466) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 467) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 468) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 469) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 470) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 471) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 472) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 473) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 474) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 475) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 476) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 477) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 478) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 479) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 480) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 481) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 482) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 483) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 484) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 485) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 486) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 487) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 488) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 489) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 490) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 491) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 492) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 493) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 494) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 495) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 496) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 497) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 498) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 499) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 500) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 501) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 502) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 503) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 504) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 505) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 506) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 507) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 508) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 509) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 510) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 511) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 512) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 513) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 514) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 515) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 516) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 517) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 518) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 519) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 520) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 521) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 522) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 523) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 524) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 525) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 526) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 527) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 528) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 529) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 530) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 531) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 532) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 533) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 534) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 535) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 536) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 537) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 538) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 539) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 540) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 541) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 542) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 543) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 544) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 545) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 546) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 547) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 548) | EVFILT_WRITE = 0x1 constant EV_ADD (line 549) | EV_ADD = 0x1 constant EV_CLEAR (line 550) | EV_CLEAR = 0x20 constant EV_DELETE (line 551) | EV_DELETE = 0x2 constant EV_DISABLE (line 552) | EV_DISABLE = 0x8 constant EV_ENABLE (line 553) | EV_ENABLE = 0x4 constant EV_EOF (line 554) | EV_EOF = 0x8000 constant EV_ERROR (line 555) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 556) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 557) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 558) | EV_SYSFLAGS = 0xf000 constant EXTA (line 559) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 560) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 561) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 562) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 563) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 564) | EXTB = 0x9600 constant EXTPROC (line 565) | EXTPROC = 0x800 constant FD_CLOEXEC (line 566) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 567) | FD_SETSIZE = 0x100 constant FLUSHO (line 568) | FLUSHO = 0x800000 constant F_CLOSEM (line 569) | F_CLOSEM = 0xa constant F_DUPFD (line 570) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 571) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 572) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 573) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 574) | F_FSIN = 0x10000000 constant F_FSINOUT (line 575) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 576) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 577) | F_FSPRIV = 0x8000 constant F_FSVOID (line 578) | F_FSVOID = 0x40000000 constant F_GETFD (line 579) | F_GETFD = 0x1 constant F_GETFL (line 580) | F_GETFL = 0x3 constant F_GETLK (line 581) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 582) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 583) | F_GETOWN = 0x5 constant F_MAXFD (line 584) | F_MAXFD = 0xb constant F_OK (line 585) | F_OK = 0x0 constant F_PARAM_MASK (line 586) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 587) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 588) | F_RDLCK = 0x1 constant F_SETFD (line 589) | F_SETFD = 0x2 constant F_SETFL (line 590) | F_SETFL = 0x4 constant F_SETLK (line 591) | F_SETLK = 0x8 constant F_SETLKW (line 592) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 593) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 594) | F_SETOWN = 0x6 constant F_UNLCK (line 595) | F_UNLCK = 0x2 constant F_WRLCK (line 596) | F_WRLCK = 0x3 constant HUPCL (line 597) | HUPCL = 0x4000 constant HW_MACHINE (line 598) | HW_MACHINE = 0x1 constant ICANON (line 599) | ICANON = 0x100 constant ICMP6_FILTER (line 600) | ICMP6_FILTER = 0x12 constant ICRNL (line 601) | ICRNL = 0x100 constant IEXTEN (line 602) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 603) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 604) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 605) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 606) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 607) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 608) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 609) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 610) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 611) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 612) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 613) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 614) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 615) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 616) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 617) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 618) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 619) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 620) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 621) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 622) | IFF_UP = 0x1 constant IFNAMSIZ (line 623) | IFNAMSIZ = 0x10 constant IFT_1822 (line 624) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 625) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 626) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 627) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 628) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 629) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 630) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 631) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 632) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 633) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 634) | IFT_ASYNC = 0x54 constant IFT_ATM (line 635) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 636) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 637) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 638) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 639) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 640) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 641) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 642) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 643) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 644) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 645) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 646) | IFT_BSC = 0x53 constant IFT_CARP (line 647) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 648) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 649) | IFT_CEPT = 0x13 constant IFT_CES (line 650) | IFT_CES = 0x85 constant IFT_CHANNEL (line 651) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 652) | IFT_CNR = 0x55 constant IFT_COFFEE (line 653) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 654) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 655) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 656) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 657) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 658) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 659) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 660) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 661) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 662) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 663) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 664) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 665) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 666) | IFT_DS3 = 0x1e constant IFT_DTM (line 667) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 668) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 669) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 670) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 671) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 672) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 673) | IFT_ECONET = 0xce constant IFT_EON (line 674) | IFT_EON = 0x19 constant IFT_EPLRS (line 675) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 676) | IFT_ESCON = 0x49 constant IFT_ETHER (line 677) | IFT_ETHER = 0x6 constant IFT_FAITH (line 678) | IFT_FAITH = 0xf2 constant IFT_FAST (line 679) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 680) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 681) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 682) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 683) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 684) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 685) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 686) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 687) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 688) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 689) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 690) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 691) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 692) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 693) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 694) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 695) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 696) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 697) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 698) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 699) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 700) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 701) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 702) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 703) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 704) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 705) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 706) | IFT_HSSI = 0x2e constant IFT_HY (line 707) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 708) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 709) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 710) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 711) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 712) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 713) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 714) | IFT_IFGSN = 0x91 constant IFT_IMT (line 715) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 716) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 717) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 718) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 719) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 720) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 721) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 722) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 723) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 724) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 725) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 726) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 727) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 728) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 729) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 730) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 731) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 732) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 733) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 734) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 735) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 736) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 737) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 738) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 739) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 740) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 741) | IFT_LAPB = 0x10 constant IFT_LAPD (line 742) | IFT_LAPD = 0x4d constant IFT_LAPF (line 743) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 744) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 745) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 746) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 747) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 748) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 749) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 750) | IFT_MODEM = 0x30 constant IFT_MPC (line 751) | IFT_MPC = 0x71 constant IFT_MPLS (line 752) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 753) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 754) | IFT_MSDSL = 0x8f constant IFT_MVL (line 755) | IFT_MVL = 0xbf constant IFT_MYRINET (line 756) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 757) | IFT_NFAS = 0xaf constant IFT_NSIP (line 758) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 759) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 760) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 761) | IFT_OTHER = 0x1 constant IFT_P10 (line 762) | IFT_P10 = 0xc constant IFT_P80 (line 763) | IFT_P80 = 0xd constant IFT_PARA (line 764) | IFT_PARA = 0x22 constant IFT_PFLOG (line 765) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 766) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 767) | IFT_PLC = 0xae constant IFT_PON155 (line 768) | IFT_PON155 = 0xcf constant IFT_PON622 (line 769) | IFT_PON622 = 0xd0 constant IFT_POS (line 770) | IFT_POS = 0xab constant IFT_PPP (line 771) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 772) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 773) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 774) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 775) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 776) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 777) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 778) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 779) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 780) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 781) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 782) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 783) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 784) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 785) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 786) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 787) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 788) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 789) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 790) | IFT_RS232 = 0x21 constant IFT_RSRB (line 791) | IFT_RSRB = 0x4f constant IFT_SDLC (line 792) | IFT_SDLC = 0x11 constant IFT_SDSL (line 793) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 794) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 795) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 796) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 797) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 798) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 799) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 800) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 801) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 802) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 803) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 804) | IFT_SONETVT = 0x33 constant IFT_SRP (line 805) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 806) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 807) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 808) | IFT_STARLAN = 0xb constant IFT_STF (line 809) | IFT_STF = 0xd7 constant IFT_T1 (line 810) | IFT_T1 = 0x12 constant IFT_TDLC (line 811) | IFT_TDLC = 0x74 constant IFT_TELINK (line 812) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 813) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 814) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 815) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 816) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 817) | IFT_ULTRA = 0x1d constant IFT_USB (line 818) | IFT_USB = 0xa0 constant IFT_V11 (line 819) | IFT_V11 = 0x40 constant IFT_V35 (line 820) | IFT_V35 = 0x2d constant IFT_V36 (line 821) | IFT_V36 = 0x41 constant IFT_V37 (line 822) | IFT_V37 = 0x78 constant IFT_VDSL (line 823) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 824) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 825) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 826) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 827) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 828) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 829) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 830) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 831) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 832) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 833) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 834) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 835) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 836) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 837) | IFT_X213 = 0x5d constant IFT_X25 (line 838) | IFT_X25 = 0x5 constant IFT_X25DDN (line 839) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 840) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 841) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 842) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 843) | IFT_XETHER = 0x1a constant IGNBRK (line 844) | IGNBRK = 0x1 constant IGNCR (line 845) | IGNCR = 0x80 constant IGNPAR (line 846) | IGNPAR = 0x4 constant IMAXBEL (line 847) | IMAXBEL = 0x2000 constant INLCR (line 848) | INLCR = 0x40 constant INPCK (line 849) | INPCK = 0x10 constant IN_CLASSA_HOST (line 850) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 851) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 852) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 853) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 854) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 855) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 856) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 857) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 858) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 859) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 860) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 861) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 862) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 863) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 864) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 865) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 866) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 867) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 868) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 869) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 870) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 871) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 872) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 873) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 874) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 875) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 876) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 877) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 878) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 879) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 880) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 881) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 882) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 883) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 884) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 885) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 886) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 887) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 888) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 889) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 890) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 891) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 892) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 893) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 894) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 895) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 896) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 897) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 898) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 899) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 900) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 901) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 902) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 903) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 904) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 905) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 906) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 907) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 908) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 909) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 910) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 911) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 912) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 913) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 914) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 915) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 916) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 917) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 918) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 919) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 920) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 921) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 922) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 923) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 924) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 925) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 926) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 927) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 928) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 929) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 930) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 931) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 932) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 933) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 934) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 935) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 936) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 937) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 938) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 939) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 940) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 941) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 942) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 943) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 944) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 945) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 946) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 947) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 948) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 949) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 950) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 951) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 952) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 953) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 954) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 955) | IP_EF = 0x8000 constant IP_ERRORMTU (line 956) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 957) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 958) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 959) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 960) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 961) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 962) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 963) | IP_MINTTL = 0x18 constant IP_MSS (line 964) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 965) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 966) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 967) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 968) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 969) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 977) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_TOS (line 981) | IP_TOS = 0x3 constant IP_TTL (line 982) | IP_TTL = 0x4 constant ISIG (line 983) | ISIG = 0x80 constant ISTRIP (line 984) | ISTRIP = 0x20 constant IXANY (line 985) | IXANY = 0x800 constant IXOFF (line 986) | IXOFF = 0x400 constant IXON (line 987) | IXON = 0x200 constant KERN_HOSTNAME (line 988) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 989) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 990) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 991) | KERN_VERSION = 0x4 constant LOCK_EX (line 992) | LOCK_EX = 0x2 constant LOCK_NB (line 993) | LOCK_NB = 0x4 constant LOCK_SH (line 994) | LOCK_SH = 0x1 constant LOCK_UN (line 995) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 996) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 997) | MADV_FREE = 0x6 constant MADV_NORMAL (line 998) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 999) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1000) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1001) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1002) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 1003) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 1004) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 1005) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 1006) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 1007) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 1008) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 1009) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1010) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1011) | MAP_ANON = 0x1000 constant MAP_FILE (line 1012) | MAP_FILE = 0x0 constant MAP_FIXED (line 1013) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1014) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1015) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1016) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1017) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1018) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1021) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1022) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1023) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1024) | MAP_SHARED = 0x1 constant MAP_STACK (line 1025) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1026) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1027) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1028) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1029) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1030) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1031) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1033) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1034) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1035) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1038) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1039) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1040) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1041) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1042) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1043) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1044) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1045) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1046) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1047) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1048) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1049) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1050) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1051) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1052) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1053) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1054) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1055) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1056) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1057) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1058) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1059) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1060) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1061) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1062) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1063) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1064) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1065) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1066) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1067) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1068) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1069) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1070) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1071) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1072) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1073) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1074) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1075) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1076) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1077) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1078) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1079) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1080) | MSG_OOB = 0x1 constant MSG_PEEK (line 1081) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1082) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1083) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1085) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1086) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1087) | MS_SYNC = 0x4 constant NAME_MAX (line 1088) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1089) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1090) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1091) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1092) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1093) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1094) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1095) | NFDBITS = 0x20 constant NOFLSH (line 1096) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1097) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1098) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1099) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1100) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1101) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1102) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1103) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1104) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1105) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1106) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1107) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1108) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1109) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1110) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1111) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1112) | NOTE_WRITE = 0x2 constant OCRNL (line 1113) | OCRNL = 0x10 constant OFIOGETBMAP (line 1114) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1115) | ONLCR = 0x2 constant ONLRET (line 1116) | ONLRET = 0x40 constant ONOCR (line 1117) | ONOCR = 0x20 constant ONOEOT (line 1118) | ONOEOT = 0x8 constant OPOST (line 1119) | OPOST = 0x1 constant O_ACCMODE (line 1120) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1121) | O_ALT_IO = 0x40000 constant O_APPEND (line 1122) | O_APPEND = 0x8 constant O_ASYNC (line 1123) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1124) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1125) | O_CREAT = 0x200 constant O_DIRECT (line 1126) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1127) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1128) | O_DSYNC = 0x10000 constant O_EXCL (line 1129) | O_EXCL = 0x800 constant O_EXLOCK (line 1130) | O_EXLOCK = 0x20 constant O_FSYNC (line 1131) | O_FSYNC = 0x80 constant O_NDELAY (line 1132) | O_NDELAY = 0x4 constant O_NOCTTY (line 1133) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1134) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1136) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_RSYNC (line 1139) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1140) | O_SHLOCK = 0x10 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1151) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1152) | PROT_EXEC = 0x4 constant PROT_NONE (line 1153) | PROT_NONE = 0x0 constant PROT_READ (line 1154) | PROT_READ = 0x1 constant PROT_WRITE (line 1155) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1156) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1157) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1158) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1159) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1160) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1161) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1162) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1163) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1164) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1165) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1166) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1167) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1168) | RTAX_BRD = 0x7 constant RTAX_DST (line 1169) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1170) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1171) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1172) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1173) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1174) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1175) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1176) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1177) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1178) | RTA_BRD = 0x80 constant RTA_DST (line 1179) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1180) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1181) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1182) | RTA_IFA = 0x20 constant RTA_IFP (line 1183) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1184) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1185) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1186) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1187) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1188) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1189) | RTF_CLONING = 0x100 constant RTF_DONE (line 1190) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1191) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1192) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1193) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1194) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1195) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1196) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1197) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1198) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1199) | RTF_REJECT = 0x8 constant RTF_SRC (line 1200) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1201) | RTF_STATIC = 0x800 constant RTF_UP (line 1202) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1203) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1204) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1205) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1206) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1207) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1208) | RTM_DELETE = 0x2 constant RTM_GET (line 1209) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1210) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1211) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1212) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1213) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1214) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1215) | RTM_LOSING = 0x5 constant RTM_MISS (line 1216) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1217) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1218) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1219) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1220) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1221) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1222) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1223) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1224) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1225) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1226) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1227) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1228) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1229) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1230) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1231) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1232) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1233) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1234) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1235) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1236) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1237) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1238) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1239) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1240) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1241) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1242) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1243) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1244) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1245) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1246) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1247) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1248) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1249) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1250) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1251) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1252) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1253) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1254) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1255) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1256) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1257) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1258) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1259) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1260) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1261) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1262) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1263) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1264) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1265) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1266) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1267) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1268) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1269) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1270) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1271) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1272) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1273) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1274) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1275) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1276) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1277) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1278) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1279) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1280) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1281) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1282) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1283) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1284) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1285) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1286) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1287) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1288) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1289) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1290) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1291) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1292) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1293) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1294) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1295) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1296) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1297) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1298) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1299) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1300) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1301) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1302) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1303) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1304) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1305) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1306) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1307) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1308) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1309) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1310) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1311) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1312) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1313) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1314) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1315) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1316) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1317) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1318) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1319) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1320) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1321) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1322) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1323) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1324) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1325) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1326) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1327) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1328) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1329) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1330) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1331) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1332) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1333) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1334) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1335) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1336) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1337) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1338) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1339) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1340) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1341) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1342) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1343) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1344) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1345) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1346) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1347) | S_IEXEC = 0x40 constant S_IFBLK (line 1348) | S_IFBLK = 0x6000 constant S_IFCHR (line 1349) | S_IFCHR = 0x2000 constant S_IFDIR (line 1350) | S_IFDIR = 0x4000 constant S_IFIFO (line 1351) | S_IFIFO = 0x1000 constant S_IFLNK (line 1352) | S_IFLNK = 0xa000 constant S_IFMT (line 1353) | S_IFMT = 0xf000 constant S_IFREG (line 1354) | S_IFREG = 0x8000 constant S_IFSOCK (line 1355) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1356) | S_IFWHT = 0xe000 constant S_IREAD (line 1357) | S_IREAD = 0x100 constant S_IRGRP (line 1358) | S_IRGRP = 0x20 constant S_IROTH (line 1359) | S_IROTH = 0x4 constant S_IRUSR (line 1360) | S_IRUSR = 0x100 constant S_IRWXG (line 1361) | S_IRWXG = 0x38 constant S_IRWXO (line 1362) | S_IRWXO = 0x7 constant S_IRWXU (line 1363) | S_IRWXU = 0x1c0 constant S_ISGID (line 1364) | S_ISGID = 0x400 constant S_ISTXT (line 1365) | S_ISTXT = 0x200 constant S_ISUID (line 1366) | S_ISUID = 0x800 constant S_ISVTX (line 1367) | S_ISVTX = 0x200 constant S_IWGRP (line 1368) | S_IWGRP = 0x10 constant S_IWOTH (line 1369) | S_IWOTH = 0x2 constant S_IWRITE (line 1370) | S_IWRITE = 0x80 constant S_IWUSR (line 1371) | S_IWUSR = 0x80 constant S_IXGRP (line 1372) | S_IXGRP = 0x8 constant S_IXOTH (line 1373) | S_IXOTH = 0x1 constant S_IXUSR (line 1374) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1375) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1376) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1377) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1378) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1379) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1380) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1381) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1382) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1383) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1384) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1385) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1386) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1387) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1388) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1389) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1390) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1391) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1392) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1393) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1394) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1395) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1396) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1397) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1398) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1399) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1400) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1401) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1402) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1403) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1404) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1405) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1406) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1407) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1408) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1409) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1410) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1411) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1412) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1413) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1414) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1415) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1416) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1417) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1418) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1419) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1420) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1421) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1422) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1423) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1424) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1425) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1426) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1427) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1428) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1429) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1430) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1431) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1432) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1433) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1434) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1435) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1436) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1437) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1438) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1439) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1440) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1441) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1442) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1443) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1444) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1445) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1446) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1447) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1448) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1449) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1450) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1451) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1452) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1453) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1454) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1455) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1456) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1457) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1458) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1459) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1460) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1461) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1462) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1463) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1464) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1465) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1466) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1467) | TOSTOP = 0x400000 constant VDISCARD (line 1468) | VDISCARD = 0xf constant VDSUSP (line 1469) | VDSUSP = 0xb constant VEOF (line 1470) | VEOF = 0x0 constant VEOL (line 1471) | VEOL = 0x1 constant VEOL2 (line 1472) | VEOL2 = 0x2 constant VERASE (line 1473) | VERASE = 0x3 constant VINTR (line 1474) | VINTR = 0x8 constant VKILL (line 1475) | VKILL = 0x5 constant VLNEXT (line 1476) | VLNEXT = 0xe constant VMIN (line 1477) | VMIN = 0x10 constant VQUIT (line 1478) | VQUIT = 0x9 constant VREPRINT (line 1479) | VREPRINT = 0x6 constant VSTART (line 1480) | VSTART = 0xc constant VSTATUS (line 1481) | VSTATUS = 0x12 constant VSTOP (line 1482) | VSTOP = 0xd constant VSUSP (line 1483) | VSUSP = 0xa constant VTIME (line 1484) | VTIME = 0x11 constant VWERASE (line 1485) | VWERASE = 0x4 constant WALL (line 1486) | WALL = 0x8 constant WALLSIG (line 1487) | WALLSIG = 0x8 constant WALTSIG (line 1488) | WALTSIG = 0x4 constant WCLONE (line 1489) | WCLONE = 0x4 constant WCOREFLAG (line 1490) | WCOREFLAG = 0x80 constant WNOHANG (line 1491) | WNOHANG = 0x1 constant WNOWAIT (line 1492) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1493) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1494) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1495) | WSTOPPED = 0x7f constant WUNTRACED (line 1496) | WUNTRACED = 0x2 constant E2BIG (line 1501) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1502) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1503) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1504) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1505) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1506) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1507) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1508) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1509) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1510) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1511) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1512) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1513) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1514) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1515) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1516) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1517) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1518) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1519) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1520) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1521) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1522) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1523) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1524) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1525) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1526) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1527) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1528) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1529) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1530) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1531) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1532) | EINVAL = syscall.Errno(0x16) constant EIO (line 1533) | EIO = syscall.Errno(0x5) constant EISCONN (line 1534) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1535) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1536) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1537) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1538) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1539) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1540) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1541) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1542) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1543) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1544) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1545) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1546) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1547) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1548) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1549) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1550) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1551) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1552) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1553) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1554) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1555) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1556) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1557) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1558) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1559) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1560) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1561) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1562) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1563) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1564) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1565) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1566) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1567) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1568) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1569) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1570) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1571) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1572) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1573) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1574) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1575) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1576) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1577) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1578) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1579) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1580) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1581) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1582) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1583) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1584) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1585) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1586) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1587) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1588) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1589) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1590) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1591) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1592) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1593) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1594) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1595) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1596) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1597) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1598) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1603) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1604) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1605) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1606) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1607) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1608) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1609) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1610) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1611) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1612) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1613) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1614) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1615) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1616) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1617) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1618) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1619) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1620) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1621) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1622) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1623) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1624) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1625) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1626) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1627) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1628) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1629) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1630) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1631) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1632) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1633) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1634) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1635) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 332) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 333) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 334) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 335) | ETHERMIN = 0x2e constant ETHERMTU (line 336) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 337) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 338) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 339) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 340) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 341) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 342) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 343) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 344) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 345) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 346) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 347) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 348) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 349) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 350) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 351) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 352) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 353) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 354) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 355) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 356) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 357) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 358) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 359) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 360) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 361) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 362) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 363) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 364) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 365) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 366) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 367) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 368) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 369) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 370) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 371) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 372) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 373) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 374) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 375) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 376) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 377) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 378) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 379) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 380) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 381) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 382) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 383) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 384) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 385) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 386) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 387) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 388) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 389) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 390) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 391) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 392) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 393) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 394) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 395) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 396) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 397) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 398) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 399) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 400) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 401) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 402) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 403) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 404) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 405) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 406) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 407) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 408) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 409) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 410) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 411) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 412) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 413) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 414) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 415) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 416) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 417) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 418) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 419) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 420) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 421) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 422) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 423) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 424) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 425) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 426) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 427) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 428) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 429) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 430) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 431) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 432) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 433) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 434) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 435) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 436) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 437) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 438) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 439) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 440) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 441) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 442) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 443) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 444) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 445) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 446) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 447) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 448) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 449) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 450) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 451) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 452) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 453) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 454) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 455) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 456) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 457) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 458) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 459) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 460) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 461) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 462) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 463) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 464) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 465) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 466) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 467) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 468) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 469) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 470) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 471) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 472) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 473) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 474) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 475) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 476) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 477) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 478) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 479) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 480) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 481) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 482) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 483) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 484) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 485) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 486) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 487) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 488) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 489) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 490) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 491) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 492) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 493) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 494) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 495) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 496) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 497) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 498) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 499) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 500) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 501) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 502) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 503) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 504) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 505) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 506) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 507) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 508) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 509) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 510) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 511) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 512) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 513) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 514) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 515) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 516) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 517) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 518) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 519) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 520) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 521) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 522) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 523) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 524) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 525) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 526) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 527) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 528) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 529) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 530) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 531) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 532) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 533) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 534) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 535) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 536) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 537) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 538) | EVFILT_WRITE = 0x1 constant EV_ADD (line 539) | EV_ADD = 0x1 constant EV_CLEAR (line 540) | EV_CLEAR = 0x20 constant EV_DELETE (line 541) | EV_DELETE = 0x2 constant EV_DISABLE (line 542) | EV_DISABLE = 0x8 constant EV_ENABLE (line 543) | EV_ENABLE = 0x4 constant EV_EOF (line 544) | EV_EOF = 0x8000 constant EV_ERROR (line 545) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 546) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 547) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 548) | EV_SYSFLAGS = 0xf000 constant EXTA (line 549) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 550) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 551) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 552) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 553) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 554) | EXTB = 0x9600 constant EXTPROC (line 555) | EXTPROC = 0x800 constant FD_CLOEXEC (line 556) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 557) | FD_SETSIZE = 0x100 constant FLUSHO (line 558) | FLUSHO = 0x800000 constant F_CLOSEM (line 559) | F_CLOSEM = 0xa constant F_DUPFD (line 560) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 561) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 562) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 563) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 564) | F_FSIN = 0x10000000 constant F_FSINOUT (line 565) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 566) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 567) | F_FSPRIV = 0x8000 constant F_FSVOID (line 568) | F_FSVOID = 0x40000000 constant F_GETFD (line 569) | F_GETFD = 0x1 constant F_GETFL (line 570) | F_GETFL = 0x3 constant F_GETLK (line 571) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 572) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 573) | F_GETOWN = 0x5 constant F_MAXFD (line 574) | F_MAXFD = 0xb constant F_OK (line 575) | F_OK = 0x0 constant F_PARAM_MASK (line 576) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 577) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 578) | F_RDLCK = 0x1 constant F_SETFD (line 579) | F_SETFD = 0x2 constant F_SETFL (line 580) | F_SETFL = 0x4 constant F_SETLK (line 581) | F_SETLK = 0x8 constant F_SETLKW (line 582) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 583) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 584) | F_SETOWN = 0x6 constant F_UNLCK (line 585) | F_UNLCK = 0x2 constant F_WRLCK (line 586) | F_WRLCK = 0x3 constant HUPCL (line 587) | HUPCL = 0x4000 constant HW_MACHINE (line 588) | HW_MACHINE = 0x1 constant ICANON (line 589) | ICANON = 0x100 constant ICMP6_FILTER (line 590) | ICMP6_FILTER = 0x12 constant ICRNL (line 591) | ICRNL = 0x100 constant IEXTEN (line 592) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 593) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 594) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 595) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 596) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 597) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 598) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 599) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 600) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 601) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 602) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 603) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 604) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 605) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 606) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 607) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 608) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 609) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 610) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 611) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 612) | IFF_UP = 0x1 constant IFNAMSIZ (line 613) | IFNAMSIZ = 0x10 constant IFT_1822 (line 614) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 615) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 616) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 617) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 618) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 619) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 620) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 621) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 622) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 623) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 624) | IFT_ASYNC = 0x54 constant IFT_ATM (line 625) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 626) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 627) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 628) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 629) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 630) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 631) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 632) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 633) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 634) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 635) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 636) | IFT_BSC = 0x53 constant IFT_CARP (line 637) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 638) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 639) | IFT_CEPT = 0x13 constant IFT_CES (line 640) | IFT_CES = 0x85 constant IFT_CHANNEL (line 641) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 642) | IFT_CNR = 0x55 constant IFT_COFFEE (line 643) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 644) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 645) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 646) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 647) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 648) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 649) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 650) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 651) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 652) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 653) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 654) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 655) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 656) | IFT_DS3 = 0x1e constant IFT_DTM (line 657) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 658) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 659) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 660) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 661) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 662) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 663) | IFT_ECONET = 0xce constant IFT_EON (line 664) | IFT_EON = 0x19 constant IFT_EPLRS (line 665) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 666) | IFT_ESCON = 0x49 constant IFT_ETHER (line 667) | IFT_ETHER = 0x6 constant IFT_FAITH (line 668) | IFT_FAITH = 0xf2 constant IFT_FAST (line 669) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 670) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 671) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 672) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 673) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 674) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 675) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 676) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 677) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 678) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 679) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 680) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 681) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 682) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 683) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 684) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 685) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 686) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 687) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 688) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 689) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 690) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 691) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 692) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 693) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 694) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 695) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 696) | IFT_HSSI = 0x2e constant IFT_HY (line 697) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 698) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 699) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 700) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 701) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 702) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 703) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 704) | IFT_IFGSN = 0x91 constant IFT_IMT (line 705) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 706) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 707) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 708) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 709) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 710) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 711) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 712) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 713) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 714) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 715) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 716) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 717) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 718) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 719) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 720) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 721) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 722) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 723) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 724) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 725) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 726) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 727) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 728) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 729) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 730) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 731) | IFT_LAPB = 0x10 constant IFT_LAPD (line 732) | IFT_LAPD = 0x4d constant IFT_LAPF (line 733) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 734) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 735) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 736) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 737) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 738) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 739) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 740) | IFT_MODEM = 0x30 constant IFT_MPC (line 741) | IFT_MPC = 0x71 constant IFT_MPLS (line 742) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 743) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 744) | IFT_MSDSL = 0x8f constant IFT_MVL (line 745) | IFT_MVL = 0xbf constant IFT_MYRINET (line 746) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 747) | IFT_NFAS = 0xaf constant IFT_NSIP (line 748) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 749) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 750) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 751) | IFT_OTHER = 0x1 constant IFT_P10 (line 752) | IFT_P10 = 0xc constant IFT_P80 (line 753) | IFT_P80 = 0xd constant IFT_PARA (line 754) | IFT_PARA = 0x22 constant IFT_PFLOG (line 755) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 756) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 757) | IFT_PLC = 0xae constant IFT_PON155 (line 758) | IFT_PON155 = 0xcf constant IFT_PON622 (line 759) | IFT_PON622 = 0xd0 constant IFT_POS (line 760) | IFT_POS = 0xab constant IFT_PPP (line 761) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 762) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 763) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 764) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 765) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 766) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 767) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 768) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 769) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 770) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 771) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 772) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 773) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 774) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 775) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 776) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 777) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 778) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 779) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 780) | IFT_RS232 = 0x21 constant IFT_RSRB (line 781) | IFT_RSRB = 0x4f constant IFT_SDLC (line 782) | IFT_SDLC = 0x11 constant IFT_SDSL (line 783) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 784) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 785) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 786) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 787) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 788) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 789) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 790) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 791) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 792) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 793) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 794) | IFT_SONETVT = 0x33 constant IFT_SRP (line 795) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 796) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 797) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 798) | IFT_STARLAN = 0xb constant IFT_STF (line 799) | IFT_STF = 0xd7 constant IFT_T1 (line 800) | IFT_T1 = 0x12 constant IFT_TDLC (line 801) | IFT_TDLC = 0x74 constant IFT_TELINK (line 802) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 803) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 804) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 805) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 806) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 807) | IFT_ULTRA = 0x1d constant IFT_USB (line 808) | IFT_USB = 0xa0 constant IFT_V11 (line 809) | IFT_V11 = 0x40 constant IFT_V35 (line 810) | IFT_V35 = 0x2d constant IFT_V36 (line 811) | IFT_V36 = 0x41 constant IFT_V37 (line 812) | IFT_V37 = 0x78 constant IFT_VDSL (line 813) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 814) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 815) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 816) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 817) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 818) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 819) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 820) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 821) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 822) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 823) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 824) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 825) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 826) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 827) | IFT_X213 = 0x5d constant IFT_X25 (line 828) | IFT_X25 = 0x5 constant IFT_X25DDN (line 829) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 830) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 831) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 832) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 833) | IFT_XETHER = 0x1a constant IGNBRK (line 834) | IGNBRK = 0x1 constant IGNCR (line 835) | IGNCR = 0x80 constant IGNPAR (line 836) | IGNPAR = 0x4 constant IMAXBEL (line 837) | IMAXBEL = 0x2000 constant INLCR (line 838) | INLCR = 0x40 constant INPCK (line 839) | INPCK = 0x10 constant IN_CLASSA_HOST (line 840) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 841) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 842) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 843) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 844) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 845) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 846) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 847) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 848) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 849) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 850) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 851) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 852) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 853) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 854) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 855) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 856) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 857) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 858) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 859) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 860) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 861) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 862) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 863) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 864) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 865) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 866) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 867) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 868) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 869) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 870) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 871) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 872) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 873) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 874) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 875) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 876) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 877) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 878) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 879) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 880) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 881) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 882) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 883) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 884) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 885) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 886) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 887) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 888) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 889) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 890) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 891) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 892) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 893) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 894) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 895) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 896) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 897) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 898) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 899) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 900) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 901) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 902) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 903) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 904) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 905) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 906) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 907) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 908) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 909) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 910) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 911) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 912) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 913) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 914) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 915) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 916) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 917) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 918) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 919) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 920) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 921) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 922) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 923) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 924) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 925) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 926) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 927) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 940) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 941) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 942) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 943) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 944) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 945) | IP_EF = 0x8000 constant IP_ERRORMTU (line 946) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 947) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 948) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 949) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 950) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 951) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 952) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 953) | IP_MINTTL = 0x18 constant IP_MSS (line 954) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 955) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 956) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 957) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 958) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 959) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 960) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 961) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 962) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 963) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 964) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 965) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 966) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 967) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 968) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 969) | IP_RETOPTS = 0x8 constant IP_RF (line 970) | IP_RF = 0x8000 constant IP_TOS (line 971) | IP_TOS = 0x3 constant IP_TTL (line 972) | IP_TTL = 0x4 constant ISIG (line 973) | ISIG = 0x80 constant ISTRIP (line 974) | ISTRIP = 0x20 constant IXANY (line 975) | IXANY = 0x800 constant IXOFF (line 976) | IXOFF = 0x400 constant IXON (line 977) | IXON = 0x200 constant KERN_HOSTNAME (line 978) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 979) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 980) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 981) | KERN_VERSION = 0x4 constant LOCK_EX (line 982) | LOCK_EX = 0x2 constant LOCK_NB (line 983) | LOCK_NB = 0x4 constant LOCK_SH (line 984) | LOCK_SH = 0x1 constant LOCK_UN (line 985) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 986) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 987) | MADV_FREE = 0x6 constant MADV_NORMAL (line 988) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 989) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 990) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 991) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 992) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 993) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 994) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 995) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 996) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 997) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 998) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 999) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1000) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1001) | MAP_ANON = 0x1000 constant MAP_FILE (line 1002) | MAP_FILE = 0x0 constant MAP_FIXED (line 1003) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1004) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1005) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1006) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1007) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1008) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1009) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1010) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1011) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1012) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1013) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1014) | MAP_SHARED = 0x1 constant MAP_STACK (line 1015) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1016) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1017) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1018) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1019) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1020) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1021) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1022) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1023) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1024) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1025) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1026) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1027) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1028) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1029) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1030) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1031) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1032) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1033) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1034) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1035) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1036) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1037) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1038) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1039) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1040) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1041) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1042) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1043) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1044) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1045) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1046) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1047) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1048) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1049) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1050) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1051) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1052) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1053) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1054) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1055) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1056) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1057) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1058) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1059) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1060) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1061) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1062) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1063) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1064) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1065) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1066) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1067) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1068) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1069) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1070) | MSG_OOB = 0x1 constant MSG_PEEK (line 1071) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1072) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1073) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1074) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1075) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1076) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1077) | MS_SYNC = 0x4 constant NAME_MAX (line 1078) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1079) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1080) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1081) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1082) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1083) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1084) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1085) | NFDBITS = 0x20 constant NOFLSH (line 1086) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1087) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1088) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1089) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1090) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1091) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1092) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1093) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1094) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1095) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1096) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1097) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1098) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1099) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1100) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1101) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1102) | NOTE_WRITE = 0x2 constant OCRNL (line 1103) | OCRNL = 0x10 constant OFIOGETBMAP (line 1104) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1105) | ONLCR = 0x2 constant ONLRET (line 1106) | ONLRET = 0x40 constant ONOCR (line 1107) | ONOCR = 0x20 constant ONOEOT (line 1108) | ONOEOT = 0x8 constant OPOST (line 1109) | OPOST = 0x1 constant O_ACCMODE (line 1110) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1111) | O_ALT_IO = 0x40000 constant O_APPEND (line 1112) | O_APPEND = 0x8 constant O_ASYNC (line 1113) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1114) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1115) | O_CREAT = 0x200 constant O_DIRECT (line 1116) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1117) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1118) | O_DSYNC = 0x10000 constant O_EXCL (line 1119) | O_EXCL = 0x800 constant O_EXLOCK (line 1120) | O_EXLOCK = 0x20 constant O_FSYNC (line 1121) | O_FSYNC = 0x80 constant O_NDELAY (line 1122) | O_NDELAY = 0x4 constant O_NOCTTY (line 1123) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1124) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1125) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1126) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1127) | O_RDONLY = 0x0 constant O_RDWR (line 1128) | O_RDWR = 0x2 constant O_RSYNC (line 1129) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1130) | O_SHLOCK = 0x10 constant O_SYNC (line 1131) | O_SYNC = 0x80 constant O_TRUNC (line 1132) | O_TRUNC = 0x400 constant O_WRONLY (line 1133) | O_WRONLY = 0x1 constant PARENB (line 1134) | PARENB = 0x1000 constant PARMRK (line 1135) | PARMRK = 0x8 constant PARODD (line 1136) | PARODD = 0x2000 constant PENDIN (line 1137) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1138) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1139) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1140) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1141) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1142) | PROT_EXEC = 0x4 constant PROT_NONE (line 1143) | PROT_NONE = 0x0 constant PROT_READ (line 1144) | PROT_READ = 0x1 constant PROT_WRITE (line 1145) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1146) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1147) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1148) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1149) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1150) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1151) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1152) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1153) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1154) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1155) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1156) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1157) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1158) | RTAX_BRD = 0x7 constant RTAX_DST (line 1159) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1160) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1161) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1162) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1163) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1164) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1165) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1166) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1167) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1168) | RTA_BRD = 0x80 constant RTA_DST (line 1169) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1170) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1171) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1172) | RTA_IFA = 0x20 constant RTA_IFP (line 1173) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1174) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1175) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1176) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1177) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1178) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1179) | RTF_CLONING = 0x100 constant RTF_DONE (line 1180) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1181) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1182) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1183) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1184) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1185) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1186) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1187) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1188) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1189) | RTF_REJECT = 0x8 constant RTF_SRC (line 1190) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1191) | RTF_STATIC = 0x800 constant RTF_UP (line 1192) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1193) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1194) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1195) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1196) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1197) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1198) | RTM_DELETE = 0x2 constant RTM_GET (line 1199) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1200) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1201) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1202) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1203) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1204) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1205) | RTM_LOSING = 0x5 constant RTM_MISS (line 1206) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1207) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1208) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1209) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1210) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1211) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1212) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1213) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1214) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1215) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1216) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1217) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1218) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1219) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1220) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1221) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1222) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1223) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1224) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1225) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1226) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1227) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1228) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1229) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1230) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1231) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1232) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1233) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1234) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1235) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1236) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1237) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1238) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1239) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1240) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1241) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1242) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1243) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1244) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1245) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1246) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1247) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1248) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1249) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1250) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1251) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1252) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1253) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1254) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1255) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1256) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1257) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1258) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1259) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1260) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1261) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1262) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1263) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1264) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1265) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1266) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1267) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1268) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1269) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1270) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1271) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1272) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1273) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1274) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1275) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1276) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1277) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1278) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1279) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1280) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1281) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1282) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1283) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1284) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1285) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1286) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1287) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1288) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1289) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1290) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1291) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1292) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1293) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1294) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1295) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1296) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1297) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1298) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1299) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1300) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1301) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1302) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1303) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1304) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1305) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1306) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1307) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1308) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1309) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1310) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1311) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1312) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1313) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1314) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1315) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1316) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1317) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1318) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1319) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1320) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1321) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1322) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1323) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1324) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1325) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1326) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1327) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1328) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1329) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1330) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1331) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1332) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1333) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1334) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1335) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1336) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1337) | S_IEXEC = 0x40 constant S_IFBLK (line 1338) | S_IFBLK = 0x6000 constant S_IFCHR (line 1339) | S_IFCHR = 0x2000 constant S_IFDIR (line 1340) | S_IFDIR = 0x4000 constant S_IFIFO (line 1341) | S_IFIFO = 0x1000 constant S_IFLNK (line 1342) | S_IFLNK = 0xa000 constant S_IFMT (line 1343) | S_IFMT = 0xf000 constant S_IFREG (line 1344) | S_IFREG = 0x8000 constant S_IFSOCK (line 1345) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1346) | S_IFWHT = 0xe000 constant S_IREAD (line 1347) | S_IREAD = 0x100 constant S_IRGRP (line 1348) | S_IRGRP = 0x20 constant S_IROTH (line 1349) | S_IROTH = 0x4 constant S_IRUSR (line 1350) | S_IRUSR = 0x100 constant S_IRWXG (line 1351) | S_IRWXG = 0x38 constant S_IRWXO (line 1352) | S_IRWXO = 0x7 constant S_IRWXU (line 1353) | S_IRWXU = 0x1c0 constant S_ISGID (line 1354) | S_ISGID = 0x400 constant S_ISTXT (line 1355) | S_ISTXT = 0x200 constant S_ISUID (line 1356) | S_ISUID = 0x800 constant S_ISVTX (line 1357) | S_ISVTX = 0x200 constant S_IWGRP (line 1358) | S_IWGRP = 0x10 constant S_IWOTH (line 1359) | S_IWOTH = 0x2 constant S_IWRITE (line 1360) | S_IWRITE = 0x80 constant S_IWUSR (line 1361) | S_IWUSR = 0x80 constant S_IXGRP (line 1362) | S_IXGRP = 0x8 constant S_IXOTH (line 1363) | S_IXOTH = 0x1 constant S_IXUSR (line 1364) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1365) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1366) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1367) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1368) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1369) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1370) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1371) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1372) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1373) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1374) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1375) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1376) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1377) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1378) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1379) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1380) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1381) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1382) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1383) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1384) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1385) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1386) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1387) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1388) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1389) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1390) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1391) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1392) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1393) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1394) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1395) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1396) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1397) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1398) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1399) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1400) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1401) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1402) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1403) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1404) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1405) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1406) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1407) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1408) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1409) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1410) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1411) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1412) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1413) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1414) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1415) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1416) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1417) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1418) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1419) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1420) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1421) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1422) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1423) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1424) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1425) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1426) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1427) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1428) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1429) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1430) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1431) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1432) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1433) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1434) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1435) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1436) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1437) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1438) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1439) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1440) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1441) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1442) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1443) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1444) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1445) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1446) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1447) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1448) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1449) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1450) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1451) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1452) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1453) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1454) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1455) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1456) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1457) | TOSTOP = 0x400000 constant VDISCARD (line 1458) | VDISCARD = 0xf constant VDSUSP (line 1459) | VDSUSP = 0xb constant VEOF (line 1460) | VEOF = 0x0 constant VEOL (line 1461) | VEOL = 0x1 constant VEOL2 (line 1462) | VEOL2 = 0x2 constant VERASE (line 1463) | VERASE = 0x3 constant VINTR (line 1464) | VINTR = 0x8 constant VKILL (line 1465) | VKILL = 0x5 constant VLNEXT (line 1466) | VLNEXT = 0xe constant VMIN (line 1467) | VMIN = 0x10 constant VQUIT (line 1468) | VQUIT = 0x9 constant VREPRINT (line 1469) | VREPRINT = 0x6 constant VSTART (line 1470) | VSTART = 0xc constant VSTATUS (line 1471) | VSTATUS = 0x12 constant VSTOP (line 1472) | VSTOP = 0xd constant VSUSP (line 1473) | VSUSP = 0xa constant VTIME (line 1474) | VTIME = 0x11 constant VWERASE (line 1475) | VWERASE = 0x4 constant WALL (line 1476) | WALL = 0x8 constant WALLSIG (line 1477) | WALLSIG = 0x8 constant WALTSIG (line 1478) | WALTSIG = 0x4 constant WCLONE (line 1479) | WCLONE = 0x4 constant WCOREFLAG (line 1480) | WCOREFLAG = 0x80 constant WNOHANG (line 1481) | WNOHANG = 0x1 constant WNOWAIT (line 1482) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1483) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1484) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1485) | WSTOPPED = 0x7f constant WUNTRACED (line 1486) | WUNTRACED = 0x2 constant E2BIG (line 1491) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1492) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1493) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1494) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1495) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1496) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1497) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1498) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1499) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1500) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1501) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1502) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1503) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1504) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1505) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1506) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1507) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1508) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1509) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1510) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1511) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1512) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1513) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1514) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1515) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1516) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1517) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1518) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1519) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1520) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1521) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1522) | EINVAL = syscall.Errno(0x16) constant EIO (line 1523) | EIO = syscall.Errno(0x5) constant EISCONN (line 1524) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1525) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1526) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1527) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1528) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1529) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1530) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1531) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1532) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1533) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1534) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1535) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1536) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1537) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1538) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1539) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1540) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1541) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1542) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1543) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1544) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1545) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1546) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1547) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1548) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1549) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1550) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1551) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1552) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1553) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1554) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1555) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1556) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1557) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1558) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1559) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1560) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1561) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1562) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1563) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1564) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1565) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1566) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1567) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1568) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1569) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1570) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1571) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1572) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1573) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1574) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1575) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1576) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1577) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1578) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1579) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1580) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1581) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1582) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1583) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1584) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1585) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1586) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1587) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1588) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1593) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1594) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1595) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1596) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1597) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1598) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1599) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1600) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1601) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1602) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1603) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1604) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1605) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1606) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1607) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1608) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1609) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1610) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1611) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1612) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1613) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1614) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1615) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1616) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1617) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1618) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1619) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1620) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1621) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1622) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1623) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1624) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1625) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CPUSTATES (line 154) | CPUSTATES = 0x5 constant CP_IDLE (line 155) | CP_IDLE = 0x4 constant CP_INTR (line 156) | CP_INTR = 0x3 constant CP_NICE (line 157) | CP_NICE = 0x1 constant CP_SYS (line 158) | CP_SYS = 0x2 constant CP_USER (line 159) | CP_USER = 0x0 constant CREAD (line 160) | CREAD = 0x800 constant CRTSCTS (line 161) | CRTSCTS = 0x10000 constant CS5 (line 162) | CS5 = 0x0 constant CS6 (line 163) | CS6 = 0x100 constant CS7 (line 164) | CS7 = 0x200 constant CS8 (line 165) | CS8 = 0x300 constant CSIZE (line 166) | CSIZE = 0x300 constant CSTART (line 167) | CSTART = 0x11 constant CSTATUS (line 168) | CSTATUS = 0x14 constant CSTOP (line 169) | CSTOP = 0x13 constant CSTOPB (line 170) | CSTOPB = 0x400 constant CSUSP (line 171) | CSUSP = 0x1a constant CTL_HW (line 172) | CTL_HW = 0x6 constant CTL_KERN (line 173) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 174) | CTL_MAXNAME = 0xc constant CTL_NET (line 175) | CTL_NET = 0x4 constant CTL_QUERY (line 176) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 177) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 178) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 179) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 180) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 181) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 182) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 183) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 184) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 185) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 186) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 187) | DLT_AURORA = 0x7e constant DLT_AX25 (line 188) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 189) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 190) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 191) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 192) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 193) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 194) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 195) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 196) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 197) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 198) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 199) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 200) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 201) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 202) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 203) | DLT_EN3MB = 0x2 constant DLT_ENC (line 204) | DLT_ENC = 0x6d constant DLT_ERF (line 205) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 206) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 207) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 208) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 209) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 210) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 211) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 212) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 213) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 214) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 215) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 216) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 217) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 218) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 219) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 220) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 221) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 222) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 223) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 224) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 225) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 226) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 227) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 228) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 229) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 230) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 231) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 232) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 233) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 234) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 235) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 236) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 237) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 238) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 239) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 240) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 241) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 242) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 243) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 244) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 245) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 246) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 247) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 248) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 249) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 250) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 251) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 252) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 253) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 254) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 255) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 256) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 257) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 258) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 259) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 260) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 261) | DLT_LAPD = 0xcb constant DLT_LIN (line 262) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 263) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 264) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 265) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 266) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 267) | DLT_LOOP = 0x6c constant DLT_LTALK (line 268) | DLT_LTALK = 0x72 constant DLT_MFR (line 269) | DLT_MFR = 0xb6 constant DLT_MOST (line 270) | DLT_MOST = 0xd3 constant DLT_MPLS (line 271) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 272) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 273) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 274) | DLT_MTP3 = 0x8d constant DLT_NULL (line 275) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 276) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 277) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 278) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 279) | DLT_PPI = 0xc0 constant DLT_PPP (line 280) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 281) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 282) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 283) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 284) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 285) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 286) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 287) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 288) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 289) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 290) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 291) | DLT_RIO = 0x7c constant DLT_SCCP (line 292) | DLT_SCCP = 0x8e constant DLT_SITA (line 293) | DLT_SITA = 0xc4 constant DLT_SLIP (line 294) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 295) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 296) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 297) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 298) | DLT_TZSP = 0x80 constant DLT_USB (line 299) | DLT_USB = 0xba constant DLT_USB_LINUX (line 300) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 301) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 302) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 303) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 304) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 305) | DT_BLK = 0x6 constant DT_CHR (line 306) | DT_CHR = 0x2 constant DT_DIR (line 307) | DT_DIR = 0x4 constant DT_FIFO (line 308) | DT_FIFO = 0x1 constant DT_LNK (line 309) | DT_LNK = 0xa constant DT_REG (line 310) | DT_REG = 0x8 constant DT_SOCK (line 311) | DT_SOCK = 0xc constant DT_UNKNOWN (line 312) | DT_UNKNOWN = 0x0 constant DT_WHT (line 313) | DT_WHT = 0xe constant ECHO (line 314) | ECHO = 0x8 constant ECHOCTL (line 315) | ECHOCTL = 0x40 constant ECHOE (line 316) | ECHOE = 0x2 constant ECHOK (line 317) | ECHOK = 0x4 constant ECHOKE (line 318) | ECHOKE = 0x1 constant ECHONL (line 319) | ECHONL = 0x10 constant ECHOPRT (line 320) | ECHOPRT = 0x20 constant EMUL_LINUX (line 321) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 322) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 323) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 324) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 325) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 326) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 327) | ETHERMIN = 0x2e constant ETHERMTU (line 328) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 329) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 330) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 331) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 332) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 333) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 334) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 335) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 336) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 337) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 338) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 339) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 340) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 341) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 342) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 343) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 344) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 345) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 346) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 347) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 348) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 349) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 350) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 351) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 352) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 353) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 354) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 355) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 356) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 357) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 358) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 359) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 360) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 361) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 362) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 363) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 364) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 365) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 366) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 367) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 368) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 369) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 370) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 371) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 372) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 373) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 374) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 375) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 376) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 377) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 378) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 379) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 380) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 381) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 382) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 383) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 384) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 385) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 386) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 387) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 388) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 389) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 390) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 391) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 392) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 393) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 394) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 395) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 396) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 397) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 398) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 399) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 400) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 401) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 402) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 403) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 404) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 405) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 406) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 407) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 408) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 409) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 410) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 411) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 412) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 413) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 414) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 415) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 416) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 417) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 418) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 419) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 420) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 421) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 422) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 423) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 424) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 425) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 426) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 427) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 428) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 429) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 430) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 431) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 432) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 433) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 434) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 435) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 436) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 437) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 438) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 439) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 440) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 441) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 442) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 443) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 444) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 445) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 446) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 447) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 448) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 449) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 450) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 451) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 452) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 453) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 454) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 455) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 456) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 457) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 458) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 459) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 460) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 461) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 462) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 463) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 464) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 465) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 466) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 467) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 468) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 469) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 470) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 471) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 472) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 473) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 474) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 475) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 476) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 477) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 478) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 479) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 480) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 481) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 482) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 483) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 484) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 485) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 486) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 487) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 488) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 489) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 490) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 491) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 492) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 493) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 494) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 495) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 496) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 497) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 498) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 499) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 500) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 501) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 502) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 503) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 504) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 505) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 506) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 507) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 508) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 509) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 510) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 511) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 512) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 513) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 514) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 515) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 516) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 517) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 518) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 519) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 520) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 521) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 522) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 523) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 524) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 525) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 526) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 527) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 528) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 529) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 530) | EVFILT_WRITE = 0x1 constant EV_ADD (line 531) | EV_ADD = 0x1 constant EV_CLEAR (line 532) | EV_CLEAR = 0x20 constant EV_DELETE (line 533) | EV_DELETE = 0x2 constant EV_DISABLE (line 534) | EV_DISABLE = 0x8 constant EV_ENABLE (line 535) | EV_ENABLE = 0x4 constant EV_EOF (line 536) | EV_EOF = 0x8000 constant EV_ERROR (line 537) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 538) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 539) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 540) | EV_SYSFLAGS = 0xf000 constant EXTA (line 541) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 542) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 543) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 544) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 545) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x100 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_CLOSEM (line 551) | F_CLOSEM = 0xa constant F_DUPFD (line 552) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 553) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 554) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 555) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 556) | F_FSIN = 0x10000000 constant F_FSINOUT (line 557) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 558) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 559) | F_FSPRIV = 0x8000 constant F_FSVOID (line 560) | F_FSVOID = 0x40000000 constant F_GETFD (line 561) | F_GETFD = 0x1 constant F_GETFL (line 562) | F_GETFL = 0x3 constant F_GETLK (line 563) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 564) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 565) | F_GETOWN = 0x5 constant F_MAXFD (line 566) | F_MAXFD = 0xb constant F_OK (line 567) | F_OK = 0x0 constant F_PARAM_MASK (line 568) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 569) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 570) | F_RDLCK = 0x1 constant F_SETFD (line 571) | F_SETFD = 0x2 constant F_SETFL (line 572) | F_SETFL = 0x4 constant F_SETLK (line 573) | F_SETLK = 0x8 constant F_SETLKW (line 574) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 575) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 576) | F_SETOWN = 0x6 constant F_UNLCK (line 577) | F_UNLCK = 0x2 constant F_WRLCK (line 578) | F_WRLCK = 0x3 constant HUPCL (line 579) | HUPCL = 0x4000 constant HW_MACHINE (line 580) | HW_MACHINE = 0x1 constant ICANON (line 581) | ICANON = 0x100 constant ICMP6_FILTER (line 582) | ICMP6_FILTER = 0x12 constant ICRNL (line 583) | ICRNL = 0x100 constant IEXTEN (line 584) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 585) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 586) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 587) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 588) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 589) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 590) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 591) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 592) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 593) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 594) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 595) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 596) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 597) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 598) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 599) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 600) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 601) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 602) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 603) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 604) | IFF_UP = 0x1 constant IFNAMSIZ (line 605) | IFNAMSIZ = 0x10 constant IFT_1822 (line 606) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 607) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 608) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 609) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 610) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 611) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 612) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 613) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 614) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 615) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 616) | IFT_ASYNC = 0x54 constant IFT_ATM (line 617) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 618) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 619) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 620) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 621) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 622) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 623) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 624) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 625) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 626) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 627) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 628) | IFT_BSC = 0x53 constant IFT_CARP (line 629) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 630) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 631) | IFT_CEPT = 0x13 constant IFT_CES (line 632) | IFT_CES = 0x85 constant IFT_CHANNEL (line 633) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 634) | IFT_CNR = 0x55 constant IFT_COFFEE (line 635) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 636) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 637) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 638) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 639) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 640) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 641) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 642) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 643) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 644) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 645) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 646) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 647) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 648) | IFT_DS3 = 0x1e constant IFT_DTM (line 649) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 650) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 651) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 652) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 653) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 654) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 655) | IFT_ECONET = 0xce constant IFT_EON (line 656) | IFT_EON = 0x19 constant IFT_EPLRS (line 657) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 658) | IFT_ESCON = 0x49 constant IFT_ETHER (line 659) | IFT_ETHER = 0x6 constant IFT_FAITH (line 660) | IFT_FAITH = 0xf2 constant IFT_FAST (line 661) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 662) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 663) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 664) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 665) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 666) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 667) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 668) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 669) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 670) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 671) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 672) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 673) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 674) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 675) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 676) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 677) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 678) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 679) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 680) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 681) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 682) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 683) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 684) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 685) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 686) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 687) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 688) | IFT_HSSI = 0x2e constant IFT_HY (line 689) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 690) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 691) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 692) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 693) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 694) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 695) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 696) | IFT_IFGSN = 0x91 constant IFT_IMT (line 697) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 698) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 699) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 700) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 701) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 702) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 703) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 704) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 705) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 706) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 707) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 708) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 709) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 710) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 711) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 712) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 713) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 714) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 715) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 716) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 717) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 718) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 719) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 720) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 721) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 722) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 723) | IFT_LAPB = 0x10 constant IFT_LAPD (line 724) | IFT_LAPD = 0x4d constant IFT_LAPF (line 725) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 726) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 727) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 728) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 729) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 730) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 731) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 732) | IFT_MODEM = 0x30 constant IFT_MPC (line 733) | IFT_MPC = 0x71 constant IFT_MPLS (line 734) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 735) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 736) | IFT_MSDSL = 0x8f constant IFT_MVL (line 737) | IFT_MVL = 0xbf constant IFT_MYRINET (line 738) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 739) | IFT_NFAS = 0xaf constant IFT_NSIP (line 740) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 741) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 742) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 743) | IFT_OTHER = 0x1 constant IFT_P10 (line 744) | IFT_P10 = 0xc constant IFT_P80 (line 745) | IFT_P80 = 0xd constant IFT_PARA (line 746) | IFT_PARA = 0x22 constant IFT_PFLOG (line 747) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 748) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 749) | IFT_PLC = 0xae constant IFT_PON155 (line 750) | IFT_PON155 = 0xcf constant IFT_PON622 (line 751) | IFT_PON622 = 0xd0 constant IFT_POS (line 752) | IFT_POS = 0xab constant IFT_PPP (line 753) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 754) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 755) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 756) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 757) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 758) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 759) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 760) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 761) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 762) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 763) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 764) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 765) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 766) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 767) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 768) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 769) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 770) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 771) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 772) | IFT_RS232 = 0x21 constant IFT_RSRB (line 773) | IFT_RSRB = 0x4f constant IFT_SDLC (line 774) | IFT_SDLC = 0x11 constant IFT_SDSL (line 775) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 776) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 777) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 778) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 779) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 780) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 781) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 782) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 783) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 784) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 785) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 786) | IFT_SONETVT = 0x33 constant IFT_SRP (line 787) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 788) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 789) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 790) | IFT_STARLAN = 0xb constant IFT_STF (line 791) | IFT_STF = 0xd7 constant IFT_T1 (line 792) | IFT_T1 = 0x12 constant IFT_TDLC (line 793) | IFT_TDLC = 0x74 constant IFT_TELINK (line 794) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 795) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 796) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 797) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 798) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 799) | IFT_ULTRA = 0x1d constant IFT_USB (line 800) | IFT_USB = 0xa0 constant IFT_V11 (line 801) | IFT_V11 = 0x40 constant IFT_V35 (line 802) | IFT_V35 = 0x2d constant IFT_V36 (line 803) | IFT_V36 = 0x41 constant IFT_V37 (line 804) | IFT_V37 = 0x78 constant IFT_VDSL (line 805) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 806) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 807) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 808) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 809) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 810) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 811) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 812) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 813) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 814) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 815) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 816) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 817) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 818) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 819) | IFT_X213 = 0x5d constant IFT_X25 (line 820) | IFT_X25 = 0x5 constant IFT_X25DDN (line 821) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 822) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 823) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 824) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 825) | IFT_XETHER = 0x1a constant IGNBRK (line 826) | IGNBRK = 0x1 constant IGNCR (line 827) | IGNCR = 0x80 constant IGNPAR (line 828) | IGNPAR = 0x4 constant IMAXBEL (line 829) | IMAXBEL = 0x2000 constant INLCR (line 830) | INLCR = 0x40 constant INPCK (line 831) | INPCK = 0x10 constant IN_CLASSA_HOST (line 832) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 833) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 834) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 835) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 836) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 837) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 838) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 839) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 840) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 841) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 842) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 843) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 844) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 845) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 846) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 847) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 848) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 849) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 850) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 851) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 852) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 853) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 854) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 855) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 856) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 857) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 858) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 859) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 860) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 861) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 862) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 863) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 864) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 865) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 866) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 867) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 868) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 869) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 870) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 871) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 872) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 873) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 874) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 875) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 876) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 877) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 878) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 879) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 880) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 881) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 882) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 883) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 884) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 885) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 886) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 887) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 888) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 889) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 890) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 891) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 892) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 893) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 894) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 895) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 896) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 897) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 898) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 899) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 900) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 901) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 902) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 903) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 904) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 905) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 906) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 907) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 908) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 909) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 910) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 911) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 912) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 913) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 914) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 915) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 916) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 917) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 918) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 919) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 920) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 921) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 922) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 923) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 924) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 925) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 926) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 927) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 928) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 929) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 930) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 931) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 932) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 933) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 934) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 935) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 936) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 937) | IP_EF = 0x8000 constant IP_ERRORMTU (line 938) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 939) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 940) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 941) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 942) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 943) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 944) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 945) | IP_MINTTL = 0x18 constant IP_MSS (line 946) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 947) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 948) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 949) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 950) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 951) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 952) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 953) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 954) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 955) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 956) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 957) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 958) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 959) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 960) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 961) | IP_RETOPTS = 0x8 constant IP_RF (line 962) | IP_RF = 0x8000 constant IP_TOS (line 963) | IP_TOS = 0x3 constant IP_TTL (line 964) | IP_TTL = 0x4 constant ISIG (line 965) | ISIG = 0x80 constant ISTRIP (line 966) | ISTRIP = 0x20 constant IXANY (line 967) | IXANY = 0x800 constant IXOFF (line 968) | IXOFF = 0x400 constant IXON (line 969) | IXON = 0x200 constant KERN_HOSTNAME (line 970) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 971) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 972) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 973) | KERN_VERSION = 0x4 constant LOCK_EX (line 974) | LOCK_EX = 0x2 constant LOCK_NB (line 975) | LOCK_NB = 0x4 constant LOCK_SH (line 976) | LOCK_SH = 0x1 constant LOCK_UN (line 977) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 978) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 979) | MADV_FREE = 0x6 constant MADV_NORMAL (line 980) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 981) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 982) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 983) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 984) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 985) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 986) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 987) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 988) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 989) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 990) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 991) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 992) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 993) | MAP_ANON = 0x1000 constant MAP_FILE (line 994) | MAP_FILE = 0x0 constant MAP_FIXED (line 995) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 996) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 997) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 998) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 999) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1000) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1001) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1002) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1003) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1004) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1005) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1006) | MAP_SHARED = 0x1 constant MAP_STACK (line 1007) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1008) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1009) | MAP_WIRED = 0x800 constant MNT_ASYNC (line 1010) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1011) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1012) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1013) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1014) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1015) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1016) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1017) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1018) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1019) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1020) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1021) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1022) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1023) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1024) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1025) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1026) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1027) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1028) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1029) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1030) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1031) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1032) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1033) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1034) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1035) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1036) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1037) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1038) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1039) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1040) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1041) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1042) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1043) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1044) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1045) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1046) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1047) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1048) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1049) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1050) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1051) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1052) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1053) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1054) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1055) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1056) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1057) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1058) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1059) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1060) | MSG_OOB = 0x1 constant MSG_PEEK (line 1061) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1062) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1063) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1064) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1065) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1066) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1067) | MS_SYNC = 0x4 constant NAME_MAX (line 1068) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1069) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1070) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1071) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1072) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1073) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1074) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1075) | NFDBITS = 0x20 constant NOFLSH (line 1076) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1077) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1078) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1079) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1080) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1081) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1082) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1083) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1084) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1085) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1086) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1087) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1088) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1089) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1090) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1091) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1092) | NOTE_WRITE = 0x2 constant OCRNL (line 1093) | OCRNL = 0x10 constant OFIOGETBMAP (line 1094) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1095) | ONLCR = 0x2 constant ONLRET (line 1096) | ONLRET = 0x40 constant ONOCR (line 1097) | ONOCR = 0x20 constant ONOEOT (line 1098) | ONOEOT = 0x8 constant OPOST (line 1099) | OPOST = 0x1 constant O_ACCMODE (line 1100) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1101) | O_ALT_IO = 0x40000 constant O_APPEND (line 1102) | O_APPEND = 0x8 constant O_ASYNC (line 1103) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1104) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1105) | O_CREAT = 0x200 constant O_DIRECT (line 1106) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1107) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1108) | O_DSYNC = 0x10000 constant O_EXCL (line 1109) | O_EXCL = 0x800 constant O_EXLOCK (line 1110) | O_EXLOCK = 0x20 constant O_FSYNC (line 1111) | O_FSYNC = 0x80 constant O_NDELAY (line 1112) | O_NDELAY = 0x4 constant O_NOCTTY (line 1113) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1114) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1115) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1116) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1117) | O_RDONLY = 0x0 constant O_RDWR (line 1118) | O_RDWR = 0x2 constant O_RSYNC (line 1119) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1120) | O_SHLOCK = 0x10 constant O_SYNC (line 1121) | O_SYNC = 0x80 constant O_TRUNC (line 1122) | O_TRUNC = 0x400 constant O_WRONLY (line 1123) | O_WRONLY = 0x1 constant PARENB (line 1124) | PARENB = 0x1000 constant PARMRK (line 1125) | PARMRK = 0x8 constant PARODD (line 1126) | PARODD = 0x2000 constant PENDIN (line 1127) | PENDIN = 0x20000000 constant PROT_EXEC (line 1128) | PROT_EXEC = 0x4 constant PROT_NONE (line 1129) | PROT_NONE = 0x0 constant PROT_READ (line 1130) | PROT_READ = 0x1 constant PROT_WRITE (line 1131) | PROT_WRITE = 0x2 constant PRI_IOFLUSH (line 1132) | PRI_IOFLUSH = 0x7c constant PRIO_PGRP (line 1133) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1134) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1135) | PRIO_USER = 0x2 constant RLIMIT_AS (line 1136) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1137) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1138) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1139) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1140) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1141) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1142) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1143) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1144) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1145) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1146) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1147) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1148) | RTAX_BRD = 0x7 constant RTAX_DST (line 1149) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1150) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1151) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1152) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1153) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1154) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1155) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1156) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1157) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1158) | RTA_BRD = 0x80 constant RTA_DST (line 1159) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1160) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1161) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1162) | RTA_IFA = 0x20 constant RTA_IFP (line 1163) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1164) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1165) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1166) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1167) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1168) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1169) | RTF_CLONING = 0x100 constant RTF_DONE (line 1170) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1171) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1172) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1173) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1174) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1175) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1176) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1177) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1178) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1179) | RTF_REJECT = 0x8 constant RTF_SRC (line 1180) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1181) | RTF_STATIC = 0x800 constant RTF_UP (line 1182) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1183) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1184) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1185) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1186) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1187) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1188) | RTM_DELETE = 0x2 constant RTM_GET (line 1189) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1190) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1191) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1192) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1193) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1194) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1195) | RTM_LOSING = 0x5 constant RTM_MISS (line 1196) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1197) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1198) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1199) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1200) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1201) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1202) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1203) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1204) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1205) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1206) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1207) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1208) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1209) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1210) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1211) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1212) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1213) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1214) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1215) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1216) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1217) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1218) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1219) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1220) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1221) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1222) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1223) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1224) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1225) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1226) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1227) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1228) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1229) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1230) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1231) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1232) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1233) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1234) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1235) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1236) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1237) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1238) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1239) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1240) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1241) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1242) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1243) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1244) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1245) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1246) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1247) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1248) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1249) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1250) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1251) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1252) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1253) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1254) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1255) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1256) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1257) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1258) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1259) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1260) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1261) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1262) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1263) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1264) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1265) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1266) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1267) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1268) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1269) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1270) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1271) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1272) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1273) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1274) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1275) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1276) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1277) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1278) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1279) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1280) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1281) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1282) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1283) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1284) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1285) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1286) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1287) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1288) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1289) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1290) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1291) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1292) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1293) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1294) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1295) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1296) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1297) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1298) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1299) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1300) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1301) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1302) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1303) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1304) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1305) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1306) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1307) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1308) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1309) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1310) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1311) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1312) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1313) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1314) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1315) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1316) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1317) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1318) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1319) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1320) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1321) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1322) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1323) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1324) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1325) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1326) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1327) | S_IEXEC = 0x40 constant S_IFBLK (line 1328) | S_IFBLK = 0x6000 constant S_IFCHR (line 1329) | S_IFCHR = 0x2000 constant S_IFDIR (line 1330) | S_IFDIR = 0x4000 constant S_IFIFO (line 1331) | S_IFIFO = 0x1000 constant S_IFLNK (line 1332) | S_IFLNK = 0xa000 constant S_IFMT (line 1333) | S_IFMT = 0xf000 constant S_IFREG (line 1334) | S_IFREG = 0x8000 constant S_IFSOCK (line 1335) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1336) | S_IFWHT = 0xe000 constant S_IREAD (line 1337) | S_IREAD = 0x100 constant S_IRGRP (line 1338) | S_IRGRP = 0x20 constant S_IROTH (line 1339) | S_IROTH = 0x4 constant S_IRUSR (line 1340) | S_IRUSR = 0x100 constant S_IRWXG (line 1341) | S_IRWXG = 0x38 constant S_IRWXO (line 1342) | S_IRWXO = 0x7 constant S_IRWXU (line 1343) | S_IRWXU = 0x1c0 constant S_ISGID (line 1344) | S_ISGID = 0x400 constant S_ISTXT (line 1345) | S_ISTXT = 0x200 constant S_ISUID (line 1346) | S_ISUID = 0x800 constant S_ISVTX (line 1347) | S_ISVTX = 0x200 constant S_IWGRP (line 1348) | S_IWGRP = 0x10 constant S_IWOTH (line 1349) | S_IWOTH = 0x2 constant S_IWRITE (line 1350) | S_IWRITE = 0x80 constant S_IWUSR (line 1351) | S_IWUSR = 0x80 constant S_IXGRP (line 1352) | S_IXGRP = 0x8 constant S_IXOTH (line 1353) | S_IXOTH = 0x1 constant S_IXUSR (line 1354) | S_IXUSR = 0x40 constant TCIFLUSH (line 1355) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1356) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1357) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1358) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1359) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1360) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1361) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1362) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1363) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1364) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1365) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1366) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1367) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1368) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1369) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1370) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1371) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1372) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1373) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1374) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1375) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1376) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1377) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1378) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1379) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1380) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1381) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1382) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1383) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1384) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1385) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1386) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1387) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1388) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1389) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1390) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1391) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1392) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1393) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1394) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1395) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1396) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1397) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1398) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1399) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1400) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1401) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1402) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1403) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1404) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1405) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1406) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1407) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1408) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1409) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1410) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1411) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1412) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1413) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1414) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1415) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1416) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1417) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1418) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1419) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1420) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1421) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1422) | TIOCPTMGET = 0x48087446 constant TIOCPTSNAME (line 1423) | TIOCPTSNAME = 0x48087448 constant TIOCRCVFRAME (line 1424) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1425) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1426) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1427) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1428) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1429) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1430) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1431) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1432) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1433) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1434) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1435) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1436) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1437) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1438) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1439) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1440) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1441) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1442) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1443) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1444) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1445) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1446) | TOSTOP = 0x400000 constant VDISCARD (line 1447) | VDISCARD = 0xf constant VDSUSP (line 1448) | VDSUSP = 0xb constant VEOF (line 1449) | VEOF = 0x0 constant VEOL (line 1450) | VEOL = 0x1 constant VEOL2 (line 1451) | VEOL2 = 0x2 constant VERASE (line 1452) | VERASE = 0x3 constant VINTR (line 1453) | VINTR = 0x8 constant VKILL (line 1454) | VKILL = 0x5 constant VLNEXT (line 1455) | VLNEXT = 0xe constant VMIN (line 1456) | VMIN = 0x10 constant VQUIT (line 1457) | VQUIT = 0x9 constant VREPRINT (line 1458) | VREPRINT = 0x6 constant VSTART (line 1459) | VSTART = 0xc constant VSTATUS (line 1460) | VSTATUS = 0x12 constant VSTOP (line 1461) | VSTOP = 0xd constant VSUSP (line 1462) | VSUSP = 0xa constant VTIME (line 1463) | VTIME = 0x11 constant VWERASE (line 1464) | VWERASE = 0x4 constant WALL (line 1465) | WALL = 0x8 constant WALLSIG (line 1466) | WALLSIG = 0x8 constant WALTSIG (line 1467) | WALTSIG = 0x4 constant WCLONE (line 1468) | WCLONE = 0x4 constant WCOREFLAG (line 1469) | WCOREFLAG = 0x80 constant WNOHANG (line 1470) | WNOHANG = 0x1 constant WNOWAIT (line 1471) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1472) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1473) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1474) | WSTOPPED = 0x7f constant WUNTRACED (line 1475) | WUNTRACED = 0x2 constant E2BIG (line 1480) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1481) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1482) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1483) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1484) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1485) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1486) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1487) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1488) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1489) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1490) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1491) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1492) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1493) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1494) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1495) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1496) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1497) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1498) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1499) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1500) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1501) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1502) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1503) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1504) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1505) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1506) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1507) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1508) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1509) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1510) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1511) | EINVAL = syscall.Errno(0x16) constant EIO (line 1512) | EIO = syscall.Errno(0x5) constant EISCONN (line 1513) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1514) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1515) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1516) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1517) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1518) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1519) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1520) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1521) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1522) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1523) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1524) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1525) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1526) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1527) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1528) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1529) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1530) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1531) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1532) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1533) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1534) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1535) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1536) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1537) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1538) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1539) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1540) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1541) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1542) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1543) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1544) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1545) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1546) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1547) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1548) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1549) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1550) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1551) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1552) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1553) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1554) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1555) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1556) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1557) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1558) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1559) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1560) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1561) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1562) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1563) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1564) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1565) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1566) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1567) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1568) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1569) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1570) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1571) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1572) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1573) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1574) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1575) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1576) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1577) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1582) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1583) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1584) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1585) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1586) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1587) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1588) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1589) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1590) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1591) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1592) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1593) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1594) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1595) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1596) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1597) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1598) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1599) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1600) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1601) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1602) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1603) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1604) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1605) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1606) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1607) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1608) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1609) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1610) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1611) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1612) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1613) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1614) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 332) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 333) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 334) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 335) | ETHERMIN = 0x2e constant ETHERMTU (line 336) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 337) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 338) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 339) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 340) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 341) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 342) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 343) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 344) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 345) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 346) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 347) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 348) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 349) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 350) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 351) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 352) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 353) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 354) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 355) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 356) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 357) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 358) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 359) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 360) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 361) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 362) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 363) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 364) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 365) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 366) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 367) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 368) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 369) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 370) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 371) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 372) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 373) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 374) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 375) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 376) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 377) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 378) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 379) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 380) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 381) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 382) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 383) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 384) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 385) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 386) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 387) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 388) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 389) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 390) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 391) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 392) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 393) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 394) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 395) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 396) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 397) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 398) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 399) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 400) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 401) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 402) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 403) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 404) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 405) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 406) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 407) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 408) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 409) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 410) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 411) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 412) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 413) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 414) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 415) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 416) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 417) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 418) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 419) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 420) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 421) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 422) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 423) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 424) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 425) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 426) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 427) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 428) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 429) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 430) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 431) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 432) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 433) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 434) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 435) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 436) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 437) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 438) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 439) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 440) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 441) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 442) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 443) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 444) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 445) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 446) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 447) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 448) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 449) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 450) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 451) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 452) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 453) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 454) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 455) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 456) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 457) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 458) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 459) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 460) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 461) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 462) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 463) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 464) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 465) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 466) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 467) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 468) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 469) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 470) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 471) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 472) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 473) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 474) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 475) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 476) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 477) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 478) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 479) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 480) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 481) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 482) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 483) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 484) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 485) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 486) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 487) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 488) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 489) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 490) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 491) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 492) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 493) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 494) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 495) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 496) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 497) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 498) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 499) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 500) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 501) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 502) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 503) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 504) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 505) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 506) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 507) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 508) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 509) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 510) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 511) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 512) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 513) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 514) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 515) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 516) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 517) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 518) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 519) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 520) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 521) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 522) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 523) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 524) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 525) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 526) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 527) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 528) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 529) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 530) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 531) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 532) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 533) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 534) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 535) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 536) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 537) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 538) | EVFILT_WRITE = 0x1 constant EV_ADD (line 539) | EV_ADD = 0x1 constant EV_CLEAR (line 540) | EV_CLEAR = 0x20 constant EV_DELETE (line 541) | EV_DELETE = 0x2 constant EV_DISABLE (line 542) | EV_DISABLE = 0x8 constant EV_ENABLE (line 543) | EV_ENABLE = 0x4 constant EV_EOF (line 544) | EV_EOF = 0x8000 constant EV_ERROR (line 545) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 546) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 547) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 548) | EV_SYSFLAGS = 0xf000 constant EXTA (line 549) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 550) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 551) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 552) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 553) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 554) | EXTB = 0x9600 constant EXTPROC (line 555) | EXTPROC = 0x800 constant FD_CLOEXEC (line 556) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 557) | FD_SETSIZE = 0x100 constant FLUSHO (line 558) | FLUSHO = 0x800000 constant F_CLOSEM (line 559) | F_CLOSEM = 0xa constant F_DUPFD (line 560) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 561) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 562) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 563) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 564) | F_FSIN = 0x10000000 constant F_FSINOUT (line 565) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 566) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 567) | F_FSPRIV = 0x8000 constant F_FSVOID (line 568) | F_FSVOID = 0x40000000 constant F_GETFD (line 569) | F_GETFD = 0x1 constant F_GETFL (line 570) | F_GETFL = 0x3 constant F_GETLK (line 571) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 572) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 573) | F_GETOWN = 0x5 constant F_MAXFD (line 574) | F_MAXFD = 0xb constant F_OK (line 575) | F_OK = 0x0 constant F_PARAM_MASK (line 576) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 577) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 578) | F_RDLCK = 0x1 constant F_SETFD (line 579) | F_SETFD = 0x2 constant F_SETFL (line 580) | F_SETFL = 0x4 constant F_SETLK (line 581) | F_SETLK = 0x8 constant F_SETLKW (line 582) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 583) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 584) | F_SETOWN = 0x6 constant F_UNLCK (line 585) | F_UNLCK = 0x2 constant F_WRLCK (line 586) | F_WRLCK = 0x3 constant HUPCL (line 587) | HUPCL = 0x4000 constant HW_MACHINE (line 588) | HW_MACHINE = 0x1 constant ICANON (line 589) | ICANON = 0x100 constant ICMP6_FILTER (line 590) | ICMP6_FILTER = 0x12 constant ICRNL (line 591) | ICRNL = 0x100 constant IEXTEN (line 592) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 593) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 594) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 595) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 596) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 597) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 598) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 599) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 600) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 601) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 602) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 603) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 604) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 605) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 606) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 607) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 608) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 609) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 610) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 611) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 612) | IFF_UP = 0x1 constant IFNAMSIZ (line 613) | IFNAMSIZ = 0x10 constant IFT_1822 (line 614) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 615) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 616) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 617) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 618) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 619) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 620) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 621) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 622) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 623) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 624) | IFT_ASYNC = 0x54 constant IFT_ATM (line 625) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 626) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 627) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 628) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 629) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 630) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 631) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 632) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 633) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 634) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 635) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 636) | IFT_BSC = 0x53 constant IFT_CARP (line 637) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 638) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 639) | IFT_CEPT = 0x13 constant IFT_CES (line 640) | IFT_CES = 0x85 constant IFT_CHANNEL (line 641) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 642) | IFT_CNR = 0x55 constant IFT_COFFEE (line 643) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 644) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 645) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 646) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 647) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 648) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 649) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 650) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 651) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 652) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 653) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 654) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 655) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 656) | IFT_DS3 = 0x1e constant IFT_DTM (line 657) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 658) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 659) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 660) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 661) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 662) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 663) | IFT_ECONET = 0xce constant IFT_EON (line 664) | IFT_EON = 0x19 constant IFT_EPLRS (line 665) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 666) | IFT_ESCON = 0x49 constant IFT_ETHER (line 667) | IFT_ETHER = 0x6 constant IFT_FAITH (line 668) | IFT_FAITH = 0xf2 constant IFT_FAST (line 669) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 670) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 671) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 672) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 673) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 674) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 675) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 676) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 677) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 678) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 679) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 680) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 681) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 682) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 683) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 684) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 685) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 686) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 687) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 688) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 689) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 690) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 691) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 692) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 693) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 694) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 695) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 696) | IFT_HSSI = 0x2e constant IFT_HY (line 697) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 698) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 699) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 700) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 701) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 702) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 703) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 704) | IFT_IFGSN = 0x91 constant IFT_IMT (line 705) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 706) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 707) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 708) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 709) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 710) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 711) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 712) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 713) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 714) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 715) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 716) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 717) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 718) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 719) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 720) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 721) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 722) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 723) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 724) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 725) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 726) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 727) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 728) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 729) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 730) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 731) | IFT_LAPB = 0x10 constant IFT_LAPD (line 732) | IFT_LAPD = 0x4d constant IFT_LAPF (line 733) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 734) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 735) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 736) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 737) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 738) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 739) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 740) | IFT_MODEM = 0x30 constant IFT_MPC (line 741) | IFT_MPC = 0x71 constant IFT_MPLS (line 742) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 743) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 744) | IFT_MSDSL = 0x8f constant IFT_MVL (line 745) | IFT_MVL = 0xbf constant IFT_MYRINET (line 746) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 747) | IFT_NFAS = 0xaf constant IFT_NSIP (line 748) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 749) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 750) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 751) | IFT_OTHER = 0x1 constant IFT_P10 (line 752) | IFT_P10 = 0xc constant IFT_P80 (line 753) | IFT_P80 = 0xd constant IFT_PARA (line 754) | IFT_PARA = 0x22 constant IFT_PFLOG (line 755) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 756) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 757) | IFT_PLC = 0xae constant IFT_PON155 (line 758) | IFT_PON155 = 0xcf constant IFT_PON622 (line 759) | IFT_PON622 = 0xd0 constant IFT_POS (line 760) | IFT_POS = 0xab constant IFT_PPP (line 761) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 762) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 763) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 764) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 765) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 766) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 767) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 768) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 769) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 770) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 771) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 772) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 773) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 774) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 775) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 776) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 777) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 778) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 779) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 780) | IFT_RS232 = 0x21 constant IFT_RSRB (line 781) | IFT_RSRB = 0x4f constant IFT_SDLC (line 782) | IFT_SDLC = 0x11 constant IFT_SDSL (line 783) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 784) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 785) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 786) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 787) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 788) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 789) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 790) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 791) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 792) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 793) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 794) | IFT_SONETVT = 0x33 constant IFT_SRP (line 795) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 796) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 797) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 798) | IFT_STARLAN = 0xb constant IFT_STF (line 799) | IFT_STF = 0xd7 constant IFT_T1 (line 800) | IFT_T1 = 0x12 constant IFT_TDLC (line 801) | IFT_TDLC = 0x74 constant IFT_TELINK (line 802) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 803) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 804) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 805) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 806) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 807) | IFT_ULTRA = 0x1d constant IFT_USB (line 808) | IFT_USB = 0xa0 constant IFT_V11 (line 809) | IFT_V11 = 0x40 constant IFT_V35 (line 810) | IFT_V35 = 0x2d constant IFT_V36 (line 811) | IFT_V36 = 0x41 constant IFT_V37 (line 812) | IFT_V37 = 0x78 constant IFT_VDSL (line 813) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 814) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 815) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 816) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 817) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 818) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 819) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 820) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 821) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 822) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 823) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 824) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 825) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 826) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 827) | IFT_X213 = 0x5d constant IFT_X25 (line 828) | IFT_X25 = 0x5 constant IFT_X25DDN (line 829) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 830) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 831) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 832) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 833) | IFT_XETHER = 0x1a constant IGNBRK (line 834) | IGNBRK = 0x1 constant IGNCR (line 835) | IGNCR = 0x80 constant IGNPAR (line 836) | IGNPAR = 0x4 constant IMAXBEL (line 837) | IMAXBEL = 0x2000 constant INLCR (line 838) | INLCR = 0x40 constant INPCK (line 839) | INPCK = 0x10 constant IN_CLASSA_HOST (line 840) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 841) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 842) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 843) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 844) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 845) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 846) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 847) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 848) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 849) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 850) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 851) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 852) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 853) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 854) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 855) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 856) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 857) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 858) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 859) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 860) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 861) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 862) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 863) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 864) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 865) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 866) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 867) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 868) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 869) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 870) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 871) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 872) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 873) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 874) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 875) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 876) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 877) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 878) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 879) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 880) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 881) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 882) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 883) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 884) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 885) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 886) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 887) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 888) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 889) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 890) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 891) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 892) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 893) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 894) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 895) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 896) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 897) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 898) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 899) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 900) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 901) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 902) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 903) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 904) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 905) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 906) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 907) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 908) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 909) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 910) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 911) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 912) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 913) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 914) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 915) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 916) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 917) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 918) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 919) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 920) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 921) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 922) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 923) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 924) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 925) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 926) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 927) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 940) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 941) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 942) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 943) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 944) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 945) | IP_EF = 0x8000 constant IP_ERRORMTU (line 946) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 947) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 948) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 949) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 950) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 951) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 952) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 953) | IP_MINTTL = 0x18 constant IP_MSS (line 954) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 955) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 956) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 957) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 958) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 959) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 960) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 961) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 962) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 963) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 964) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 965) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 966) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 967) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 968) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 969) | IP_RETOPTS = 0x8 constant IP_RF (line 970) | IP_RF = 0x8000 constant IP_TOS (line 971) | IP_TOS = 0x3 constant IP_TTL (line 972) | IP_TTL = 0x4 constant ISIG (line 973) | ISIG = 0x80 constant ISTRIP (line 974) | ISTRIP = 0x20 constant IXANY (line 975) | IXANY = 0x800 constant IXOFF (line 976) | IXOFF = 0x400 constant IXON (line 977) | IXON = 0x200 constant KERN_HOSTNAME (line 978) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 979) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 980) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 981) | KERN_VERSION = 0x4 constant LOCK_EX (line 982) | LOCK_EX = 0x2 constant LOCK_NB (line 983) | LOCK_NB = 0x4 constant LOCK_SH (line 984) | LOCK_SH = 0x1 constant LOCK_UN (line 985) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 986) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 987) | MADV_FREE = 0x6 constant MADV_NORMAL (line 988) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 989) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 990) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 991) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 992) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 993) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 994) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 995) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 996) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 997) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 998) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 999) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1000) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1001) | MAP_ANON = 0x1000 constant MAP_FILE (line 1002) | MAP_FILE = 0x0 constant MAP_FIXED (line 1003) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1004) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1005) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1006) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1007) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1008) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1009) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1010) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1011) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1012) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1013) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1014) | MAP_SHARED = 0x1 constant MAP_STACK (line 1015) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1016) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1017) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1018) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1019) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1020) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1021) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1022) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1023) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1024) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1025) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1026) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1027) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1028) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1029) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1030) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1031) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1032) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1033) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1034) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1035) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1036) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1037) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1038) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1039) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1040) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1041) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1042) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1043) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1044) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1045) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1046) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1047) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1048) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1049) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1050) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1051) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1052) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1053) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1054) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1055) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1056) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1057) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1058) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1059) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1060) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1061) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1062) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1063) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1064) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1065) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1066) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1067) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1068) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1069) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1070) | MSG_OOB = 0x1 constant MSG_PEEK (line 1071) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1072) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1073) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1074) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1075) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1076) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1077) | MS_SYNC = 0x4 constant NAME_MAX (line 1078) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1079) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1080) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1081) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1082) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1083) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1084) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1085) | NFDBITS = 0x20 constant NOFLSH (line 1086) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1087) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1088) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1089) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1090) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1091) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1092) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1093) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1094) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1095) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1096) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1097) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1098) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1099) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1100) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1101) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1102) | NOTE_WRITE = 0x2 constant OCRNL (line 1103) | OCRNL = 0x10 constant OFIOGETBMAP (line 1104) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1105) | ONLCR = 0x2 constant ONLRET (line 1106) | ONLRET = 0x40 constant ONOCR (line 1107) | ONOCR = 0x20 constant ONOEOT (line 1108) | ONOEOT = 0x8 constant OPOST (line 1109) | OPOST = 0x1 constant O_ACCMODE (line 1110) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1111) | O_ALT_IO = 0x40000 constant O_APPEND (line 1112) | O_APPEND = 0x8 constant O_ASYNC (line 1113) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1114) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1115) | O_CREAT = 0x200 constant O_DIRECT (line 1116) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1117) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1118) | O_DSYNC = 0x10000 constant O_EXCL (line 1119) | O_EXCL = 0x800 constant O_EXLOCK (line 1120) | O_EXLOCK = 0x20 constant O_FSYNC (line 1121) | O_FSYNC = 0x80 constant O_NDELAY (line 1122) | O_NDELAY = 0x4 constant O_NOCTTY (line 1123) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1124) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1125) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1126) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1127) | O_RDONLY = 0x0 constant O_RDWR (line 1128) | O_RDWR = 0x2 constant O_RSYNC (line 1129) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1130) | O_SHLOCK = 0x10 constant O_SYNC (line 1131) | O_SYNC = 0x80 constant O_TRUNC (line 1132) | O_TRUNC = 0x400 constant O_WRONLY (line 1133) | O_WRONLY = 0x1 constant PARENB (line 1134) | PARENB = 0x1000 constant PARMRK (line 1135) | PARMRK = 0x8 constant PARODD (line 1136) | PARODD = 0x2000 constant PENDIN (line 1137) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1138) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1139) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1140) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1141) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1142) | PROT_EXEC = 0x4 constant PROT_NONE (line 1143) | PROT_NONE = 0x0 constant PROT_READ (line 1144) | PROT_READ = 0x1 constant PROT_WRITE (line 1145) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1146) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1147) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1148) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1149) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1150) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1151) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1152) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1153) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1154) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1155) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1156) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1157) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1158) | RTAX_BRD = 0x7 constant RTAX_DST (line 1159) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1160) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1161) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1162) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1163) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1164) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1165) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1166) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1167) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1168) | RTA_BRD = 0x80 constant RTA_DST (line 1169) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1170) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1171) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1172) | RTA_IFA = 0x20 constant RTA_IFP (line 1173) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1174) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1175) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1176) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1177) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1178) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1179) | RTF_CLONING = 0x100 constant RTF_DONE (line 1180) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1181) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1182) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1183) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1184) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1185) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1186) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1187) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1188) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1189) | RTF_REJECT = 0x8 constant RTF_SRC (line 1190) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1191) | RTF_STATIC = 0x800 constant RTF_UP (line 1192) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1193) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1194) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1195) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1196) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1197) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1198) | RTM_DELETE = 0x2 constant RTM_GET (line 1199) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1200) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1201) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1202) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1203) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1204) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1205) | RTM_LOSING = 0x5 constant RTM_MISS (line 1206) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1207) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1208) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1209) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1210) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1211) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1212) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1213) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1214) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1215) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1216) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1217) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1218) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1219) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1220) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1221) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1222) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1223) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1224) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1225) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1226) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1227) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1228) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1229) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1230) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1231) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1232) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1233) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1234) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1235) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1236) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1237) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1238) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1239) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1240) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1241) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1242) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1243) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1244) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1245) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1246) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1247) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1248) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1249) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1250) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1251) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1252) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1253) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1254) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1255) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1256) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1257) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1258) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1259) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1260) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1261) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1262) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1263) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1264) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1265) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1266) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1267) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1268) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1269) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1270) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1271) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1272) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1273) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1274) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1275) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1276) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1277) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1278) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1279) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1280) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1281) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1282) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1283) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1284) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1285) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1286) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1287) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1288) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1289) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1290) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1291) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1292) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1293) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1294) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1295) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1296) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1297) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1298) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1299) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1300) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1301) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1302) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1303) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1304) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1305) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1306) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1307) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1308) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1309) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1310) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1311) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1312) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1313) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1314) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1315) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1316) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1317) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1318) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1319) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1320) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1321) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1322) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1323) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1324) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1325) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1326) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1327) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1328) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1329) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1330) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1331) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1332) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1333) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1334) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1335) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1336) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1337) | S_IEXEC = 0x40 constant S_IFBLK (line 1338) | S_IFBLK = 0x6000 constant S_IFCHR (line 1339) | S_IFCHR = 0x2000 constant S_IFDIR (line 1340) | S_IFDIR = 0x4000 constant S_IFIFO (line 1341) | S_IFIFO = 0x1000 constant S_IFLNK (line 1342) | S_IFLNK = 0xa000 constant S_IFMT (line 1343) | S_IFMT = 0xf000 constant S_IFREG (line 1344) | S_IFREG = 0x8000 constant S_IFSOCK (line 1345) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1346) | S_IFWHT = 0xe000 constant S_IREAD (line 1347) | S_IREAD = 0x100 constant S_IRGRP (line 1348) | S_IRGRP = 0x20 constant S_IROTH (line 1349) | S_IROTH = 0x4 constant S_IRUSR (line 1350) | S_IRUSR = 0x100 constant S_IRWXG (line 1351) | S_IRWXG = 0x38 constant S_IRWXO (line 1352) | S_IRWXO = 0x7 constant S_IRWXU (line 1353) | S_IRWXU = 0x1c0 constant S_ISGID (line 1354) | S_ISGID = 0x400 constant S_ISTXT (line 1355) | S_ISTXT = 0x200 constant S_ISUID (line 1356) | S_ISUID = 0x800 constant S_ISVTX (line 1357) | S_ISVTX = 0x200 constant S_IWGRP (line 1358) | S_IWGRP = 0x10 constant S_IWOTH (line 1359) | S_IWOTH = 0x2 constant S_IWRITE (line 1360) | S_IWRITE = 0x80 constant S_IWUSR (line 1361) | S_IWUSR = 0x80 constant S_IXGRP (line 1362) | S_IXGRP = 0x8 constant S_IXOTH (line 1363) | S_IXOTH = 0x1 constant S_IXUSR (line 1364) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1365) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1366) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1367) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1368) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1369) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1370) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1371) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1372) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1373) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1374) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1375) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1376) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1377) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1378) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1379) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1380) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1381) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1382) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1383) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1384) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1385) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1386) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1387) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1388) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1389) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1390) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1391) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1392) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1393) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1394) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1395) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1396) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1397) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1398) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1399) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1400) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1401) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1402) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1403) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1404) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1405) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1406) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1407) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1408) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1409) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1410) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1411) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1412) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1413) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1414) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1415) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1416) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1417) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1418) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1419) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1420) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1421) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1422) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1423) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1424) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1425) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1426) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1427) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1428) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1429) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1430) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1431) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1432) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1433) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1434) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1435) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1436) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1437) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1438) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1439) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1440) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1441) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1442) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1443) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1444) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1445) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1446) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1447) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1448) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1449) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1450) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1451) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1452) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1453) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1454) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1455) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1456) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1457) | TOSTOP = 0x400000 constant VDISCARD (line 1458) | VDISCARD = 0xf constant VDSUSP (line 1459) | VDSUSP = 0xb constant VEOF (line 1460) | VEOF = 0x0 constant VEOL (line 1461) | VEOL = 0x1 constant VEOL2 (line 1462) | VEOL2 = 0x2 constant VERASE (line 1463) | VERASE = 0x3 constant VINTR (line 1464) | VINTR = 0x8 constant VKILL (line 1465) | VKILL = 0x5 constant VLNEXT (line 1466) | VLNEXT = 0xe constant VMIN (line 1467) | VMIN = 0x10 constant VQUIT (line 1468) | VQUIT = 0x9 constant VREPRINT (line 1469) | VREPRINT = 0x6 constant VSTART (line 1470) | VSTART = 0xc constant VSTATUS (line 1471) | VSTATUS = 0x12 constant VSTOP (line 1472) | VSTOP = 0xd constant VSUSP (line 1473) | VSUSP = 0xa constant VTIME (line 1474) | VTIME = 0x11 constant VWERASE (line 1475) | VWERASE = 0x4 constant WALL (line 1476) | WALL = 0x8 constant WALLSIG (line 1477) | WALLSIG = 0x8 constant WALTSIG (line 1478) | WALTSIG = 0x4 constant WCLONE (line 1479) | WCLONE = 0x4 constant WCOREFLAG (line 1480) | WCOREFLAG = 0x80 constant WNOHANG (line 1481) | WNOHANG = 0x1 constant WNOWAIT (line 1482) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1483) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1484) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1485) | WSTOPPED = 0x7f constant WUNTRACED (line 1486) | WUNTRACED = 0x2 constant E2BIG (line 1491) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1492) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1493) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1494) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1495) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1496) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1497) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1498) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1499) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1500) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1501) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1502) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1503) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1504) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1505) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1506) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1507) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1508) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1509) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1510) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1511) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1512) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1513) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1514) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1515) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1516) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1517) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1518) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1519) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1520) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1521) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1522) | EINVAL = syscall.Errno(0x16) constant EIO (line 1523) | EIO = syscall.Errno(0x5) constant EISCONN (line 1524) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1525) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1526) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1527) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1528) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1529) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1530) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1531) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1532) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1533) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1534) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1535) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1536) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1537) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1538) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1539) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1540) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1541) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1542) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1543) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1544) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1545) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1546) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1547) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1548) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1549) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1550) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1551) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1552) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1553) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1554) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1555) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1556) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1557) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1558) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1559) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1560) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1561) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1562) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1563) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1564) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1565) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1566) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1567) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1568) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1569) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1570) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1571) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1572) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1573) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1574) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1575) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1576) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1577) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1578) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1579) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1580) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1581) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1582) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1583) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1584) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1585) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1586) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1587) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1588) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1593) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1594) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1595) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1596) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1597) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1598) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1599) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1600) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1601) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1602) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1603) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1604) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1605) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1606) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1607) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1608) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1609) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1610) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1611) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1612) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1613) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1614) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1615) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1616) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1617) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1618) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1619) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1620) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1621) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1622) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1623) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1624) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1625) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x400c426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xccc84404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xccc8441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xccc84407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xccc84406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc084444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0844450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x805c693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x805c6949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x805c6941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x805c693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x805c6942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x805c6948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc05c693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc03c6958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc028694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc05c6942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0186943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x805c6955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x805c693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x805c6954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x805c694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc024698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0386938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8024698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x400c745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcce04404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcce0441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcce04407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcce04406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc028694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0186943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc024698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0386938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8024698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xfffff constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xfffff constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1086) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1087) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1088) | MS_SYNC = 0x2 constant NAME_MAX (line 1089) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1090) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1091) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1092) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1093) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1094) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1095) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1096) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1097) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1098) | NFDBITS = 0x20 constant NOFLSH (line 1099) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1100) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1101) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1102) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1103) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1104) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1105) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1106) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1107) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1108) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1109) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1110) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1111) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1112) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1113) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1114) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1115) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1116) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1117) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1118) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1119) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1120) | NOTE_WRITE = 0x2 constant OCRNL (line 1121) | OCRNL = 0x10 constant OLCUC (line 1122) | OLCUC = 0x20 constant ONLCR (line 1123) | ONLCR = 0x2 constant ONLRET (line 1124) | ONLRET = 0x80 constant ONOCR (line 1125) | ONOCR = 0x40 constant ONOEOT (line 1126) | ONOEOT = 0x8 constant OPOST (line 1127) | OPOST = 0x1 constant OXTABS (line 1128) | OXTABS = 0x4 constant O_ACCMODE (line 1129) | O_ACCMODE = 0x3 constant O_APPEND (line 1130) | O_APPEND = 0x8 constant O_ASYNC (line 1131) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1132) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1133) | O_CREAT = 0x200 constant O_DIRECTORY (line 1134) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1135) | O_DSYNC = 0x80 constant O_EXCL (line 1136) | O_EXCL = 0x800 constant O_EXLOCK (line 1137) | O_EXLOCK = 0x20 constant O_FSYNC (line 1138) | O_FSYNC = 0x80 constant O_NDELAY (line 1139) | O_NDELAY = 0x4 constant O_NOCTTY (line 1140) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1141) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1142) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1143) | O_RDONLY = 0x0 constant O_RDWR (line 1144) | O_RDWR = 0x2 constant O_RSYNC (line 1145) | O_RSYNC = 0x80 constant O_SHLOCK (line 1146) | O_SHLOCK = 0x10 constant O_SYNC (line 1147) | O_SYNC = 0x80 constant O_TRUNC (line 1148) | O_TRUNC = 0x400 constant O_WRONLY (line 1149) | O_WRONLY = 0x1 constant PARENB (line 1150) | PARENB = 0x1000 constant PARMRK (line 1151) | PARMRK = 0x8 constant PARODD (line 1152) | PARODD = 0x2000 constant PENDIN (line 1153) | PENDIN = 0x20000000 constant PF_FLUSH (line 1154) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1155) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1156) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1157) | PRIO_USER = 0x2 constant PROT_EXEC (line 1158) | PROT_EXEC = 0x4 constant PROT_NONE (line 1159) | PROT_NONE = 0x0 constant PROT_READ (line 1160) | PROT_READ = 0x1 constant PROT_WRITE (line 1161) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1162) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1163) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1164) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1165) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1166) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1167) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1168) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1169) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1170) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1171) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1172) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1173) | RTAX_BFD = 0xb constant RTAX_BRD (line 1174) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1175) | RTAX_DNS = 0xc constant RTAX_DST (line 1176) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1177) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1178) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1179) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1180) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1181) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1182) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1183) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1184) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1185) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1186) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1187) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1188) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1189) | RTA_BFD = 0x800 constant RTA_BRD (line 1190) | RTA_BRD = 0x80 constant RTA_DNS (line 1191) | RTA_DNS = 0x1000 constant RTA_DST (line 1192) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1193) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1194) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1195) | RTA_IFA = 0x20 constant RTA_IFP (line 1196) | RTA_IFP = 0x10 constant RTA_LABEL (line 1197) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1198) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1199) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1200) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1201) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1202) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1203) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1204) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1205) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1206) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1207) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1208) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1209) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1210) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1211) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1212) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1213) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1214) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1215) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1219) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1220) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1221) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1222) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1226) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1227) | RTF_STATIC = 0x800 constant RTF_UP (line 1228) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1229) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1230) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1231) | RTM_ADD = 0x1 constant RTM_BFD (line 1232) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1233) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1234) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1237) | RTM_DESYNC = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1239) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1241) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1242) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1243) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1246) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1247) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1248) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1249) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1250) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1251) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1252) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1253) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1254) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1255) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1256) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1257) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1258) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1259) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1260) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1261) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1264) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1267) | SEEK_CUR = 0x1 constant SEEK_END (line 1268) | SEEK_END = 0x2 constant SEEK_SET (line 1269) | SEEK_SET = 0x0 constant SHUT_RD (line 1270) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1271) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1272) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1273) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1274) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1275) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1276) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1277) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1278) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1279) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1280) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1281) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1282) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1283) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1284) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1285) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1286) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1287) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1288) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1289) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1290) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1291) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1292) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1293) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1294) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1295) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1296) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1297) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1298) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1299) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1300) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1301) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1302) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1303) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1304) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1305) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1306) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1307) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1308) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1309) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1310) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1311) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1312) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1313) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1314) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1315) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1316) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1317) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1318) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1319) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1320) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1321) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1322) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1323) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1324) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1325) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1326) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1327) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1328) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1329) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1330) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1331) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1332) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1333) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1334) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1335) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1336) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1337) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1338) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1339) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1340) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1341) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1342) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1343) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1344) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1345) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1346) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1347) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1348) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1349) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1350) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1351) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1352) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1353) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1354) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1355) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1356) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1357) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1358) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1359) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1360) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1361) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1362) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1363) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1364) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1365) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1366) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1367) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1368) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1369) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1370) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1371) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1372) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1373) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1374) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1375) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1376) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1377) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1378) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1379) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1380) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1381) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1382) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1383) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1384) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1385) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1386) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1387) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1388) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1389) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1390) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1391) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1392) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1393) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1394) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1395) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1396) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1397) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1398) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1399) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1400) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1401) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1402) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1403) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1404) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1405) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1406) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1407) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1408) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1409) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1410) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1411) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1412) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1413) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1414) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1415) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1416) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1417) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1418) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1419) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1420) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1421) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1422) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1423) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1424) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1425) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1426) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1427) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1428) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1429) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1430) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1431) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1432) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1433) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1434) | SO_LINGER = 0x80 constant SO_NETPROC (line 1435) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1436) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1437) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1438) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1439) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1440) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1441) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1442) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1443) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1444) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1445) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1446) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1447) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1448) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1449) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1450) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1451) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1452) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1453) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1454) | S_IEXEC = 0x40 constant S_IFBLK (line 1455) | S_IFBLK = 0x6000 constant S_IFCHR (line 1456) | S_IFCHR = 0x2000 constant S_IFDIR (line 1457) | S_IFDIR = 0x4000 constant S_IFIFO (line 1458) | S_IFIFO = 0x1000 constant S_IFLNK (line 1459) | S_IFLNK = 0xa000 constant S_IFMT (line 1460) | S_IFMT = 0xf000 constant S_IFREG (line 1461) | S_IFREG = 0x8000 constant S_IFSOCK (line 1462) | S_IFSOCK = 0xc000 constant S_IREAD (line 1463) | S_IREAD = 0x100 constant S_IRGRP (line 1464) | S_IRGRP = 0x20 constant S_IROTH (line 1465) | S_IROTH = 0x4 constant S_IRUSR (line 1466) | S_IRUSR = 0x100 constant S_IRWXG (line 1467) | S_IRWXG = 0x38 constant S_IRWXO (line 1468) | S_IRWXO = 0x7 constant S_IRWXU (line 1469) | S_IRWXU = 0x1c0 constant S_ISGID (line 1470) | S_ISGID = 0x400 constant S_ISTXT (line 1471) | S_ISTXT = 0x200 constant S_ISUID (line 1472) | S_ISUID = 0x800 constant S_ISVTX (line 1473) | S_ISVTX = 0x200 constant S_IWGRP (line 1474) | S_IWGRP = 0x10 constant S_IWOTH (line 1475) | S_IWOTH = 0x2 constant S_IWRITE (line 1476) | S_IWRITE = 0x80 constant S_IWUSR (line 1477) | S_IWUSR = 0x80 constant S_IXGRP (line 1478) | S_IXGRP = 0x8 constant S_IXOTH (line 1479) | S_IXOTH = 0x1 constant S_IXUSR (line 1480) | S_IXUSR = 0x40 constant TCIFLUSH (line 1481) | TCIFLUSH = 0x1 constant TCIOFF (line 1482) | TCIOFF = 0x3 constant TCIOFLUSH (line 1483) | TCIOFLUSH = 0x3 constant TCION (line 1484) | TCION = 0x4 constant TCOFLUSH (line 1485) | TCOFLUSH = 0x2 constant TCOOFF (line 1486) | TCOOFF = 0x1 constant TCOON (line 1487) | TCOON = 0x2 constant TCPOPT_EOL (line 1488) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1489) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1490) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1491) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1492) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1493) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1494) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1495) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1496) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1497) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1498) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1499) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1500) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1501) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1502) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1503) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1504) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1505) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1506) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1507) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1508) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1509) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1510) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1511) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1512) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1513) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1514) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1515) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1516) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1517) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1518) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1519) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1520) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1521) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1522) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1523) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1524) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1525) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1526) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1527) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1528) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1529) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1530) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1531) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1532) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1533) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1534) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1535) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1536) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1537) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1538) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1539) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1540) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1541) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1542) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1543) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1544) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1545) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1546) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1547) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1548) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1549) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1550) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1551) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1552) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1553) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1554) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1555) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1556) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1557) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1558) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1559) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1560) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1561) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1562) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1563) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1564) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1565) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1566) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1567) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1568) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1569) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1570) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1571) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1572) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1573) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1574) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1575) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1576) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1577) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1578) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1579) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1580) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1581) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1582) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1583) | TOSTOP = 0x400000 constant UTIME_NOW (line 1584) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1585) | UTIME_OMIT = -0x1 constant VDISCARD (line 1586) | VDISCARD = 0xf constant VDSUSP (line 1587) | VDSUSP = 0xb constant VEOF (line 1588) | VEOF = 0x0 constant VEOL (line 1589) | VEOL = 0x1 constant VEOL2 (line 1590) | VEOL2 = 0x2 constant VERASE (line 1591) | VERASE = 0x3 constant VINTR (line 1592) | VINTR = 0x8 constant VKILL (line 1593) | VKILL = 0x5 constant VLNEXT (line 1594) | VLNEXT = 0xe constant VMIN (line 1595) | VMIN = 0x10 constant VM_ANONMIN (line 1596) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1597) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1598) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1599) | VM_MAXID = 0xd constant VM_MAXSLP (line 1600) | VM_MAXSLP = 0xa constant VM_METER (line 1601) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1602) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1603) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1604) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1605) | VM_USPACE = 0xb constant VM_UVMEXP (line 1606) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1607) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1608) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1609) | VQUIT = 0x9 constant VREPRINT (line 1610) | VREPRINT = 0x6 constant VSTART (line 1611) | VSTART = 0xc constant VSTATUS (line 1612) | VSTATUS = 0x12 constant VSTOP (line 1613) | VSTOP = 0xd constant VSUSP (line 1614) | VSUSP = 0xa constant VTIME (line 1615) | VTIME = 0x11 constant VWERASE (line 1616) | VWERASE = 0x4 constant WALTSIG (line 1617) | WALTSIG = 0x4 constant WCONTINUED (line 1618) | WCONTINUED = 0x8 constant WCOREFLAG (line 1619) | WCOREFLAG = 0x80 constant WNOHANG (line 1620) | WNOHANG = 0x1 constant WUNTRACED (line 1621) | WUNTRACED = 0x2 constant XCASE (line 1622) | XCASE = 0x1000000 constant E2BIG (line 1627) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1628) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1629) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1630) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1631) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1632) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1633) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1634) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1635) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1636) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1637) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1638) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1639) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1640) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1641) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1642) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1643) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1644) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1645) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1646) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1647) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1648) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1649) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1650) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1651) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1652) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1653) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1654) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1655) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1656) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1657) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1658) | EINVAL = syscall.Errno(0x16) constant EIO (line 1659) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1660) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1661) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1662) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1663) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1664) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1665) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1666) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1667) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1668) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1669) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1670) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1671) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1672) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1673) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1674) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1675) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1676) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1677) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1678) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1679) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1680) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1681) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1682) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1683) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1684) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1685) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1686) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1687) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1688) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1689) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1690) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1691) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1692) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1693) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1694) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1695) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1696) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1697) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1698) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1699) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1700) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1701) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1702) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1703) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1704) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1705) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1706) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1707) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1708) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1709) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1710) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1711) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1712) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1713) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1714) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1715) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1716) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1717) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1718) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1719) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1720) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1721) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1722) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1723) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1728) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1729) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1730) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1731) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1732) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1733) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1734) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1735) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1736) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1737) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1738) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1739) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1740) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1741) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1742) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1743) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1744) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1745) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1746) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1747) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1748) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1749) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1750) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1751) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1752) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1753) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1754) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1755) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1756) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1757) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1758) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1759) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1760) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go constant AF_802 (line 15) | AF_802 = 0x12 constant AF_APPLETALK (line 16) | AF_APPLETALK = 0x10 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_FILE (line 23) | AF_FILE = 0x1 constant AF_GOSIP (line 24) | AF_GOSIP = 0x16 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IMPLINK (line 26) | AF_IMPLINK = 0x3 constant AF_INET (line 27) | AF_INET = 0x2 constant AF_INET6 (line 28) | AF_INET6 = 0x1a constant AF_INET_OFFLOAD (line 29) | AF_INET_OFFLOAD = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_KEY (line 31) | AF_KEY = 0x1b constant AF_LAT (line 32) | AF_LAT = 0xe constant AF_LINK (line 33) | AF_LINK = 0x19 constant AF_LOCAL (line 34) | AF_LOCAL = 0x1 constant AF_MAX (line 35) | AF_MAX = 0x20 constant AF_NBS (line 36) | AF_NBS = 0x7 constant AF_NCA (line 37) | AF_NCA = 0x1c constant AF_NIT (line 38) | AF_NIT = 0x11 constant AF_NS (line 39) | AF_NS = 0x6 constant AF_OSI (line 40) | AF_OSI = 0x13 constant AF_OSINET (line 41) | AF_OSINET = 0x15 constant AF_PACKET (line 42) | AF_PACKET = 0x20 constant AF_POLICY (line 43) | AF_POLICY = 0x1d constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x18 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_TRILL (line 47) | AF_TRILL = 0x1f constant AF_UNIX (line 48) | AF_UNIX = 0x1 constant AF_UNSPEC (line 49) | AF_UNSPEC = 0x0 constant AF_X25 (line 50) | AF_X25 = 0x14 constant ARPHRD_ARCNET (line 51) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ATM (line 52) | ARPHRD_ATM = 0x10 constant ARPHRD_AX25 (line 53) | ARPHRD_AX25 = 0x3 constant ARPHRD_CHAOS (line 54) | ARPHRD_CHAOS = 0x5 constant ARPHRD_EETHER (line 55) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 56) | ARPHRD_ETHER = 0x1 constant ARPHRD_FC (line 57) | ARPHRD_FC = 0x12 constant ARPHRD_FRAME (line 58) | ARPHRD_FRAME = 0xf constant ARPHRD_HDLC (line 59) | ARPHRD_HDLC = 0x11 constant ARPHRD_IB (line 60) | ARPHRD_IB = 0x20 constant ARPHRD_IEEE802 (line 61) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IPATM (line 62) | ARPHRD_IPATM = 0x13 constant ARPHRD_METRICOM (line 63) | ARPHRD_METRICOM = 0x17 constant ARPHRD_TUNNEL (line 64) | ARPHRD_TUNNEL = 0x1f constant B0 (line 65) | B0 = 0x0 constant B110 (line 66) | B110 = 0x3 constant B115200 (line 67) | B115200 = 0x12 constant B1200 (line 68) | B1200 = 0x9 constant B134 (line 69) | B134 = 0x4 constant B150 (line 70) | B150 = 0x5 constant B153600 (line 71) | B153600 = 0x13 constant B1800 (line 72) | B1800 = 0xa constant B19200 (line 73) | B19200 = 0xe constant B200 (line 74) | B200 = 0x6 constant B230400 (line 75) | B230400 = 0x14 constant B2400 (line 76) | B2400 = 0xb constant B300 (line 77) | B300 = 0x7 constant B307200 (line 78) | B307200 = 0x15 constant B38400 (line 79) | B38400 = 0xf constant B460800 (line 80) | B460800 = 0x16 constant B4800 (line 81) | B4800 = 0xc constant B50 (line 82) | B50 = 0x1 constant B57600 (line 83) | B57600 = 0x10 constant B600 (line 84) | B600 = 0x8 constant B75 (line 85) | B75 = 0x2 constant B76800 (line 86) | B76800 = 0x11 constant B921600 (line 87) | B921600 = 0x17 constant B9600 (line 88) | B9600 = 0xd constant BIOCFLUSH (line 89) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 90) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 91) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 92) | BIOCGDLTLIST = -0x3fefbd89 constant BIOCGDLTLIST32 (line 93) | BIOCGDLTLIST32 = -0x3ff7bd89 constant BIOCGETIF (line 94) | BIOCGETIF = 0x4020426b constant BIOCGETLIF (line 95) | BIOCGETLIF = 0x4078426b constant BIOCGHDRCMPLT (line 96) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 97) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGRTIMEOUT32 (line 98) | BIOCGRTIMEOUT32 = 0x4008427b constant BIOCGSEESENT (line 99) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 100) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 101) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 102) | BIOCIMMEDIATE = -0x7ffbbd90 constant BIOCPROMISC (line 103) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 104) | BIOCSBLEN = -0x3ffbbd9a constant BIOCSDLT (line 105) | BIOCSDLT = -0x7ffbbd8a constant BIOCSETF (line 106) | BIOCSETF = -0x7fefbd99 constant BIOCSETF32 (line 107) | BIOCSETF32 = -0x7ff7bd99 constant BIOCSETIF (line 108) | BIOCSETIF = -0x7fdfbd94 constant BIOCSETLIF (line 109) | BIOCSETLIF = -0x7f87bd94 constant BIOCSHDRCMPLT (line 110) | BIOCSHDRCMPLT = -0x7ffbbd8b constant BIOCSRTIMEOUT (line 111) | BIOCSRTIMEOUT = -0x7fefbd86 constant BIOCSRTIMEOUT32 (line 112) | BIOCSRTIMEOUT32 = -0x7ff7bd86 constant BIOCSSEESENT (line 113) | BIOCSSEESENT = -0x7ffbbd87 constant BIOCSTCPF (line 114) | BIOCSTCPF = -0x7fefbd8e constant BIOCSUDPF (line 115) | BIOCSUDPF = -0x7fefbd8d constant BIOCVERSION (line 116) | BIOCVERSION = 0x40044271 constant BPF_A (line 117) | BPF_A = 0x10 constant BPF_ABS (line 118) | BPF_ABS = 0x20 constant BPF_ADD (line 119) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 120) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 121) | BPF_ALU = 0x4 constant BPF_AND (line 122) | BPF_AND = 0x50 constant BPF_B (line 123) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 124) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 125) | BPF_DIV = 0x30 constant BPF_H (line 126) | BPF_H = 0x8 constant BPF_IMM (line 127) | BPF_IMM = 0x0 constant BPF_IND (line 128) | BPF_IND = 0x40 constant BPF_JA (line 129) | BPF_JA = 0x0 constant BPF_JEQ (line 130) | BPF_JEQ = 0x10 constant BPF_JGE (line 131) | BPF_JGE = 0x30 constant BPF_JGT (line 132) | BPF_JGT = 0x20 constant BPF_JMP (line 133) | BPF_JMP = 0x5 constant BPF_JSET (line 134) | BPF_JSET = 0x40 constant BPF_K (line 135) | BPF_K = 0x0 constant BPF_LD (line 136) | BPF_LD = 0x0 constant BPF_LDX (line 137) | BPF_LDX = 0x1 constant BPF_LEN (line 138) | BPF_LEN = 0x80 constant BPF_LSH (line 139) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 140) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 141) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 142) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 143) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 144) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 145) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 146) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 147) | BPF_MISC = 0x7 constant BPF_MSH (line 148) | BPF_MSH = 0xa0 constant BPF_MUL (line 149) | BPF_MUL = 0x20 constant BPF_NEG (line 150) | BPF_NEG = 0x80 constant BPF_OR (line 151) | BPF_OR = 0x40 constant BPF_RELEASE (line 152) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 153) | BPF_RET = 0x6 constant BPF_RSH (line 154) | BPF_RSH = 0x70 constant BPF_ST (line 155) | BPF_ST = 0x2 constant BPF_STX (line 156) | BPF_STX = 0x3 constant BPF_SUB (line 157) | BPF_SUB = 0x10 constant BPF_TAX (line 158) | BPF_TAX = 0x0 constant BPF_TXA (line 159) | BPF_TXA = 0x80 constant BPF_W (line 160) | BPF_W = 0x0 constant BPF_X (line 161) | BPF_X = 0x8 constant BRKINT (line 162) | BRKINT = 0x2 constant BS0 (line 163) | BS0 = 0x0 constant BS1 (line 164) | BS1 = 0x2000 constant BSDLY (line 165) | BSDLY = 0x2000 constant CBAUD (line 166) | CBAUD = 0xf constant CFLUSH (line 167) | CFLUSH = 0xf constant CIBAUD (line 168) | CIBAUD = 0xf0000 constant CLOCAL (line 169) | CLOCAL = 0x800 constant CLOCK_HIGHRES (line 170) | CLOCK_HIGHRES = 0x4 constant CLOCK_LEVEL (line 171) | CLOCK_LEVEL = 0xa constant CLOCK_MONOTONIC (line 172) | CLOCK_MONOTONIC = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 173) | CLOCK_PROCESS_CPUTIME_ID = 0x5 constant CLOCK_PROF (line 174) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 175) | CLOCK_REALTIME = 0x3 constant CLOCK_THREAD_CPUTIME_ID (line 176) | CLOCK_THREAD_CPUTIME_ID = 0x2 constant CLOCK_VIRTUAL (line 177) | CLOCK_VIRTUAL = 0x1 constant CR0 (line 178) | CR0 = 0x0 constant CR1 (line 179) | CR1 = 0x200 constant CR2 (line 180) | CR2 = 0x400 constant CR3 (line 181) | CR3 = 0x600 constant CRDLY (line 182) | CRDLY = 0x600 constant CREAD (line 183) | CREAD = 0x80 constant CRTSCTS (line 184) | CRTSCTS = 0x80000000 constant CS5 (line 185) | CS5 = 0x0 constant CS6 (line 186) | CS6 = 0x10 constant CS7 (line 187) | CS7 = 0x20 constant CS8 (line 188) | CS8 = 0x30 constant CSIZE (line 189) | CSIZE = 0x30 constant CSTART (line 190) | CSTART = 0x11 constant CSTATUS (line 191) | CSTATUS = 0x14 constant CSTOP (line 192) | CSTOP = 0x13 constant CSTOPB (line 193) | CSTOPB = 0x40 constant CSUSP (line 194) | CSUSP = 0x1a constant CSWTCH (line 195) | CSWTCH = 0x1a constant DIOC (line 196) | DIOC = 0x6400 constant DIOCGETB (line 197) | DIOCGETB = 0x6402 constant DIOCGETC (line 198) | DIOCGETC = 0x6401 constant DIOCGETP (line 199) | DIOCGETP = 0x6408 constant DIOCSETE (line 200) | DIOCSETE = 0x6403 constant DIOCSETP (line 201) | DIOCSETP = 0x6409 constant DLT_AIRONET_HEADER (line 202) | DLT_AIRONET_HEADER = 0x78 constant DLT_APPLE_IP_OVER_IEEE1394 (line 203) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 204) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 205) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 206) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 207) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 208) | DLT_AURORA = 0x7e constant DLT_AX25 (line 209) | DLT_AX25 = 0x3 constant DLT_BACNET_MS_TP (line 210) | DLT_BACNET_MS_TP = 0xa5 constant DLT_CHAOS (line 211) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 212) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 213) | DLT_C_HDLC = 0x68 constant DLT_DOCSIS (line 214) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 215) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 216) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 217) | DLT_EN3MB = 0x2 constant DLT_ENC (line 218) | DLT_ENC = 0x6d constant DLT_ERF_ETH (line 219) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 220) | DLT_ERF_POS = 0xb0 constant DLT_FDDI (line 221) | DLT_FDDI = 0xa constant DLT_FRELAY (line 222) | DLT_FRELAY = 0x6b constant DLT_GCOM_SERIAL (line 223) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 224) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 225) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 226) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 227) | DLT_GPRS_LLC = 0xa9 constant DLT_HDLC (line 228) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 229) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 230) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 231) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 232) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 233) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 234) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 235) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 236) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IPNET (line 237) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 238) | DLT_IPOIB = 0xa2 constant DLT_IP_OVER_FC (line 239) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 240) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 241) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 242) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 243) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 244) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 245) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 246) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_MFR (line 247) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 248) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 249) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 250) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 251) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 252) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 253) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 254) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 255) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_LINUX_IRDA (line 256) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 257) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 258) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 259) | DLT_LOOP = 0x6c constant DLT_LTALK (line 260) | DLT_LTALK = 0x72 constant DLT_MTP2 (line 261) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 262) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 263) | DLT_MTP3 = 0x8d constant DLT_NULL (line 264) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 265) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 266) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 267) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 268) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 269) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_PPPD (line 270) | DLT_PPP_PPPD = 0xa6 constant DLT_PRISM_HEADER (line 271) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 272) | DLT_PRONET = 0x4 constant DLT_RAW (line 273) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 274) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 275) | DLT_RIO = 0x7c constant DLT_SCCP (line 276) | DLT_SCCP = 0x8e constant DLT_SLIP (line 277) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 278) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 279) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 280) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 281) | DLT_TZSP = 0x80 constant ECHO (line 282) | ECHO = 0x8 constant ECHOCTL (line 283) | ECHOCTL = 0x200 constant ECHOE (line 284) | ECHOE = 0x10 constant ECHOK (line 285) | ECHOK = 0x20 constant ECHOKE (line 286) | ECHOKE = 0x800 constant ECHONL (line 287) | ECHONL = 0x40 constant ECHOPRT (line 288) | ECHOPRT = 0x400 constant EMPTY_SET (line 289) | EMPTY_SET = 0x0 constant EMT_CPCOVF (line 290) | EMT_CPCOVF = 0x1 constant EQUALITY_CHECK (line 291) | EQUALITY_CHECK = 0x0 constant EXTA (line 292) | EXTA = 0xe constant EXTB (line 293) | EXTB = 0xf constant FD_CLOEXEC (line 294) | FD_CLOEXEC = 0x1 constant FD_NFDBITS (line 295) | FD_NFDBITS = 0x40 constant FD_SETSIZE (line 296) | FD_SETSIZE = 0x10000 constant FF0 (line 297) | FF0 = 0x0 constant FF1 (line 298) | FF1 = 0x8000 constant FFDLY (line 299) | FFDLY = 0x8000 constant FIORDCHK (line 300) | FIORDCHK = 0x6603 constant FLUSHALL (line 301) | FLUSHALL = 0x1 constant FLUSHDATA (line 302) | FLUSHDATA = 0x0 constant FLUSHO (line 303) | FLUSHO = 0x2000 constant F_ALLOCSP (line 304) | F_ALLOCSP = 0xa constant F_ALLOCSP64 (line 305) | F_ALLOCSP64 = 0xa constant F_BADFD (line 306) | F_BADFD = 0x2e constant F_BLKSIZE (line 307) | F_BLKSIZE = 0x13 constant F_BLOCKS (line 308) | F_BLOCKS = 0x12 constant F_CHKFL (line 309) | F_CHKFL = 0x8 constant F_COMPAT (line 310) | F_COMPAT = 0x8 constant F_DUP2FD (line 311) | F_DUP2FD = 0x9 constant F_DUP2FD_CLOEXEC (line 312) | F_DUP2FD_CLOEXEC = 0x24 constant F_DUPFD (line 313) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 314) | F_DUPFD_CLOEXEC = 0x25 constant F_FLOCK (line 315) | F_FLOCK = 0x35 constant F_FLOCK64 (line 316) | F_FLOCK64 = 0x35 constant F_FLOCKW (line 317) | F_FLOCKW = 0x36 constant F_FLOCKW64 (line 318) | F_FLOCKW64 = 0x36 constant F_FREESP (line 319) | F_FREESP = 0xb constant F_FREESP64 (line 320) | F_FREESP64 = 0xb constant F_GETFD (line 321) | F_GETFD = 0x1 constant F_GETFL (line 322) | F_GETFL = 0x3 constant F_GETLK (line 323) | F_GETLK = 0xe constant F_GETLK64 (line 324) | F_GETLK64 = 0xe constant F_GETOWN (line 325) | F_GETOWN = 0x17 constant F_GETXFL (line 326) | F_GETXFL = 0x2d constant F_HASREMOTELOCKS (line 327) | F_HASREMOTELOCKS = 0x1a constant F_ISSTREAM (line 328) | F_ISSTREAM = 0xd constant F_MANDDNY (line 329) | F_MANDDNY = 0x10 constant F_MDACC (line 330) | F_MDACC = 0x20 constant F_NODNY (line 331) | F_NODNY = 0x0 constant F_NPRIV (line 332) | F_NPRIV = 0x10 constant F_OFD_GETLK (line 333) | F_OFD_GETLK = 0x2f constant F_OFD_GETLK64 (line 334) | F_OFD_GETLK64 = 0x2f constant F_OFD_SETLK (line 335) | F_OFD_SETLK = 0x30 constant F_OFD_SETLK64 (line 336) | F_OFD_SETLK64 = 0x30 constant F_OFD_SETLKW (line 337) | F_OFD_SETLKW = 0x31 constant F_OFD_SETLKW64 (line 338) | F_OFD_SETLKW64 = 0x31 constant F_PRIV (line 339) | F_PRIV = 0xf constant F_QUOTACTL (line 340) | F_QUOTACTL = 0x11 constant F_RDACC (line 341) | F_RDACC = 0x1 constant F_RDDNY (line 342) | F_RDDNY = 0x1 constant F_RDLCK (line 343) | F_RDLCK = 0x1 constant F_REVOKE (line 344) | F_REVOKE = 0x19 constant F_RMACC (line 345) | F_RMACC = 0x4 constant F_RMDNY (line 346) | F_RMDNY = 0x4 constant F_RWACC (line 347) | F_RWACC = 0x3 constant F_RWDNY (line 348) | F_RWDNY = 0x3 constant F_SETFD (line 349) | F_SETFD = 0x2 constant F_SETFL (line 350) | F_SETFL = 0x4 constant F_SETLK (line 351) | F_SETLK = 0x6 constant F_SETLK64 (line 352) | F_SETLK64 = 0x6 constant F_SETLK64_NBMAND (line 353) | F_SETLK64_NBMAND = 0x2a constant F_SETLKW (line 354) | F_SETLKW = 0x7 constant F_SETLKW64 (line 355) | F_SETLKW64 = 0x7 constant F_SETLK_NBMAND (line 356) | F_SETLK_NBMAND = 0x2a constant F_SETOWN (line 357) | F_SETOWN = 0x18 constant F_SHARE (line 358) | F_SHARE = 0x28 constant F_SHARE_NBMAND (line 359) | F_SHARE_NBMAND = 0x2b constant F_UNLCK (line 360) | F_UNLCK = 0x3 constant F_UNLKSYS (line 361) | F_UNLKSYS = 0x4 constant F_UNSHARE (line 362) | F_UNSHARE = 0x29 constant F_WRACC (line 363) | F_WRACC = 0x2 constant F_WRDNY (line 364) | F_WRDNY = 0x2 constant F_WRLCK (line 365) | F_WRLCK = 0x2 constant HUPCL (line 366) | HUPCL = 0x400 constant IBSHIFT (line 367) | IBSHIFT = 0x10 constant ICANON (line 368) | ICANON = 0x2 constant ICMP6_FILTER (line 369) | ICMP6_FILTER = 0x1 constant ICRNL (line 370) | ICRNL = 0x100 constant IEXTEN (line 371) | IEXTEN = 0x8000 constant IFF_ADDRCONF (line 372) | IFF_ADDRCONF = 0x80000 constant IFF_ALLMULTI (line 373) | IFF_ALLMULTI = 0x200 constant IFF_ANYCAST (line 374) | IFF_ANYCAST = 0x400000 constant IFF_BROADCAST (line 375) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 376) | IFF_CANTCHANGE = 0x7f203003b5a constant IFF_COS_ENABLED (line 377) | IFF_COS_ENABLED = 0x200000000 constant IFF_DEBUG (line 378) | IFF_DEBUG = 0x4 constant IFF_DEPRECATED (line 379) | IFF_DEPRECATED = 0x40000 constant IFF_DHCPRUNNING (line 380) | IFF_DHCPRUNNING = 0x4000 constant IFF_DUPLICATE (line 381) | IFF_DUPLICATE = 0x4000000000 constant IFF_FAILED (line 382) | IFF_FAILED = 0x10000000 constant IFF_FIXEDMTU (line 383) | IFF_FIXEDMTU = 0x1000000000 constant IFF_INACTIVE (line 384) | IFF_INACTIVE = 0x40000000 constant IFF_INTELLIGENT (line 385) | IFF_INTELLIGENT = 0x400 constant IFF_IPMP (line 386) | IFF_IPMP = 0x8000000000 constant IFF_IPMP_CANTCHANGE (line 387) | IFF_IPMP_CANTCHANGE = 0x10000000 constant IFF_IPMP_INVALID (line 388) | IFF_IPMP_INVALID = 0x1ec200080 constant IFF_IPV4 (line 389) | IFF_IPV4 = 0x1000000 constant IFF_IPV6 (line 390) | IFF_IPV6 = 0x2000000 constant IFF_L3PROTECT (line 391) | IFF_L3PROTECT = 0x40000000000 constant IFF_LOOPBACK (line 392) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 393) | IFF_MULTICAST = 0x800 constant IFF_MULTI_BCAST (line 394) | IFF_MULTI_BCAST = 0x1000 constant IFF_NOACCEPT (line 395) | IFF_NOACCEPT = 0x4000000 constant IFF_NOARP (line 396) | IFF_NOARP = 0x80 constant IFF_NOFAILOVER (line 397) | IFF_NOFAILOVER = 0x8000000 constant IFF_NOLINKLOCAL (line 398) | IFF_NOLINKLOCAL = 0x20000000000 constant IFF_NOLOCAL (line 399) | IFF_NOLOCAL = 0x20000 constant IFF_NONUD (line 400) | IFF_NONUD = 0x200000 constant IFF_NORTEXCH (line 401) | IFF_NORTEXCH = 0x800000 constant IFF_NOTRAILERS (line 402) | IFF_NOTRAILERS = 0x20 constant IFF_NOXMIT (line 403) | IFF_NOXMIT = 0x10000 constant IFF_OFFLINE (line 404) | IFF_OFFLINE = 0x80000000 constant IFF_POINTOPOINT (line 405) | IFF_POINTOPOINT = 0x10 constant IFF_PREFERRED (line 406) | IFF_PREFERRED = 0x400000000 constant IFF_PRIVATE (line 407) | IFF_PRIVATE = 0x8000 constant IFF_PROMISC (line 408) | IFF_PROMISC = 0x100 constant IFF_ROUTER (line 409) | IFF_ROUTER = 0x100000 constant IFF_RUNNING (line 410) | IFF_RUNNING = 0x40 constant IFF_STANDBY (line 411) | IFF_STANDBY = 0x20000000 constant IFF_TEMPORARY (line 412) | IFF_TEMPORARY = 0x800000000 constant IFF_UNNUMBERED (line 413) | IFF_UNNUMBERED = 0x2000 constant IFF_UP (line 414) | IFF_UP = 0x1 constant IFF_VIRTUAL (line 415) | IFF_VIRTUAL = 0x2000000000 constant IFF_VRRP (line 416) | IFF_VRRP = 0x10000000000 constant IFF_XRESOLV (line 417) | IFF_XRESOLV = 0x100000000 constant IFNAMSIZ (line 418) | IFNAMSIZ = 0x10 constant IFT_1822 (line 419) | IFT_1822 = 0x2 constant IFT_6TO4 (line 420) | IFT_6TO4 = 0xca constant IFT_AAL5 (line 421) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 422) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 423) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 424) | IFT_ATM = 0x25 constant IFT_CEPT (line 425) | IFT_CEPT = 0x13 constant IFT_DS3 (line 426) | IFT_DS3 = 0x1e constant IFT_EON (line 427) | IFT_EON = 0x19 constant IFT_ETHER (line 428) | IFT_ETHER = 0x6 constant IFT_FDDI (line 429) | IFT_FDDI = 0xf constant IFT_FRELAY (line 430) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 431) | IFT_FRELAYDCE = 0x2c constant IFT_HDH1822 (line 432) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 433) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 434) | IFT_HSSI = 0x2e constant IFT_HY (line 435) | IFT_HY = 0xe constant IFT_IB (line 436) | IFT_IB = 0xc7 constant IFT_IPV4 (line 437) | IFT_IPV4 = 0xc8 constant IFT_IPV6 (line 438) | IFT_IPV6 = 0xc9 constant IFT_ISDNBASIC (line 439) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 440) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 441) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 442) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 443) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 444) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 445) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 446) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 447) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 448) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 449) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 450) | IFT_MODEM = 0x30 constant IFT_NSIP (line 451) | IFT_NSIP = 0x1b constant IFT_OTHER (line 452) | IFT_OTHER = 0x1 constant IFT_P10 (line 453) | IFT_P10 = 0xc constant IFT_P80 (line 454) | IFT_P80 = 0xd constant IFT_PARA (line 455) | IFT_PARA = 0x22 constant IFT_PPP (line 456) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 457) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 458) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 459) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 460) | IFT_RS232 = 0x21 constant IFT_SDLC (line 461) | IFT_SDLC = 0x11 constant IFT_SIP (line 462) | IFT_SIP = 0x1f constant IFT_SLIP (line 463) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 464) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 465) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 466) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 467) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 468) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 469) | IFT_STARLAN = 0xb constant IFT_T1 (line 470) | IFT_T1 = 0x12 constant IFT_ULTRA (line 471) | IFT_ULTRA = 0x1d constant IFT_V35 (line 472) | IFT_V35 = 0x2d constant IFT_X25 (line 473) | IFT_X25 = 0x5 constant IFT_X25DDN (line 474) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 475) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 476) | IFT_XETHER = 0x1a constant IGNBRK (line 477) | IGNBRK = 0x1 constant IGNCR (line 478) | IGNCR = 0x80 constant IGNPAR (line 479) | IGNPAR = 0x4 constant IMAXBEL (line 480) | IMAXBEL = 0x2000 constant INLCR (line 481) | INLCR = 0x40 constant INPCK (line 482) | INPCK = 0x10 constant IN_AUTOCONF_MASK (line 483) | IN_AUTOCONF_MASK = 0xffff0000 constant IN_AUTOCONF_NET (line 484) | IN_AUTOCONF_NET = 0xa9fe0000 constant IN_CLASSA_HOST (line 485) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 486) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 487) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 488) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 489) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 490) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 491) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 492) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 493) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 494) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 495) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 496) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 497) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 498) | IN_CLASSD_NSHIFT = 0x1c constant IN_CLASSE_NET (line 499) | IN_CLASSE_NET = 0xffffffff constant IN_LOOPBACKNET (line 500) | IN_LOOPBACKNET = 0x7f constant IN_PRIVATE12_MASK (line 501) | IN_PRIVATE12_MASK = 0xfff00000 constant IN_PRIVATE12_NET (line 502) | IN_PRIVATE12_NET = 0xac100000 constant IN_PRIVATE16_MASK (line 503) | IN_PRIVATE16_MASK = 0xffff0000 constant IN_PRIVATE16_NET (line 504) | IN_PRIVATE16_NET = 0xc0a80000 constant IN_PRIVATE8_MASK (line 505) | IN_PRIVATE8_MASK = 0xff000000 constant IN_PRIVATE8_NET (line 506) | IN_PRIVATE8_NET = 0xa000000 constant IPPROTO_AH (line 507) | IPPROTO_AH = 0x33 constant IPPROTO_DSTOPTS (line 508) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 509) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 510) | IPPROTO_ENCAP = 0x4 constant IPPROTO_EON (line 511) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 512) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 513) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 514) | IPPROTO_GGP = 0x3 constant IPPROTO_HELLO (line 515) | IPPROTO_HELLO = 0x3f constant IPPROTO_HOPOPTS (line 516) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 517) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 518) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 519) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 520) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 521) | IPPROTO_IP = 0x0 constant IPPROTO_IPV6 (line 522) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 523) | IPPROTO_MAX = 0x100 constant IPPROTO_ND (line 524) | IPPROTO_ND = 0x4d constant IPPROTO_NONE (line 525) | IPPROTO_NONE = 0x3b constant IPPROTO_OSPF (line 526) | IPPROTO_OSPF = 0x59 constant IPPROTO_PIM (line 527) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 528) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 529) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 530) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 531) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 532) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 533) | IPPROTO_TCP = 0x6 constant IPPROTO_UDP (line 534) | IPPROTO_UDP = 0x11 constant IPV6_ADD_MEMBERSHIP (line 535) | IPV6_ADD_MEMBERSHIP = 0x9 constant IPV6_BOUND_IF (line 536) | IPV6_BOUND_IF = 0x41 constant IPV6_CHECKSUM (line 537) | IPV6_CHECKSUM = 0x18 constant IPV6_DONTFRAG (line 538) | IPV6_DONTFRAG = 0x21 constant IPV6_DROP_MEMBERSHIP (line 539) | IPV6_DROP_MEMBERSHIP = 0xa constant IPV6_DSTOPTS (line 540) | IPV6_DSTOPTS = 0xf constant IPV6_FLOWINFO_FLOWLABEL (line 541) | IPV6_FLOWINFO_FLOWLABEL = 0xffff0f00 constant IPV6_FLOWINFO_TCLASS (line 542) | IPV6_FLOWINFO_TCLASS = 0xf00f constant IPV6_HOPLIMIT (line 543) | IPV6_HOPLIMIT = 0xc constant IPV6_HOPOPTS (line 544) | IPV6_HOPOPTS = 0xe constant IPV6_JOIN_GROUP (line 545) | IPV6_JOIN_GROUP = 0x9 constant IPV6_LEAVE_GROUP (line 546) | IPV6_LEAVE_GROUP = 0xa constant IPV6_MULTICAST_HOPS (line 547) | IPV6_MULTICAST_HOPS = 0x7 constant IPV6_MULTICAST_IF (line 548) | IPV6_MULTICAST_IF = 0x6 constant IPV6_MULTICAST_LOOP (line 549) | IPV6_MULTICAST_LOOP = 0x8 constant IPV6_NEXTHOP (line 550) | IPV6_NEXTHOP = 0xd constant IPV6_PAD1_OPT (line 551) | IPV6_PAD1_OPT = 0x0 constant IPV6_PATHMTU (line 552) | IPV6_PATHMTU = 0x25 constant IPV6_PKTINFO (line 553) | IPV6_PKTINFO = 0xb constant IPV6_PREFER_SRC_CGA (line 554) | IPV6_PREFER_SRC_CGA = 0x20 constant IPV6_PREFER_SRC_CGADEFAULT (line 555) | IPV6_PREFER_SRC_CGADEFAULT = 0x10 constant IPV6_PREFER_SRC_CGAMASK (line 556) | IPV6_PREFER_SRC_CGAMASK = 0x30 constant IPV6_PREFER_SRC_COA (line 557) | IPV6_PREFER_SRC_COA = 0x2 constant IPV6_PREFER_SRC_DEFAULT (line 558) | IPV6_PREFER_SRC_DEFAULT = 0x15 constant IPV6_PREFER_SRC_HOME (line 559) | IPV6_PREFER_SRC_HOME = 0x1 constant IPV6_PREFER_SRC_MASK (line 560) | IPV6_PREFER_SRC_MASK = 0x3f constant IPV6_PREFER_SRC_MIPDEFAULT (line 561) | IPV6_PREFER_SRC_MIPDEFAULT = 0x1 constant IPV6_PREFER_SRC_MIPMASK (line 562) | IPV6_PREFER_SRC_MIPMASK = 0x3 constant IPV6_PREFER_SRC_NONCGA (line 563) | IPV6_PREFER_SRC_NONCGA = 0x10 constant IPV6_PREFER_SRC_PUBLIC (line 564) | IPV6_PREFER_SRC_PUBLIC = 0x4 constant IPV6_PREFER_SRC_TMP (line 565) | IPV6_PREFER_SRC_TMP = 0x8 constant IPV6_PREFER_SRC_TMPDEFAULT (line 566) | IPV6_PREFER_SRC_TMPDEFAULT = 0x4 constant IPV6_PREFER_SRC_TMPMASK (line 567) | IPV6_PREFER_SRC_TMPMASK = 0xc constant IPV6_RECVDSTOPTS (line 568) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 569) | IPV6_RECVHOPLIMIT = 0x13 constant IPV6_RECVHOPOPTS (line 570) | IPV6_RECVHOPOPTS = 0x14 constant IPV6_RECVPATHMTU (line 571) | IPV6_RECVPATHMTU = 0x24 constant IPV6_RECVPKTINFO (line 572) | IPV6_RECVPKTINFO = 0x12 constant IPV6_RECVRTHDR (line 573) | IPV6_RECVRTHDR = 0x16 constant IPV6_RECVRTHDRDSTOPTS (line 574) | IPV6_RECVRTHDRDSTOPTS = 0x17 constant IPV6_RECVTCLASS (line 575) | IPV6_RECVTCLASS = 0x19 constant IPV6_RTHDR (line 576) | IPV6_RTHDR = 0x10 constant IPV6_RTHDRDSTOPTS (line 577) | IPV6_RTHDRDSTOPTS = 0x11 constant IPV6_RTHDR_TYPE_0 (line 578) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SEC_OPT (line 579) | IPV6_SEC_OPT = 0x22 constant IPV6_SRC_PREFERENCES (line 580) | IPV6_SRC_PREFERENCES = 0x23 constant IPV6_TCLASS (line 581) | IPV6_TCLASS = 0x26 constant IPV6_UNICAST_HOPS (line 582) | IPV6_UNICAST_HOPS = 0x5 constant IPV6_UNSPEC_SRC (line 583) | IPV6_UNSPEC_SRC = 0x42 constant IPV6_USE_MIN_MTU (line 584) | IPV6_USE_MIN_MTU = 0x20 constant IPV6_V6ONLY (line 585) | IPV6_V6ONLY = 0x27 constant IP_ADD_MEMBERSHIP (line 586) | IP_ADD_MEMBERSHIP = 0x13 constant IP_ADD_SOURCE_MEMBERSHIP (line 587) | IP_ADD_SOURCE_MEMBERSHIP = 0x17 constant IP_BLOCK_SOURCE (line 588) | IP_BLOCK_SOURCE = 0x15 constant IP_BOUND_IF (line 589) | IP_BOUND_IF = 0x41 constant IP_BROADCAST (line 590) | IP_BROADCAST = 0x106 constant IP_BROADCAST_TTL (line 591) | IP_BROADCAST_TTL = 0x43 constant IP_DEFAULT_MULTICAST_LOOP (line 592) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 593) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 594) | IP_DF = 0x4000 constant IP_DHCPINIT_IF (line 595) | IP_DHCPINIT_IF = 0x45 constant IP_DONTFRAG (line 596) | IP_DONTFRAG = 0x1b constant IP_DONTROUTE (line 597) | IP_DONTROUTE = 0x105 constant IP_DROP_MEMBERSHIP (line 598) | IP_DROP_MEMBERSHIP = 0x14 constant IP_DROP_SOURCE_MEMBERSHIP (line 599) | IP_DROP_SOURCE_MEMBERSHIP = 0x18 constant IP_HDRINCL (line 600) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 601) | IP_MAXPACKET = 0xffff constant IP_MF (line 602) | IP_MF = 0x2000 constant IP_MSS (line 603) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 604) | IP_MULTICAST_IF = 0x10 constant IP_MULTICAST_LOOP (line 605) | IP_MULTICAST_LOOP = 0x12 constant IP_MULTICAST_TTL (line 606) | IP_MULTICAST_TTL = 0x11 constant IP_NEXTHOP (line 607) | IP_NEXTHOP = 0x19 constant IP_OPTIONS (line 608) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 609) | IP_PKTINFO = 0x1a constant IP_RECVDSTADDR (line 610) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 611) | IP_RECVIF = 0x9 constant IP_RECVOPTS (line 612) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 613) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 614) | IP_RECVRETOPTS = 0x6 constant IP_RECVSLLA (line 615) | IP_RECVSLLA = 0xa constant IP_RECVTOS (line 616) | IP_RECVTOS = 0xc constant IP_RECVTTL (line 617) | IP_RECVTTL = 0xb constant IP_RETOPTS (line 618) | IP_RETOPTS = 0x8 constant IP_REUSEADDR (line 619) | IP_REUSEADDR = 0x104 constant IP_SEC_OPT (line 620) | IP_SEC_OPT = 0x22 constant IP_TOS (line 621) | IP_TOS = 0x3 constant IP_TTL (line 622) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 623) | IP_UNBLOCK_SOURCE = 0x16 constant IP_UNSPEC_SRC (line 624) | IP_UNSPEC_SRC = 0x42 constant ISIG (line 625) | ISIG = 0x1 constant ISTRIP (line 626) | ISTRIP = 0x20 constant IUCLC (line 627) | IUCLC = 0x200 constant IXANY (line 628) | IXANY = 0x800 constant IXOFF (line 629) | IXOFF = 0x1000 constant IXON (line 630) | IXON = 0x400 constant LOCK_EX (line 631) | LOCK_EX = 0x2 constant LOCK_NB (line 632) | LOCK_NB = 0x4 constant LOCK_SH (line 633) | LOCK_SH = 0x1 constant LOCK_UN (line 634) | LOCK_UN = 0x8 constant MADV_ACCESS_DEFAULT (line 635) | MADV_ACCESS_DEFAULT = 0x6 constant MADV_ACCESS_LWP (line 636) | MADV_ACCESS_LWP = 0x7 constant MADV_ACCESS_MANY (line 637) | MADV_ACCESS_MANY = 0x8 constant MADV_DONTNEED (line 638) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 639) | MADV_FREE = 0x5 constant MADV_NORMAL (line 640) | MADV_NORMAL = 0x0 constant MADV_PURGE (line 641) | MADV_PURGE = 0x9 constant MADV_RANDOM (line 642) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 643) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 644) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 645) | MAP_32BIT = 0x80 constant MAP_ALIGN (line 646) | MAP_ALIGN = 0x200 constant MAP_ANON (line 647) | MAP_ANON = 0x100 constant MAP_ANONYMOUS (line 648) | MAP_ANONYMOUS = 0x100 constant MAP_FILE (line 649) | MAP_FILE = 0x0 constant MAP_FIXED (line 650) | MAP_FIXED = 0x10 constant MAP_INITDATA (line 651) | MAP_INITDATA = 0x800 constant MAP_NORESERVE (line 652) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 653) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 654) | MAP_RENAME = 0x20 constant MAP_SHARED (line 655) | MAP_SHARED = 0x1 constant MAP_TEXT (line 656) | MAP_TEXT = 0x400 constant MAP_TYPE (line 657) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 658) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 659) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 660) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 661) | MCAST_JOIN_GROUP = 0x29 constant MCAST_JOIN_SOURCE_GROUP (line 662) | MCAST_JOIN_SOURCE_GROUP = 0x2d constant MCAST_LEAVE_GROUP (line 663) | MCAST_LEAVE_GROUP = 0x2a constant MCAST_LEAVE_SOURCE_GROUP (line 664) | MCAST_LEAVE_SOURCE_GROUP = 0x2e constant MCAST_UNBLOCK_SOURCE (line 665) | MCAST_UNBLOCK_SOURCE = 0x2c constant MCL_CURRENT (line 666) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 667) | MCL_FUTURE = 0x2 constant MSG_CTRUNC (line 668) | MSG_CTRUNC = 0x10 constant MSG_DONTROUTE (line 669) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 670) | MSG_DONTWAIT = 0x80 constant MSG_DUPCTRL (line 671) | MSG_DUPCTRL = 0x800 constant MSG_EOR (line 672) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 673) | MSG_MAXIOVLEN = 0x10 constant MSG_NOSIGNAL (line 674) | MSG_NOSIGNAL = 0x200 constant MSG_NOTIFICATION (line 675) | MSG_NOTIFICATION = 0x100 constant MSG_OOB (line 676) | MSG_OOB = 0x1 constant MSG_PEEK (line 677) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 678) | MSG_TRUNC = 0x20 constant MSG_WAITALL (line 679) | MSG_WAITALL = 0x40 constant MSG_XPG4_2 (line 680) | MSG_XPG4_2 = 0x8000 constant MS_ASYNC (line 681) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 682) | MS_INVALIDATE = 0x2 constant MS_OLDSYNC (line 683) | MS_OLDSYNC = 0x0 constant MS_SYNC (line 684) | MS_SYNC = 0x4 constant M_FLUSH (line 685) | M_FLUSH = 0x86 constant NAME_MAX (line 686) | NAME_MAX = 0xff constant NEWDEV (line 687) | NEWDEV = 0x1 constant NFDBITS (line 688) | NFDBITS = 0x40 constant NL0 (line 689) | NL0 = 0x0 constant NL1 (line 690) | NL1 = 0x100 constant NLDLY (line 691) | NLDLY = 0x100 constant NOFLSH (line 692) | NOFLSH = 0x80 constant OCRNL (line 693) | OCRNL = 0x8 constant OFDEL (line 694) | OFDEL = 0x80 constant OFILL (line 695) | OFILL = 0x40 constant OLCUC (line 696) | OLCUC = 0x2 constant OLDDEV (line 697) | OLDDEV = 0x0 constant ONBITSMAJOR (line 698) | ONBITSMAJOR = 0x7 constant ONBITSMINOR (line 699) | ONBITSMINOR = 0x8 constant ONLCR (line 700) | ONLCR = 0x4 constant ONLRET (line 701) | ONLRET = 0x20 constant ONOCR (line 702) | ONOCR = 0x10 constant OPENFAIL (line 703) | OPENFAIL = -0x1 constant OPOST (line 704) | OPOST = 0x1 constant O_ACCMODE (line 705) | O_ACCMODE = 0x600003 constant O_APPEND (line 706) | O_APPEND = 0x8 constant O_CLOEXEC (line 707) | O_CLOEXEC = 0x800000 constant O_CREAT (line 708) | O_CREAT = 0x100 constant O_DIRECT (line 709) | O_DIRECT = 0x2000000 constant O_DIRECTORY (line 710) | O_DIRECTORY = 0x1000000 constant O_DSYNC (line 711) | O_DSYNC = 0x40 constant O_EXCL (line 712) | O_EXCL = 0x400 constant O_EXEC (line 713) | O_EXEC = 0x400000 constant O_LARGEFILE (line 714) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 715) | O_NDELAY = 0x4 constant O_NOCTTY (line 716) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 717) | O_NOFOLLOW = 0x20000 constant O_NOLINKS (line 718) | O_NOLINKS = 0x40000 constant O_NONBLOCK (line 719) | O_NONBLOCK = 0x80 constant O_RDONLY (line 720) | O_RDONLY = 0x0 constant O_RDWR (line 721) | O_RDWR = 0x2 constant O_RSYNC (line 722) | O_RSYNC = 0x8000 constant O_SEARCH (line 723) | O_SEARCH = 0x200000 constant O_SIOCGIFCONF (line 724) | O_SIOCGIFCONF = -0x3ff796ec constant O_SIOCGLIFCONF (line 725) | O_SIOCGLIFCONF = -0x3fef9688 constant O_SYNC (line 726) | O_SYNC = 0x10 constant O_TRUNC (line 727) | O_TRUNC = 0x200 constant O_WRONLY (line 728) | O_WRONLY = 0x1 constant O_XATTR (line 729) | O_XATTR = 0x4000 constant PARENB (line 730) | PARENB = 0x100 constant PAREXT (line 731) | PAREXT = 0x100000 constant PARMRK (line 732) | PARMRK = 0x8 constant PARODD (line 733) | PARODD = 0x200 constant PENDIN (line 734) | PENDIN = 0x4000 constant PRIO_PGRP (line 735) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 736) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 737) | PRIO_USER = 0x2 constant PROT_EXEC (line 738) | PROT_EXEC = 0x4 constant PROT_NONE (line 739) | PROT_NONE = 0x0 constant PROT_READ (line 740) | PROT_READ = 0x1 constant PROT_WRITE (line 741) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 742) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 743) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 744) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 745) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 746) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 747) | RLIMIT_NOFILE = 0x5 constant RLIMIT_STACK (line 748) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 749) | RLIM_INFINITY = 0xfffffffffffffffd constant RTAX_AUTHOR (line 750) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 751) | RTAX_BRD = 0x7 constant RTAX_DST (line 752) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 753) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 754) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 755) | RTAX_IFA = 0x5 constant RTAX_IFP (line 756) | RTAX_IFP = 0x4 constant RTAX_MAX (line 757) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 758) | RTAX_NETMASK = 0x2 constant RTAX_SRC (line 759) | RTAX_SRC = 0x8 constant RTA_AUTHOR (line 760) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 761) | RTA_BRD = 0x80 constant RTA_DST (line 762) | RTA_DST = 0x1 constant RTA_GATEWAY (line 763) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 764) | RTA_GENMASK = 0x8 constant RTA_IFA (line 765) | RTA_IFA = 0x20 constant RTA_IFP (line 766) | RTA_IFP = 0x10 constant RTA_NETMASK (line 767) | RTA_NETMASK = 0x4 constant RTA_NUMBITS (line 768) | RTA_NUMBITS = 0x9 constant RTA_SRC (line 769) | RTA_SRC = 0x100 constant RTF_BLACKHOLE (line 770) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONING (line 771) | RTF_CLONING = 0x100 constant RTF_DONE (line 772) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 773) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 774) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 775) | RTF_HOST = 0x4 constant RTF_INDIRECT (line 776) | RTF_INDIRECT = 0x40000 constant RTF_KERNEL (line 777) | RTF_KERNEL = 0x80000 constant RTF_LLINFO (line 778) | RTF_LLINFO = 0x400 constant RTF_MASK (line 779) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 780) | RTF_MODIFIED = 0x20 constant RTF_MULTIRT (line 781) | RTF_MULTIRT = 0x10000 constant RTF_PRIVATE (line 782) | RTF_PRIVATE = 0x2000 constant RTF_PROTO1 (line 783) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 784) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 785) | RTF_REJECT = 0x8 constant RTF_SETSRC (line 786) | RTF_SETSRC = 0x20000 constant RTF_STATIC (line 787) | RTF_STATIC = 0x800 constant RTF_UP (line 788) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 789) | RTF_XRESOLVE = 0x200 constant RTF_ZONE (line 790) | RTF_ZONE = 0x100000 constant RTM_ADD (line 791) | RTM_ADD = 0x1 constant RTM_CHANGE (line 792) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 793) | RTM_CHGADDR = 0xf constant RTM_DELADDR (line 794) | RTM_DELADDR = 0xd constant RTM_DELETE (line 795) | RTM_DELETE = 0x2 constant RTM_FREEADDR (line 796) | RTM_FREEADDR = 0x10 constant RTM_GET (line 797) | RTM_GET = 0x4 constant RTM_IFINFO (line 798) | RTM_IFINFO = 0xe constant RTM_LOCK (line 799) | RTM_LOCK = 0x8 constant RTM_LOSING (line 800) | RTM_LOSING = 0x5 constant RTM_MISS (line 801) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 802) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 803) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 804) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 805) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 806) | RTM_RESOLVE = 0xb constant RTM_VERSION (line 807) | RTM_VERSION = 0x3 constant RTV_EXPIRE (line 808) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 809) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 810) | RTV_MTU = 0x1 constant RTV_RPIPE (line 811) | RTV_RPIPE = 0x8 constant RTV_RTT (line 812) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 813) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 814) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 815) | RTV_SSTHRESH = 0x20 constant RT_AWARE (line 816) | RT_AWARE = 0x1 constant RUSAGE_CHILDREN (line 817) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 818) | RUSAGE_SELF = 0x0 constant SCM_RIGHTS (line 819) | SCM_RIGHTS = 0x1010 constant SCM_TIMESTAMP (line 820) | SCM_TIMESTAMP = 0x1013 constant SCM_UCRED (line 821) | SCM_UCRED = 0x1012 constant SHUT_RD (line 822) | SHUT_RD = 0x0 constant SHUT_RDWR (line 823) | SHUT_RDWR = 0x2 constant SHUT_WR (line 824) | SHUT_WR = 0x1 constant SIG2STR_MAX (line 825) | SIG2STR_MAX = 0x20 constant SIOCADDMULTI (line 826) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDRT (line 827) | SIOCADDRT = -0x7fcf8df6 constant SIOCATMARK (line 828) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 829) | SIOCDARP = -0x7fdb96e0 constant SIOCDELMULTI (line 830) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELRT (line 831) | SIOCDELRT = -0x7fcf8df5 constant SIOCDXARP (line 832) | SIOCDXARP = -0x7fff9658 constant SIOCGARP (line 833) | SIOCGARP = -0x3fdb96e1 constant SIOCGDSTINFO (line 834) | SIOCGDSTINFO = -0x3fff965c constant SIOCGENADDR (line 835) | SIOCGENADDR = -0x3fdf96ab constant SIOCGENPSTATS (line 836) | SIOCGENPSTATS = -0x3fdf96c7 constant SIOCGETLSGCNT (line 837) | SIOCGETLSGCNT = -0x3fef8deb constant SIOCGETNAME (line 838) | SIOCGETNAME = 0x40107334 constant SIOCGETPEER (line 839) | SIOCGETPEER = 0x40107335 constant SIOCGETPROP (line 840) | SIOCGETPROP = -0x3fff8f44 constant SIOCGETSGCNT (line 841) | SIOCGETSGCNT = -0x3feb8deb constant SIOCGETSYNC (line 842) | SIOCGETSYNC = -0x3fdf96d3 constant SIOCGETVIFCNT (line 843) | SIOCGETVIFCNT = -0x3feb8dec constant SIOCGHIWAT (line 844) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 845) | SIOCGIFADDR = -0x3fdf96f3 constant SIOCGIFBRDADDR (line 846) | SIOCGIFBRDADDR = -0x3fdf96e9 constant SIOCGIFCONF (line 847) | SIOCGIFCONF = -0x3ff796a4 constant SIOCGIFDSTADDR (line 848) | SIOCGIFDSTADDR = -0x3fdf96f1 constant SIOCGIFFLAGS (line 849) | SIOCGIFFLAGS = -0x3fdf96ef constant SIOCGIFHWADDR (line 850) | SIOCGIFHWADDR = -0x3fdf9647 constant SIOCGIFINDEX (line 851) | SIOCGIFINDEX = -0x3fdf96a6 constant SIOCGIFMEM (line 852) | SIOCGIFMEM = -0x3fdf96ed constant SIOCGIFMETRIC (line 853) | SIOCGIFMETRIC = -0x3fdf96e5 constant SIOCGIFMTU (line 854) | SIOCGIFMTU = -0x3fdf96ea constant SIOCGIFMUXID (line 855) | SIOCGIFMUXID = -0x3fdf96a8 constant SIOCGIFNETMASK (line 856) | SIOCGIFNETMASK = -0x3fdf96e7 constant SIOCGIFNUM (line 857) | SIOCGIFNUM = 0x40046957 constant SIOCGIP6ADDRPOLICY (line 858) | SIOCGIP6ADDRPOLICY = -0x3fff965e constant SIOCGIPMSFILTER (line 859) | SIOCGIPMSFILTER = -0x3ffb964c constant SIOCGLIFADDR (line 860) | SIOCGLIFADDR = -0x3f87968f constant SIOCGLIFBINDING (line 861) | SIOCGLIFBINDING = -0x3f879666 constant SIOCGLIFBRDADDR (line 862) | SIOCGLIFBRDADDR = -0x3f879685 constant SIOCGLIFCONF (line 863) | SIOCGLIFCONF = -0x3fef965b constant SIOCGLIFDADSTATE (line 864) | SIOCGLIFDADSTATE = -0x3f879642 constant SIOCGLIFDSTADDR (line 865) | SIOCGLIFDSTADDR = -0x3f87968d constant SIOCGLIFFLAGS (line 866) | SIOCGLIFFLAGS = -0x3f87968b constant SIOCGLIFGROUPINFO (line 867) | SIOCGLIFGROUPINFO = -0x3f4b9663 constant SIOCGLIFGROUPNAME (line 868) | SIOCGLIFGROUPNAME = -0x3f879664 constant SIOCGLIFHWADDR (line 869) | SIOCGLIFHWADDR = -0x3f879640 constant SIOCGLIFINDEX (line 870) | SIOCGLIFINDEX = -0x3f87967b constant SIOCGLIFLNKINFO (line 871) | SIOCGLIFLNKINFO = -0x3f879674 constant SIOCGLIFMETRIC (line 872) | SIOCGLIFMETRIC = -0x3f879681 constant SIOCGLIFMTU (line 873) | SIOCGLIFMTU = -0x3f879686 constant SIOCGLIFMUXID (line 874) | SIOCGLIFMUXID = -0x3f87967d constant SIOCGLIFNETMASK (line 875) | SIOCGLIFNETMASK = -0x3f879683 constant SIOCGLIFNUM (line 876) | SIOCGLIFNUM = -0x3ff3967e constant SIOCGLIFSRCOF (line 877) | SIOCGLIFSRCOF = -0x3fef964f constant SIOCGLIFSUBNET (line 878) | SIOCGLIFSUBNET = -0x3f879676 constant SIOCGLIFTOKEN (line 879) | SIOCGLIFTOKEN = -0x3f879678 constant SIOCGLIFUSESRC (line 880) | SIOCGLIFUSESRC = -0x3f879651 constant SIOCGLIFZONE (line 881) | SIOCGLIFZONE = -0x3f879656 constant SIOCGLOWAT (line 882) | SIOCGLOWAT = 0x40047303 constant SIOCGMSFILTER (line 883) | SIOCGMSFILTER = -0x3ffb964e constant SIOCGPGRP (line 884) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMP (line 885) | SIOCGSTAMP = -0x3fef9646 constant SIOCGXARP (line 886) | SIOCGXARP = -0x3fff9659 constant SIOCIFDETACH (line 887) | SIOCIFDETACH = -0x7fdf96c8 constant SIOCILB (line 888) | SIOCILB = -0x3ffb9645 constant SIOCLIFADDIF (line 889) | SIOCLIFADDIF = -0x3f879691 constant SIOCLIFDELND (line 890) | SIOCLIFDELND = -0x7f879673 constant SIOCLIFGETND (line 891) | SIOCLIFGETND = -0x3f879672 constant SIOCLIFREMOVEIF (line 892) | SIOCLIFREMOVEIF = -0x7f879692 constant SIOCLIFSETND (line 893) | SIOCLIFSETND = -0x7f879671 constant SIOCLOWER (line 894) | SIOCLOWER = -0x7fdf96d7 constant SIOCSARP (line 895) | SIOCSARP = -0x7fdb96e2 constant SIOCSCTPGOPT (line 896) | SIOCSCTPGOPT = -0x3fef9653 constant SIOCSCTPPEELOFF (line 897) | SIOCSCTPPEELOFF = -0x3ffb9652 constant SIOCSCTPSOPT (line 898) | SIOCSCTPSOPT = -0x7fef9654 constant SIOCSENABLESDP (line 899) | SIOCSENABLESDP = -0x3ffb9649 constant SIOCSETPROP (line 900) | SIOCSETPROP = -0x7ffb8f43 constant SIOCSETSYNC (line 901) | SIOCSETSYNC = -0x7fdf96d4 constant SIOCSHIWAT (line 902) | SIOCSHIWAT = -0x7ffb8d00 constant SIOCSIFADDR (line 903) | SIOCSIFADDR = -0x7fdf96f4 constant SIOCSIFBRDADDR (line 904) | SIOCSIFBRDADDR = -0x7fdf96e8 constant SIOCSIFDSTADDR (line 905) | SIOCSIFDSTADDR = -0x7fdf96f2 constant SIOCSIFFLAGS (line 906) | SIOCSIFFLAGS = -0x7fdf96f0 constant SIOCSIFINDEX (line 907) | SIOCSIFINDEX = -0x7fdf96a5 constant SIOCSIFMEM (line 908) | SIOCSIFMEM = -0x7fdf96ee constant SIOCSIFMETRIC (line 909) | SIOCSIFMETRIC = -0x7fdf96e4 constant SIOCSIFMTU (line 910) | SIOCSIFMTU = -0x7fdf96eb constant SIOCSIFMUXID (line 911) | SIOCSIFMUXID = -0x7fdf96a7 constant SIOCSIFNAME (line 912) | SIOCSIFNAME = -0x7fdf96b7 constant SIOCSIFNETMASK (line 913) | SIOCSIFNETMASK = -0x7fdf96e6 constant SIOCSIP6ADDRPOLICY (line 914) | SIOCSIP6ADDRPOLICY = -0x7fff965d constant SIOCSIPMSFILTER (line 915) | SIOCSIPMSFILTER = -0x7ffb964b constant SIOCSLGETREQ (line 916) | SIOCSLGETREQ = -0x3fdf96b9 constant SIOCSLIFADDR (line 917) | SIOCSLIFADDR = -0x7f879690 constant SIOCSLIFBRDADDR (line 918) | SIOCSLIFBRDADDR = -0x7f879684 constant SIOCSLIFDSTADDR (line 919) | SIOCSLIFDSTADDR = -0x7f87968e constant SIOCSLIFFLAGS (line 920) | SIOCSLIFFLAGS = -0x7f87968c constant SIOCSLIFGROUPNAME (line 921) | SIOCSLIFGROUPNAME = -0x7f879665 constant SIOCSLIFINDEX (line 922) | SIOCSLIFINDEX = -0x7f87967a constant SIOCSLIFLNKINFO (line 923) | SIOCSLIFLNKINFO = -0x7f879675 constant SIOCSLIFMETRIC (line 924) | SIOCSLIFMETRIC = -0x7f879680 constant SIOCSLIFMTU (line 925) | SIOCSLIFMTU = -0x7f879687 constant SIOCSLIFMUXID (line 926) | SIOCSLIFMUXID = -0x7f87967c constant SIOCSLIFNAME (line 927) | SIOCSLIFNAME = -0x3f87967f constant SIOCSLIFNETMASK (line 928) | SIOCSLIFNETMASK = -0x7f879682 constant SIOCSLIFPREFIX (line 929) | SIOCSLIFPREFIX = -0x3f879641 constant SIOCSLIFSUBNET (line 930) | SIOCSLIFSUBNET = -0x7f879677 constant SIOCSLIFTOKEN (line 931) | SIOCSLIFTOKEN = -0x7f879679 constant SIOCSLIFUSESRC (line 932) | SIOCSLIFUSESRC = -0x7f879650 constant SIOCSLIFZONE (line 933) | SIOCSLIFZONE = -0x7f879655 constant SIOCSLOWAT (line 934) | SIOCSLOWAT = -0x7ffb8cfe constant SIOCSLSTAT (line 935) | SIOCSLSTAT = -0x7fdf96b8 constant SIOCSMSFILTER (line 936) | SIOCSMSFILTER = -0x7ffb964d constant SIOCSPGRP (line 937) | SIOCSPGRP = -0x7ffb8cf8 constant SIOCSPROMISC (line 938) | SIOCSPROMISC = -0x7ffb96d0 constant SIOCSQPTR (line 939) | SIOCSQPTR = -0x3ffb9648 constant SIOCSSDSTATS (line 940) | SIOCSSDSTATS = -0x3fdf96d2 constant SIOCSSESTATS (line 941) | SIOCSSESTATS = -0x3fdf96d1 constant SIOCSXARP (line 942) | SIOCSXARP = -0x7fff965a constant SIOCTMYADDR (line 943) | SIOCTMYADDR = -0x3ff79670 constant SIOCTMYSITE (line 944) | SIOCTMYSITE = -0x3ff7966e constant SIOCTONLINK (line 945) | SIOCTONLINK = -0x3ff7966f constant SIOCUPPER (line 946) | SIOCUPPER = -0x7fdf96d8 constant SIOCX25RCV (line 947) | SIOCX25RCV = -0x3fdf96c4 constant SIOCX25TBL (line 948) | SIOCX25TBL = -0x3fdf96c3 constant SIOCX25XMT (line 949) | SIOCX25XMT = -0x3fdf96c5 constant SIOCXPROTO (line 950) | SIOCXPROTO = 0x20007337 constant SOCK_CLOEXEC (line 951) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 952) | SOCK_DGRAM = 0x1 constant SOCK_NDELAY (line 953) | SOCK_NDELAY = 0x200000 constant SOCK_NONBLOCK (line 954) | SOCK_NONBLOCK = 0x100000 constant SOCK_RAW (line 955) | SOCK_RAW = 0x4 constant SOCK_RDM (line 956) | SOCK_RDM = 0x5 constant SOCK_SEQPACKET (line 957) | SOCK_SEQPACKET = 0x6 constant SOCK_STREAM (line 958) | SOCK_STREAM = 0x2 constant SOCK_TYPE_MASK (line 959) | SOCK_TYPE_MASK = 0xffff constant SOL_FILTER (line 960) | SOL_FILTER = 0xfffc constant SOL_PACKET (line 961) | SOL_PACKET = 0xfffd constant SOL_ROUTE (line 962) | SOL_ROUTE = 0xfffe constant SOL_SOCKET (line 963) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 964) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 965) | SO_ACCEPTCONN = 0x2 constant SO_ALL (line 966) | SO_ALL = 0x3f constant SO_ALLZONES (line 967) | SO_ALLZONES = 0x1014 constant SO_ANON_MLP (line 968) | SO_ANON_MLP = 0x100a constant SO_ATTACH_FILTER (line 969) | SO_ATTACH_FILTER = 0x40000001 constant SO_BAND (line 970) | SO_BAND = 0x4000 constant SO_BROADCAST (line 971) | SO_BROADCAST = 0x20 constant SO_COPYOPT (line 972) | SO_COPYOPT = 0x80000 constant SO_DEBUG (line 973) | SO_DEBUG = 0x1 constant SO_DELIM (line 974) | SO_DELIM = 0x8000 constant SO_DETACH_FILTER (line 975) | SO_DETACH_FILTER = 0x40000002 constant SO_DGRAM_ERRIND (line 976) | SO_DGRAM_ERRIND = 0x200 constant SO_DOMAIN (line 977) | SO_DOMAIN = 0x100c constant SO_DONTLINGER (line 978) | SO_DONTLINGER = -0x81 constant SO_DONTROUTE (line 979) | SO_DONTROUTE = 0x10 constant SO_ERROPT (line 980) | SO_ERROPT = 0x40000 constant SO_ERROR (line 981) | SO_ERROR = 0x1007 constant SO_EXCLBIND (line 982) | SO_EXCLBIND = 0x1015 constant SO_HIWAT (line 983) | SO_HIWAT = 0x10 constant SO_ISNTTY (line 984) | SO_ISNTTY = 0x800 constant SO_ISTTY (line 985) | SO_ISTTY = 0x400 constant SO_KEEPALIVE (line 986) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 987) | SO_LINGER = 0x80 constant SO_LOWAT (line 988) | SO_LOWAT = 0x20 constant SO_MAC_EXEMPT (line 989) | SO_MAC_EXEMPT = 0x100b constant SO_MAC_IMPLICIT (line 990) | SO_MAC_IMPLICIT = 0x1016 constant SO_MAXBLK (line 991) | SO_MAXBLK = 0x100000 constant SO_MAXPSZ (line 992) | SO_MAXPSZ = 0x8 constant SO_MINPSZ (line 993) | SO_MINPSZ = 0x4 constant SO_MREADOFF (line 994) | SO_MREADOFF = 0x80 constant SO_MREADON (line 995) | SO_MREADON = 0x40 constant SO_NDELOFF (line 996) | SO_NDELOFF = 0x200 constant SO_NDELON (line 997) | SO_NDELON = 0x100 constant SO_NODELIM (line 998) | SO_NODELIM = 0x10000 constant SO_OOBINLINE (line 999) | SO_OOBINLINE = 0x100 constant SO_PROTOTYPE (line 1000) | SO_PROTOTYPE = 0x1009 constant SO_RCVBUF (line 1001) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1002) | SO_RCVLOWAT = 0x1004 constant SO_RCVPSH (line 1003) | SO_RCVPSH = 0x100d constant SO_RCVTIMEO (line 1004) | SO_RCVTIMEO = 0x1006 constant SO_READOPT (line 1005) | SO_READOPT = 0x1 constant SO_RECVUCRED (line 1006) | SO_RECVUCRED = 0x400 constant SO_REUSEADDR (line 1007) | SO_REUSEADDR = 0x4 constant SO_SECATTR (line 1008) | SO_SECATTR = 0x1011 constant SO_SNDBUF (line 1009) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1010) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1011) | SO_SNDTIMEO = 0x1005 constant SO_STRHOLD (line 1012) | SO_STRHOLD = 0x20000 constant SO_TAIL (line 1013) | SO_TAIL = 0x200000 constant SO_TIMESTAMP (line 1014) | SO_TIMESTAMP = 0x1013 constant SO_TONSTOP (line 1015) | SO_TONSTOP = 0x2000 constant SO_TOSTOP (line 1016) | SO_TOSTOP = 0x1000 constant SO_TYPE (line 1017) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1018) | SO_USELOOPBACK = 0x40 constant SO_VRRP (line 1019) | SO_VRRP = 0x1017 constant SO_WROFF (line 1020) | SO_WROFF = 0x2 constant S_ENFMT (line 1021) | S_ENFMT = 0x400 constant S_IAMB (line 1022) | S_IAMB = 0x1ff constant S_IEXEC (line 1023) | S_IEXEC = 0x40 constant S_IFBLK (line 1024) | S_IFBLK = 0x6000 constant S_IFCHR (line 1025) | S_IFCHR = 0x2000 constant S_IFDIR (line 1026) | S_IFDIR = 0x4000 constant S_IFDOOR (line 1027) | S_IFDOOR = 0xd000 constant S_IFIFO (line 1028) | S_IFIFO = 0x1000 constant S_IFLNK (line 1029) | S_IFLNK = 0xa000 constant S_IFMT (line 1030) | S_IFMT = 0xf000 constant S_IFNAM (line 1031) | S_IFNAM = 0x5000 constant S_IFPORT (line 1032) | S_IFPORT = 0xe000 constant S_IFREG (line 1033) | S_IFREG = 0x8000 constant S_IFSOCK (line 1034) | S_IFSOCK = 0xc000 constant S_INSEM (line 1035) | S_INSEM = 0x1 constant S_INSHD (line 1036) | S_INSHD = 0x2 constant S_IREAD (line 1037) | S_IREAD = 0x100 constant S_IRGRP (line 1038) | S_IRGRP = 0x20 constant S_IROTH (line 1039) | S_IROTH = 0x4 constant S_IRUSR (line 1040) | S_IRUSR = 0x100 constant S_IRWXG (line 1041) | S_IRWXG = 0x38 constant S_IRWXO (line 1042) | S_IRWXO = 0x7 constant S_IRWXU (line 1043) | S_IRWXU = 0x1c0 constant S_ISGID (line 1044) | S_ISGID = 0x400 constant S_ISUID (line 1045) | S_ISUID = 0x800 constant S_ISVTX (line 1046) | S_ISVTX = 0x200 constant S_IWGRP (line 1047) | S_IWGRP = 0x10 constant S_IWOTH (line 1048) | S_IWOTH = 0x2 constant S_IWRITE (line 1049) | S_IWRITE = 0x80 constant S_IWUSR (line 1050) | S_IWUSR = 0x80 constant S_IXGRP (line 1051) | S_IXGRP = 0x8 constant S_IXOTH (line 1052) | S_IXOTH = 0x1 constant S_IXUSR (line 1053) | S_IXUSR = 0x40 constant TAB0 (line 1054) | TAB0 = 0x0 constant TAB1 (line 1055) | TAB1 = 0x800 constant TAB2 (line 1056) | TAB2 = 0x1000 constant TAB3 (line 1057) | TAB3 = 0x1800 constant TABDLY (line 1058) | TABDLY = 0x1800 constant TCFLSH (line 1059) | TCFLSH = 0x5407 constant TCGETA (line 1060) | TCGETA = 0x5401 constant TCGETS (line 1061) | TCGETS = 0x540d constant TCIFLUSH (line 1062) | TCIFLUSH = 0x0 constant TCIOFF (line 1063) | TCIOFF = 0x2 constant TCIOFLUSH (line 1064) | TCIOFLUSH = 0x2 constant TCION (line 1065) | TCION = 0x3 constant TCOFLUSH (line 1066) | TCOFLUSH = 0x1 constant TCOOFF (line 1067) | TCOOFF = 0x0 constant TCOON (line 1068) | TCOON = 0x1 constant TCP_ABORT_THRESHOLD (line 1069) | TCP_ABORT_THRESHOLD = 0x11 constant TCP_ANONPRIVBIND (line 1070) | TCP_ANONPRIVBIND = 0x20 constant TCP_CONGESTION (line 1071) | TCP_CONGESTION = 0x25 constant TCP_CONN_ABORT_THRESHOLD (line 1072) | TCP_CONN_ABORT_THRESHOLD = 0x13 constant TCP_CONN_NOTIFY_THRESHOLD (line 1073) | TCP_CONN_NOTIFY_THRESHOLD = 0x12 constant TCP_CORK (line 1074) | TCP_CORK = 0x18 constant TCP_EXCLBIND (line 1075) | TCP_EXCLBIND = 0x21 constant TCP_INIT_CWND (line 1076) | TCP_INIT_CWND = 0x15 constant TCP_KEEPALIVE (line 1077) | TCP_KEEPALIVE = 0x8 constant TCP_KEEPALIVE_ABORT_THRESHOLD (line 1078) | TCP_KEEPALIVE_ABORT_THRESHOLD = 0x17 constant TCP_KEEPALIVE_THRESHOLD (line 1079) | TCP_KEEPALIVE_THRESHOLD = 0x16 constant TCP_KEEPCNT (line 1080) | TCP_KEEPCNT = 0x23 constant TCP_KEEPIDLE (line 1081) | TCP_KEEPIDLE = 0x22 constant TCP_KEEPINTVL (line 1082) | TCP_KEEPINTVL = 0x24 constant TCP_LINGER2 (line 1083) | TCP_LINGER2 = 0x1c constant TCP_MAXSEG (line 1084) | TCP_MAXSEG = 0x2 constant TCP_MSS (line 1085) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1086) | TCP_NODELAY = 0x1 constant TCP_NOTIFY_THRESHOLD (line 1087) | TCP_NOTIFY_THRESHOLD = 0x10 constant TCP_RECVDSTADDR (line 1088) | TCP_RECVDSTADDR = 0x14 constant TCP_RTO_INITIAL (line 1089) | TCP_RTO_INITIAL = 0x19 constant TCP_RTO_MAX (line 1090) | TCP_RTO_MAX = 0x1b constant TCP_RTO_MIN (line 1091) | TCP_RTO_MIN = 0x1a constant TCSAFLUSH (line 1092) | TCSAFLUSH = 0x5410 constant TCSBRK (line 1093) | TCSBRK = 0x5405 constant TCSETA (line 1094) | TCSETA = 0x5402 constant TCSETAF (line 1095) | TCSETAF = 0x5404 constant TCSETAW (line 1096) | TCSETAW = 0x5403 constant TCSETS (line 1097) | TCSETS = 0x540e constant TCSETSF (line 1098) | TCSETSF = 0x5410 constant TCSETSW (line 1099) | TCSETSW = 0x540f constant TCXONC (line 1100) | TCXONC = 0x5406 constant TIMER_ABSTIME (line 1101) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1102) | TIMER_RELTIME = 0x0 constant TIOC (line 1103) | TIOC = 0x5400 constant TIOCCBRK (line 1104) | TIOCCBRK = 0x747a constant TIOCCDTR (line 1105) | TIOCCDTR = 0x7478 constant TIOCCILOOP (line 1106) | TIOCCILOOP = 0x746c constant TIOCEXCL (line 1107) | TIOCEXCL = 0x740d constant TIOCFLUSH (line 1108) | TIOCFLUSH = 0x7410 constant TIOCGETC (line 1109) | TIOCGETC = 0x7412 constant TIOCGETD (line 1110) | TIOCGETD = 0x7400 constant TIOCGETP (line 1111) | TIOCGETP = 0x7408 constant TIOCGLTC (line 1112) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 1113) | TIOCGPGRP = 0x7414 constant TIOCGPPS (line 1114) | TIOCGPPS = 0x547d constant TIOCGPPSEV (line 1115) | TIOCGPPSEV = 0x547f constant TIOCGSID (line 1116) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 1117) | TIOCGSOFTCAR = 0x5469 constant TIOCGWINSZ (line 1118) | TIOCGWINSZ = 0x5468 constant TIOCHPCL (line 1119) | TIOCHPCL = 0x7402 constant TIOCKBOF (line 1120) | TIOCKBOF = 0x5409 constant TIOCKBON (line 1121) | TIOCKBON = 0x5408 constant TIOCLBIC (line 1122) | TIOCLBIC = 0x747e constant TIOCLBIS (line 1123) | TIOCLBIS = 0x747f constant TIOCLGET (line 1124) | TIOCLGET = 0x747c constant TIOCLSET (line 1125) | TIOCLSET = 0x747d constant TIOCMBIC (line 1126) | TIOCMBIC = 0x741c constant TIOCMBIS (line 1127) | TIOCMBIS = 0x741b constant TIOCMGET (line 1128) | TIOCMGET = 0x741d constant TIOCMSET (line 1129) | TIOCMSET = 0x741a constant TIOCM_CAR (line 1130) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1131) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1132) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1133) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1134) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1135) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1136) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1137) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1138) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1139) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1140) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1141) | TIOCNOTTY = 0x7471 constant TIOCNXCL (line 1142) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 1143) | TIOCOUTQ = 0x7473 constant TIOCREMOTE (line 1144) | TIOCREMOTE = 0x741e constant TIOCSBRK (line 1145) | TIOCSBRK = 0x747b constant TIOCSCTTY (line 1146) | TIOCSCTTY = 0x7484 constant TIOCSDTR (line 1147) | TIOCSDTR = 0x7479 constant TIOCSETC (line 1148) | TIOCSETC = 0x7411 constant TIOCSETD (line 1149) | TIOCSETD = 0x7401 constant TIOCSETN (line 1150) | TIOCSETN = 0x740a constant TIOCSETP (line 1151) | TIOCSETP = 0x7409 constant TIOCSIGNAL (line 1152) | TIOCSIGNAL = 0x741f constant TIOCSILOOP (line 1153) | TIOCSILOOP = 0x746d constant TIOCSLTC (line 1154) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 1155) | TIOCSPGRP = 0x7415 constant TIOCSPPS (line 1156) | TIOCSPPS = 0x547e constant TIOCSSOFTCAR (line 1157) | TIOCSSOFTCAR = 0x546a constant TIOCSTART (line 1158) | TIOCSTART = 0x746e constant TIOCSTI (line 1159) | TIOCSTI = 0x7417 constant TIOCSTOP (line 1160) | TIOCSTOP = 0x746f constant TIOCSWINSZ (line 1161) | TIOCSWINSZ = 0x5467 constant TOSTOP (line 1162) | TOSTOP = 0x100 constant UTIME_NOW (line 1163) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1164) | UTIME_OMIT = -0x2 constant VCEOF (line 1165) | VCEOF = 0x8 constant VCEOL (line 1166) | VCEOL = 0x9 constant VDISCARD (line 1167) | VDISCARD = 0xd constant VDSUSP (line 1168) | VDSUSP = 0xb constant VEOF (line 1169) | VEOF = 0x4 constant VEOL (line 1170) | VEOL = 0x5 constant VEOL2 (line 1171) | VEOL2 = 0x6 constant VERASE (line 1172) | VERASE = 0x2 constant VERASE2 (line 1173) | VERASE2 = 0x11 constant VINTR (line 1174) | VINTR = 0x0 constant VKILL (line 1175) | VKILL = 0x3 constant VLNEXT (line 1176) | VLNEXT = 0xf constant VMIN (line 1177) | VMIN = 0x4 constant VQUIT (line 1178) | VQUIT = 0x1 constant VREPRINT (line 1179) | VREPRINT = 0xc constant VSTART (line 1180) | VSTART = 0x8 constant VSTATUS (line 1181) | VSTATUS = 0x10 constant VSTOP (line 1182) | VSTOP = 0x9 constant VSUSP (line 1183) | VSUSP = 0xa constant VSWTCH (line 1184) | VSWTCH = 0x7 constant VT0 (line 1185) | VT0 = 0x0 constant VT1 (line 1186) | VT1 = 0x4000 constant VTDLY (line 1187) | VTDLY = 0x4000 constant VTIME (line 1188) | VTIME = 0x5 constant VWERASE (line 1189) | VWERASE = 0xe constant WCONTFLG (line 1190) | WCONTFLG = 0xffff constant WCONTINUED (line 1191) | WCONTINUED = 0x8 constant WCOREFLG (line 1192) | WCOREFLG = 0x80 constant WEXITED (line 1193) | WEXITED = 0x1 constant WNOHANG (line 1194) | WNOHANG = 0x40 constant WNOWAIT (line 1195) | WNOWAIT = 0x80 constant WOPTMASK (line 1196) | WOPTMASK = 0xcf constant WRAP (line 1197) | WRAP = 0x20000 constant WSIGMASK (line 1198) | WSIGMASK = 0x7f constant WSTOPFLG (line 1199) | WSTOPFLG = 0x7f constant WSTOPPED (line 1200) | WSTOPPED = 0x4 constant WTRAPPED (line 1201) | WTRAPPED = 0x2 constant WUNTRACED (line 1202) | WUNTRACED = 0x4 constant XCASE (line 1203) | XCASE = 0x4 constant XTABS (line 1204) | XTABS = 0x1800 constant E2BIG (line 1209) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1210) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1211) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 1212) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 1213) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1214) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EAGAIN (line 1215) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1216) | EALREADY = syscall.Errno(0x95) constant EBADE (line 1217) | EBADE = syscall.Errno(0x32) constant EBADF (line 1218) | EBADF = syscall.Errno(0x9) constant EBADFD (line 1219) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 1220) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 1221) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 1222) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 1223) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 1224) | EBFONT = syscall.Errno(0x39) constant EBUSY (line 1225) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1226) | ECANCELED = syscall.Errno(0x2f) constant ECHILD (line 1227) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1228) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 1229) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 1230) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 1231) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 1232) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 1233) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 1234) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 1235) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOM (line 1236) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1237) | EDQUOT = syscall.Errno(0x31) constant EEXIST (line 1238) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1239) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1240) | EFBIG = syscall.Errno(0x1b) constant EHOSTDOWN (line 1241) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 1242) | EHOSTUNREACH = syscall.Errno(0x94) constant EIDRM (line 1243) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1244) | EILSEQ = syscall.Errno(0x58) constant EINPROGRESS (line 1245) | EINPROGRESS = syscall.Errno(0x96) constant EINTR (line 1246) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1247) | EINVAL = syscall.Errno(0x16) constant EIO (line 1248) | EIO = syscall.Errno(0x5) constant EISCONN (line 1249) | EISCONN = syscall.Errno(0x85) constant EISDIR (line 1250) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1251) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1252) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1253) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1254) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 1255) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 1256) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 1257) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 1258) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 1259) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 1260) | ELNRNG = syscall.Errno(0x29) constant ELOCKUNMAPPED (line 1261) | ELOCKUNMAPPED = syscall.Errno(0x48) constant ELOOP (line 1262) | ELOOP = syscall.Errno(0x5a) constant EMFILE (line 1263) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1264) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1265) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 1266) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 1267) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENETDOWN (line 1268) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 1269) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 1270) | ENETUNREACH = syscall.Errno(0x80) constant ENFILE (line 1271) | ENFILE = syscall.Errno(0x17) constant ENOANO (line 1272) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 1273) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 1274) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1275) | ENODATA = syscall.Errno(0x3d) constant ENODEV (line 1276) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1277) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1278) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1279) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 1280) | ENOLINK = syscall.Errno(0x43) constant ENOMEM (line 1281) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1282) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 1283) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 1284) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 1285) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSPC (line 1286) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1287) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 1288) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 1289) | ENOSYS = syscall.Errno(0x59) constant ENOTACTIVE (line 1290) | ENOTACTIVE = syscall.Errno(0x49) constant ENOTBLK (line 1291) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1292) | ENOTCONN = syscall.Errno(0x86) constant ENOTDIR (line 1293) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1294) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTRECOVERABLE (line 1295) | ENOTRECOVERABLE = syscall.Errno(0x3b) constant ENOTSOCK (line 1296) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 1297) | ENOTSUP = syscall.Errno(0x30) constant ENOTTY (line 1298) | ENOTTY = syscall.Errno(0x19) constant ENOTUNIQ (line 1299) | ENOTUNIQ = syscall.Errno(0x50) constant ENXIO (line 1300) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1301) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 1302) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 1303) | EOWNERDEAD = syscall.Errno(0x3a) constant EPERM (line 1304) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1305) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPIPE (line 1306) | EPIPE = syscall.Errno(0x20) constant EPROTO (line 1307) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 1308) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 1309) | EPROTOTYPE = syscall.Errno(0x62) constant ERANGE (line 1310) | ERANGE = syscall.Errno(0x22) constant EREMCHG (line 1311) | EREMCHG = syscall.Errno(0x52) constant EREMOTE (line 1312) | EREMOTE = syscall.Errno(0x42) constant ERESTART (line 1313) | ERESTART = syscall.Errno(0x5b) constant EROFS (line 1314) | EROFS = syscall.Errno(0x1e) constant ESHUTDOWN (line 1315) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 1316) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESPIPE (line 1317) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1318) | ESRCH = syscall.Errno(0x3) constant ESRMNT (line 1319) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 1320) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 1321) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 1322) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 1323) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 1324) | ETOOMANYREFS = syscall.Errno(0x90) constant ETXTBSY (line 1325) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1326) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1327) | EUSERS = syscall.Errno(0x5e) constant EWOULDBLOCK (line 1328) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 1329) | EXDEV = syscall.Errno(0x12) constant EXFULL (line 1330) | EXFULL = syscall.Errno(0x34) constant SIGABRT (line 1335) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1336) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1337) | SIGBUS = syscall.Signal(0xa) constant SIGCANCEL (line 1338) | SIGCANCEL = syscall.Signal(0x24) constant SIGCHLD (line 1339) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 1340) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 1341) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 1342) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1343) | SIGFPE = syscall.Signal(0x8) constant SIGFREEZE (line 1344) | SIGFREEZE = syscall.Signal(0x22) constant SIGHUP (line 1345) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1346) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1347) | SIGINFO = syscall.Signal(0x29) constant SIGINT (line 1348) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1349) | SIGIO = syscall.Signal(0x16) constant SIGIOT (line 1350) | SIGIOT = syscall.Signal(0x6) constant SIGJVM1 (line 1351) | SIGJVM1 = syscall.Signal(0x27) constant SIGJVM2 (line 1352) | SIGJVM2 = syscall.Signal(0x28) constant SIGKILL (line 1353) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1354) | SIGLOST = syscall.Signal(0x25) constant SIGLWP (line 1355) | SIGLWP = syscall.Signal(0x21) constant SIGPIPE (line 1356) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1357) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 1358) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 1359) | SIGPWR = syscall.Signal(0x13) constant SIGQUIT (line 1360) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1361) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1362) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 1363) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1364) | SIGTERM = syscall.Signal(0xf) constant SIGTHAW (line 1365) | SIGTHAW = syscall.Signal(0x23) constant SIGTRAP (line 1366) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1367) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 1368) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 1369) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 1370) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 1371) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 1372) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 1373) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWAITING (line 1374) | SIGWAITING = syscall.Signal(0x20) constant SIGWINCH (line 1375) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 1376) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 1377) | SIGXFSZ = syscall.Signal(0x1f) constant SIGXRES (line 1378) | SIGXRES = syscall.Signal(0x26) FILE: vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go constant BRKINT (line 14) | BRKINT = 0x0001 constant CLOCK_MONOTONIC (line 15) | CLOCK_MONOTONIC = 0x1 constant CLOCK_PROCESS_CPUTIME_ID (line 16) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 17) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 18) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CS8 (line 19) | CS8 = 0x0030 constant CSIZE (line 20) | CSIZE = 0x0030 constant ECHO (line 21) | ECHO = 0x00000008 constant ECHONL (line 22) | ECHONL = 0x00000001 constant FD_CLOEXEC (line 23) | FD_CLOEXEC = 0x01 constant FD_CLOFORK (line 24) | FD_CLOFORK = 0x02 constant FNDELAY (line 25) | FNDELAY = 0x04 constant F_CLOSFD (line 26) | F_CLOSFD = 9 constant F_CONTROL_CVT (line 27) | F_CONTROL_CVT = 13 constant F_DUPFD (line 28) | F_DUPFD = 0 constant F_DUPFD2 (line 29) | F_DUPFD2 = 8 constant F_GETFD (line 30) | F_GETFD = 1 constant F_GETFL (line 31) | F_GETFL = 259 constant F_GETLK (line 32) | F_GETLK = 5 constant F_GETOWN (line 33) | F_GETOWN = 10 constant F_OK (line 34) | F_OK = 0x0 constant F_RDLCK (line 35) | F_RDLCK = 1 constant F_SETFD (line 36) | F_SETFD = 2 constant F_SETFL (line 37) | F_SETFL = 4 constant F_SETLK (line 38) | F_SETLK = 6 constant F_SETLKW (line 39) | F_SETLKW = 7 constant F_SETOWN (line 40) | F_SETOWN = 11 constant F_SETTAG (line 41) | F_SETTAG = 12 constant F_UNLCK (line 42) | F_UNLCK = 3 constant F_WRLCK (line 43) | F_WRLCK = 2 constant FSTYPE_ZFS (line 44) | FSTYPE_ZFS = 0xe9 constant FSTYPE_HFS (line 45) | FSTYPE_HFS = 0xc8 constant FSTYPE_NFS (line 46) | FSTYPE_NFS = 0xd5 constant FSTYPE_TFS (line 47) | FSTYPE_TFS = 0xe3 constant FSTYPE_AUTOMOUNT (line 48) | FSTYPE_AUTOMOUNT = 0xc1 constant IP6F_MORE_FRAG (line 49) | IP6F_MORE_FRAG = 0x0001 constant IP6F_OFF_MASK (line 50) | IP6F_OFF_MASK = 0xfff8 constant IP6F_RESERVED_MASK (line 51) | IP6F_RESERVED_MASK = 0x0006 constant IP6OPT_JUMBO (line 52) | IP6OPT_JUMBO = 0xc2 constant IP6OPT_JUMBO_LEN (line 53) | IP6OPT_JUMBO_LEN = 6 constant IP6OPT_MUTABLE (line 54) | IP6OPT_MUTABLE = 0x20 constant IP6OPT_NSAP_ADDR (line 55) | IP6OPT_NSAP_ADDR = 0xc3 constant IP6OPT_PAD1 (line 56) | IP6OPT_PAD1 = 0x00 constant IP6OPT_PADN (line 57) | IP6OPT_PADN = 0x01 constant IP6OPT_ROUTER_ALERT (line 58) | IP6OPT_ROUTER_ALERT = 0x05 constant IP6OPT_TUNNEL_LIMIT (line 59) | IP6OPT_TUNNEL_LIMIT = 0x04 constant IP6OPT_TYPE_DISCARD (line 60) | IP6OPT_TYPE_DISCARD = 0x40 constant IP6OPT_TYPE_FORCEICMP (line 61) | IP6OPT_TYPE_FORCEICMP = 0x80 constant IP6OPT_TYPE_ICMP (line 62) | IP6OPT_TYPE_ICMP = 0xc0 constant IP6OPT_TYPE_SKIP (line 63) | IP6OPT_TYPE_SKIP = 0x00 constant IP6_ALERT_AN (line 64) | IP6_ALERT_AN = 0x0002 constant IP6_ALERT_MLD (line 65) | IP6_ALERT_MLD = 0x0000 constant IP6_ALERT_RSVP (line 66) | IP6_ALERT_RSVP = 0x0001 constant IPPORT_RESERVED (line 67) | IPPORT_RESERVED = 1024 constant IPPORT_USERRESERVED (line 68) | IPPORT_USERRESERVED = 5000 constant IPPROTO_AH (line 69) | IPPROTO_AH = 51 constant SOL_AH (line 70) | SOL_AH = 51 constant IPPROTO_DSTOPTS (line 71) | IPPROTO_DSTOPTS = 60 constant SOL_DSTOPTS (line 72) | SOL_DSTOPTS = 60 constant IPPROTO_EGP (line 73) | IPPROTO_EGP = 8 constant SOL_EGP (line 74) | SOL_EGP = 8 constant IPPROTO_ESP (line 75) | IPPROTO_ESP = 50 constant SOL_ESP (line 76) | SOL_ESP = 50 constant IPPROTO_FRAGMENT (line 77) | IPPROTO_FRAGMENT = 44 constant SOL_FRAGMENT (line 78) | SOL_FRAGMENT = 44 constant IPPROTO_GGP (line 79) | IPPROTO_GGP = 2 constant SOL_GGP (line 80) | SOL_GGP = 2 constant IPPROTO_HOPOPTS (line 81) | IPPROTO_HOPOPTS = 0 constant SOL_HOPOPTS (line 82) | SOL_HOPOPTS = 0 constant IPPROTO_ICMP (line 83) | IPPROTO_ICMP = 1 constant SOL_ICMP (line 84) | SOL_ICMP = 1 constant IPPROTO_ICMPV6 (line 85) | IPPROTO_ICMPV6 = 58 constant SOL_ICMPV6 (line 86) | SOL_ICMPV6 = 58 constant IPPROTO_IDP (line 87) | IPPROTO_IDP = 22 constant SOL_IDP (line 88) | SOL_IDP = 22 constant IPPROTO_IP (line 89) | IPPROTO_IP = 0 constant SOL_IP (line 90) | SOL_IP = 0 constant IPPROTO_IPV6 (line 91) | IPPROTO_IPV6 = 41 constant SOL_IPV6 (line 92) | SOL_IPV6 = 41 constant IPPROTO_MAX (line 93) | IPPROTO_MAX = 256 constant SOL_MAX (line 94) | SOL_MAX = 256 constant IPPROTO_NONE (line 95) | IPPROTO_NONE = 59 constant SOL_NONE (line 96) | SOL_NONE = 59 constant IPPROTO_PUP (line 97) | IPPROTO_PUP = 12 constant SOL_PUP (line 98) | SOL_PUP = 12 constant IPPROTO_RAW (line 99) | IPPROTO_RAW = 255 constant SOL_RAW (line 100) | SOL_RAW = 255 constant IPPROTO_ROUTING (line 101) | IPPROTO_ROUTING = 43 constant SOL_ROUTING (line 102) | SOL_ROUTING = 43 constant IPPROTO_TCP (line 103) | IPPROTO_TCP = 6 constant SOL_TCP (line 104) | SOL_TCP = 6 constant IPPROTO_UDP (line 105) | IPPROTO_UDP = 17 constant SOL_UDP (line 106) | SOL_UDP = 17 constant IPV6_ADDR_PREFERENCES (line 107) | IPV6_ADDR_PREFERENCES = 32 constant IPV6_CHECKSUM (line 108) | IPV6_CHECKSUM = 19 constant IPV6_DONTFRAG (line 109) | IPV6_DONTFRAG = 29 constant IPV6_DSTOPTS (line 110) | IPV6_DSTOPTS = 23 constant IPV6_HOPLIMIT (line 111) | IPV6_HOPLIMIT = 11 constant IPV6_HOPOPTS (line 112) | IPV6_HOPOPTS = 22 constant IPV6_JOIN_GROUP (line 113) | IPV6_JOIN_GROUP = 5 constant IPV6_LEAVE_GROUP (line 114) | IPV6_LEAVE_GROUP = 6 constant IPV6_MULTICAST_HOPS (line 115) | IPV6_MULTICAST_HOPS = 9 constant IPV6_MULTICAST_IF (line 116) | IPV6_MULTICAST_IF = 7 constant IPV6_MULTICAST_LOOP (line 117) | IPV6_MULTICAST_LOOP = 4 constant IPV6_NEXTHOP (line 118) | IPV6_NEXTHOP = 20 constant IPV6_PATHMTU (line 119) | IPV6_PATHMTU = 12 constant IPV6_PKTINFO (line 120) | IPV6_PKTINFO = 13 constant IPV6_PREFER_SRC_CGA (line 121) | IPV6_PREFER_SRC_CGA = 0x10 constant IPV6_PREFER_SRC_COA (line 122) | IPV6_PREFER_SRC_COA = 0x02 constant IPV6_PREFER_SRC_HOME (line 123) | IPV6_PREFER_SRC_HOME = 0x01 constant IPV6_PREFER_SRC_NONCGA (line 124) | IPV6_PREFER_SRC_NONCGA = 0x20 constant IPV6_PREFER_SRC_PUBLIC (line 125) | IPV6_PREFER_SRC_PUBLIC = 0x08 constant IPV6_PREFER_SRC_TMP (line 126) | IPV6_PREFER_SRC_TMP = 0x04 constant IPV6_RECVDSTOPTS (line 127) | IPV6_RECVDSTOPTS = 28 constant IPV6_RECVHOPLIMIT (line 128) | IPV6_RECVHOPLIMIT = 14 constant IPV6_RECVHOPOPTS (line 129) | IPV6_RECVHOPOPTS = 26 constant IPV6_RECVPATHMTU (line 130) | IPV6_RECVPATHMTU = 16 constant IPV6_RECVPKTINFO (line 131) | IPV6_RECVPKTINFO = 15 constant IPV6_RECVRTHDR (line 132) | IPV6_RECVRTHDR = 25 constant IPV6_RECVTCLASS (line 133) | IPV6_RECVTCLASS = 31 constant IPV6_RTHDR (line 134) | IPV6_RTHDR = 21 constant IPV6_RTHDRDSTOPTS (line 135) | IPV6_RTHDRDSTOPTS = 24 constant IPV6_RTHDR_TYPE_0 (line 136) | IPV6_RTHDR_TYPE_0 = 0 constant IPV6_TCLASS (line 137) | IPV6_TCLASS = 30 constant IPV6_UNICAST_HOPS (line 138) | IPV6_UNICAST_HOPS = 3 constant IPV6_USE_MIN_MTU (line 139) | IPV6_USE_MIN_MTU = 18 constant IPV6_V6ONLY (line 140) | IPV6_V6ONLY = 10 constant IP_ADD_MEMBERSHIP (line 141) | IP_ADD_MEMBERSHIP = 5 constant IP_ADD_SOURCE_MEMBERSHIP (line 142) | IP_ADD_SOURCE_MEMBERSHIP = 12 constant IP_BLOCK_SOURCE (line 143) | IP_BLOCK_SOURCE = 10 constant IP_DEFAULT_MULTICAST_LOOP (line 144) | IP_DEFAULT_MULTICAST_LOOP = 1 constant IP_DEFAULT_MULTICAST_TTL (line 145) | IP_DEFAULT_MULTICAST_TTL = 1 constant IP_DROP_MEMBERSHIP (line 146) | IP_DROP_MEMBERSHIP = 6 constant IP_DROP_SOURCE_MEMBERSHIP (line 147) | IP_DROP_SOURCE_MEMBERSHIP = 13 constant IP_MAX_MEMBERSHIPS (line 148) | IP_MAX_MEMBERSHIPS = 20 constant IP_MULTICAST_IF (line 149) | IP_MULTICAST_IF = 7 constant IP_MULTICAST_LOOP (line 150) | IP_MULTICAST_LOOP = 4 constant IP_MULTICAST_TTL (line 151) | IP_MULTICAST_TTL = 3 constant IP_OPTIONS (line 152) | IP_OPTIONS = 1 constant IP_PKTINFO (line 153) | IP_PKTINFO = 101 constant IP_RECVPKTINFO (line 154) | IP_RECVPKTINFO = 102 constant IP_TOS (line 155) | IP_TOS = 2 constant IP_TTL (line 156) | IP_TTL = 3 constant IP_UNBLOCK_SOURCE (line 157) | IP_UNBLOCK_SOURCE = 11 constant ICANON (line 158) | ICANON = 0x0010 constant ICMP6_FILTER (line 159) | ICMP6_FILTER = 0x26 constant ICRNL (line 160) | ICRNL = 0x0002 constant IEXTEN (line 161) | IEXTEN = 0x0020 constant IGNBRK (line 162) | IGNBRK = 0x0004 constant IGNCR (line 163) | IGNCR = 0x0008 constant INLCR (line 164) | INLCR = 0x0020 constant ISIG (line 165) | ISIG = 0x0040 constant ISTRIP (line 166) | ISTRIP = 0x0080 constant IXON (line 167) | IXON = 0x0200 constant IXOFF (line 168) | IXOFF = 0x0100 constant LOCK_SH (line 169) | LOCK_SH = 0x1 constant LOCK_EX (line 170) | LOCK_EX = 0x2 constant LOCK_NB (line 171) | LOCK_NB = 0x4 constant LOCK_UN (line 172) | LOCK_UN = 0x8 constant POLLIN (line 173) | POLLIN = 0x0003 constant POLLOUT (line 174) | POLLOUT = 0x0004 constant POLLPRI (line 175) | POLLPRI = 0x0010 constant POLLERR (line 176) | POLLERR = 0x0020 constant POLLHUP (line 177) | POLLHUP = 0x0040 constant POLLNVAL (line 178) | POLLNVAL = 0x0080 constant PROT_READ (line 179) | PROT_READ = 0x1 constant PROT_WRITE (line 180) | PROT_WRITE = 0x2 constant PROT_NONE (line 181) | PROT_NONE = 0x4 constant PROT_EXEC (line 182) | PROT_EXEC = 0x8 constant MAP_PRIVATE (line 183) | MAP_PRIVATE = 0x1 constant MAP_SHARED (line 184) | MAP_SHARED = 0x2 constant MAP_FIXED (line 185) | MAP_FIXED = 0x4 constant MCAST_JOIN_GROUP (line 186) | MCAST_JOIN_GROUP = 40 constant MCAST_LEAVE_GROUP (line 187) | MCAST_LEAVE_GROUP = 41 constant MCAST_JOIN_SOURCE_GROUP (line 188) | MCAST_JOIN_SOURCE_GROUP = 42 constant MCAST_LEAVE_SOURCE_GROUP (line 189) | MCAST_LEAVE_SOURCE_GROUP = 43 constant MCAST_BLOCK_SOURCE (line 190) | MCAST_BLOCK_SOURCE = 44 constant MCAST_UNBLOCK_SOURCE (line 191) | MCAST_UNBLOCK_SOURCE = 45 constant MS_SYNC (line 192) | MS_SYNC = 0x1 constant MS_ASYNC (line 193) | MS_ASYNC = 0x2 constant MS_INVALIDATE (line 194) | MS_INVALIDATE = 0x4 constant MTM_RDONLY (line 195) | MTM_RDONLY = 0x80000000 constant MTM_RDWR (line 196) | MTM_RDWR = 0x40000000 constant MTM_UMOUNT (line 197) | MTM_UMOUNT = 0x10000000 constant MTM_IMMED (line 198) | MTM_IMMED = 0x08000000 constant MTM_FORCE (line 199) | MTM_FORCE = 0x04000000 constant MTM_DRAIN (line 200) | MTM_DRAIN = 0x02000000 constant MTM_RESET (line 201) | MTM_RESET = 0x01000000 constant MTM_SAMEMODE (line 202) | MTM_SAMEMODE = 0x00100000 constant MTM_UNQSEFORCE (line 203) | MTM_UNQSEFORCE = 0x00040000 constant MTM_NOSUID (line 204) | MTM_NOSUID = 0x00000400 constant MTM_SYNCHONLY (line 205) | MTM_SYNCHONLY = 0x00000200 constant MTM_REMOUNT (line 206) | MTM_REMOUNT = 0x00000100 constant MTM_NOSECURITY (line 207) | MTM_NOSECURITY = 0x00000080 constant NFDBITS (line 208) | NFDBITS = 0x20 constant O_ACCMODE (line 209) | O_ACCMODE = 0x03 constant O_APPEND (line 210) | O_APPEND = 0x08 constant O_ASYNCSIG (line 211) | O_ASYNCSIG = 0x0200 constant O_CREAT (line 212) | O_CREAT = 0x80 constant O_EXCL (line 213) | O_EXCL = 0x40 constant O_GETFL (line 214) | O_GETFL = 0x0F constant O_LARGEFILE (line 215) | O_LARGEFILE = 0x0400 constant O_NONBLOCK (line 216) | O_NONBLOCK = 0x04 constant O_RDONLY (line 217) | O_RDONLY = 0x02 constant O_RDWR (line 218) | O_RDWR = 0x03 constant O_SYNC (line 219) | O_SYNC = 0x0100 constant O_TRUNC (line 220) | O_TRUNC = 0x10 constant O_WRONLY (line 221) | O_WRONLY = 0x01 constant O_NOCTTY (line 222) | O_NOCTTY = 0x20 constant OPOST (line 223) | OPOST = 0x0001 constant ONLCR (line 224) | ONLCR = 0x0004 constant PARENB (line 225) | PARENB = 0x0200 constant PARMRK (line 226) | PARMRK = 0x0400 constant QUERYCVT (line 227) | QUERYCVT = 3 constant RUSAGE_CHILDREN (line 228) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 229) | RUSAGE_SELF = 0x0 constant SEEK_CUR (line 230) | SEEK_CUR = 1 constant SEEK_END (line 231) | SEEK_END = 2 constant SEEK_SET (line 232) | SEEK_SET = 0 constant SETAUTOCVTALL (line 233) | SETAUTOCVTALL = 5 constant SETAUTOCVTON (line 234) | SETAUTOCVTON = 2 constant SETCVTALL (line 235) | SETCVTALL = 4 constant SETCVTOFF (line 236) | SETCVTOFF = 0 constant SETCVTON (line 237) | SETCVTON = 1 constant AF_APPLETALK (line 238) | AF_APPLETALK = 16 constant AF_CCITT (line 239) | AF_CCITT = 10 constant AF_CHAOS (line 240) | AF_CHAOS = 5 constant AF_DATAKIT (line 241) | AF_DATAKIT = 9 constant AF_DLI (line 242) | AF_DLI = 13 constant AF_ECMA (line 243) | AF_ECMA = 8 constant AF_HYLINK (line 244) | AF_HYLINK = 15 constant AF_IMPLINK (line 245) | AF_IMPLINK = 3 constant AF_INET (line 246) | AF_INET = 2 constant AF_INET6 (line 247) | AF_INET6 = 19 constant AF_INTF (line 248) | AF_INTF = 20 constant AF_IUCV (line 249) | AF_IUCV = 17 constant AF_LAT (line 250) | AF_LAT = 14 constant AF_LINK (line 251) | AF_LINK = 18 constant AF_MAX (line 252) | AF_MAX = 30 constant AF_NBS (line 253) | AF_NBS = 7 constant AF_NDD (line 254) | AF_NDD = 23 constant AF_NETWARE (line 255) | AF_NETWARE = 22 constant AF_NS (line 256) | AF_NS = 6 constant AF_PUP (line 257) | AF_PUP = 4 constant AF_RIF (line 258) | AF_RIF = 21 constant AF_ROUTE (line 259) | AF_ROUTE = 20 constant AF_SNA (line 260) | AF_SNA = 11 constant AF_UNIX (line 261) | AF_UNIX = 1 constant AF_UNSPEC (line 262) | AF_UNSPEC = 0 constant IBMTCP_IMAGE (line 263) | IBMTCP_IMAGE = 1 constant MSG_ACK_EXPECTED (line 264) | MSG_ACK_EXPECTED = 0x10 constant MSG_ACK_GEN (line 265) | MSG_ACK_GEN = 0x40 constant MSG_ACK_TIMEOUT (line 266) | MSG_ACK_TIMEOUT = 0x20 constant MSG_CONNTERM (line 267) | MSG_CONNTERM = 0x80 constant MSG_CTRUNC (line 268) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 269) | MSG_DONTROUTE = 0x4 constant MSG_EOF (line 270) | MSG_EOF = 0x8000 constant MSG_EOR (line 271) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 272) | MSG_MAXIOVLEN = 16 constant MSG_NONBLOCK (line 273) | MSG_NONBLOCK = 0x4000 constant MSG_OOB (line 274) | MSG_OOB = 0x1 constant MSG_PEEK (line 275) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 276) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 277) | MSG_WAITALL = 0x40 constant PRIO_PROCESS (line 278) | PRIO_PROCESS = 1 constant PRIO_PGRP (line 279) | PRIO_PGRP = 2 constant PRIO_USER (line 280) | PRIO_USER = 3 constant RLIMIT_CPU (line 281) | RLIMIT_CPU = 0 constant RLIMIT_FSIZE (line 282) | RLIMIT_FSIZE = 1 constant RLIMIT_DATA (line 283) | RLIMIT_DATA = 2 constant RLIMIT_STACK (line 284) | RLIMIT_STACK = 3 constant RLIMIT_CORE (line 285) | RLIMIT_CORE = 4 constant RLIMIT_AS (line 286) | RLIMIT_AS = 5 constant RLIMIT_NOFILE (line 287) | RLIMIT_NOFILE = 6 constant RLIMIT_MEMLIMIT (line 288) | RLIMIT_MEMLIMIT = 7 constant RLIM_INFINITY (line 289) | RLIM_INFINITY = 2147483647 constant SCM_RIGHTS (line 290) | SCM_RIGHTS = 0x01 constant SF_CLOSE (line 291) | SF_CLOSE = 0x00000002 constant SF_REUSE (line 292) | SF_REUSE = 0x00000001 constant SHUT_RD (line 293) | SHUT_RD = 0 constant SHUT_RDWR (line 294) | SHUT_RDWR = 2 constant SHUT_WR (line 295) | SHUT_WR = 1 constant SOCK_CONN_DGRAM (line 296) | SOCK_CONN_DGRAM = 6 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 2 constant SOCK_RAW (line 298) | SOCK_RAW = 3 constant SOCK_RDM (line 299) | SOCK_RDM = 4 constant SOCK_SEQPACKET (line 300) | SOCK_SEQPACKET = 5 constant SOCK_STREAM (line 301) | SOCK_STREAM = 1 constant SOL_SOCKET (line 302) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 303) | SOMAXCONN = 10 constant SO_ACCEPTCONN (line 304) | SO_ACCEPTCONN = 0x0002 constant SO_ACCEPTECONNABORTED (line 305) | SO_ACCEPTECONNABORTED = 0x0006 constant SO_ACKNOW (line 306) | SO_ACKNOW = 0x7700 constant SO_BROADCAST (line 307) | SO_BROADCAST = 0x0020 constant SO_BULKMODE (line 308) | SO_BULKMODE = 0x8000 constant SO_CKSUMRECV (line 309) | SO_CKSUMRECV = 0x0800 constant SO_CLOSE (line 310) | SO_CLOSE = 0x01 constant SO_CLUSTERCONNTYPE (line 311) | SO_CLUSTERCONNTYPE = 0x00004001 constant SO_CLUSTERCONNTYPE_INTERNAL (line 312) | SO_CLUSTERCONNTYPE_INTERNAL = 8 constant SO_CLUSTERCONNTYPE_NOCONN (line 313) | SO_CLUSTERCONNTYPE_NOCONN = 0 constant SO_CLUSTERCONNTYPE_NONE (line 314) | SO_CLUSTERCONNTYPE_NONE = 1 constant SO_CLUSTERCONNTYPE_SAME_CLUSTER (line 315) | SO_CLUSTERCONNTYPE_SAME_CLUSTER = 2 constant SO_CLUSTERCONNTYPE_SAME_IMAGE (line 316) | SO_CLUSTERCONNTYPE_SAME_IMAGE = 4 constant SO_DEBUG (line 317) | SO_DEBUG = 0x0001 constant SO_DONTROUTE (line 318) | SO_DONTROUTE = 0x0010 constant SO_ERROR (line 319) | SO_ERROR = 0x1007 constant SO_IGNOREINCOMINGPUSH (line 320) | SO_IGNOREINCOMINGPUSH = 0x1 constant SO_IGNORESOURCEVIPA (line 321) | SO_IGNORESOURCEVIPA = 0x0002 constant SO_KEEPALIVE (line 322) | SO_KEEPALIVE = 0x0008 constant SO_LINGER (line 323) | SO_LINGER = 0x0080 constant SO_NONBLOCKLOCAL (line 324) | SO_NONBLOCKLOCAL = 0x8001 constant SO_NOREUSEADDR (line 325) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x0100 constant SO_OPTACK (line 327) | SO_OPTACK = 0x8004 constant SO_OPTMSS (line 328) | SO_OPTMSS = 0x8003 constant SO_RCVBUF (line 329) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 330) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 332) | SO_REUSEADDR = 0x0004 constant SO_REUSEPORT (line 333) | SO_REUSEPORT = 0x0200 constant SO_SECINFO (line 334) | SO_SECINFO = 0x00004002 constant SO_SET (line 335) | SO_SET = 0x0200 constant SO_SNDBUF (line 336) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 337) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 338) | SO_SNDTIMEO = 0x1005 constant SO_TYPE (line 339) | SO_TYPE = 0x1008 constant SO_UNSET (line 340) | SO_UNSET = 0x0400 constant SO_USELOOPBACK (line 341) | SO_USELOOPBACK = 0x0040 constant SO_USE_IFBUFS (line 342) | SO_USE_IFBUFS = 0x0400 constant S_ISUID (line 343) | S_ISUID = 0x0800 constant S_ISGID (line 344) | S_ISGID = 0x0400 constant S_ISVTX (line 345) | S_ISVTX = 0x0200 constant S_IRUSR (line 346) | S_IRUSR = 0x0100 constant S_IWUSR (line 347) | S_IWUSR = 0x0080 constant S_IXUSR (line 348) | S_IXUSR = 0x0040 constant S_IRWXU (line 349) | S_IRWXU = 0x01C0 constant S_IRGRP (line 350) | S_IRGRP = 0x0020 constant S_IWGRP (line 351) | S_IWGRP = 0x0010 constant S_IXGRP (line 352) | S_IXGRP = 0x0008 constant S_IRWXG (line 353) | S_IRWXG = 0x0038 constant S_IROTH (line 354) | S_IROTH = 0x0004 constant S_IWOTH (line 355) | S_IWOTH = 0x0002 constant S_IXOTH (line 356) | S_IXOTH = 0x0001 constant S_IRWXO (line 357) | S_IRWXO = 0x0007 constant S_IREAD (line 358) | S_IREAD = S_IRUSR constant S_IWRITE (line 359) | S_IWRITE = S_IWUSR constant S_IEXEC (line 360) | S_IEXEC = S_IXUSR constant S_IFDIR (line 361) | S_IFDIR = 0x01000000 constant S_IFCHR (line 362) | S_IFCHR = 0x02000000 constant S_IFREG (line 363) | S_IFREG = 0x03000000 constant S_IFFIFO (line 364) | S_IFFIFO = 0x04000000 constant S_IFIFO (line 365) | S_IFIFO = 0x04000000 constant S_IFLNK (line 366) | S_IFLNK = 0x05000000 constant S_IFBLK (line 367) | S_IFBLK = 0x06000000 constant S_IFSOCK (line 368) | S_IFSOCK = 0x07000000 constant S_IFVMEXTL (line 369) | S_IFVMEXTL = 0xFE000000 constant S_IFVMEXTL_EXEC (line 370) | S_IFVMEXTL_EXEC = 0x00010000 constant S_IFVMEXTL_DATA (line 371) | S_IFVMEXTL_DATA = 0x00020000 constant S_IFVMEXTL_MEL (line 372) | S_IFVMEXTL_MEL = 0x00030000 constant S_IFEXTL (line 373) | S_IFEXTL = 0x00000001 constant S_IFPROGCTL (line 374) | S_IFPROGCTL = 0x00000002 constant S_IFAPFCTL (line 375) | S_IFAPFCTL = 0x00000004 constant S_IFNOSHARE (line 376) | S_IFNOSHARE = 0x00000008 constant S_IFSHARELIB (line 377) | S_IFSHARELIB = 0x00000010 constant S_IFMT (line 378) | S_IFMT = 0xFF000000 constant S_IFMST (line 379) | S_IFMST = 0x00FF0000 constant TCP_KEEPALIVE (line 380) | TCP_KEEPALIVE = 0x8 constant TCP_NODELAY (line 381) | TCP_NODELAY = 0x1 constant TCP_INFO (line 382) | TCP_INFO = 0xb constant TCP_USER_TIMEOUT (line 383) | TCP_USER_TIMEOUT = 0x1 constant TIOCGWINSZ (line 384) | TIOCGWINSZ = 0x4008a368 constant TIOCSWINSZ (line 385) | TIOCSWINSZ = 0x8008a367 constant TIOCSBRK (line 386) | TIOCSBRK = 0x2000a77b constant TIOCCBRK (line 387) | TIOCCBRK = 0x2000a77a constant TIOCSTI (line 388) | TIOCSTI = 0x8001a772 constant TIOCGPGRP (line 389) | TIOCGPGRP = 0x4004a777 constant TCSANOW (line 390) | TCSANOW = 0 constant TCSETS (line 391) | TCSETS = 0 constant TCSADRAIN (line 392) | TCSADRAIN = 1 constant TCSETSW (line 393) | TCSETSW = 1 constant TCSAFLUSH (line 394) | TCSAFLUSH = 2 constant TCSETSF (line 395) | TCSETSF = 2 constant TCGETS (line 396) | TCGETS = 3 constant TCIFLUSH (line 397) | TCIFLUSH = 0 constant TCOFLUSH (line 398) | TCOFLUSH = 1 constant TCIOFLUSH (line 399) | TCIOFLUSH = 2 constant TCOOFF (line 400) | TCOOFF = 0 constant TCOON (line 401) | TCOON = 1 constant TCIOFF (line 402) | TCIOFF = 2 constant TCION (line 403) | TCION = 3 constant TIOCSPGRP (line 404) | TIOCSPGRP = 0x8004a776 constant TIOCNOTTY (line 405) | TIOCNOTTY = 0x2000a771 constant TIOCEXCL (line 406) | TIOCEXCL = 0x2000a70d constant TIOCNXCL (line 407) | TIOCNXCL = 0x2000a70e constant TIOCGETD (line 408) | TIOCGETD = 0x4004a700 constant TIOCSETD (line 409) | TIOCSETD = 0x8004a701 constant TIOCPKT (line 410) | TIOCPKT = 0x8004a770 constant TIOCSTOP (line 411) | TIOCSTOP = 0x2000a76f constant TIOCSTART (line 412) | TIOCSTART = 0x2000a76e constant TIOCUCNTL (line 413) | TIOCUCNTL = 0x8004a766 constant TIOCREMOTE (line 414) | TIOCREMOTE = 0x8004a769 constant TIOCMGET (line 415) | TIOCMGET = 0x4004a76a constant TIOCMSET (line 416) | TIOCMSET = 0x8004a76d constant TIOCMBIC (line 417) | TIOCMBIC = 0x8004a76b constant TIOCMBIS (line 418) | TIOCMBIS = 0x8004a76c constant VINTR (line 419) | VINTR = 0 constant VQUIT (line 420) | VQUIT = 1 constant VERASE (line 421) | VERASE = 2 constant VKILL (line 422) | VKILL = 3 constant VEOF (line 423) | VEOF = 4 constant VEOL (line 424) | VEOL = 5 constant VMIN (line 425) | VMIN = 6 constant VSTART (line 426) | VSTART = 7 constant VSTOP (line 427) | VSTOP = 8 constant VSUSP (line 428) | VSUSP = 9 constant VTIME (line 429) | VTIME = 10 constant WCONTINUED (line 430) | WCONTINUED = 0x4 constant WNOHANG (line 431) | WNOHANG = 0x1 constant WUNTRACED (line 432) | WUNTRACED = 0x2 constant _BPX_SWAP (line 433) | _BPX_SWAP = 1 constant _BPX_NONSWAP (line 434) | _BPX_NONSWAP = 2 constant MCL_CURRENT (line 435) | MCL_CURRENT = 1 constant MCL_FUTURE (line 436) | MCL_FUTURE = 2 constant MCL_ONFAULT (line 437) | MCL_ONFAULT = 3 constant MADV_NORMAL (line 438) | MADV_NORMAL = 0 constant MADV_RANDOM (line 439) | MADV_RANDOM = 1 constant MADV_SEQUENTIAL (line 440) | MADV_SEQUENTIAL = 2 constant MADV_WILLNEED (line 441) | MADV_WILLNEED = 3 constant MADV_REMOVE (line 442) | MADV_REMOVE = 4 constant MADV_DONTFORK (line 443) | MADV_DONTFORK = 5 constant MADV_DOFORK (line 444) | MADV_DOFORK = 6 constant MADV_HWPOISON (line 445) | MADV_HWPOISON = 7 constant MADV_MERGEABLE (line 446) | MADV_MERGEABLE = 8 constant MADV_UNMERGEABLE (line 447) | MADV_UNMERGEABLE = 9 constant MADV_SOFT_OFFLINE (line 448) | MADV_SOFT_OFFLINE = 10 constant MADV_HUGEPAGE (line 449) | MADV_HUGEPAGE = 11 constant MADV_NOHUGEPAGE (line 450) | MADV_NOHUGEPAGE = 12 constant MADV_DONTDUMP (line 451) | MADV_DONTDUMP = 13 constant MADV_DODUMP (line 452) | MADV_DODUMP = 14 constant MADV_FREE (line 453) | MADV_FREE = 15 constant MADV_WIPEONFORK (line 454) | MADV_WIPEONFORK = 16 constant MADV_KEEPONFORK (line 455) | MADV_KEEPONFORK = 17 constant AT_SYMLINK_NOFOLLOW (line 456) | AT_SYMLINK_NOFOLLOW = 1 constant AT_FDCWD (line 457) | AT_FDCWD = 2 constant EDOM (line 461) | EDOM = Errno(1) constant ERANGE (line 462) | ERANGE = Errno(2) constant EACCES (line 463) | EACCES = Errno(111) constant EAGAIN (line 464) | EAGAIN = Errno(112) constant EBADF (line 465) | EBADF = Errno(113) constant EBUSY (line 466) | EBUSY = Errno(114) constant ECHILD (line 467) | ECHILD = Errno(115) constant EDEADLK (line 468) | EDEADLK = Errno(116) constant EEXIST (line 469) | EEXIST = Errno(117) constant EFAULT (line 470) | EFAULT = Errno(118) constant EFBIG (line 471) | EFBIG = Errno(119) constant EINTR (line 472) | EINTR = Errno(120) constant EINVAL (line 473) | EINVAL = Errno(121) constant EIO (line 474) | EIO = Errno(122) constant EISDIR (line 475) | EISDIR = Errno(123) constant EMFILE (line 476) | EMFILE = Errno(124) constant EMLINK (line 477) | EMLINK = Errno(125) constant ENAMETOOLONG (line 478) | ENAMETOOLONG = Errno(126) constant ENFILE (line 479) | ENFILE = Errno(127) constant ENODEV (line 480) | ENODEV = Errno(128) constant ENOENT (line 481) | ENOENT = Errno(129) constant ENOEXEC (line 482) | ENOEXEC = Errno(130) constant ENOLCK (line 483) | ENOLCK = Errno(131) constant ENOMEM (line 484) | ENOMEM = Errno(132) constant ENOSPC (line 485) | ENOSPC = Errno(133) constant ENOSYS (line 486) | ENOSYS = Errno(134) constant ENOTDIR (line 487) | ENOTDIR = Errno(135) constant ENOTEMPTY (line 488) | ENOTEMPTY = Errno(136) constant ENOTTY (line 489) | ENOTTY = Errno(137) constant ENXIO (line 490) | ENXIO = Errno(138) constant EPERM (line 491) | EPERM = Errno(139) constant EPIPE (line 492) | EPIPE = Errno(140) constant EROFS (line 493) | EROFS = Errno(141) constant ESPIPE (line 494) | ESPIPE = Errno(142) constant ESRCH (line 495) | ESRCH = Errno(143) constant EXDEV (line 496) | EXDEV = Errno(144) constant E2BIG (line 497) | E2BIG = Errno(145) constant ELOOP (line 498) | ELOOP = Errno(146) constant EILSEQ (line 499) | EILSEQ = Errno(147) constant ENODATA (line 500) | ENODATA = Errno(148) constant EOVERFLOW (line 501) | EOVERFLOW = Errno(149) constant EMVSNOTUP (line 502) | EMVSNOTUP = Errno(150) constant ECMSSTORAGE (line 503) | ECMSSTORAGE = Errno(151) constant EMVSDYNALC (line 504) | EMVSDYNALC = Errno(151) constant EMVSCVAF (line 505) | EMVSCVAF = Errno(152) constant EMVSCATLG (line 506) | EMVSCATLG = Errno(153) constant ECMSINITIAL (line 507) | ECMSINITIAL = Errno(156) constant EMVSINITIAL (line 508) | EMVSINITIAL = Errno(156) constant ECMSERR (line 509) | ECMSERR = Errno(157) constant EMVSERR (line 510) | EMVSERR = Errno(157) constant EMVSPARM (line 511) | EMVSPARM = Errno(158) constant ECMSPFSFILE (line 512) | ECMSPFSFILE = Errno(159) constant EMVSPFSFILE (line 513) | EMVSPFSFILE = Errno(159) constant EMVSBADCHAR (line 514) | EMVSBADCHAR = Errno(160) constant ECMSPFSPERM (line 515) | ECMSPFSPERM = Errno(162) constant EMVSPFSPERM (line 516) | EMVSPFSPERM = Errno(162) constant EMVSSAFEXTRERR (line 517) | EMVSSAFEXTRERR = Errno(163) constant EMVSSAF2ERR (line 518) | EMVSSAF2ERR = Errno(164) constant EMVSTODNOTSET (line 519) | EMVSTODNOTSET = Errno(165) constant EMVSPATHOPTS (line 520) | EMVSPATHOPTS = Errno(166) constant EMVSNORTL (line 521) | EMVSNORTL = Errno(167) constant EMVSEXPIRE (line 522) | EMVSEXPIRE = Errno(168) constant EMVSPASSWORD (line 523) | EMVSPASSWORD = Errno(169) constant EMVSWLMERROR (line 524) | EMVSWLMERROR = Errno(170) constant EMVSCPLERROR (line 525) | EMVSCPLERROR = Errno(171) constant EMVSARMERROR (line 526) | EMVSARMERROR = Errno(172) constant ELENOFORK (line 527) | ELENOFORK = Errno(200) constant ELEMSGERR (line 528) | ELEMSGERR = Errno(201) constant EFPMASKINV (line 529) | EFPMASKINV = Errno(202) constant EFPMODEINV (line 530) | EFPMODEINV = Errno(203) constant EBUFLEN (line 531) | EBUFLEN = Errno(227) constant EEXTLINK (line 532) | EEXTLINK = Errno(228) constant ENODD (line 533) | ENODD = Errno(229) constant ECMSESMERR (line 534) | ECMSESMERR = Errno(230) constant ECPERR (line 535) | ECPERR = Errno(231) constant ELEMULTITHREAD (line 536) | ELEMULTITHREAD = Errno(232) constant ELEFENCE (line 537) | ELEFENCE = Errno(244) constant EBADDATA (line 538) | EBADDATA = Errno(245) constant EUNKNOWN (line 539) | EUNKNOWN = Errno(246) constant ENOTSUP (line 540) | ENOTSUP = Errno(247) constant EBADNAME (line 541) | EBADNAME = Errno(248) constant ENOTSAFE (line 542) | ENOTSAFE = Errno(249) constant ELEMULTITHREADFORK (line 543) | ELEMULTITHREADFORK = Errno(257) constant ECUNNOENV (line 544) | ECUNNOENV = Errno(258) constant ECUNNOCONV (line 545) | ECUNNOCONV = Errno(259) constant ECUNNOTALIGNED (line 546) | ECUNNOTALIGNED = Errno(260) constant ECUNERR (line 547) | ECUNERR = Errno(262) constant EIBMBADCALL (line 548) | EIBMBADCALL = Errno(1000) constant EIBMBADPARM (line 549) | EIBMBADPARM = Errno(1001) constant EIBMSOCKOUTOFRANGE (line 550) | EIBMSOCKOUTOFRANGE = Errno(1002) constant EIBMSOCKINUSE (line 551) | EIBMSOCKINUSE = Errno(1003) constant EIBMIUCVERR (line 552) | EIBMIUCVERR = Errno(1004) constant EOFFLOADboxERROR (line 553) | EOFFLOADboxERROR = Errno(1005) constant EOFFLOADboxRESTART (line 554) | EOFFLOADboxRESTART = Errno(1006) constant EOFFLOADboxDOWN (line 555) | EOFFLOADboxDOWN = Errno(1007) constant EIBMCONFLICT (line 556) | EIBMCONFLICT = Errno(1008) constant EIBMCANCELLED (line 557) | EIBMCANCELLED = Errno(1009) constant EIBMBADTCPNAME (line 558) | EIBMBADTCPNAME = Errno(1011) constant ENOTBLK (line 559) | ENOTBLK = Errno(1100) constant ETXTBSY (line 560) | ETXTBSY = Errno(1101) constant EWOULDBLOCK (line 561) | EWOULDBLOCK = Errno(1102) constant EINPROGRESS (line 562) | EINPROGRESS = Errno(1103) constant EALREADY (line 563) | EALREADY = Errno(1104) constant ENOTSOCK (line 564) | ENOTSOCK = Errno(1105) constant EDESTADDRREQ (line 565) | EDESTADDRREQ = Errno(1106) constant EMSGSIZE (line 566) | EMSGSIZE = Errno(1107) constant EPROTOTYPE (line 567) | EPROTOTYPE = Errno(1108) constant ENOPROTOOPT (line 568) | ENOPROTOOPT = Errno(1109) constant EPROTONOSUPPORT (line 569) | EPROTONOSUPPORT = Errno(1110) constant ESOCKTNOSUPPORT (line 570) | ESOCKTNOSUPPORT = Errno(1111) constant EOPNOTSUPP (line 571) | EOPNOTSUPP = Errno(1112) constant EPFNOSUPPORT (line 572) | EPFNOSUPPORT = Errno(1113) constant EAFNOSUPPORT (line 573) | EAFNOSUPPORT = Errno(1114) constant EADDRINUSE (line 574) | EADDRINUSE = Errno(1115) constant EADDRNOTAVAIL (line 575) | EADDRNOTAVAIL = Errno(1116) constant ENETDOWN (line 576) | ENETDOWN = Errno(1117) constant ENETUNREACH (line 577) | ENETUNREACH = Errno(1118) constant ENETRESET (line 578) | ENETRESET = Errno(1119) constant ECONNABORTED (line 579) | ECONNABORTED = Errno(1120) constant ECONNRESET (line 580) | ECONNRESET = Errno(1121) constant ENOBUFS (line 581) | ENOBUFS = Errno(1122) constant EISCONN (line 582) | EISCONN = Errno(1123) constant ENOTCONN (line 583) | ENOTCONN = Errno(1124) constant ESHUTDOWN (line 584) | ESHUTDOWN = Errno(1125) constant ETOOMANYREFS (line 585) | ETOOMANYREFS = Errno(1126) constant ETIMEDOUT (line 586) | ETIMEDOUT = Errno(1127) constant ECONNREFUSED (line 587) | ECONNREFUSED = Errno(1128) constant EHOSTDOWN (line 588) | EHOSTDOWN = Errno(1129) constant EHOSTUNREACH (line 589) | EHOSTUNREACH = Errno(1130) constant EPROCLIM (line 590) | EPROCLIM = Errno(1131) constant EUSERS (line 591) | EUSERS = Errno(1132) constant EDQUOT (line 592) | EDQUOT = Errno(1133) constant ESTALE (line 593) | ESTALE = Errno(1134) constant EREMOTE (line 594) | EREMOTE = Errno(1135) constant ENOSTR (line 595) | ENOSTR = Errno(1136) constant ETIME (line 596) | ETIME = Errno(1137) constant ENOSR (line 597) | ENOSR = Errno(1138) constant ENOMSG (line 598) | ENOMSG = Errno(1139) constant EBADMSG (line 599) | EBADMSG = Errno(1140) constant EIDRM (line 600) | EIDRM = Errno(1141) constant ENONET (line 601) | ENONET = Errno(1142) constant ERREMOTE (line 602) | ERREMOTE = Errno(1143) constant ENOLINK (line 603) | ENOLINK = Errno(1144) constant EADV (line 604) | EADV = Errno(1145) constant ESRMNT (line 605) | ESRMNT = Errno(1146) constant ECOMM (line 606) | ECOMM = Errno(1147) constant EPROTO (line 607) | EPROTO = Errno(1148) constant EMULTIHOP (line 608) | EMULTIHOP = Errno(1149) constant EDOTDOT (line 609) | EDOTDOT = Errno(1150) constant EREMCHG (line 610) | EREMCHG = Errno(1151) constant ECANCELED (line 611) | ECANCELED = Errno(1152) constant EINTRNODATA (line 612) | EINTRNODATA = Errno(1159) constant ENOREUSE (line 613) | ENOREUSE = Errno(1160) constant ENOMOVE (line 614) | ENOMOVE = Errno(1161) constant SIGHUP (line 619) | SIGHUP = Signal(1) constant SIGINT (line 620) | SIGINT = Signal(2) constant SIGABRT (line 621) | SIGABRT = Signal(3) constant SIGILL (line 622) | SIGILL = Signal(4) constant SIGPOLL (line 623) | SIGPOLL = Signal(5) constant SIGURG (line 624) | SIGURG = Signal(6) constant SIGSTOP (line 625) | SIGSTOP = Signal(7) constant SIGFPE (line 626) | SIGFPE = Signal(8) constant SIGKILL (line 627) | SIGKILL = Signal(9) constant SIGBUS (line 628) | SIGBUS = Signal(10) constant SIGSEGV (line 629) | SIGSEGV = Signal(11) constant SIGSYS (line 630) | SIGSYS = Signal(12) constant SIGPIPE (line 631) | SIGPIPE = Signal(13) constant SIGALRM (line 632) | SIGALRM = Signal(14) constant SIGTERM (line 633) | SIGTERM = Signal(15) constant SIGUSR1 (line 634) | SIGUSR1 = Signal(16) constant SIGUSR2 (line 635) | SIGUSR2 = Signal(17) constant SIGABND (line 636) | SIGABND = Signal(18) constant SIGCONT (line 637) | SIGCONT = Signal(19) constant SIGCHLD (line 638) | SIGCHLD = Signal(20) constant SIGTTIN (line 639) | SIGTTIN = Signal(21) constant SIGTTOU (line 640) | SIGTTOU = Signal(22) constant SIGIO (line 641) | SIGIO = Signal(23) constant SIGQUIT (line 642) | SIGQUIT = Signal(24) constant SIGTSTP (line 643) | SIGTSTP = Signal(25) constant SIGTRAP (line 644) | SIGTRAP = Signal(26) constant SIGIOERR (line 645) | SIGIOERR = Signal(27) constant SIGWINCH (line 646) | SIGWINCH = Signal(28) constant SIGXCPU (line 647) | SIGXCPU = Signal(29) constant SIGXFSZ (line 648) | SIGXFSZ = Signal(30) constant SIGVTALRM (line 649) | SIGVTALRM = Signal(31) constant SIGPROF (line 650) | SIGPROF = Signal(32) constant SIGDANGER (line 651) | SIGDANGER = Signal(33) constant SIGTHSTOP (line 652) | SIGTHSTOP = Signal(34) constant SIGTHCONT (line 653) | SIGTHCONT = Signal(35) constant SIGTRACE (line 654) | SIGTRACE = Signal(37) constant SIGDCE (line 655) | SIGDCE = Signal(38) constant SIGDUMP (line 656) | SIGDUMP = Signal(39) FILE: vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go type PtraceRegsArm (line 12) | type PtraceRegsArm struct function PtraceGetRegsArm (line 17) | func PtraceGetRegsArm(pid int, regsout *PtraceRegsArm) error { function PtraceSetRegsArm (line 22) | func PtraceSetRegsArm(pid int, regs *PtraceRegsArm) error { type PtraceRegsArm64 (line 27) | type PtraceRegsArm64 struct function PtraceGetRegsArm64 (line 35) | func PtraceGetRegsArm64(pid int, regsout *PtraceRegsArm64) error { function PtraceSetRegsArm64 (line 40) | func PtraceSetRegsArm64(pid int, regs *PtraceRegsArm64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go function PtraceGetRegSetArm64 (line 8) | func PtraceGetRegSetArm64(pid, addr int, regsout *PtraceRegsArm64) error { function PtraceSetRegSetArm64 (line 14) | func PtraceSetRegSetArm64(pid, addr int, regs *PtraceRegsArm64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go type PtraceRegsMips (line 12) | type PtraceRegsMips struct function PtraceGetRegsMips (line 23) | func PtraceGetRegsMips(pid int, regsout *PtraceRegsMips) error { function PtraceSetRegsMips (line 28) | func PtraceSetRegsMips(pid int, regs *PtraceRegsMips) error { type PtraceRegsMips64 (line 33) | type PtraceRegsMips64 struct function PtraceGetRegsMips64 (line 44) | func PtraceGetRegsMips64(pid int, regsout *PtraceRegsMips64) error { function PtraceSetRegsMips64 (line 49) | func PtraceSetRegsMips64(pid int, regs *PtraceRegsMips64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go type PtraceRegsMipsle (line 12) | type PtraceRegsMipsle struct function PtraceGetRegsMipsle (line 23) | func PtraceGetRegsMipsle(pid int, regsout *PtraceRegsMipsle) error { function PtraceSetRegsMipsle (line 28) | func PtraceSetRegsMipsle(pid int, regs *PtraceRegsMipsle) error { type PtraceRegsMips64le (line 33) | type PtraceRegsMips64le struct function PtraceGetRegsMips64le (line 44) | func PtraceGetRegsMips64le(pid int, regsout *PtraceRegsMips64le) error { function PtraceSetRegsMips64le (line 49) | func PtraceSetRegsMips64le(pid int, regs *PtraceRegsMips64le) error { FILE: vendor/golang.org/x/sys/unix/zptrace_x86_linux.go type PtraceRegs386 (line 12) | type PtraceRegs386 struct function PtraceGetRegs386 (line 33) | func PtraceGetRegs386(pid int, regsout *PtraceRegs386) error { function PtraceSetRegs386 (line 38) | func PtraceSetRegs386(pid int, regs *PtraceRegs386) error { type PtraceRegsAmd64 (line 43) | type PtraceRegsAmd64 struct function PtraceGetRegsAmd64 (line 74) | func PtraceGetRegsAmd64(pid int, regsout *PtraceRegsAmd64) error { function PtraceSetRegsAmd64 (line 79) | func PtraceSetRegsAmd64(pid int, regs *PtraceRegsAmd64) error { FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go function utimes (line 139) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 150) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 161) | func getcwd(buf []byte) (err error) { function accept (line 177) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 188) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 205) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 216) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 226) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function FcntlInt (line 236) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 247) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 257) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 268) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 278) | func Acct(path string) (err error) { function Chdir (line 289) | func Chdir(path string) (err error) { function Chroot (line 300) | func Chroot(path string) (err error) { function Close (line 311) | func Close(fd int) (err error) { function Dup (line 321) | func Dup(oldfd int) (fd int, err error) { function Exit (line 332) | func Exit(code int) { function Faccessat (line 339) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 350) | func Fchdir(fd int) (err error) { function Fchmod (line 360) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 370) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 381) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 392) | func Fdatasync(fd int) (err error) { function Getpgid (line 402) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 413) | func Getpgrp() (pid int) { function Getpid (line 421) | func Getpid() (pid int) { function Getppid (line 429) | func Getppid() (ppid int) { function Getpriority (line 437) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 448) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 458) | func Getsid(pid int) (sid int, err error) { function Kill (line 469) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 479) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 496) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 507) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 518) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 529) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 540) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 551) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 561) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 573) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 585) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 602) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 620) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 632) | func Setdomainname(p []byte) (err error) { function Sethostname (line 648) | func Sethostname(p []byte) (err error) { function Setpgid (line 664) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 674) | func Setsid() (pid int, err error) { function Settimeofday (line 685) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 695) | func Setuid(uid int) (err error) { function Setgid (line 705) | func Setgid(uid int) (err error) { function Setpriority (line 715) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 725) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 736) | func Sync() { function Times (line 743) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 754) | func Umask(mask int) (oldmask int) { function Uname (line 762) | func Uname(buf *Utsname) (err error) { function Unlink (line 772) | func Unlink(path string) (err error) { function Unlinkat (line 783) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 794) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 804) | func write(fd int, p []byte) (n int, err error) { function readlen (line 821) | func readlen(fd int, p *byte, np int) (n int, err error) { function writelen (line 832) | func writelen(fd int, p *byte, np int) (n int, err error) { function Dup2 (line 843) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 853) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 863) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 873) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 883) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 894) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 904) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 914) | func Getegid() (egid int) { function Geteuid (line 922) | func Geteuid() (euid int) { function Getgid (line 930) | func Getgid() (gid int) { function Getuid (line 938) | func Getuid() (uid int) { function Lchown (line 946) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 957) | func Listen(s int, n int) (err error) { function lstat (line 967) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 978) | func Pause() (err error) { function pread (line 988) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1005) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 1022) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 1033) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 1044) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1054) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 1064) | func Shutdown(fd int, how int) (err error) { function Splice (line 1074) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1085) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1096) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1107) | func Truncate(path string, length int64) (err error) { function bind (line 1118) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1128) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1138) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1149) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1159) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1169) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1179) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1200) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1210) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1220) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1237) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1253) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1264) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1275) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1285) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1301) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1317) | func Mlock(b []byte) (err error) { function Mlockall (line 1333) | func Mlockall(flags int) (err error) { function Msync (line 1343) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1359) | func Munlock(b []byte) (err error) { function Munlockall (line 1375) | func Munlockall() (err error) { function pipe (line 1385) | func pipe(p *[2]_C_int) (err error) { function poll (line 1395) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1406) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1416) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1427) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1438) | func Getsystemcfg(label int) (n uint64) { function umount (line 1446) | func umount(target string) (err error) { function Getrlimit (line 1457) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 1467) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1477) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1488) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go function utimes (line 15) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 30) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 45) | func getcwd(buf []byte) (err error) { function accept (line 59) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 70) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 85) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 96) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 106) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function FcntlInt (line 116) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 127) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 137) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 148) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 158) | func Acct(path string) (err error) { function Chdir (line 173) | func Chdir(path string) (err error) { function Chroot (line 188) | func Chroot(path string) (err error) { function Close (line 203) | func Close(fd int) (err error) { function Dup (line 213) | func Dup(oldfd int) (fd int, err error) { function Exit (line 224) | func Exit(code int) { function Faccessat (line 231) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 246) | func Fchdir(fd int) (err error) { function Fchmod (line 256) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 266) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 281) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 296) | func Fdatasync(fd int) (err error) { function Getpgid (line 306) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 317) | func Getpgrp() (pid int) { function Getpid (line 325) | func Getpid() (pid int) { function Getppid (line 333) | func Getppid() (ppid int) { function Getpriority (line 341) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 352) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 362) | func Getsid(pid int) (sid int, err error) { function Kill (line 373) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 383) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 398) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 413) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 428) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 443) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 458) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 473) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 483) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 499) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 515) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 530) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 550) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 570) | func Setdomainname(p []byte) (err error) { function Sethostname (line 584) | func Sethostname(p []byte) (err error) { function Setpgid (line 598) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 608) | func Setsid() (pid int, err error) { function Settimeofday (line 619) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 629) | func Setuid(uid int) (err error) { function Setgid (line 639) | func Setgid(uid int) (err error) { function Setpriority (line 649) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 659) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 674) | func Sync() { function Times (line 681) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 692) | func Umask(mask int) (oldmask int) { function Uname (line 700) | func Uname(buf *Utsname) (err error) { function Unlink (line 710) | func Unlink(path string) (err error) { function Unlinkat (line 725) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 740) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 750) | func write(fd int, p []byte) (n int, err error) { function readlen (line 765) | func readlen(fd int, p *byte, np int) (n int, err error) { function writelen (line 776) | func writelen(fd int, p *byte, np int) (n int, err error) { function Dup2 (line 787) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 797) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 807) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 817) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 827) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 842) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 852) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 862) | func Getegid() (egid int) { function Geteuid (line 870) | func Geteuid() (euid int) { function Getgid (line 878) | func Getgid() (gid int) { function Getuid (line 886) | func Getuid() (uid int) { function Lchown (line 894) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 909) | func Listen(s int, n int) (err error) { function lstat (line 919) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 934) | func Pause() (err error) { function pread (line 944) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 959) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 974) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 985) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 996) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1006) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 1016) | func Shutdown(fd int, how int) (err error) { function Splice (line 1026) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1037) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1052) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1067) | func Truncate(path string, length int64) (err error) { function bind (line 1082) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1092) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1102) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1113) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1123) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1143) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1154) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1164) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1174) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1184) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1199) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1213) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1224) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1235) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1245) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1259) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1273) | func Mlock(b []byte) (err error) { function Mlockall (line 1287) | func Mlockall(flags int) (err error) { function Msync (line 1297) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1311) | func Munlock(b []byte) (err error) { function Munlockall (line 1325) | func Munlockall() (err error) { function pipe (line 1335) | func pipe(p *[2]_C_int) (err error) { function poll (line 1345) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1356) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1366) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1377) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1392) | func Getsystemcfg(label int) (n uint64) { function umount (line 1400) | func umount(target string) (err error) { function Getrlimit (line 1415) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Setrlimit (line 1425) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1435) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1446) | 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 249) | type syscallFunc function rawSyscall6 (line 372) | func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ui... function syscall6 (line 373) | func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function callutimes (line 377) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 384) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 391) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 398) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 405) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 412) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 419) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 426) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 433) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 440) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 447) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 454) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 461) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 468) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 475) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 482) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 489) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 496) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 503) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 510) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 517) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 524) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 531) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 538) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 545) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 552) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 559) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 566) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 573) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 580) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 587) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 594) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 601) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 608) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 615) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 622) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 629) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 636) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 643) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 650) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 657) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 664) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 671) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 678) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 685) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 692) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 699) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 706) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 713) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 720) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 727) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 734) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 741) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 748) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 755) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 762) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 769) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 776) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 783) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 790) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 797) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 804) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 811) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 818) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 825) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 832) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 839) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 846) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 853) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 860) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 867) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 874) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 881) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 888) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 895) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 902) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 909) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 916) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 923) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 930) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 937) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 944) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 951) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 958) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 965) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 972) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 979) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 986) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 993) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 1000) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 1007) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 1014) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 1021) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 1028) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 1035) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 1042) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 1049) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 1056) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 1063) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 1070) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 1077) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 1084) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 1091) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 1098) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 1105) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 1112) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 1119) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 1126) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1133) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1140) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1147) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1154) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1161) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1168) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1175) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function callsetrlimit (line 1182) | func callsetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1189) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1196) | func callmmap64(addr uintptr, length uintptr, prot int, flags int, fd in... FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go function callutimes (line 138) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 146) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 154) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 162) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 170) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 178) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 186) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 194) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 202) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 210) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 218) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 226) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 234) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 242) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 250) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 258) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 266) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 274) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 282) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 290) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 298) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 306) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 314) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 322) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 330) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 338) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 346) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 354) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 362) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 370) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 378) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 386) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 394) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 402) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 410) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 418) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 426) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 434) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 442) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 450) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 458) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 466) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 474) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 482) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 490) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 498) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 506) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 514) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 522) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 530) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 538) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 546) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 554) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 562) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 570) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 578) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 586) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 594) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 602) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 610) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 618) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 626) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 634) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 642) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 650) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 658) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 666) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 674) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 682) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 690) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 698) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 706) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 714) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 722) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 730) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 738) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 746) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 754) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 762) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 770) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 778) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 786) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 794) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 802) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 810) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 818) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 826) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 834) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 842) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 850) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 858) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 866) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 874) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 882) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 890) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 898) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 906) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 914) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 922) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 930) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 938) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 946) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 954) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 962) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 970) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 978) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 986) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 994) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1002) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1010) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1018) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1026) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1034) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1042) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1050) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function callsetrlimit (line 1058) | func callsetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1066) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1074) | func callmmap64(addr uintptr, length uintptr, prot int, flags int, fd in... FILE: vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function closedir (line 466) | func closedir(dir uintptr) (err error) { function readdir_r (line 480) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 492) | func pipe(p *[2]int32) (err error) { function getxattr (line 506) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 531) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 551) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 575) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 594) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 618) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 637) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 657) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 672) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 691) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 706) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 720) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 728) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 742) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 762) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 776) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 791) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 806) | func shmdt(addr uintptr) (err error) { function shmget (line 820) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 835) | func Access(path string, mode uint32) (err error) { function Adjtime (line 854) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 868) | func Chdir(path string) (err error) { function Chflags (line 887) | func Chflags(path string, flags int) (err error) { function Chmod (line 906) | func Chmod(path string, mode uint32) (err error) { function Chown (line 925) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 944) | func Chroot(path string) (err error) { function ClockGettime (line 963) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 977) | func Close(fd int) (err error) { function Clonefile (line 991) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1015) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1039) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1054) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1068) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1092) | func Exit(code int) { function Faccessat (line 1103) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1122) | func Fchdir(fd int) (err error) { function Fchflags (line 1136) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1150) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1164) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1183) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1197) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1216) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1235) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1249) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1264) | func Fsync(fd int) (err error) { function Ftruncate (line 1278) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1292) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1313) | func Getdtablesize() (size int) { function Getegid (line 1325) | func Getegid() (egid int) { function Geteuid (line 1337) | func Geteuid() (uid int) { function Getgid (line 1349) | func Getgid() (gid int) { function Getpgid (line 1361) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1376) | func Getpgrp() (pgrp int) { function Getpid (line 1388) | func Getpid() (pid int) { function Getppid (line 1400) | func Getppid() (ppid int) { function Getpriority (line 1412) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1427) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1441) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1455) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1470) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1484) | func Getuid() (uid int) { function Issetugid (line 1496) | func Issetugid() (tainted bool) { function Kqueue (line 1508) | func Kqueue() (fd int, err error) { function Lchown (line 1523) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1542) | func Link(path string, link string) (err error) { function Linkat (line 1566) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1590) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1604) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1623) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1642) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1661) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1680) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1704) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1724) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1744) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1764) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1785) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1806) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1827) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1853) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1879) | func Rename(from string, to string) (err error) { function Renameat (line 1903) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1927) | func Revoke(path string) (err error) { function Rmdir (line 1946) | func Rmdir(path string) (err error) { function Seek (line 1965) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1980) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1995) | func Setegid(egid int) (err error) { function Seteuid (line 2009) | func Seteuid(euid int) (err error) { function Setgid (line 2023) | func Setgid(gid int) (err error) { function Setlogin (line 2037) | func Setlogin(name string) (err error) { function Setpgid (line 2056) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2070) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2084) | func Setprivexec(flag int) (err error) { function Setregid (line 2098) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2112) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 2126) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 2140) | func Setsid() (pid int, err error) { function Settimeofday (line 2155) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2169) | func Setuid(uid int) (err error) { function Symlink (line 2183) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2207) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2231) | func Sync() (err error) { function Truncate (line 2245) | func Truncate(path string, length int64) (err error) { function Umask (line 2264) | func Umask(newmask int) (oldmask int) { function Undelete (line 2276) | func Undelete(path string) (err error) { function Unlink (line 2295) | func Unlink(path string) (err error) { function Unlinkat (line 2314) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2333) | func Unmount(path string, flags int) (err error) { function write (line 2352) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2373) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2388) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2402) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2413) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function Fstat (line 2424) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2438) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2457) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2471) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2486) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2505) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function ptrace1Ptr (line 2513) | func ptrace1Ptr(request int, pid int, addr uintptr, data unsafe.Pointer)... function Stat (line 2527) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2546) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function closedir (line 466) | func closedir(dir uintptr) (err error) { function readdir_r (line 480) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 492) | func pipe(p *[2]int32) (err error) { function getxattr (line 506) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 531) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 551) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 575) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 594) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 618) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 637) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 657) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 672) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 691) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 706) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 720) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 728) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 742) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 762) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 776) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 791) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 806) | func shmdt(addr uintptr) (err error) { function shmget (line 820) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 835) | func Access(path string, mode uint32) (err error) { function Adjtime (line 854) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 868) | func Chdir(path string) (err error) { function Chflags (line 887) | func Chflags(path string, flags int) (err error) { function Chmod (line 906) | func Chmod(path string, mode uint32) (err error) { function Chown (line 925) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 944) | func Chroot(path string) (err error) { function ClockGettime (line 963) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 977) | func Close(fd int) (err error) { function Clonefile (line 991) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1015) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1039) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1054) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1068) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1092) | func Exit(code int) { function Faccessat (line 1103) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1122) | func Fchdir(fd int) (err error) { function Fchflags (line 1136) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1150) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1164) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1183) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1197) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1216) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1235) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1249) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1264) | func Fsync(fd int) (err error) { function Ftruncate (line 1278) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1292) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1313) | func Getdtablesize() (size int) { function Getegid (line 1325) | func Getegid() (egid int) { function Geteuid (line 1337) | func Geteuid() (uid int) { function Getgid (line 1349) | func Getgid() (gid int) { function Getpgid (line 1361) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1376) | func Getpgrp() (pgrp int) { function Getpid (line 1388) | func Getpid() (pid int) { function Getppid (line 1400) | func Getppid() (ppid int) { function Getpriority (line 1412) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1427) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1441) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1455) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1470) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1484) | func Getuid() (uid int) { function Issetugid (line 1496) | func Issetugid() (tainted bool) { function Kqueue (line 1508) | func Kqueue() (fd int, err error) { function Lchown (line 1523) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1542) | func Link(path string, link string) (err error) { function Linkat (line 1566) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1590) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1604) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1623) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1642) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1661) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1680) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1704) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1724) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1744) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1764) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1785) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1806) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1827) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1853) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1879) | func Rename(from string, to string) (err error) { function Renameat (line 1903) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1927) | func Revoke(path string) (err error) { function Rmdir (line 1946) | func Rmdir(path string) (err error) { function Seek (line 1965) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1980) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1995) | func Setegid(egid int) (err error) { function Seteuid (line 2009) | func Seteuid(euid int) (err error) { function Setgid (line 2023) | func Setgid(gid int) (err error) { function Setlogin (line 2037) | func Setlogin(name string) (err error) { function Setpgid (line 2056) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2070) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2084) | func Setprivexec(flag int) (err error) { function Setregid (line 2098) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2112) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 2126) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 2140) | func Setsid() (pid int, err error) { function Settimeofday (line 2155) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2169) | func Setuid(uid int) (err error) { function Symlink (line 2183) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2207) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2231) | func Sync() (err error) { function Truncate (line 2245) | func Truncate(path string, length int64) (err error) { function Umask (line 2264) | func Umask(newmask int) (oldmask int) { function Undelete (line 2276) | func Undelete(path string) (err error) { function Unlink (line 2295) | func Unlink(path string) (err error) { function Unlinkat (line 2314) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2333) | func Unmount(path string, flags int) (err error) { function write (line 2352) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2373) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2388) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2402) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2413) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function Fstat (line 2424) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2438) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2457) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2471) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2486) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2505) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function ptrace1Ptr (line 2513) | func ptrace1Ptr(request int, pid int, addr uintptr, data unsafe.Pointer)... function Stat (line 2527) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2546) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe (line 354) | func pipe() (r int, w int, err error) { function pipe2 (line 366) | func pipe2(p *[2]_C_int, flags int) (r int, w int, err error) { function extpread (line 378) | func extpread(fd int, p []byte, flags int, offset int64) (n int, err err... function extpwrite (line 395) | func extpwrite(fd int, p []byte, flags int, offset int64) (n int, err er... function Getcwd (line 412) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 429) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 439) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 449) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 465) | func Access(path string, mode uint32) (err error) { function Adjtime (line 480) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 490) | func Chdir(path string) (err error) { function Chflags (line 505) | func Chflags(path string, flags int) (err error) { function Chmod (line 520) | func Chmod(path string, mode uint32) (err error) { function Chown (line 535) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 550) | func Chroot(path string) (err error) { function ClockGettime (line 565) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 575) | func Close(fd int) (err error) { function Dup (line 585) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 596) | func Dup2(from int, to int) (err error) { function Exit (line 606) | func Exit(code int) { function Faccessat (line 613) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 628) | func Fchdir(fd int) (err error) { function Fchflags (line 638) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 648) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 658) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 673) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 683) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 698) | func Flock(fd int, how int) (err error) { function Fpathconf (line 708) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 719) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 729) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 744) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 754) | func Fsync(fd int) (err error) { function Ftruncate (line 764) | func Ftruncate(fd int, length int64) (err error) { function Getdents (line 774) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 791) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getdtablesize (line 808) | func Getdtablesize() (size int) { function Getegid (line 816) | func Getegid() (egid int) { function Geteuid (line 824) | func Geteuid() (uid int) { function Getgid (line 832) | func Getgid() (gid int) { function Getpgid (line 840) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 851) | func Getpgrp() (pgrp int) { function Getpid (line 859) | func Getpid() (pid int) { function Getppid (line 867) | func Getppid() (ppid int) { function Getpriority (line 875) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 886) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 896) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 906) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 917) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 927) | func Getuid() (uid int) { function Issetugid (line 935) | func Issetugid() (tainted bool) { function Kill (line 943) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 953) | func Kqueue() (fd int, err error) { function Lchown (line 964) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 979) | func Link(path string, link string) (err error) { function Linkat (line 999) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1019) | func Listen(s int, backlog int) (err error) { function Lstat (line 1029) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1044) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1059) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1074) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1089) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1104) | func Mknodat(fd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1119) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1129) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1145) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1161) | func Pathconf(path string, name int) (val int, err error) { function read (line 1177) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1194) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1216) | func Rename(from string, to string) (err error) { function Renameat (line 1236) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1256) | func Revoke(path string) (err error) { function Rmdir (line 1271) | func Rmdir(path string) (err error) { function Seek (line 1286) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1297) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1308) | func Setegid(egid int) (err error) { function Seteuid (line 1318) | func Seteuid(euid int) (err error) { function Setgid (line 1328) | func Setgid(gid int) (err error) { function Setlogin (line 1338) | func Setlogin(name string) (err error) { function Setpgid (line 1353) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1363) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1373) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1383) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1393) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1403) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1413) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1423) | func Setsid() (pid int, err error) { function Settimeofday (line 1434) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1444) | func Setuid(uid int) (err error) { function Stat (line 1454) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1469) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1484) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1504) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1524) | func Sync() (err error) { function Truncate (line 1534) | func Truncate(path string, length int64) (err error) { function Umask (line 1549) | func Umask(newmask int) (oldmask int) { function Undelete (line 1557) | func Undelete(path string) (err error) { function Unlink (line 1572) | func Unlink(path string) (err error) { function Unlinkat (line 1587) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1602) | func Unmount(path string, flags int) (err error) { function write (line 1617) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1634) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1645) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1655) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1666) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1677) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1688) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1648) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1658) | func Setsid() (pid int, err error) { function Settimeofday (line 1669) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1679) | func Setuid(uid int) (err error) { function Statfs (line 1689) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1704) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1724) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Truncate (line 1754) | func Truncate(path string, length int64) (err error) { function Umask (line 1769) | func Umask(newmask int) (oldmask int) { function Undelete (line 1777) | func Undelete(path string) (err error) { function Unlink (line 1792) | func Unlink(path string) (err error) { function Unlinkat (line 1807) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1822) | func Unmount(path string, flags int) (err error) { function write (line 1837) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1854) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1865) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1875) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1886) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1897) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1908) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1648) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1658) | func Setsid() (pid int, err error) { function Settimeofday (line 1669) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1679) | func Setuid(uid int) (err error) { function Statfs (line 1689) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1704) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1724) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Truncate (line 1754) | func Truncate(path string, length int64) (err error) { function Umask (line 1769) | func Umask(newmask int) (oldmask int) { function Undelete (line 1777) | func Undelete(path string) (err error) { function Unlink (line 1792) | func Unlink(path string) (err error) { function Unlinkat (line 1807) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1822) | func Unmount(path string, flags int) (err error) { function write (line 1837) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1854) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1865) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1875) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1886) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1897) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1908) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1648) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1658) | func Setsid() (pid int, err error) { function Settimeofday (line 1669) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1679) | func Setuid(uid int) (err error) { function Statfs (line 1689) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1704) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1724) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Truncate (line 1754) | func Truncate(path string, length int64) (err error) { function Umask (line 1769) | func Umask(newmask int) (oldmask int) { function Undelete (line 1777) | func Undelete(path string) (err error) { function Unlink (line 1792) | func Unlink(path string) (err error) { function Unlinkat (line 1807) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1822) | func Unmount(path string, flags int) (err error) { function write (line 1837) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1854) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1865) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1875) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1886) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1897) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1908) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1648) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1658) | func Setsid() (pid int, err error) { function Settimeofday (line 1669) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1679) | func Setuid(uid int) (err error) { function Statfs (line 1689) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1704) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1724) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Truncate (line 1754) | func Truncate(path string, length int64) (err error) { function Umask (line 1769) | func Umask(newmask int) (oldmask int) { function Undelete (line 1777) | func Undelete(path string) (err error) { function Unlink (line 1792) | func Unlink(path string) (err error) { function Unlinkat (line 1807) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1822) | func Unmount(path string, flags int) (err error) { function write (line 1837) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1854) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1865) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1875) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1886) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1897) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1908) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1648) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1658) | func Setsid() (pid int, err error) { function Settimeofday (line 1669) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1679) | func Setuid(uid int) (err error) { function Statfs (line 1689) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1704) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1724) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Truncate (line 1754) | func Truncate(path string, length int64) (err error) { function Umask (line 1769) | func Umask(newmask int) (oldmask int) { function Undelete (line 1777) | func Undelete(path string) (err error) { function Unlink (line 1792) | func Unlink(path string) (err error) { function Unlinkat (line 1807) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1822) | func Unmount(path string, flags int) (err error) { function write (line 1837) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1854) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1865) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1875) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1886) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function accept4 (line 1897) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1908) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go function readv (line 35) | func readv(fd int, iovs []Iovec) (n int, err error) { function preadv (line 50) | func preadv(fd int, iovs []Iovec, off int64) (n int, err error) { function writev (line 65) | func writev(fd int, iovs []Iovec) (n int, err error) { function pwritev (line 80) | func pwritev(fd int, iovs []Iovec, off int64) (n int, err error) { function accept4 (line 95) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux.go function FanotifyInit (line 15) | func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error) { function fchmodat (line 26) | func fchmodat(dirfd int, path string, mode uint32) (err error) { function ioctl (line 41) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 51) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function Linkat (line 61) | func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, ... function openat (line 81) | func openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function openat2 (line 97) | func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd in... function pipe2 (line 113) | func pipe2(p *[2]_C_int, flags int) (err error) { function ppoll (line 123) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Readlinkat (line 134) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Symlinkat (line 156) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Unlinkat (line 176) | func Unlinkat(dirfd int, path string, flags int) (err error) { function utimensat (line 191) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function Getcwd (line 206) | func Getcwd(buf []byte) (n int, err error) { function wait4 (line 223) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function Waitid (line 234) | func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusa... function KeyctlInt (line 244) | func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int... function KeyctlBuffer (line 255) | func KeyctlBuffer(cmd int, arg2 int, buf []byte, arg5 int) (ret int, err... function keyctlJoin (line 272) | func keyctlJoin(cmd int, arg2 string) (ret int, err error) { function keyctlSearch (line 288) | func keyctlSearch(cmd int, arg2 int, arg3 string, arg4 string, arg5 int)... function keyctlIOV (line 309) | func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) { function keyctlDH (line 325) | func keyctlDH(cmd int, arg2 *KeyctlDHParams, buf []byte) (ret int, err e... function keyctlRestrictKeyringByType (line 342) | func keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, rest... function keyctlRestrictKeyring (line 362) | func keyctlRestrictKeyring(cmd int, arg2 int) (err error) { function ptrace (line 372) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { function ptracePtr (line 382) | func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) ... function reboot (line 392) | func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) { function mount (line 407) | func mount(source string, target string, fstype string, flags uintptr, d... function mountSetattr (line 432) | func mountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Acct (line 447) | func Acct(path string) (err error) { function AddKey (line 462) | func AddKey(keyType string, description string, payload []byte, ringid i... function Adjtimex (line 489) | func Adjtimex(buf *Timex) (state int, err error) { function Capget (line 500) | func Capget(hdr *CapUserHeader, data *CapUserData) (err error) { function Capset (line 510) | func Capset(hdr *CapUserHeader, data *CapUserData) (err error) { function Chdir (line 520) | func Chdir(path string) (err error) { function Chroot (line 535) | func Chroot(path string) (err error) { function ClockAdjtime (line 550) | func ClockAdjtime(clockid int32, buf *Timex) (state int, err error) { function ClockGetres (line 561) | func ClockGetres(clockid int32, res *Timespec) (err error) { function ClockGettime (line 571) | func ClockGettime(clockid int32, time *Timespec) (err error) { function ClockNanosleep (line 581) | func ClockNanosleep(clockid int32, flags int, request *Timespec, remain ... function Close (line 591) | func Close(fd int) (err error) { function CloseRange (line 601) | func CloseRange(first uint, last uint, flags uint) (err error) { function CopyFileRange (line 611) | func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, ... function DeleteModule (line 622) | func DeleteModule(name string, flags int) (err error) { function Dup (line 637) | func Dup(oldfd int) (fd int, err error) { function Dup3 (line 648) | func Dup3(oldfd int, newfd int, flags int) (err error) { function EpollCreate1 (line 658) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 669) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function Eventfd (line 679) | func Eventfd(initval uint, flags int) (fd int, err error) { function Exit (line 690) | func Exit(code int) { function Fchdir (line 697) | func Fchdir(fd int) (err error) { function Fchmod (line 707) | func Fchmod(fd int, mode uint32) (err error) { function Fchownat (line 717) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 732) | func Fdatasync(fd int) (err error) { function Fgetxattr (line 742) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function FinitModule (line 764) | func FinitModule(fd int, params string, flags int) (err error) { function Flistxattr (line 779) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Flock (line 796) | func Flock(fd int, how int) (err error) { function Fremovexattr (line 806) | func Fremovexattr(fd int, attr string) (err error) { function Fsetxattr (line 821) | func Fsetxattr(fd int, attr string, dest []byte, flags int) (err error) { function Fsync (line 842) | func Fsync(fd int) (err error) { function Fsmount (line 852) | func Fsmount(fd int, flags int, mountAttrs int) (fsfd int, err error) { function Fsopen (line 863) | func Fsopen(fsName string, flags int) (fd int, err error) { function Fspick (line 879) | func Fspick(dirfd int, pathName string, flags int) (fd int, err error) { function Getdents (line 895) | func Getdents(fd int, buf []byte) (n int, err error) { function Getpgid (line 912) | func Getpgid(pid int) (pgid int, err error) { function Getpid (line 923) | func Getpid() (pid int) { function Getppid (line 931) | func Getppid() (ppid int) { function Getpriority (line 939) | func Getpriority(which int, who int) (prio int, err error) { function Getrandom (line 950) | func Getrandom(buf []byte, flags int) (n int, err error) { function Getrusage (line 967) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 977) | func Getsid(pid int) (sid int, err error) { function Gettid (line 988) | func Gettid() (tid int) { function Getxattr (line 996) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function InitModule (line 1023) | func InitModule(moduleImage []byte, params string) (err error) { function InotifyAddWatch (line 1044) | func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc in... function InotifyInit1 (line 1060) | func InotifyInit1(flags int) (fd int, err error) { function InotifyRmWatch (line 1071) | func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { function Kill (line 1082) | func Kill(pid int, sig syscall.Signal) (err error) { function Klogctl (line 1092) | func Klogctl(typ int, buf []byte) (n int, err error) { function Lgetxattr (line 1109) | func Lgetxattr(path string, attr string, dest []byte) (sz int, err error) { function Listxattr (line 1136) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 1158) | func Llistxattr(path string, dest []byte) (sz int, err error) { function Lremovexattr (line 1180) | func Lremovexattr(path string, attr string) (err error) { function Lsetxattr (line 1200) | func Lsetxattr(path string, attr string, data []byte, flags int) (err er... function MemfdCreate (line 1226) | func MemfdCreate(name string, flags int) (fd int, err error) { function Mkdirat (line 1242) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mknodat (line 1257) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function MoveMount (line 1272) | func MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathNa... function Nanosleep (line 1292) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function OpenTree (line 1302) | func OpenTree(dfd int, fileName string, flags uint) (r int, err error) { function PerfEventOpen (line 1318) | func PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, f... function PivotRoot (line 1329) | func PivotRoot(newroot string, putold string) (err error) { function Prlimit (line 1349) | func Prlimit(pid int, resource int, newlimit *Rlimit, old *Rlimit) (err ... function Prctl (line 1359) | func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 ui... function Pselect (line 1369) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function read (line 1380) | func read(fd int, p []byte) (n int, err error) { function Removexattr (line 1397) | func Removexattr(path string, attr string) (err error) { function Renameat2 (line 1417) | func Renameat2(olddirfd int, oldpath string, newdirfd int, newpath strin... function RequestKey (line 1437) | func RequestKey(keyType string, description string, callback string, des... function Setdomainname (line 1463) | func Setdomainname(p []byte) (err error) { function Sethostname (line 1479) | func Sethostname(p []byte) (err error) { function Setpgid (line 1495) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 1505) | func Setsid() (pid int, err error) { function Settimeofday (line 1516) | func Settimeofday(tv *Timeval) (err error) { function Setns (line 1526) | func Setns(fd int, nstype int) (err error) { function Setpriority (line 1536) | func Setpriority(which int, who int, prio int) (err error) { function Setxattr (line 1546) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function signalfd (line 1572) | func signalfd(fd int, sigmask *Sigset_t, maskSize uintptr, flags int) (n... function Statx (line 1583) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 1598) | func Sync() { function Syncfs (line 1605) | func Syncfs(fd int) (err error) { function Sysinfo (line 1615) | func Sysinfo(info *Sysinfo_t) (err error) { function TimerfdCreate (line 1625) | func TimerfdCreate(clockid int, flags int) (fd int, err error) { function TimerfdGettime (line 1636) | func TimerfdGettime(fd int, currValue *ItimerSpec) (err error) { function TimerfdSettime (line 1646) | func TimerfdSettime(fd int, flags int, newValue *ItimerSpec, oldValue *I... function Tgkill (line 1656) | func Tgkill(tgid int, tid int, sig syscall.Signal) (err error) { function Times (line 1666) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 1677) | func Umask(mask int) (oldmask int) { function Uname (line 1685) | func Uname(buf *Utsname) (err error) { function Unmount (line 1695) | func Unmount(target string, flags int) (err error) { function Unshare (line 1710) | func Unshare(flags int) (err error) { function write (line 1720) | func write(fd int, p []byte) (n int, err error) { function exitThread (line 1737) | func exitThread(code int) (err error) { function readlen (line 1747) | func readlen(fd int, p *byte, np int) (n int, err error) { function writelen (line 1758) | func writelen(fd int, p *byte, np int) (n int, err error) { function readv (line 1769) | func readv(fd int, iovs []Iovec) (n int, err error) { function writev (line 1786) | func writev(fd int, iovs []Iovec) (n int, err error) { function preadv (line 1803) | func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int... function pwritev (line 1820) | func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n in... function preadv2 (line 1837) | func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags... function pwritev2 (line 1854) | func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flag... function munmap (line 1871) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1881) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1897) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1913) | func Mlock(b []byte) (err error) { function Mlockall (line 1929) | func Mlockall(flags int) (err error) { function Msync (line 1939) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1955) | func Munlock(b []byte) (err error) { function Munlockall (line 1971) | func Munlockall() (err error) { function faccessat (line 1981) | func faccessat(dirfd int, path string, mode uint32) (err error) { function Faccessat2 (line 1996) | func Faccessat2(dirfd int, path string, mode uint32, flags int) (err err... function nameToHandleAt (line 2011) | func nameToHandleAt(dirFD int, pathname string, fh *fileHandle, mountID ... function openByHandleAt (line 2026) | func openByHandleAt(mountFD int, fh *fileHandle, flags int) (fd int, err... function ProcessVMReadv (line 2037) | func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, ... function ProcessVMWritev (line 2060) | func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec,... function PidfdOpen (line 2083) | func PidfdOpen(pid int, flags int) (fd int, err error) { function PidfdGetfd (line 2094) | func PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) { function PidfdSendSignal (line 2105) | func PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (e... function shmat (line 2115) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 2126) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 2137) | func shmdt(addr uintptr) (err error) { function shmget (line 2147) | func shmget(key int, size int, flag int) (id int, err error) { function getitimer (line 2158) | func getitimer(which int, currValue *Itimerval) (err error) { function setitimer (line 2168) | func setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err... function rtSigprocmask (line 2178) | func rtSigprocmask(how int, set *Sigset_t, oldset *Sigset_t, sigsetsize ... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_386.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 111) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 121) | func Getegid() (egid int) { function Geteuid (line 129) | func Geteuid() (euid int) { function Getgid (line 137) | func Getgid() (gid int) { function Getuid (line 145) | func Getuid() (uid int) { function Ioperm (line 153) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 163) | func Iopl(level int) (err error) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function pread (line 203) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 220) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 237) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 257) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 268) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 279) | func setfsuid(uid int) (prev int, err error) { function Splice (line 290) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 301) | func Stat(path string, stat *Stat_t) (err error) { function SyncFileRange (line 316) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 326) | func Truncate(path string, length int64) (err error) { function Ustat (line 341) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 351) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 362) | func setgroups(n int, list *_Gid_t) (err error) { function Select (line 372) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function mmap2 (line 383) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function Pause (line 394) | func Pause() (err error) { function getrlimit (line 404) | func getrlimit(resource int, rlim *rlimit32) (err error) { function setrlimit (line 414) | func setrlimit(resource int, rlim *rlimit32) (err error) { function futimesat (line 424) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 439) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 449) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 460) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 475) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 490) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function MemfdSecret (line 218) | func MemfdSecret(flags int) (fd int, err error) { function Pause (line 229) | func Pause() (err error) { function pread (line 239) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 256) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 273) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 293) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 304) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 315) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 326) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 337) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 347) | func Shutdown(fd int, how int) (err error) { function Splice (line 357) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 368) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 383) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 393) | func Truncate(path string, length int64) (err error) { function Ustat (line 408) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 418) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 429) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 439) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 449) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 460) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 470) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 480) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 490) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 501) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 511) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 521) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 531) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 548) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 564) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 575) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 586) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 597) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Utime (line 612) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 627) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 642) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 657) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function accept4 (line 49) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 60) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 70) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 80) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 91) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 101) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 111) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 121) | func socket(domain int, typ int, proto int) (fd int, err error) { function getpeername (line 132) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 142) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socketpair (line 185) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function recvmsg (line 195) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 206) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function EpollWait (line 217) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 234) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 244) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 254) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Getegid (line 269) | func Getegid() (egid int) { function Geteuid (line 277) | func Geteuid() (euid int) { function Getgid (line 285) | func Getgid() (gid int) { function Getuid (line 293) | func Getuid() (uid int) { function Lchown (line 301) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 316) | func Listen(s int, n int) (err error) { function Lstat (line 326) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 341) | func Pause() (err error) { function Renameat (line 351) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 371) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Select (line 382) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function setfsgid (line 393) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 404) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 415) | func Shutdown(fd int, how int) (err error) { function Splice (line 425) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 436) | func Stat(path string, stat *Stat_t) (err error) { function Ustat (line 451) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function futimesat (line 461) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 476) | func Gettimeofday(tv *Timeval) (err error) { function utimes (line 486) | func utimes(path string, times *[2]Timeval) (err error) { function pread (line 501) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 518) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Truncate (line 535) | func Truncate(path string, length int64) (err error) { function Ftruncate (line 550) | func Ftruncate(fd int, length int64) (err error) { function mmap2 (line 560) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 571) | func getrlimit(resource int, rlim *rlimit32) (err error) { function setrlimit (line 581) | func setrlimit(resource int, rlim *rlimit32) (err error) { function armSyncFileRange (line 591) | func armSyncFileRange(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 601) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function getrlimit (line 155) | func getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Listen (line 173) | func Listen(s int, n int) (err error) { function MemfdSecret (line 183) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 194) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 211) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 228) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 248) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 259) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 270) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 281) | func setfsuid(uid int) (prev int, err error) { function setrlimit (line 292) | func setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 302) | func Shutdown(fd int, how int) (err error) { function Splice (line 312) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 323) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 338) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 348) | func Truncate(path string, length int64) (err error) { function accept4 (line 363) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 374) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 384) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 394) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 405) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 415) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 425) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 435) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 446) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 456) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 466) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 476) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 493) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 509) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 520) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 531) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 542) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 552) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getuid (line 130) | func Getuid() (uid int) { function Listen (line 138) | func Listen(s int, n int) (err error) { function pread (line 148) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 165) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 182) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 193) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 204) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 215) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 226) | func Shutdown(fd int, how int) (err error) { function Splice (line 236) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 247) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 262) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 272) | func Truncate(path string, length int64) (err error) { function accept4 (line 287) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 298) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 308) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 318) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 329) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 339) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 349) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 359) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 370) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 380) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 390) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 400) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 417) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 433) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 444) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 455) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 466) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 476) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 86) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 96) | func Getegid() (egid int) { function Geteuid (line 104) | func Geteuid() (euid int) { function Getgid (line 112) | func Getgid() (gid int) { function Getuid (line 120) | func Getuid() (uid int) { function Lchown (line 128) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 143) | func Listen(s int, n int) (err error) { function pread (line 153) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 170) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 187) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 207) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 218) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 229) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 240) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 251) | func Shutdown(fd int, how int) (err error) { function Splice (line 261) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 272) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 282) | func Truncate(path string, length int64) (err error) { function Ustat (line 297) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 307) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 318) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 328) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 338) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 349) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 359) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 369) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 379) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 390) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 400) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 410) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 420) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 437) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 453) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 464) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 475) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 485) | func Iopl(level int) (err error) { function futimesat (line 495) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 510) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 520) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 531) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 546) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 561) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 576) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 586) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 601) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 616) | func Pause() (err error) { function mmap2 (line 626) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 637) | func getrlimit(resource int, rlim *rlimit32) (err error) { function setrlimit (line 647) | func setrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 657) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getrlimit (line 130) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 140) | func Getuid() (uid int) { function Lchown (line 148) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 163) | func Listen(s int, n int) (err error) { function Pause (line 173) | func Pause() (err error) { function pread (line 183) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 200) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 217) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 237) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 248) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 259) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 270) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 281) | func Setrlimit(resource int, rlim *Rlimit) (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 Ustat (line 352) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 362) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 373) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 383) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 393) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 404) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 414) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 424) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 434) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 445) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 455) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 465) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 475) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 492) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 508) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 519) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 530) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 541) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 556) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 566) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 581) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 596) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 606) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 621) | func lstat(path string, st *stat_t) (err error) { function stat (line 636) | func stat(path string, st *stat_t) (err error) { function Alarm (line 651) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getrlimit (line 130) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 140) | func Getuid() (uid int) { function Lchown (line 148) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 163) | func Listen(s int, n int) (err error) { function Pause (line 173) | func Pause() (err error) { function pread (line 183) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 200) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 217) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 237) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 248) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 259) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 270) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 281) | func Setrlimit(resource int, rlim *Rlimit) (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 Ustat (line 352) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 362) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 373) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 383) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 393) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 404) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 414) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 424) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 434) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 445) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 455) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 465) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 475) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 492) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 508) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 519) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 530) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 541) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 556) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 566) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 581) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 596) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 606) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 621) | func lstat(path string, st *stat_t) (err error) { function stat (line 636) | func stat(path string, st *stat_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 86) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 96) | func Getegid() (egid int) { function Geteuid (line 104) | func Geteuid() (euid int) { function Getgid (line 112) | func Getgid() (gid int) { function Getuid (line 120) | func Getuid() (uid int) { function Lchown (line 128) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 143) | func Listen(s int, n int) (err error) { function pread (line 153) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 170) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 187) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 207) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 218) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 229) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 240) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 251) | func Shutdown(fd int, how int) (err error) { function Splice (line 261) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 272) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 282) | func Truncate(path string, length int64) (err error) { function Ustat (line 297) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 307) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 318) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 328) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 338) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 349) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 359) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 369) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 379) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 390) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 400) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 410) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 420) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 437) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 453) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 464) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 475) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 485) | func Iopl(level int) (err error) { function futimesat (line 495) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 510) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 520) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 531) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 546) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 561) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 576) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 586) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 601) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 616) | func Pause() (err error) { function mmap2 (line 626) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 637) | func getrlimit(resource int, rlim *rlimit32) (err error) { function setrlimit (line 647) | func setrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 657) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 66) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 76) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 86) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 101) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 111) | func Getegid() (egid int) { function Geteuid (line 119) | func Geteuid() (euid int) { function Getgid (line 127) | func Getgid() (gid int) { function Getuid (line 135) | func Getuid() (uid int) { function Ioperm (line 143) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 153) | func Iopl(level int) (err error) { function Lchown (line 163) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 178) | func Listen(s int, n int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 203) | func Pause() (err error) { function pread (line 213) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 230) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 247) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 267) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 278) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 289) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 300) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 311) | func Shutdown(fd int, how int) (err error) { function Splice (line 321) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 332) | func Stat(path string, stat *Stat_t) (err error) { function Truncate (line 347) | func Truncate(path string, length int64) (err error) { function Ustat (line 362) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 372) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 383) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 393) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 403) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 414) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 424) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 434) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 444) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 455) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 465) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 475) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 485) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 502) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 518) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 529) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function futimesat (line 540) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 555) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 565) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 576) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 591) | func utimes(path string, times *[2]Timeval) (err error) { function mmap2 (line 606) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 617) | func getrlimit(resource int, rlim *rlimit32) (err error) { function setrlimit (line 627) | func setrlimit(resource int, rlim *rlimit32) (err error) { function syncFileRange2 (line 637) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 647) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 662) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function Lstat (line 218) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 233) | func Pause() (err error) { function pread (line 243) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 260) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 277) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 297) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 308) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 319) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 330) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 341) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 352) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 362) | func Shutdown(fd int, how int) (err error) { function Splice (line 372) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 383) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 398) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 413) | func Truncate(path string, length int64) (err error) { function Ustat (line 428) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 438) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 449) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 459) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 469) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 480) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 490) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 500) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 510) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 521) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 531) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 541) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 551) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 568) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 584) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 595) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 606) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 617) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 632) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 642) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 653) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 668) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 683) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 693) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 708) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function Lstat (line 218) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 233) | func Pause() (err error) { function pread (line 243) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 260) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 277) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 297) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 308) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 319) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 330) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 341) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 352) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 362) | func Shutdown(fd int, how int) (err error) { function Splice (line 372) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 383) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 398) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 413) | func Truncate(path string, length int64) (err error) { function Ustat (line 428) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 438) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 449) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 459) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 469) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 480) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 490) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 500) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 510) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 521) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 531) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 541) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 551) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 568) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 584) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 595) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 606) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 617) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 632) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 642) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 653) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 668) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 683) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 693) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 708) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Listen (line 173) | func Listen(s int, n int) (err error) { function MemfdSecret (line 183) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 194) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 211) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 228) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 239) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 250) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 261) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 272) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 282) | func Shutdown(fd int, how int) (err error) { function Splice (line 292) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 303) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 318) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 328) | func Truncate(path string, length int64) (err error) { function accept4 (line 343) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 354) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 364) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 374) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 385) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 395) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 405) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 415) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 426) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 436) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 446) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 456) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 473) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 489) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 500) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 511) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 522) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 532) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 203) | func Pause() (err error) { function pread (line 213) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 230) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 247) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 267) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 278) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 289) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 300) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 311) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 322) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Splice (line 332) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 343) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 358) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 373) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 383) | func Truncate(path string, length int64) (err error) { function Ustat (line 398) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 408) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 419) | func setgroups(n int, list *_Gid_t) (err error) { function futimesat (line 429) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 444) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 454) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 469) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 484) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 499) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 188) | func Listen(s int, n int) (err error) { function Lstat (line 198) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 213) | func Pause() (err error) { function pread (line 223) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 240) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 257) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 277) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 288) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 299) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 310) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 321) | func setfsuid(uid int) (prev int, err error) { function Setrlimit (line 332) | func Setrlimit(resource int, rlim *Rlimit) (err error) { function Shutdown (line 342) | func Shutdown(fd int, how int) (err error) { function Splice (line 352) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 363) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 378) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 393) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 403) | func Truncate(path string, length int64) (err error) { function accept4 (line 418) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 429) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 439) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 449) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 460) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 470) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 480) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 490) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 501) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 511) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 521) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 531) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 548) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 564) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 575) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 586) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 597) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 612) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 622) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 637) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 652) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 1610) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1620) | func Setsid() (pid int, err error) { function Settimeofday (line 1631) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1641) | func Setuid(uid int) (err error) { function Stat (line 1651) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1666) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1681) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1701) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1721) | func Sync() (err error) { function Truncate (line 1731) | func Truncate(path string, length int64) (err error) { function Umask (line 1746) | func Umask(newmask int) (oldmask int) { function Unlink (line 1754) | func Unlink(path string) (err error) { function Unlinkat (line 1769) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1784) | func Unmount(path string, flags int) (err error) { function write (line 1799) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1816) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1827) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1837) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1848) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 1859) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 1610) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1620) | func Setsid() (pid int, err error) { function Settimeofday (line 1631) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1641) | func Setuid(uid int) (err error) { function Stat (line 1651) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1666) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1681) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1701) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1721) | func Sync() (err error) { function Truncate (line 1731) | func Truncate(path string, length int64) (err error) { function Umask (line 1746) | func Umask(newmask int) (oldmask int) { function Unlink (line 1754) | func Unlink(path string) (err error) { function Unlinkat (line 1769) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1784) | func Unmount(path string, flags int) (err error) { function write (line 1799) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1816) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1827) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1837) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1848) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 1859) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 1610) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1620) | func Setsid() (pid int, err error) { function Settimeofday (line 1631) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1641) | func Setuid(uid int) (err error) { function Stat (line 1651) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1666) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1681) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1701) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1721) | func Sync() (err error) { function Truncate (line 1731) | func Truncate(path string, length int64) (err error) { function Umask (line 1746) | func Umask(newmask int) (oldmask int) { function Unlink (line 1754) | func Unlink(path string) (err error) { function Unlinkat (line 1769) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1784) | func Unmount(path string, flags int) (err error) { function write (line 1799) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1816) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1827) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1837) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1848) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 1859) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 1610) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1620) | func Setsid() (pid int, err error) { function Settimeofday (line 1631) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1641) | func Setuid(uid int) (err error) { function Stat (line 1651) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1666) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1681) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1701) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1721) | func Sync() (err error) { function Truncate (line 1731) | func Truncate(path string, length int64) (err error) { function Umask (line 1746) | func Umask(newmask int) (oldmask int) { function Unlink (line 1754) | func Unlink(path string) (err error) { function Unlinkat (line 1769) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1784) | func Unmount(path string, flags int) (err error) { function write (line 1799) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1816) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1827) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 1837) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 1848) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 1859) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 522) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 530) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 544) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 564) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 579) | func Access(path string, mode uint32) (err error) { function Adjtime (line 598) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 612) | func Chdir(path string) (err error) { function Chflags (line 631) | func Chflags(path string, flags int) (err error) { function Chmod (line 650) | func Chmod(path string, mode uint32) (err error) { function Chown (line 669) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 688) | func Chroot(path string) (err error) { function ClockGettime (line 707) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 721) | func Close(fd int) (err error) { function Dup (line 735) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 750) | func Dup2(from int, to int) (err error) { function Dup3 (line 764) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 778) | func Exit(code int) { function Faccessat (line 789) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 808) | func Fchdir(fd int) (err error) { function Fchflags (line 822) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 836) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 850) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 869) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 883) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 902) | func Flock(fd int, how int) (err error) { function Fpathconf (line 916) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 931) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 945) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 964) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 978) | func Fsync(fd int) (err error) { function Ftruncate (line 992) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1006) | func Getegid() (egid int) { function Geteuid (line 1018) | func Geteuid() (uid int) { function Getgid (line 1030) | func Getgid() (gid int) { function Getpgid (line 1042) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1057) | func Getpgrp() (pgrp int) { function Getpid (line 1069) | func Getpid() (pid int) { function Getppid (line 1081) | func Getppid() (ppid int) { function Getpriority (line 1093) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1108) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1122) | func Getrtable() (rtable int, err error) { function Getrusage (line 1137) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1151) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1166) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1180) | func Getuid() (uid int) { function Issetugid (line 1192) | func Issetugid() (tainted bool) { function Kill (line 1204) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1218) | func Kqueue() (fd int, err error) { function Lchown (line 1233) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1252) | func Link(path string, link string) (err error) { function Linkat (line 1276) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1300) | func Listen(s int, backlog int) (err error) { function Lstat (line 1314) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1333) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1352) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1371) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1390) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1409) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1428) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1447) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1461) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1481) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1501) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1521) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1542) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1563) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1584) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1610) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1636) | func Rename(from string, to string) (err error) { function Renameat (line 1660) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1684) | func Revoke(path string) (err error) { function Rmdir (line 1703) | func Rmdir(path string) (err error) { function Seek (line 1722) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1737) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1752) | func Setegid(egid int) (err error) { function Seteuid (line 1766) | func Seteuid(euid int) (err error) { function Setgid (line 1780) | func Setgid(gid int) (err error) { function Setlogin (line 1794) | func Setlogin(name string) (err error) { function Setpgid (line 1813) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1827) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1841) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1855) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1869) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1883) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrlimit (line 1897) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setrtable (line 1911) | func Setrtable(rtable int) (err error) { function Setsid (line 1925) | func Setsid() (pid int, err error) { function Settimeofday (line 1940) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1954) | func Setuid(uid int) (err error) { function Stat (line 1968) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1987) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2006) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2030) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2054) | func Sync() (err error) { function Truncate (line 2068) | func Truncate(path string, length int64) (err error) { function Umask (line 2087) | func Umask(newmask int) (oldmask int) { function Unlink (line 2099) | func Unlink(path string) (err error) { function Unlinkat (line 2118) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2137) | func Unmount(path string, flags int) (err error) { function write (line 2156) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2177) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2192) | func munmap(addr uintptr, length uintptr) (err error) { function readlen (line 2206) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function writelen (line 2217) | func writelen(fd int, buf *byte, nbuf int) (n int, err error) { function utimensat (line 2228) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go function pipe (line 438) | func pipe(p *[2]_C_int) (n int, err error) { function pipe2 (line 449) | func pipe2(p *[2]_C_int, flags int) (err error) { function getsockname (line 459) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Getcwd (line 469) | func Getcwd(buf []byte) (n int, err error) { function getgroups (line 484) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 495) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 505) | func wait4(pid int32, statusp *_C_int, options int, rusage *Rusage) (wpi... function gethostname (line 516) | func gethostname(buf []byte) (n int, err error) { function utimes (line 531) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 546) | func utimensat(fd int, path string, times *[2]Timespec, flag int) (err e... function fcntl (line 561) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function futimesat (line 572) | func futimesat(fildes int, path *byte, times *[2]Timeval) (err error) { function accept (line 582) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function recvmsg (line 593) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 604) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function acct (line 615) | func acct(path *byte) (err error) { function __makedev (line 625) | func __makedev(version int, major uint, minor uint) (val uint64) { function __major (line 633) | func __major(version int, dev uint64) (val uint) { function __minor (line 641) | func __minor(version int, dev uint64) (val uint) { function ioctlRet (line 649) | func ioctlRet(fd int, req uint, arg uintptr) (ret int, err error) { function ioctlPtrRet (line 660) | func ioctlPtrRet(fd int, req uint, arg unsafe.Pointer) (ret int, err err... function poll (line 671) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Access (line 682) | func Access(path string, mode uint32) (err error) { function Adjtime (line 697) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 707) | func Chdir(path string) (err error) { function Chmod (line 722) | func Chmod(path string, mode uint32) (err error) { function Chown (line 737) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 752) | func Chroot(path string) (err error) { function ClockGettime (line 767) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 777) | func Close(fd int) (err error) { function Creat (line 787) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 803) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 814) | func Dup2(oldfd int, newfd int) (err error) { function Exit (line 824) | func Exit(code int) { function Faccessat (line 831) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 846) | func Fchdir(fd int) (err error) { function Fchmod (line 856) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 866) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 881) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 891) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 906) | func Fdatasync(fd int) (err error) { function Flock (line 916) | func Flock(fd int, how int) (err error) { function Fpathconf (line 926) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 937) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 947) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs (line 962) | func Fstatvfs(fd int, vfsstat *Statvfs_t) (err error) { function Getdents (line 972) | func Getdents(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getgid (line 987) | func Getgid() (gid int) { function Getpid (line 995) | func Getpid() (pid int) { function Getpgid (line 1003) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1014) | func Getpgrp() (pgid int, err error) { function Geteuid (line 1025) | func Geteuid() (euid int) { function Getegid (line 1033) | func Getegid() (egid int) { function Getppid (line 1041) | func Getppid() (ppid int) { function Getpriority (line 1049) | func Getpriority(which int, who int) (n int, err error) { function Getrlimit (line 1060) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1070) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1080) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1091) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1101) | func Getuid() (uid int) { function Kill (line 1109) | func Kill(pid int, signum syscall.Signal) (err error) { function Lchown (line 1119) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1134) | func Link(path string, link string) (err error) { function Listen (line 1154) | func Listen(s int, backlog int) (err error) { function Lstat (line 1164) | func Lstat(path string, stat *Stat_t) (err error) { function Madvise (line 1179) | func Madvise(b []byte, advice int) (err error) { function Mkdir (line 1193) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1208) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1223) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1238) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1253) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1268) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Mlock (line 1283) | func Mlock(b []byte) (err error) { function Mlockall (line 1297) | func Mlockall(flags int) (err error) { function Mprotect (line 1307) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 1321) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1335) | func Munlock(b []byte) (err error) { function Munlockall (line 1349) | func Munlockall() (err error) { function Nanosleep (line 1359) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1369) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1385) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Pathconf (line 1401) | func Pathconf(path string, name int) (val int, err error) { function Pause (line 1417) | func Pause() (err error) { function pread (line 1427) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1442) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1457) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1472) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1492) | func Rename(from string, to string) (err error) { function Renameat (line 1512) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Rmdir (line 1532) | func Rmdir(path string) (err error) { function Seek (line 1547) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1558) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1569) | func Setegid(egid int) (err error) { function Seteuid (line 1579) | func Seteuid(euid int) (err error) { function Setgid (line 1589) | func Setgid(gid int) (err error) { function Sethostname (line 1599) | func Sethostname(p []byte) (err error) { function Setpgid (line 1613) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1623) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1633) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1643) | func Setreuid(ruid int, euid int) (err error) { function Setrlimit (line 1653) | func Setrlimit(which int, lim *Rlimit) (err error) { function Setsid (line 1663) | func Setsid() (pid int, err error) { function Setuid (line 1674) | func Setuid(uid int) (err error) { function Shutdown (line 1684) | func Shutdown(s int, how int) (err error) { function Stat (line 1694) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs (line 1709) | func Statvfs(path string, vfsstat *Statvfs_t) (err error) { function Symlink (line 1724) | func Symlink(path string, link string) (err error) { function Sync (line 1744) | func Sync() (err error) { function Sysconf (line 1754) | func Sysconf(which int) (n int64, err error) { function Times (line 1765) | func Times(tms *Tms) (ticks uintptr, err error) { function Truncate (line 1776) | func Truncate(path string, length int64) (err error) { function Fsync (line 1791) | func Fsync(fd int) (err error) { function Ftruncate (line 1801) | func Ftruncate(fd int, length int64) (err error) { function Umask (line 1811) | func Umask(mask int) (oldmask int) { function Uname (line 1819) | func Uname(buf *Utsname) (err error) { function Unmount (line 1829) | func Unmount(target string, flags int) (err error) { function Unlink (line 1844) | func Unlink(path string) (err error) { function Unlinkat (line 1859) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 1874) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function Utime (line 1884) | func Utime(path string, buf *Utimbuf) (err error) { function bind (line 1899) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1909) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function mmap (line 1919) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1930) | func munmap(addr uintptr, length uintptr) (err error) { function sendfile (line 1940) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendto (line 1951) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socket (line 1965) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1976) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function write (line 1986) | func write(fd int, p []byte) (n int, err error) { function getsockopt (line 2001) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function getpeername (line 2011) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function setsockopt (line 2021) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 2031) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function port_create (line 2046) | func port_create() (n int, err error) { function port_associate (line 2057) | func port_associate(port int, source int, object uintptr, events int, us... function port_dissociate (line 2068) | func port_dissociate(port int, source int, object uintptr) (n int, err e... function port_get (line 2079) | func port_get(port int, pe *portEvent, timeout *Timespec) (n int, err er... function port_getn (line 2090) | func port_getn(port int, pe *portEvent, max uint32, nget *uint32, timeou... function putmsg (line 2101) | func putmsg(fd int, clptr *strbuf, dataptr *strbuf, flags int) (err erro... function getmsg (line 2111) | func getmsg(fd int, clptr *strbuf, dataptr *strbuf, flags *int) (err err... FILE: vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go function fcntl (line 15) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function read (line 26) | func read(fd int, p []byte) (n int, err error) { function readlen (line 43) | func readlen(fd int, buf *byte, nbuf int) (n int, err error) { function write (line 54) | func write(fd int, p []byte) (n int, err error) { function accept (line 71) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 82) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 92) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 102) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 113) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 123) | 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 socket (line 143) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 154) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 164) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 174) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 184) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 201) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 217) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 228) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 239) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 250) | func munmap(addr uintptr, length uintptr) (err error) { function ioctl (line 260) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 270) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function Access (line 280) | func Access(path string, mode uint32) (err error) { function Chdir (line 295) | func Chdir(path string) (err error) { function Chown (line 310) | func Chown(path string, uid int, gid int) (err error) { function Chmod (line 325) | func Chmod(path string, mode uint32) (err error) { function Creat (line 340) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 356) | func Dup(oldfd int) (fd int, err error) { function Dup2 (line 367) | func Dup2(oldfd int, newfd int) (err error) { function Errno2 (line 377) | func Errno2() (er2 int) { function Err2ad (line 385) | func Err2ad() (eadd *int) { function Exit (line 393) | func Exit(code int) { function Fchdir (line 400) | func Fchdir(fd int) (err error) { function Fchmod (line 410) | func Fchmod(fd int, mode uint32) (err error) { function Fchown (line 420) | func Fchown(fd int, uid int, gid int) (err error) { function FcntlInt (line 430) | func FcntlInt(fd uintptr, cmd int, arg int) (retval int, err error) { function fstat (line 441) | func fstat(fd int, stat *Stat_LE_t) (err error) { function Fstatvfs (line 451) | func Fstatvfs(fd int, stat *Statvfs_t) (err error) { function Fsync (line 461) | func Fsync(fd int) (err error) { function Ftruncate (line 471) | func Ftruncate(fd int, length int64) (err error) { function Getpagesize (line 481) | func Getpagesize() (pgsize int) { function Mprotect (line 489) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 505) | func Msync(b []byte, flags int) (err error) { function Poll (line 521) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Times (line 538) | func Times(tms *Tms) (ticks uintptr, err error) { function W_Getmntent (line 549) | func W_Getmntent(buff *byte, size int) (lastsys int, err error) { function W_Getmntent_A (line 560) | func W_Getmntent_A(buff *byte, size int) (lastsys int, err error) { function mount_LE (line 571) | func mount_LE(path string, filesystem string, fstype string, mtm uint32,... function unmount (line 601) | func unmount(filesystem string, mtm int) (err error) { function Chroot (line 616) | func Chroot(path string) (err error) { function Uname (line 631) | func Uname(buf *Utsname) (err error) { function Gethostname (line 641) | func Gethostname(buf []byte) (err error) { function Getegid (line 657) | func Getegid() (egid int) { function Geteuid (line 665) | func Geteuid() (uid int) { function Getgid (line 673) | func Getgid() (gid int) { function Getpid (line 681) | func Getpid() (pid int) { function Getpgid (line 689) | func Getpgid(pid int) (pgid int, err error) { function Getppid (line 700) | func Getppid() (pid int) { function Getpriority (line 708) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 719) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function getrusage (line 729) | func getrusage(who int, rusage *rusage_zos) (err error) { function Getsid (line 739) | func Getsid(pid int) (sid int, err error) { function Getuid (line 750) | func Getuid() (uid int) { function Kill (line 758) | func Kill(pid int, sig Signal) (err error) { function Lchown (line 768) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 783) | func Link(path string, link string) (err error) { function Listen (line 803) | func Listen(s int, n int) (err error) { function lstat (line 813) | func lstat(path string, stat *Stat_LE_t) (err error) { function Mkdir (line 828) | func Mkdir(path string, mode uint32) (err error) { function Mkfifo (line 843) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 858) | func Mknod(path string, mode uint32, dev int) (err error) { function Pread (line 873) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 890) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Readlink (line 907) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 929) | func Rename(from string, to string) (err error) { function Rmdir (line 949) | func Rmdir(path string) (err error) { function Seek (line 964) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Setpriority (line 975) | func Setpriority(which int, who int, prio int) (err error) { function Setpgid (line 985) | func Setpgid(pid int, pgid int) (err error) { function Setrlimit (line 995) | func Setrlimit(resource int, lim *Rlimit) (err error) { function Setregid (line 1005) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1015) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1025) | func Setsid() (pid int, err error) { function Setuid (line 1036) | func Setuid(uid int) (err error) { function Setgid (line 1046) | func Setgid(uid int) (err error) { function Shutdown (line 1056) | func Shutdown(fd int, how int) (err error) { function stat (line 1066) | func stat(path string, statLE *Stat_LE_t) (err error) { function Symlink (line 1081) | func Symlink(path string, link string) (err error) { function Sync (line 1101) | func Sync() { function Truncate (line 1108) | func Truncate(path string, length int64) (err error) { function Tcgetattr (line 1123) | func Tcgetattr(fildes int, termptr *Termios) (err error) { function Tcsetattr (line 1133) | func Tcsetattr(fildes int, when int, termptr *Termios) (err error) { function Umask (line 1143) | func Umask(mask int) (oldmask int) { function Unlink (line 1151) | func Unlink(path string) (err error) { function Utime (line 1166) | func Utime(path string, utim *Utimbuf) (err error) { function open (line 1181) | func open(path string, mode int, perm uint32) (fd int, err error) { function remove (line 1197) | func remove(path string) (err error) { function waitpid (line 1212) | func waitpid(pid int, wstatus *_C_int, options int) (wpid int, err error) { function gettimeofday (line 1223) | func gettimeofday(tv *timeval_zos) (err error) { function pipe (line 1233) | func pipe(p *[2]_C_int) (err error) { function utimes (line 1243) | func utimes(path string, timeval *[2]Timeval) (err error) { function Select (line 1258) | func Select(nmsgsfds int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval... FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go constant SYS_SYSCALL (line 11) | SYS_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 18) | SYS_WAIT4 = 7 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_PIPE (line 45) | SYS_PIPE = 42 constant SYS_GETEGID (line 46) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 47) | SYS_SIGACTION = 46 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 49) | SYS_SIGPROCMASK = 48 constant SYS_GETLOGIN (line 50) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 51) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 52) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 53) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 54) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 55) | SYS_IOCTL = 54 constant SYS_REBOOT (line 56) | SYS_REBOOT = 55 constant SYS_REVOKE (line 57) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 58) | SYS_SYMLINK = 57 constant SYS_READLINK (line 59) | SYS_READLINK = 58 constant SYS_EXECVE (line 60) | SYS_EXECVE = 59 constant SYS_UMASK (line 61) | SYS_UMASK = 60 constant SYS_CHROOT (line 62) | SYS_CHROOT = 61 constant SYS_MSYNC (line 63) | SYS_MSYNC = 65 constant SYS_VFORK (line 64) | SYS_VFORK = 66 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 88) | SYS_SIGSUSPEND = 111 constant SYS_GETTIMEOFDAY (line 89) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 90) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 91) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 92) | SYS_READV = 120 constant SYS_WRITEV (line 93) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 94) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 95) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 96) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 97) | SYS_SETREUID = 126 constant SYS_SETREGID (line 98) | SYS_SETREGID = 127 constant SYS_RENAME (line 99) | SYS_RENAME = 128 constant SYS_FLOCK (line 100) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 101) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 102) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 103) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 104) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 105) | SYS_MKDIR = 136 constant SYS_RMDIR (line 106) | SYS_RMDIR = 137 constant SYS_UTIMES (line 107) | SYS_UTIMES = 138 constant SYS_FUTIMES (line 108) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 109) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 110) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_GETPGID (line 112) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 113) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 114) | SYS_PREAD = 153 constant SYS_PWRITE (line 115) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 116) | SYS_NFSSVC = 155 constant SYS_STATFS (line 117) | SYS_STATFS = 157 constant SYS_FSTATFS (line 118) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 119) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 120) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 121) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 122) | SYS_MOUNT = 167 constant SYS_CSOPS (line 123) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 124) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 125) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 126) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 127) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 128) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 129) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 130) | SYS_SETGID = 181 constant SYS_SETEGID (line 131) | SYS_SETEGID = 182 constant SYS_SETEUID (line 132) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 133) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 134) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 135) | SYS_FDATASYNC = 187 constant SYS_STAT (line 136) | SYS_STAT = 188 constant SYS_FSTAT (line 137) | SYS_FSTAT = 189 constant SYS_LSTAT (line 138) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 139) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 140) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 141) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 142) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 143) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 144) | SYS_MMAP = 197 constant SYS_LSEEK (line 145) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 146) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 147) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 148) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 149) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 150) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 151) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 152) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 153) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 154) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 155) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 156) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 157) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 158) | SYS_DELETE = 226 constant SYS_COPYFILE (line 159) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 160) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 161) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 162) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 163) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 164) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 165) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 166) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 167) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 168) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 169) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 170) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 171) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 172) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 173) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 174) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 175) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 176) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 177) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 178) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 179) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 180) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 181) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 182) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 183) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 184) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 185) | SYS_SEMGET = 255 constant SYS_SEMOP (line 186) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 187) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 188) | SYS_MSGGET = 259 constant SYS_MSGSND (line 189) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 190) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 191) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 192) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 193) | SYS_SHMDT = 264 constant SYS_SHMGET (line 194) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 195) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 196) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 197) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 198) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 199) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 200) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 201) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 202) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 203) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 204) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 205) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 206) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 207) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 208) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 209) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 210) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 211) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 212) | SYS_SETTID = 285 constant SYS_GETTID (line 213) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 214) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 215) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 216) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 217) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 218) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 219) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 220) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 221) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 222) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 223) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 224) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 225) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 226) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 227) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 228) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 229) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 230) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 231) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 232) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 233) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 234) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 235) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 236) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 237) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 238) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 239) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 240) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 241) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 242) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 243) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 244) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 245) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 246) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 247) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 248) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 249) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 250) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 251) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 252) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 253) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 254) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 255) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 256) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 257) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 258) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 259) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 260) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 261) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 262) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 263) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 264) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 265) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 266) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 267) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 268) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 269) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 270) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 271) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 272) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 273) | SYS_AUDIT = 350 constant SYS_AUDITON (line 274) | SYS_AUDITON = 351 constant SYS_GETAUID (line 275) | SYS_GETAUID = 353 constant SYS_SETAUID (line 276) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 277) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 278) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 279) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 280) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 281) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 282) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 283) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 284) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 285) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 286) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 287) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 288) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 289) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 290) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 291) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 292) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 293) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 294) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 295) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 296) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 297) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 298) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 299) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 300) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 301) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 302) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 303) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 304) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 305) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 306) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 307) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 308) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 309) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 310) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 311) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 312) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 313) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 314) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 315) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 316) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 317) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 318) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 319) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 320) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 321) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 322) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 323) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 324) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 325) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 326) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 327) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 328) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 329) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 330) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 331) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 332) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 333) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 334) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 335) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 336) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 337) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 338) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 339) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 340) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 341) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 342) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 343) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 344) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 345) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 346) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 347) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 348) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 349) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 350) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 351) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 352) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 353) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 354) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 355) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 356) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 357) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 358) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 359) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 360) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 361) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 362) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 363) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 364) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 365) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 366) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 367) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 368) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 369) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 370) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 371) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 372) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 373) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 374) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 375) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 376) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 377) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 378) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 379) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 380) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 381) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 382) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 383) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 384) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 385) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 386) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 387) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 388) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 389) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 390) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 391) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 392) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 393) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 394) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 395) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 396) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 397) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 398) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 399) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 400) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 401) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 402) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 403) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 404) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 405) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 406) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 407) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 408) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 409) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 410) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 411) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 412) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 413) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 414) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 415) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 416) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 417) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 418) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 419) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 420) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 421) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 422) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 423) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 424) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 425) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 426) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 427) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 428) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 429) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 430) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 431) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 432) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 433) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 434) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 435) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_KQUEUE_WORKLOOP_CTL (line 436) | SYS_KQUEUE_WORKLOOP_CTL = 530 constant SYS___MACH_BRIDGE_REMOTE_TIME (line 437) | SYS___MACH_BRIDGE_REMOTE_TIME = 531 constant SYS_MAXSYSCALL (line 438) | SYS_MAXSYSCALL = 532 constant SYS_INVALID (line 439) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go constant SYS_SYSCALL (line 11) | SYS_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 18) | SYS_WAIT4 = 7 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_PIPE (line 45) | SYS_PIPE = 42 constant SYS_GETEGID (line 46) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 47) | SYS_SIGACTION = 46 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 49) | SYS_SIGPROCMASK = 48 constant SYS_GETLOGIN (line 50) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 51) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 52) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 53) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 54) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 55) | SYS_IOCTL = 54 constant SYS_REBOOT (line 56) | SYS_REBOOT = 55 constant SYS_REVOKE (line 57) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 58) | SYS_SYMLINK = 57 constant SYS_READLINK (line 59) | SYS_READLINK = 58 constant SYS_EXECVE (line 60) | SYS_EXECVE = 59 constant SYS_UMASK (line 61) | SYS_UMASK = 60 constant SYS_CHROOT (line 62) | SYS_CHROOT = 61 constant SYS_MSYNC (line 63) | SYS_MSYNC = 65 constant SYS_VFORK (line 64) | SYS_VFORK = 66 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 88) | SYS_SIGSUSPEND = 111 constant SYS_GETTIMEOFDAY (line 89) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 90) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 91) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 92) | SYS_READV = 120 constant SYS_WRITEV (line 93) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 94) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 95) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 96) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 97) | SYS_SETREUID = 126 constant SYS_SETREGID (line 98) | SYS_SETREGID = 127 constant SYS_RENAME (line 99) | SYS_RENAME = 128 constant SYS_FLOCK (line 100) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 101) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 102) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 103) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 104) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 105) | SYS_MKDIR = 136 constant SYS_RMDIR (line 106) | SYS_RMDIR = 137 constant SYS_UTIMES (line 107) | SYS_UTIMES = 138 constant SYS_FUTIMES (line 108) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 109) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 110) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_GETPGID (line 112) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 113) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 114) | SYS_PREAD = 153 constant SYS_PWRITE (line 115) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 116) | SYS_NFSSVC = 155 constant SYS_STATFS (line 117) | SYS_STATFS = 157 constant SYS_FSTATFS (line 118) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 119) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 120) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 121) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 122) | SYS_MOUNT = 167 constant SYS_CSOPS (line 123) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 124) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 125) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 126) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 127) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 128) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 129) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 130) | SYS_SETGID = 181 constant SYS_SETEGID (line 131) | SYS_SETEGID = 182 constant SYS_SETEUID (line 132) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 133) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 134) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 135) | SYS_FDATASYNC = 187 constant SYS_STAT (line 136) | SYS_STAT = 188 constant SYS_FSTAT (line 137) | SYS_FSTAT = 189 constant SYS_LSTAT (line 138) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 139) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 140) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 141) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 142) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 143) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 144) | SYS_MMAP = 197 constant SYS_LSEEK (line 145) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 146) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 147) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 148) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 149) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 150) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 151) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 152) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 153) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 154) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 155) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 156) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 157) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 158) | SYS_DELETE = 226 constant SYS_COPYFILE (line 159) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 160) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 161) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 162) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 163) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 164) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 165) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 166) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 167) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 168) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 169) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 170) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 171) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 172) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 173) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 174) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 175) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 176) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 177) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 178) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 179) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 180) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 181) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 182) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 183) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 184) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 185) | SYS_SEMGET = 255 constant SYS_SEMOP (line 186) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 187) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 188) | SYS_MSGGET = 259 constant SYS_MSGSND (line 189) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 190) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 191) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 192) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 193) | SYS_SHMDT = 264 constant SYS_SHMGET (line 194) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 195) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 196) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 197) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 198) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 199) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 200) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 201) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 202) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 203) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 204) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 205) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 206) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 207) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 208) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 209) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 210) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 211) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 212) | SYS_SETTID = 285 constant SYS_GETTID (line 213) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 214) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 215) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 216) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 217) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 218) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 219) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 220) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 221) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 222) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 223) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 224) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 225) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 226) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 227) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 228) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 229) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 230) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 231) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 232) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 233) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 234) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 235) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 236) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 237) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 238) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 239) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 240) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 241) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 242) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 243) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 244) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 245) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 246) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 247) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 248) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 249) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 250) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 251) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 252) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 253) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 254) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 255) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 256) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 257) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 258) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 259) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 260) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 261) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 262) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 263) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 264) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 265) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 266) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 267) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 268) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 269) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 270) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 271) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 272) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 273) | SYS_AUDIT = 350 constant SYS_AUDITON (line 274) | SYS_AUDITON = 351 constant SYS_GETAUID (line 275) | SYS_GETAUID = 353 constant SYS_SETAUID (line 276) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 277) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 278) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 279) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 280) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 281) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 282) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 283) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 284) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 285) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 286) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 287) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 288) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 289) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 290) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 291) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 292) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 293) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 294) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 295) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 296) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 297) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 298) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 299) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 300) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 301) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 302) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 303) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 304) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 305) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 306) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 307) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 308) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 309) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 310) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 311) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 312) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 313) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 314) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 315) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 316) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 317) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 318) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 319) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 320) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 321) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 322) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 323) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 324) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 325) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 326) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 327) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 328) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 329) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 330) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 331) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 332) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 333) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 334) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 335) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 336) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 337) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 338) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 339) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 340) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 341) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 342) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 343) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 344) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 345) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 346) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 347) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 348) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 349) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 350) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 351) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 352) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 353) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 354) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 355) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 356) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 357) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 358) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 359) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 360) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 361) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 362) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 363) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 364) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 365) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 366) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 367) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 368) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 369) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 370) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 371) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 372) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 373) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 374) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 375) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 376) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 377) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 378) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 379) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 380) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 381) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 382) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 383) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 384) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 385) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 386) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 387) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 388) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 389) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 390) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 391) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 392) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 393) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 394) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 395) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 396) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 397) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 398) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 399) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 400) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 401) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 402) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 403) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 404) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 405) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 406) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 407) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 408) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 409) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 410) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 411) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 412) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 413) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 414) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 415) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 416) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 417) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 418) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 419) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 420) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 421) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 422) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 423) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 424) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 425) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 426) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 427) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 428) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 429) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 430) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 431) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 432) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 433) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 434) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 435) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_MAXSYSCALL (line 436) | SYS_MAXSYSCALL = 530 constant SYS_INVALID (line 437) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 16) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 22) | SYS_MKNOD = 14 constant SYS_CHMOD (line 23) | SYS_CHMOD = 15 constant SYS_CHOWN (line 24) | SYS_CHOWN = 16 constant SYS_OBREAK (line 25) | SYS_OBREAK = 17 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_MOUNT (line 28) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 29) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 30) | SYS_SETUID = 23 constant SYS_GETUID (line 31) | SYS_GETUID = 24 constant SYS_GETEUID (line 32) | SYS_GETEUID = 25 constant SYS_PTRACE (line 33) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 34) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 35) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 36) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 37) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 38) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 39) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 40) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 41) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 42) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 43) | SYS_SYNC = 36 constant SYS_KILL (line 44) | SYS_KILL = 37 constant SYS_GETPPID (line 45) | SYS_GETPPID = 39 constant SYS_DUP (line 46) | SYS_DUP = 41 constant SYS_PIPE (line 47) | SYS_PIPE = 42 constant SYS_GETEGID (line 48) | SYS_GETEGID = 43 constant SYS_PROFIL (line 49) | SYS_PROFIL = 44 constant SYS_KTRACE (line 50) | SYS_KTRACE = 45 constant SYS_GETGID (line 51) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 52) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 53) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 54) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 55) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 56) | SYS_IOCTL = 54 constant SYS_REBOOT (line 57) | SYS_REBOOT = 55 constant SYS_REVOKE (line 58) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 59) | SYS_SYMLINK = 57 constant SYS_READLINK (line 60) | SYS_READLINK = 58 constant SYS_EXECVE (line 61) | SYS_EXECVE = 59 constant SYS_UMASK (line 62) | SYS_UMASK = 60 constant SYS_CHROOT (line 63) | SYS_CHROOT = 61 constant SYS_MSYNC (line 64) | SYS_MSYNC = 65 constant SYS_VFORK (line 65) | SYS_VFORK = 66 constant SYS_SBRK (line 66) | SYS_SBRK = 69 constant SYS_SSTK (line 67) | SYS_SSTK = 70 constant SYS_MUNMAP (line 68) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 69) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 70) | SYS_MADVISE = 75 constant SYS_MINCORE (line 71) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 72) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 73) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 75) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 76) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 77) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 79) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 80) | SYS_DUP2 = 90 constant SYS_FCNTL (line 81) | SYS_FCNTL = 92 constant SYS_SELECT (line 82) | SYS_SELECT = 93 constant SYS_FSYNC (line 83) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 84) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 85) | SYS_SOCKET = 97 constant SYS_CONNECT (line 86) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 87) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 88) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 89) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 90) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 91) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 92) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 93) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 94) | SYS_READV = 120 constant SYS_WRITEV (line 95) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 96) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 97) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 98) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 99) | SYS_SETREUID = 126 constant SYS_SETREGID (line 100) | SYS_SETREGID = 127 constant SYS_RENAME (line 101) | SYS_RENAME = 128 constant SYS_FLOCK (line 102) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 103) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 104) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 105) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 106) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 107) | SYS_MKDIR = 136 constant SYS_RMDIR (line 108) | SYS_RMDIR = 137 constant SYS_UTIMES (line 109) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 110) | SYS_ADJTIME = 140 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 112) | SYS_QUOTACTL = 148 constant SYS_STATFS (line 113) | SYS_STATFS = 157 constant SYS_FSTATFS (line 114) | SYS_FSTATFS = 158 constant SYS_GETFH (line 115) | SYS_GETFH = 161 constant SYS_SYSARCH (line 116) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 117) | SYS_RTPRIO = 166 constant SYS_EXTPREAD (line 118) | SYS_EXTPREAD = 173 constant SYS_EXTPWRITE (line 119) | SYS_EXTPWRITE = 174 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 128) | SYS_MMAP = 197 constant SYS_LSEEK (line 129) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 130) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 131) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 132) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 133) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 134) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 135) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 136) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 137) | SYS_GETPGID = 207 constant SYS_POLL (line 138) | SYS_POLL = 209 constant SYS___SEMCTL (line 139) | SYS___SEMCTL = 220 constant SYS_SEMGET (line 140) | SYS_SEMGET = 221 constant SYS_SEMOP (line 141) | SYS_SEMOP = 222 constant SYS_MSGCTL (line 142) | SYS_MSGCTL = 224 constant SYS_MSGGET (line 143) | SYS_MSGGET = 225 constant SYS_MSGSND (line 144) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 145) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 146) | SYS_SHMAT = 228 constant SYS_SHMCTL (line 147) | SYS_SHMCTL = 229 constant SYS_SHMDT (line 148) | SYS_SHMDT = 230 constant SYS_SHMGET (line 149) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 150) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 151) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 152) | SYS_CLOCK_GETRES = 234 constant SYS_NANOSLEEP (line 153) | SYS_NANOSLEEP = 240 constant SYS_MINHERIT (line 154) | SYS_MINHERIT = 250 constant SYS_RFORK (line 155) | SYS_RFORK = 251 constant SYS_OPENBSD_POLL (line 156) | SYS_OPENBSD_POLL = 252 constant SYS_ISSETUGID (line 157) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 158) | SYS_LCHOWN = 254 constant SYS_LCHMOD (line 159) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 160) | SYS_LUTIMES = 276 constant SYS_EXTPREADV (line 161) | SYS_EXTPREADV = 289 constant SYS_EXTPWRITEV (line 162) | SYS_EXTPWRITEV = 290 constant SYS_FHSTATFS (line 163) | SYS_FHSTATFS = 297 constant SYS_FHOPEN (line 164) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 165) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 166) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 167) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 168) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 169) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 170) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 171) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 172) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 173) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 174) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 175) | SYS_GETSID = 310 constant SYS_SETRESUID (line 176) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 177) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 178) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 179) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 180) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 181) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 182) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 183) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 184) | SYS_LIO_LISTIO = 320 constant SYS_YIELD (line 185) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 186) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 187) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 188) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 189) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 190) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 191) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 192) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 193) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 194) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 195) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 196) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 197) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 198) | SYS_KLDSYM = 337 constant SYS_JAIL (line 199) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 200) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 201) | SYS_SIGSUSPEND = 341 constant SYS_SIGACTION (line 202) | SYS_SIGACTION = 342 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGRETURN (line 204) | SYS_SIGRETURN = 344 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 223) | SYS_KEVENT = 363 constant SYS_KENV (line 224) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 225) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 226) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 227) | SYS_SENDFILE = 393 constant SYS_VARSYM_SET (line 228) | SYS_VARSYM_SET = 450 constant SYS_VARSYM_GET (line 229) | SYS_VARSYM_GET = 451 constant SYS_VARSYM_LIST (line 230) | SYS_VARSYM_LIST = 452 constant SYS_EXEC_SYS_REGISTER (line 231) | SYS_EXEC_SYS_REGISTER = 465 constant SYS_EXEC_SYS_UNREGISTER (line 232) | SYS_EXEC_SYS_UNREGISTER = 466 constant SYS_SYS_CHECKPOINT (line 233) | SYS_SYS_CHECKPOINT = 467 constant SYS_MOUNTCTL (line 234) | SYS_MOUNTCTL = 468 constant SYS_UMTX_SLEEP (line 235) | SYS_UMTX_SLEEP = 469 constant SYS_UMTX_WAKEUP (line 236) | SYS_UMTX_WAKEUP = 470 constant SYS_JAIL_ATTACH (line 237) | SYS_JAIL_ATTACH = 471 constant SYS_SET_TLS_AREA (line 238) | SYS_SET_TLS_AREA = 472 constant SYS_GET_TLS_AREA (line 239) | SYS_GET_TLS_AREA = 473 constant SYS_CLOSEFROM (line 240) | SYS_CLOSEFROM = 474 constant SYS_STAT (line 241) | SYS_STAT = 475 constant SYS_FSTAT (line 242) | SYS_FSTAT = 476 constant SYS_LSTAT (line 243) | SYS_LSTAT = 477 constant SYS_FHSTAT (line 244) | SYS_FHSTAT = 478 constant SYS_GETDIRENTRIES (line 245) | SYS_GETDIRENTRIES = 479 constant SYS_GETDENTS (line 246) | SYS_GETDENTS = 480 constant SYS_USCHED_SET (line 247) | SYS_USCHED_SET = 481 constant SYS_EXTACCEPT (line 248) | SYS_EXTACCEPT = 482 constant SYS_EXTCONNECT (line 249) | SYS_EXTCONNECT = 483 constant SYS_MCONTROL (line 250) | SYS_MCONTROL = 485 constant SYS_VMSPACE_CREATE (line 251) | SYS_VMSPACE_CREATE = 486 constant SYS_VMSPACE_DESTROY (line 252) | SYS_VMSPACE_DESTROY = 487 constant SYS_VMSPACE_CTL (line 253) | SYS_VMSPACE_CTL = 488 constant SYS_VMSPACE_MMAP (line 254) | SYS_VMSPACE_MMAP = 489 constant SYS_VMSPACE_MUNMAP (line 255) | SYS_VMSPACE_MUNMAP = 490 constant SYS_VMSPACE_MCONTROL (line 256) | SYS_VMSPACE_MCONTROL = 491 constant SYS_VMSPACE_PREAD (line 257) | SYS_VMSPACE_PREAD = 492 constant SYS_VMSPACE_PWRITE (line 258) | SYS_VMSPACE_PWRITE = 493 constant SYS_EXTEXIT (line 259) | SYS_EXTEXIT = 494 constant SYS_LWP_CREATE (line 260) | SYS_LWP_CREATE = 495 constant SYS_LWP_GETTID (line 261) | SYS_LWP_GETTID = 496 constant SYS_LWP_KILL (line 262) | SYS_LWP_KILL = 497 constant SYS_LWP_RTPRIO (line 263) | SYS_LWP_RTPRIO = 498 constant SYS_PSELECT (line 264) | SYS_PSELECT = 499 constant SYS_STATVFS (line 265) | SYS_STATVFS = 500 constant SYS_FSTATVFS (line 266) | SYS_FSTATVFS = 501 constant SYS_FHSTATVFS (line 267) | SYS_FHSTATVFS = 502 constant SYS_GETVFSSTAT (line 268) | SYS_GETVFSSTAT = 503 constant SYS_OPENAT (line 269) | SYS_OPENAT = 504 constant SYS_FSTATAT (line 270) | SYS_FSTATAT = 505 constant SYS_FCHMODAT (line 271) | SYS_FCHMODAT = 506 constant SYS_FCHOWNAT (line 272) | SYS_FCHOWNAT = 507 constant SYS_UNLINKAT (line 273) | SYS_UNLINKAT = 508 constant SYS_FACCESSAT (line 274) | SYS_FACCESSAT = 509 constant SYS_MQ_OPEN (line 275) | SYS_MQ_OPEN = 510 constant SYS_MQ_CLOSE (line 276) | SYS_MQ_CLOSE = 511 constant SYS_MQ_UNLINK (line 277) | SYS_MQ_UNLINK = 512 constant SYS_MQ_GETATTR (line 278) | SYS_MQ_GETATTR = 513 constant SYS_MQ_SETATTR (line 279) | SYS_MQ_SETATTR = 514 constant SYS_MQ_NOTIFY (line 280) | SYS_MQ_NOTIFY = 515 constant SYS_MQ_SEND (line 281) | SYS_MQ_SEND = 516 constant SYS_MQ_RECEIVE (line 282) | SYS_MQ_RECEIVE = 517 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 518 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 519 constant SYS_IOPRIO_SET (line 285) | SYS_IOPRIO_SET = 520 constant SYS_IOPRIO_GET (line 286) | SYS_IOPRIO_GET = 521 constant SYS_CHROOT_KERNEL (line 287) | SYS_CHROOT_KERNEL = 522 constant SYS_RENAMEAT (line 288) | SYS_RENAMEAT = 523 constant SYS_MKDIRAT (line 289) | SYS_MKDIRAT = 524 constant SYS_MKFIFOAT (line 290) | SYS_MKFIFOAT = 525 constant SYS_MKNODAT (line 291) | SYS_MKNODAT = 526 constant SYS_READLINKAT (line 292) | SYS_READLINKAT = 527 constant SYS_SYMLINKAT (line 293) | SYS_SYMLINKAT = 528 constant SYS_SWAPOFF (line 294) | SYS_SWAPOFF = 529 constant SYS_VQUOTACTL (line 295) | SYS_VQUOTACTL = 530 constant SYS_LINKAT (line 296) | SYS_LINKAT = 531 constant SYS_EACCESS (line 297) | SYS_EACCESS = 532 constant SYS_LPATHCONF (line 298) | SYS_LPATHCONF = 533 constant SYS_VMM_GUEST_CTL (line 299) | SYS_VMM_GUEST_CTL = 534 constant SYS_VMM_GUEST_SYNC_ADDR (line 300) | SYS_VMM_GUEST_SYNC_ADDR = 535 constant SYS_PROCCTL (line 301) | SYS_PROCCTL = 536 constant SYS_CHFLAGSAT (line 302) | SYS_CHFLAGSAT = 537 constant SYS_PIPE2 (line 303) | SYS_PIPE2 = 538 constant SYS_UTIMENSAT (line 304) | SYS_UTIMENSAT = 539 constant SYS_FUTIMENS (line 305) | SYS_FUTIMENS = 540 constant SYS_ACCEPT4 (line 306) | SYS_ACCEPT4 = 541 constant SYS_LWP_SETNAME (line 307) | SYS_LWP_SETNAME = 542 constant SYS_PPOLL (line 308) | SYS_PPOLL = 543 constant SYS_LWP_SETAFFINITY (line 309) | SYS_LWP_SETAFFINITY = 544 constant SYS_LWP_GETAFFINITY (line 310) | SYS_LWP_GETAFFINITY = 545 constant SYS_LWP_CREATE2 (line 311) | SYS_LWP_CREATE2 = 546 constant SYS_GETCPUCLOCKID (line 312) | SYS_GETCPUCLOCKID = 547 constant SYS_WAIT6 (line 313) | SYS_WAIT6 = 548 constant SYS_LWP_GETNAME (line 314) | SYS_LWP_GETNAME = 549 constant SYS_GETRANDOM (line 315) | SYS_GETRANDOM = 550 constant SYS___REALPATH (line 316) | SYS___REALPATH = 551 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_386.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86OLD (line 123) | SYS_VM86OLD = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_VM86 (line 176) | SYS_VM86 = 166 constant SYS_QUERY_MODULE (line 177) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 178) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 179) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 180) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 181) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 182) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 183) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 184) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 185) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 186) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 187) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 188) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 189) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 190) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 191) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 192) | SYS_CHOWN = 182 constant SYS_GETCWD (line 193) | SYS_GETCWD = 183 constant SYS_CAPGET (line 194) | SYS_CAPGET = 184 constant SYS_CAPSET (line 195) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 196) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 197) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 198) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 199) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 200) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 201) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 202) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 203) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 204) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 205) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 206) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 207) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 208) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 209) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 210) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 211) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 212) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 213) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 214) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 215) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 216) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 217) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 218) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 219) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 220) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 221) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 222) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 223) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 224) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 225) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 226) | SYS_SETFSGID32 = 216 constant SYS_PIVOT_ROOT (line 227) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 228) | SYS_MINCORE = 218 constant SYS_MADVISE (line 229) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 230) | SYS_GETDENTS64 = 220 constant SYS_FCNTL64 (line 231) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 232) | SYS_GETTID = 224 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 246) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 248) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 242 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 243 constant SYS_GET_THREAD_AREA (line 252) | SYS_GET_THREAD_AREA = 244 constant SYS_IO_SETUP (line 253) | SYS_IO_SETUP = 245 constant SYS_IO_DESTROY (line 254) | SYS_IO_DESTROY = 246 constant SYS_IO_GETEVENTS (line 255) | SYS_IO_GETEVENTS = 247 constant SYS_IO_SUBMIT (line 256) | SYS_IO_SUBMIT = 248 constant SYS_IO_CANCEL (line 257) | SYS_IO_CANCEL = 249 constant SYS_FADVISE64 (line 258) | SYS_FADVISE64 = 250 constant SYS_EXIT_GROUP (line 259) | SYS_EXIT_GROUP = 252 constant SYS_LOOKUP_DCOOKIE (line 260) | SYS_LOOKUP_DCOOKIE = 253 constant SYS_EPOLL_CREATE (line 261) | SYS_EPOLL_CREATE = 254 constant SYS_EPOLL_CTL (line 262) | SYS_EPOLL_CTL = 255 constant SYS_EPOLL_WAIT (line 263) | SYS_EPOLL_WAIT = 256 constant SYS_REMAP_FILE_PAGES (line 264) | SYS_REMAP_FILE_PAGES = 257 constant SYS_SET_TID_ADDRESS (line 265) | SYS_SET_TID_ADDRESS = 258 constant SYS_TIMER_CREATE (line 266) | SYS_TIMER_CREATE = 259 constant SYS_TIMER_SETTIME (line 267) | SYS_TIMER_SETTIME = 260 constant SYS_TIMER_GETTIME (line 268) | SYS_TIMER_GETTIME = 261 constant SYS_TIMER_GETOVERRUN (line 269) | SYS_TIMER_GETOVERRUN = 262 constant SYS_TIMER_DELETE (line 270) | SYS_TIMER_DELETE = 263 constant SYS_CLOCK_SETTIME (line 271) | SYS_CLOCK_SETTIME = 264 constant SYS_CLOCK_GETTIME (line 272) | SYS_CLOCK_GETTIME = 265 constant SYS_CLOCK_GETRES (line 273) | SYS_CLOCK_GETRES = 266 constant SYS_CLOCK_NANOSLEEP (line 274) | SYS_CLOCK_NANOSLEEP = 267 constant SYS_STATFS64 (line 275) | SYS_STATFS64 = 268 constant SYS_FSTATFS64 (line 276) | SYS_FSTATFS64 = 269 constant SYS_TGKILL (line 277) | SYS_TGKILL = 270 constant SYS_UTIMES (line 278) | SYS_UTIMES = 271 constant SYS_FADVISE64_64 (line 279) | SYS_FADVISE64_64 = 272 constant SYS_VSERVER (line 280) | SYS_VSERVER = 273 constant SYS_MBIND (line 281) | SYS_MBIND = 274 constant SYS_GET_MEMPOLICY (line 282) | SYS_GET_MEMPOLICY = 275 constant SYS_SET_MEMPOLICY (line 283) | SYS_SET_MEMPOLICY = 276 constant SYS_MQ_OPEN (line 284) | SYS_MQ_OPEN = 277 constant SYS_MQ_UNLINK (line 285) | SYS_MQ_UNLINK = 278 constant SYS_MQ_TIMEDSEND (line 286) | SYS_MQ_TIMEDSEND = 279 constant SYS_MQ_TIMEDRECEIVE (line 287) | SYS_MQ_TIMEDRECEIVE = 280 constant SYS_MQ_NOTIFY (line 288) | SYS_MQ_NOTIFY = 281 constant SYS_MQ_GETSETATTR (line 289) | SYS_MQ_GETSETATTR = 282 constant SYS_KEXEC_LOAD (line 290) | SYS_KEXEC_LOAD = 283 constant SYS_WAITID (line 291) | SYS_WAITID = 284 constant SYS_ADD_KEY (line 292) | SYS_ADD_KEY = 286 constant SYS_REQUEST_KEY (line 293) | SYS_REQUEST_KEY = 287 constant SYS_KEYCTL (line 294) | SYS_KEYCTL = 288 constant SYS_IOPRIO_SET (line 295) | SYS_IOPRIO_SET = 289 constant SYS_IOPRIO_GET (line 296) | SYS_IOPRIO_GET = 290 constant SYS_INOTIFY_INIT (line 297) | SYS_INOTIFY_INIT = 291 constant SYS_INOTIFY_ADD_WATCH (line 298) | SYS_INOTIFY_ADD_WATCH = 292 constant SYS_INOTIFY_RM_WATCH (line 299) | SYS_INOTIFY_RM_WATCH = 293 constant SYS_MIGRATE_PAGES (line 300) | SYS_MIGRATE_PAGES = 294 constant SYS_OPENAT (line 301) | SYS_OPENAT = 295 constant SYS_MKDIRAT (line 302) | SYS_MKDIRAT = 296 constant SYS_MKNODAT (line 303) | SYS_MKNODAT = 297 constant SYS_FCHOWNAT (line 304) | SYS_FCHOWNAT = 298 constant SYS_FUTIMESAT (line 305) | SYS_FUTIMESAT = 299 constant SYS_FSTATAT64 (line 306) | SYS_FSTATAT64 = 300 constant SYS_UNLINKAT (line 307) | SYS_UNLINKAT = 301 constant SYS_RENAMEAT (line 308) | SYS_RENAMEAT = 302 constant SYS_LINKAT (line 309) | SYS_LINKAT = 303 constant SYS_SYMLINKAT (line 310) | SYS_SYMLINKAT = 304 constant SYS_READLINKAT (line 311) | SYS_READLINKAT = 305 constant SYS_FCHMODAT (line 312) | SYS_FCHMODAT = 306 constant SYS_FACCESSAT (line 313) | SYS_FACCESSAT = 307 constant SYS_PSELECT6 (line 314) | SYS_PSELECT6 = 308 constant SYS_PPOLL (line 315) | SYS_PPOLL = 309 constant SYS_UNSHARE (line 316) | SYS_UNSHARE = 310 constant SYS_SET_ROBUST_LIST (line 317) | SYS_SET_ROBUST_LIST = 311 constant SYS_GET_ROBUST_LIST (line 318) | SYS_GET_ROBUST_LIST = 312 constant SYS_SPLICE (line 319) | SYS_SPLICE = 313 constant SYS_SYNC_FILE_RANGE (line 320) | SYS_SYNC_FILE_RANGE = 314 constant SYS_TEE (line 321) | SYS_TEE = 315 constant SYS_VMSPLICE (line 322) | SYS_VMSPLICE = 316 constant SYS_MOVE_PAGES (line 323) | SYS_MOVE_PAGES = 317 constant SYS_GETCPU (line 324) | SYS_GETCPU = 318 constant SYS_EPOLL_PWAIT (line 325) | SYS_EPOLL_PWAIT = 319 constant SYS_UTIMENSAT (line 326) | SYS_UTIMENSAT = 320 constant SYS_SIGNALFD (line 327) | SYS_SIGNALFD = 321 constant SYS_TIMERFD_CREATE (line 328) | SYS_TIMERFD_CREATE = 322 constant SYS_EVENTFD (line 329) | SYS_EVENTFD = 323 constant SYS_FALLOCATE (line 330) | SYS_FALLOCATE = 324 constant SYS_TIMERFD_SETTIME (line 331) | SYS_TIMERFD_SETTIME = 325 constant SYS_TIMERFD_GETTIME (line 332) | SYS_TIMERFD_GETTIME = 326 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 327 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 328 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 329 constant SYS_DUP3 (line 336) | SYS_DUP3 = 330 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 331 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 332 constant SYS_PREADV (line 339) | SYS_PREADV = 333 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 334 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 335 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 336 constant SYS_RECVMMSG (line 343) | SYS_RECVMMSG = 337 constant SYS_FANOTIFY_INIT (line 344) | SYS_FANOTIFY_INIT = 338 constant SYS_FANOTIFY_MARK (line 345) | SYS_FANOTIFY_MARK = 339 constant SYS_PRLIMIT64 (line 346) | SYS_PRLIMIT64 = 340 constant SYS_NAME_TO_HANDLE_AT (line 347) | SYS_NAME_TO_HANDLE_AT = 341 constant SYS_OPEN_BY_HANDLE_AT (line 348) | SYS_OPEN_BY_HANDLE_AT = 342 constant SYS_CLOCK_ADJTIME (line 349) | SYS_CLOCK_ADJTIME = 343 constant SYS_SYNCFS (line 350) | SYS_SYNCFS = 344 constant SYS_SENDMMSG (line 351) | SYS_SENDMMSG = 345 constant SYS_SETNS (line 352) | SYS_SETNS = 346 constant SYS_PROCESS_VM_READV (line 353) | SYS_PROCESS_VM_READV = 347 constant SYS_PROCESS_VM_WRITEV (line 354) | SYS_PROCESS_VM_WRITEV = 348 constant SYS_KCMP (line 355) | SYS_KCMP = 349 constant SYS_FINIT_MODULE (line 356) | SYS_FINIT_MODULE = 350 constant SYS_SCHED_SETATTR (line 357) | SYS_SCHED_SETATTR = 351 constant SYS_SCHED_GETATTR (line 358) | SYS_SCHED_GETATTR = 352 constant SYS_RENAMEAT2 (line 359) | SYS_RENAMEAT2 = 353 constant SYS_SECCOMP (line 360) | SYS_SECCOMP = 354 constant SYS_GETRANDOM (line 361) | SYS_GETRANDOM = 355 constant SYS_MEMFD_CREATE (line 362) | SYS_MEMFD_CREATE = 356 constant SYS_BPF (line 363) | SYS_BPF = 357 constant SYS_EXECVEAT (line 364) | SYS_EXECVEAT = 358 constant SYS_SOCKET (line 365) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 366) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 367) | SYS_BIND = 361 constant SYS_CONNECT (line 368) | SYS_CONNECT = 362 constant SYS_LISTEN (line 369) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 370) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 371) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 372) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 373) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 374) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 375) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 376) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 377) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 378) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 379) | SYS_SHUTDOWN = 373 constant SYS_USERFAULTFD (line 380) | SYS_USERFAULTFD = 374 constant SYS_MEMBARRIER (line 381) | SYS_MEMBARRIER = 375 constant SYS_MLOCK2 (line 382) | SYS_MLOCK2 = 376 constant SYS_COPY_FILE_RANGE (line 383) | SYS_COPY_FILE_RANGE = 377 constant SYS_PREADV2 (line 384) | SYS_PREADV2 = 378 constant SYS_PWRITEV2 (line 385) | SYS_PWRITEV2 = 379 constant SYS_PKEY_MPROTECT (line 386) | SYS_PKEY_MPROTECT = 380 constant SYS_PKEY_ALLOC (line 387) | SYS_PKEY_ALLOC = 381 constant SYS_PKEY_FREE (line 388) | SYS_PKEY_FREE = 382 constant SYS_STATX (line 389) | SYS_STATX = 383 constant SYS_ARCH_PRCTL (line 390) | SYS_ARCH_PRCTL = 384 constant SYS_IO_PGETEVENTS (line 391) | SYS_IO_PGETEVENTS = 385 constant SYS_RSEQ (line 392) | SYS_RSEQ = 386 constant SYS_SEMGET (line 393) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 394) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 395) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 396) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 397) | SYS_SHMAT = 397 constant SYS_SHMDT (line 398) | SYS_SHMDT = 398 constant SYS_MSGGET (line 399) | SYS_MSGGET = 399 constant SYS_MSGSND (line 400) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 401) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 402) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 403) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 404) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 405) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 406) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 407) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 408) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 409) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 410) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 411) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 412) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 413) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 414) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 415) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 416) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 417) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 418) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 419) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 420) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 421) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 422) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 423) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 424) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 425) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 426) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 427) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 428) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 429) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 430) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 431) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 432) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 433) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 434) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 435) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 436) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 437) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 438) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 439) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 440) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 441) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 442) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 443) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 444) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 445) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 446) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 447) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 448) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 449) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go constant SYS_READ (line 10) | SYS_READ = 0 constant SYS_WRITE (line 11) | SYS_WRITE = 1 constant SYS_OPEN (line 12) | SYS_OPEN = 2 constant SYS_CLOSE (line 13) | SYS_CLOSE = 3 constant SYS_STAT (line 14) | SYS_STAT = 4 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5 constant SYS_LSTAT (line 16) | SYS_LSTAT = 6 constant SYS_POLL (line 17) | SYS_POLL = 7 constant SYS_LSEEK (line 18) | SYS_LSEEK = 8 constant SYS_MMAP (line 19) | SYS_MMAP = 9 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 10 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 11 constant SYS_BRK (line 22) | SYS_BRK = 12 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 13 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 14 constant SYS_RT_SIGRETURN (line 25) | SYS_RT_SIGRETURN = 15 constant SYS_IOCTL (line 26) | SYS_IOCTL = 16 constant SYS_PREAD64 (line 27) | SYS_PREAD64 = 17 constant SYS_PWRITE64 (line 28) | SYS_PWRITE64 = 18 constant SYS_READV (line 29) | SYS_READV = 19 constant SYS_WRITEV (line 30) | SYS_WRITEV = 20 constant SYS_ACCESS (line 31) | SYS_ACCESS = 21 constant SYS_PIPE (line 32) | SYS_PIPE = 22 constant SYS_SELECT (line 33) | SYS_SELECT = 23 constant SYS_SCHED_YIELD (line 34) | SYS_SCHED_YIELD = 24 constant SYS_MREMAP (line 35) | SYS_MREMAP = 25 constant SYS_MSYNC (line 36) | SYS_MSYNC = 26 constant SYS_MINCORE (line 37) | SYS_MINCORE = 27 constant SYS_MADVISE (line 38) | SYS_MADVISE = 28 constant SYS_SHMGET (line 39) | SYS_SHMGET = 29 constant SYS_SHMAT (line 40) | SYS_SHMAT = 30 constant SYS_SHMCTL (line 41) | SYS_SHMCTL = 31 constant SYS_DUP (line 42) | SYS_DUP = 32 constant SYS_DUP2 (line 43) | SYS_DUP2 = 33 constant SYS_PAUSE (line 44) | SYS_PAUSE = 34 constant SYS_NANOSLEEP (line 45) | SYS_NANOSLEEP = 35 constant SYS_GETITIMER (line 46) | SYS_GETITIMER = 36 constant SYS_ALARM (line 47) | SYS_ALARM = 37 constant SYS_SETITIMER (line 48) | SYS_SETITIMER = 38 constant SYS_GETPID (line 49) | SYS_GETPID = 39 constant SYS_SENDFILE (line 50) | SYS_SENDFILE = 40 constant SYS_SOCKET (line 51) | SYS_SOCKET = 41 constant SYS_CONNECT (line 52) | SYS_CONNECT = 42 constant SYS_ACCEPT (line 53) | SYS_ACCEPT = 43 constant SYS_SENDTO (line 54) | SYS_SENDTO = 44 constant SYS_RECVFROM (line 55) | SYS_RECVFROM = 45 constant SYS_SENDMSG (line 56) | SYS_SENDMSG = 46 constant SYS_RECVMSG (line 57) | SYS_RECVMSG = 47 constant SYS_SHUTDOWN (line 58) | SYS_SHUTDOWN = 48 constant SYS_BIND (line 59) | SYS_BIND = 49 constant SYS_LISTEN (line 60) | SYS_LISTEN = 50 constant SYS_GETSOCKNAME (line 61) | SYS_GETSOCKNAME = 51 constant SYS_GETPEERNAME (line 62) | SYS_GETPEERNAME = 52 constant SYS_SOCKETPAIR (line 63) | SYS_SOCKETPAIR = 53 constant SYS_SETSOCKOPT (line 64) | SYS_SETSOCKOPT = 54 constant SYS_GETSOCKOPT (line 65) | SYS_GETSOCKOPT = 55 constant SYS_CLONE (line 66) | SYS_CLONE = 56 constant SYS_FORK (line 67) | SYS_FORK = 57 constant SYS_VFORK (line 68) | SYS_VFORK = 58 constant SYS_EXECVE (line 69) | SYS_EXECVE = 59 constant SYS_EXIT (line 70) | SYS_EXIT = 60 constant SYS_WAIT4 (line 71) | SYS_WAIT4 = 61 constant SYS_KILL (line 72) | SYS_KILL = 62 constant SYS_UNAME (line 73) | SYS_UNAME = 63 constant SYS_SEMGET (line 74) | SYS_SEMGET = 64 constant SYS_SEMOP (line 75) | SYS_SEMOP = 65 constant SYS_SEMCTL (line 76) | SYS_SEMCTL = 66 constant SYS_SHMDT (line 77) | SYS_SHMDT = 67 constant SYS_MSGGET (line 78) | SYS_MSGGET = 68 constant SYS_MSGSND (line 79) | SYS_MSGSND = 69 constant SYS_MSGRCV (line 80) | SYS_MSGRCV = 70 constant SYS_MSGCTL (line 81) | SYS_MSGCTL = 71 constant SYS_FCNTL (line 82) | SYS_FCNTL = 72 constant SYS_FLOCK (line 83) | SYS_FLOCK = 73 constant SYS_FSYNC (line 84) | SYS_FSYNC = 74 constant SYS_FDATASYNC (line 85) | SYS_FDATASYNC = 75 constant SYS_TRUNCATE (line 86) | SYS_TRUNCATE = 76 constant SYS_FTRUNCATE (line 87) | SYS_FTRUNCATE = 77 constant SYS_GETDENTS (line 88) | SYS_GETDENTS = 78 constant SYS_GETCWD (line 89) | SYS_GETCWD = 79 constant SYS_CHDIR (line 90) | SYS_CHDIR = 80 constant SYS_FCHDIR (line 91) | SYS_FCHDIR = 81 constant SYS_RENAME (line 92) | SYS_RENAME = 82 constant SYS_MKDIR (line 93) | SYS_MKDIR = 83 constant SYS_RMDIR (line 94) | SYS_RMDIR = 84 constant SYS_CREAT (line 95) | SYS_CREAT = 85 constant SYS_LINK (line 96) | SYS_LINK = 86 constant SYS_UNLINK (line 97) | SYS_UNLINK = 87 constant SYS_SYMLINK (line 98) | SYS_SYMLINK = 88 constant SYS_READLINK (line 99) | SYS_READLINK = 89 constant SYS_CHMOD (line 100) | SYS_CHMOD = 90 constant SYS_FCHMOD (line 101) | SYS_FCHMOD = 91 constant SYS_CHOWN (line 102) | SYS_CHOWN = 92 constant SYS_FCHOWN (line 103) | SYS_FCHOWN = 93 constant SYS_LCHOWN (line 104) | SYS_LCHOWN = 94 constant SYS_UMASK (line 105) | SYS_UMASK = 95 constant SYS_GETTIMEOFDAY (line 106) | SYS_GETTIMEOFDAY = 96 constant SYS_GETRLIMIT (line 107) | SYS_GETRLIMIT = 97 constant SYS_GETRUSAGE (line 108) | SYS_GETRUSAGE = 98 constant SYS_SYSINFO (line 109) | SYS_SYSINFO = 99 constant SYS_TIMES (line 110) | SYS_TIMES = 100 constant SYS_PTRACE (line 111) | SYS_PTRACE = 101 constant SYS_GETUID (line 112) | SYS_GETUID = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_GETGID (line 114) | SYS_GETGID = 104 constant SYS_SETUID (line 115) | SYS_SETUID = 105 constant SYS_SETGID (line 116) | SYS_SETGID = 106 constant SYS_GETEUID (line 117) | SYS_GETEUID = 107 constant SYS_GETEGID (line 118) | SYS_GETEGID = 108 constant SYS_SETPGID (line 119) | SYS_SETPGID = 109 constant SYS_GETPPID (line 120) | SYS_GETPPID = 110 constant SYS_GETPGRP (line 121) | SYS_GETPGRP = 111 constant SYS_SETSID (line 122) | SYS_SETSID = 112 constant SYS_SETREUID (line 123) | SYS_SETREUID = 113 constant SYS_SETREGID (line 124) | SYS_SETREGID = 114 constant SYS_GETGROUPS (line 125) | SYS_GETGROUPS = 115 constant SYS_SETGROUPS (line 126) | SYS_SETGROUPS = 116 constant SYS_SETRESUID (line 127) | SYS_SETRESUID = 117 constant SYS_GETRESUID (line 128) | SYS_GETRESUID = 118 constant SYS_SETRESGID (line 129) | SYS_SETRESGID = 119 constant SYS_GETRESGID (line 130) | SYS_GETRESGID = 120 constant SYS_GETPGID (line 131) | SYS_GETPGID = 121 constant SYS_SETFSUID (line 132) | SYS_SETFSUID = 122 constant SYS_SETFSGID (line 133) | SYS_SETFSGID = 123 constant SYS_GETSID (line 134) | SYS_GETSID = 124 constant SYS_CAPGET (line 135) | SYS_CAPGET = 125 constant SYS_CAPSET (line 136) | SYS_CAPSET = 126 constant SYS_RT_SIGPENDING (line 137) | SYS_RT_SIGPENDING = 127 constant SYS_RT_SIGTIMEDWAIT (line 138) | SYS_RT_SIGTIMEDWAIT = 128 constant SYS_RT_SIGQUEUEINFO (line 139) | SYS_RT_SIGQUEUEINFO = 129 constant SYS_RT_SIGSUSPEND (line 140) | SYS_RT_SIGSUSPEND = 130 constant SYS_SIGALTSTACK (line 141) | SYS_SIGALTSTACK = 131 constant SYS_UTIME (line 142) | SYS_UTIME = 132 constant SYS_MKNOD (line 143) | SYS_MKNOD = 133 constant SYS_USELIB (line 144) | SYS_USELIB = 134 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 135 constant SYS_USTAT (line 146) | SYS_USTAT = 136 constant SYS_STATFS (line 147) | SYS_STATFS = 137 constant SYS_FSTATFS (line 148) | SYS_FSTATFS = 138 constant SYS_SYSFS (line 149) | SYS_SYSFS = 139 constant SYS_GETPRIORITY (line 150) | SYS_GETPRIORITY = 140 constant SYS_SETPRIORITY (line 151) | SYS_SETPRIORITY = 141 constant SYS_SCHED_SETPARAM (line 152) | SYS_SCHED_SETPARAM = 142 constant SYS_SCHED_GETPARAM (line 153) | SYS_SCHED_GETPARAM = 143 constant SYS_SCHED_SETSCHEDULER (line 154) | SYS_SCHED_SETSCHEDULER = 144 constant SYS_SCHED_GETSCHEDULER (line 155) | SYS_SCHED_GETSCHEDULER = 145 constant SYS_SCHED_GET_PRIORITY_MAX (line 156) | SYS_SCHED_GET_PRIORITY_MAX = 146 constant SYS_SCHED_GET_PRIORITY_MIN (line 157) | SYS_SCHED_GET_PRIORITY_MIN = 147 constant SYS_SCHED_RR_GET_INTERVAL (line 158) | SYS_SCHED_RR_GET_INTERVAL = 148 constant SYS_MLOCK (line 159) | SYS_MLOCK = 149 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 150 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 151 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 152 constant SYS_VHANGUP (line 163) | SYS_VHANGUP = 153 constant SYS_MODIFY_LDT (line 164) | SYS_MODIFY_LDT = 154 constant SYS_PIVOT_ROOT (line 165) | SYS_PIVOT_ROOT = 155 constant SYS__SYSCTL (line 166) | SYS__SYSCTL = 156 constant SYS_PRCTL (line 167) | SYS_PRCTL = 157 constant SYS_ARCH_PRCTL (line 168) | SYS_ARCH_PRCTL = 158 constant SYS_ADJTIMEX (line 169) | SYS_ADJTIMEX = 159 constant SYS_SETRLIMIT (line 170) | SYS_SETRLIMIT = 160 constant SYS_CHROOT (line 171) | SYS_CHROOT = 161 constant SYS_SYNC (line 172) | SYS_SYNC = 162 constant SYS_ACCT (line 173) | SYS_ACCT = 163 constant SYS_SETTIMEOFDAY (line 174) | SYS_SETTIMEOFDAY = 164 constant SYS_MOUNT (line 175) | SYS_MOUNT = 165 constant SYS_UMOUNT2 (line 176) | SYS_UMOUNT2 = 166 constant SYS_SWAPON (line 177) | SYS_SWAPON = 167 constant SYS_SWAPOFF (line 178) | SYS_SWAPOFF = 168 constant SYS_REBOOT (line 179) | SYS_REBOOT = 169 constant SYS_SETHOSTNAME (line 180) | SYS_SETHOSTNAME = 170 constant SYS_SETDOMAINNAME (line 181) | SYS_SETDOMAINNAME = 171 constant SYS_IOPL (line 182) | SYS_IOPL = 172 constant SYS_IOPERM (line 183) | SYS_IOPERM = 173 constant SYS_CREATE_MODULE (line 184) | SYS_CREATE_MODULE = 174 constant SYS_INIT_MODULE (line 185) | SYS_INIT_MODULE = 175 constant SYS_DELETE_MODULE (line 186) | SYS_DELETE_MODULE = 176 constant SYS_GET_KERNEL_SYMS (line 187) | SYS_GET_KERNEL_SYMS = 177 constant SYS_QUERY_MODULE (line 188) | SYS_QUERY_MODULE = 178 constant SYS_QUOTACTL (line 189) | SYS_QUOTACTL = 179 constant SYS_NFSSERVCTL (line 190) | SYS_NFSSERVCTL = 180 constant SYS_GETPMSG (line 191) | SYS_GETPMSG = 181 constant SYS_PUTPMSG (line 192) | SYS_PUTPMSG = 182 constant SYS_AFS_SYSCALL (line 193) | SYS_AFS_SYSCALL = 183 constant SYS_TUXCALL (line 194) | SYS_TUXCALL = 184 constant SYS_SECURITY (line 195) | SYS_SECURITY = 185 constant SYS_GETTID (line 196) | SYS_GETTID = 186 constant SYS_READAHEAD (line 197) | SYS_READAHEAD = 187 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 188 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 189 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 190 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 191 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 192 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 193 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 194 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 195 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 196 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 197 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 198 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 199 constant SYS_TKILL (line 210) | SYS_TKILL = 200 constant SYS_TIME (line 211) | SYS_TIME = 201 constant SYS_FUTEX (line 212) | SYS_FUTEX = 202 constant SYS_SCHED_SETAFFINITY (line 213) | SYS_SCHED_SETAFFINITY = 203 constant SYS_SCHED_GETAFFINITY (line 214) | SYS_SCHED_GETAFFINITY = 204 constant SYS_SET_THREAD_AREA (line 215) | SYS_SET_THREAD_AREA = 205 constant SYS_IO_SETUP (line 216) | SYS_IO_SETUP = 206 constant SYS_IO_DESTROY (line 217) | SYS_IO_DESTROY = 207 constant SYS_IO_GETEVENTS (line 218) | SYS_IO_GETEVENTS = 208 constant SYS_IO_SUBMIT (line 219) | SYS_IO_SUBMIT = 209 constant SYS_IO_CANCEL (line 220) | SYS_IO_CANCEL = 210 constant SYS_GET_THREAD_AREA (line 221) | SYS_GET_THREAD_AREA = 211 constant SYS_LOOKUP_DCOOKIE (line 222) | SYS_LOOKUP_DCOOKIE = 212 constant SYS_EPOLL_CREATE (line 223) | SYS_EPOLL_CREATE = 213 constant SYS_EPOLL_CTL_OLD (line 224) | SYS_EPOLL_CTL_OLD = 214 constant SYS_EPOLL_WAIT_OLD (line 225) | SYS_EPOLL_WAIT_OLD = 215 constant SYS_REMAP_FILE_PAGES (line 226) | SYS_REMAP_FILE_PAGES = 216 constant SYS_GETDENTS64 (line 227) | SYS_GETDENTS64 = 217 constant SYS_SET_TID_ADDRESS (line 228) | SYS_SET_TID_ADDRESS = 218 constant SYS_RESTART_SYSCALL (line 229) | SYS_RESTART_SYSCALL = 219 constant SYS_SEMTIMEDOP (line 230) | SYS_SEMTIMEDOP = 220 constant SYS_FADVISE64 (line 231) | SYS_FADVISE64 = 221 constant SYS_TIMER_CREATE (line 232) | SYS_TIMER_CREATE = 222 constant SYS_TIMER_SETTIME (line 233) | SYS_TIMER_SETTIME = 223 constant SYS_TIMER_GETTIME (line 234) | SYS_TIMER_GETTIME = 224 constant SYS_TIMER_GETOVERRUN (line 235) | SYS_TIMER_GETOVERRUN = 225 constant SYS_TIMER_DELETE (line 236) | SYS_TIMER_DELETE = 226 constant SYS_CLOCK_SETTIME (line 237) | SYS_CLOCK_SETTIME = 227 constant SYS_CLOCK_GETTIME (line 238) | SYS_CLOCK_GETTIME = 228 constant SYS_CLOCK_GETRES (line 239) | SYS_CLOCK_GETRES = 229 constant SYS_CLOCK_NANOSLEEP (line 240) | SYS_CLOCK_NANOSLEEP = 230 constant SYS_EXIT_GROUP (line 241) | SYS_EXIT_GROUP = 231 constant SYS_EPOLL_WAIT (line 242) | SYS_EPOLL_WAIT = 232 constant SYS_EPOLL_CTL (line 243) | SYS_EPOLL_CTL = 233 constant SYS_TGKILL (line 244) | SYS_TGKILL = 234 constant SYS_UTIMES (line 245) | SYS_UTIMES = 235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 236 constant SYS_MBIND (line 247) | SYS_MBIND = 237 constant SYS_SET_MEMPOLICY (line 248) | SYS_SET_MEMPOLICY = 238 constant SYS_GET_MEMPOLICY (line 249) | SYS_GET_MEMPOLICY = 239 constant SYS_MQ_OPEN (line 250) | SYS_MQ_OPEN = 240 constant SYS_MQ_UNLINK (line 251) | SYS_MQ_UNLINK = 241 constant SYS_MQ_TIMEDSEND (line 252) | SYS_MQ_TIMEDSEND = 242 constant SYS_MQ_TIMEDRECEIVE (line 253) | SYS_MQ_TIMEDRECEIVE = 243 constant SYS_MQ_NOTIFY (line 254) | SYS_MQ_NOTIFY = 244 constant SYS_MQ_GETSETATTR (line 255) | SYS_MQ_GETSETATTR = 245 constant SYS_KEXEC_LOAD (line 256) | SYS_KEXEC_LOAD = 246 constant SYS_WAITID (line 257) | SYS_WAITID = 247 constant SYS_ADD_KEY (line 258) | SYS_ADD_KEY = 248 constant SYS_REQUEST_KEY (line 259) | SYS_REQUEST_KEY = 249 constant SYS_KEYCTL (line 260) | SYS_KEYCTL = 250 constant SYS_IOPRIO_SET (line 261) | SYS_IOPRIO_SET = 251 constant SYS_IOPRIO_GET (line 262) | SYS_IOPRIO_GET = 252 constant SYS_INOTIFY_INIT (line 263) | SYS_INOTIFY_INIT = 253 constant SYS_INOTIFY_ADD_WATCH (line 264) | SYS_INOTIFY_ADD_WATCH = 254 constant SYS_INOTIFY_RM_WATCH (line 265) | SYS_INOTIFY_RM_WATCH = 255 constant SYS_MIGRATE_PAGES (line 266) | SYS_MIGRATE_PAGES = 256 constant SYS_OPENAT (line 267) | SYS_OPENAT = 257 constant SYS_MKDIRAT (line 268) | SYS_MKDIRAT = 258 constant SYS_MKNODAT (line 269) | SYS_MKNODAT = 259 constant SYS_FCHOWNAT (line 270) | SYS_FCHOWNAT = 260 constant SYS_FUTIMESAT (line 271) | SYS_FUTIMESAT = 261 constant SYS_NEWFSTATAT (line 272) | SYS_NEWFSTATAT = 262 constant SYS_UNLINKAT (line 273) | SYS_UNLINKAT = 263 constant SYS_RENAMEAT (line 274) | SYS_RENAMEAT = 264 constant SYS_LINKAT (line 275) | SYS_LINKAT = 265 constant SYS_SYMLINKAT (line 276) | SYS_SYMLINKAT = 266 constant SYS_READLINKAT (line 277) | SYS_READLINKAT = 267 constant SYS_FCHMODAT (line 278) | SYS_FCHMODAT = 268 constant SYS_FACCESSAT (line 279) | SYS_FACCESSAT = 269 constant SYS_PSELECT6 (line 280) | SYS_PSELECT6 = 270 constant SYS_PPOLL (line 281) | SYS_PPOLL = 271 constant SYS_UNSHARE (line 282) | SYS_UNSHARE = 272 constant SYS_SET_ROBUST_LIST (line 283) | SYS_SET_ROBUST_LIST = 273 constant SYS_GET_ROBUST_LIST (line 284) | SYS_GET_ROBUST_LIST = 274 constant SYS_SPLICE (line 285) | SYS_SPLICE = 275 constant SYS_TEE (line 286) | SYS_TEE = 276 constant SYS_SYNC_FILE_RANGE (line 287) | SYS_SYNC_FILE_RANGE = 277 constant SYS_VMSPLICE (line 288) | SYS_VMSPLICE = 278 constant SYS_MOVE_PAGES (line 289) | SYS_MOVE_PAGES = 279 constant SYS_UTIMENSAT (line 290) | SYS_UTIMENSAT = 280 constant SYS_EPOLL_PWAIT (line 291) | SYS_EPOLL_PWAIT = 281 constant SYS_SIGNALFD (line 292) | SYS_SIGNALFD = 282 constant SYS_TIMERFD_CREATE (line 293) | SYS_TIMERFD_CREATE = 283 constant SYS_EVENTFD (line 294) | SYS_EVENTFD = 284 constant SYS_FALLOCATE (line 295) | SYS_FALLOCATE = 285 constant SYS_TIMERFD_SETTIME (line 296) | SYS_TIMERFD_SETTIME = 286 constant SYS_TIMERFD_GETTIME (line 297) | SYS_TIMERFD_GETTIME = 287 constant SYS_ACCEPT4 (line 298) | SYS_ACCEPT4 = 288 constant SYS_SIGNALFD4 (line 299) | SYS_SIGNALFD4 = 289 constant SYS_EVENTFD2 (line 300) | SYS_EVENTFD2 = 290 constant SYS_EPOLL_CREATE1 (line 301) | SYS_EPOLL_CREATE1 = 291 constant SYS_DUP3 (line 302) | SYS_DUP3 = 292 constant SYS_PIPE2 (line 303) | SYS_PIPE2 = 293 constant SYS_INOTIFY_INIT1 (line 304) | SYS_INOTIFY_INIT1 = 294 constant SYS_PREADV (line 305) | SYS_PREADV = 295 constant SYS_PWRITEV (line 306) | SYS_PWRITEV = 296 constant SYS_RT_TGSIGQUEUEINFO (line 307) | SYS_RT_TGSIGQUEUEINFO = 297 constant SYS_PERF_EVENT_OPEN (line 308) | SYS_PERF_EVENT_OPEN = 298 constant SYS_RECVMMSG (line 309) | SYS_RECVMMSG = 299 constant SYS_FANOTIFY_INIT (line 310) | SYS_FANOTIFY_INIT = 300 constant SYS_FANOTIFY_MARK (line 311) | SYS_FANOTIFY_MARK = 301 constant SYS_PRLIMIT64 (line 312) | SYS_PRLIMIT64 = 302 constant SYS_NAME_TO_HANDLE_AT (line 313) | SYS_NAME_TO_HANDLE_AT = 303 constant SYS_OPEN_BY_HANDLE_AT (line 314) | SYS_OPEN_BY_HANDLE_AT = 304 constant SYS_CLOCK_ADJTIME (line 315) | SYS_CLOCK_ADJTIME = 305 constant SYS_SYNCFS (line 316) | SYS_SYNCFS = 306 constant SYS_SENDMMSG (line 317) | SYS_SENDMMSG = 307 constant SYS_SETNS (line 318) | SYS_SETNS = 308 constant SYS_GETCPU (line 319) | SYS_GETCPU = 309 constant SYS_PROCESS_VM_READV (line 320) | SYS_PROCESS_VM_READV = 310 constant SYS_PROCESS_VM_WRITEV (line 321) | SYS_PROCESS_VM_WRITEV = 311 constant SYS_KCMP (line 322) | SYS_KCMP = 312 constant SYS_FINIT_MODULE (line 323) | SYS_FINIT_MODULE = 313 constant SYS_SCHED_SETATTR (line 324) | SYS_SCHED_SETATTR = 314 constant SYS_SCHED_GETATTR (line 325) | SYS_SCHED_GETATTR = 315 constant SYS_RENAMEAT2 (line 326) | SYS_RENAMEAT2 = 316 constant SYS_SECCOMP (line 327) | SYS_SECCOMP = 317 constant SYS_GETRANDOM (line 328) | SYS_GETRANDOM = 318 constant SYS_MEMFD_CREATE (line 329) | SYS_MEMFD_CREATE = 319 constant SYS_KEXEC_FILE_LOAD (line 330) | SYS_KEXEC_FILE_LOAD = 320 constant SYS_BPF (line 331) | SYS_BPF = 321 constant SYS_EXECVEAT (line 332) | SYS_EXECVEAT = 322 constant SYS_USERFAULTFD (line 333) | SYS_USERFAULTFD = 323 constant SYS_MEMBARRIER (line 334) | SYS_MEMBARRIER = 324 constant SYS_MLOCK2 (line 335) | SYS_MLOCK2 = 325 constant SYS_COPY_FILE_RANGE (line 336) | SYS_COPY_FILE_RANGE = 326 constant SYS_PREADV2 (line 337) | SYS_PREADV2 = 327 constant SYS_PWRITEV2 (line 338) | SYS_PWRITEV2 = 328 constant SYS_PKEY_MPROTECT (line 339) | SYS_PKEY_MPROTECT = 329 constant SYS_PKEY_ALLOC (line 340) | SYS_PKEY_ALLOC = 330 constant SYS_PKEY_FREE (line 341) | SYS_PKEY_FREE = 331 constant SYS_STATX (line 342) | SYS_STATX = 332 constant SYS_IO_PGETEVENTS (line 343) | SYS_IO_PGETEVENTS = 333 constant SYS_RSEQ (line 344) | SYS_RSEQ = 334 constant SYS_PIDFD_SEND_SIGNAL (line 345) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 346) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 347) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 348) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 349) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 350) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 351) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 352) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 353) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 354) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 355) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 356) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 357) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 358) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 359) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 360) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 361) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 362) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 363) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 364) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 365) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 366) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 367) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 368) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 369) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 370) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 371) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go constant SYS_SYSCALL_MASK (line 10) | SYS_SYSCALL_MASK = 0 constant SYS_RESTART_SYSCALL (line 11) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 25) | SYS_LCHOWN = 16 constant SYS_LSEEK (line 26) | SYS_LSEEK = 19 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_MOUNT (line 28) | SYS_MOUNT = 21 constant SYS_SETUID (line 29) | SYS_SETUID = 23 constant SYS_GETUID (line 30) | SYS_GETUID = 24 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_PAUSE (line 32) | SYS_PAUSE = 29 constant SYS_ACCESS (line 33) | SYS_ACCESS = 33 constant SYS_NICE (line 34) | SYS_NICE = 34 constant SYS_SYNC (line 35) | SYS_SYNC = 36 constant SYS_KILL (line 36) | SYS_KILL = 37 constant SYS_RENAME (line 37) | SYS_RENAME = 38 constant SYS_MKDIR (line 38) | SYS_MKDIR = 39 constant SYS_RMDIR (line 39) | SYS_RMDIR = 40 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_TIMES (line 42) | SYS_TIMES = 43 constant SYS_BRK (line 43) | SYS_BRK = 45 constant SYS_SETGID (line 44) | SYS_SETGID = 46 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS_GETEUID (line 46) | SYS_GETEUID = 49 constant SYS_GETEGID (line 47) | SYS_GETEGID = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 49) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_FCNTL (line 51) | SYS_FCNTL = 55 constant SYS_SETPGID (line 52) | SYS_SETPGID = 57 constant SYS_UMASK (line 53) | SYS_UMASK = 60 constant SYS_CHROOT (line 54) | SYS_CHROOT = 61 constant SYS_USTAT (line 55) | SYS_USTAT = 62 constant SYS_DUP2 (line 56) | SYS_DUP2 = 63 constant SYS_GETPPID (line 57) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 58) | SYS_GETPGRP = 65 constant SYS_SETSID (line 59) | SYS_SETSID = 66 constant SYS_SIGACTION (line 60) | SYS_SIGACTION = 67 constant SYS_SETREUID (line 61) | SYS_SETREUID = 70 constant SYS_SETREGID (line 62) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 63) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 64) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 65) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 66) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 67) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 68) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 69) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 70) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 71) | SYS_SETGROUPS = 81 constant SYS_SYMLINK (line 72) | SYS_SYMLINK = 83 constant SYS_READLINK (line 73) | SYS_READLINK = 85 constant SYS_USELIB (line 74) | SYS_USELIB = 86 constant SYS_SWAPON (line 75) | SYS_SWAPON = 87 constant SYS_REBOOT (line 76) | SYS_REBOOT = 88 constant SYS_MUNMAP (line 77) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 78) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 79) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 80) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 82) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 83) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 84) | SYS_STATFS = 99 constant SYS_FSTATFS (line 85) | SYS_FSTATFS = 100 constant SYS_SYSLOG (line 86) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 87) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 88) | SYS_GETITIMER = 105 constant SYS_STAT (line 89) | SYS_STAT = 106 constant SYS_LSTAT (line 90) | SYS_LSTAT = 107 constant SYS_FSTAT (line 91) | SYS_FSTAT = 108 constant SYS_VHANGUP (line 92) | SYS_VHANGUP = 111 constant SYS_WAIT4 (line 93) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 94) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 95) | SYS_SYSINFO = 116 constant SYS_FSYNC (line 96) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 97) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 98) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 99) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 100) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 101) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 102) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 103) | SYS_SIGPROCMASK = 126 constant SYS_INIT_MODULE (line 104) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 105) | SYS_DELETE_MODULE = 129 constant SYS_QUOTACTL (line 106) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 107) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 108) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 109) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 110) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 111) | SYS_PERSONALITY = 136 constant SYS_SETFSUID (line 112) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 113) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 114) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 115) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 116) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 117) | SYS_FLOCK = 143 constant SYS_MSYNC (line 118) | SYS_MSYNC = 144 constant SYS_READV (line 119) | SYS_READV = 145 constant SYS_WRITEV (line 120) | SYS_WRITEV = 146 constant SYS_GETSID (line 121) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 122) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 123) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 124) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 125) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 126) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 127) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 128) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 129) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 130) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 131) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 132) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 133) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 134) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 135) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 136) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 137) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 138) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 139) | SYS_GETRESUID = 165 constant SYS_POLL (line 140) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 141) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 142) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 143) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 144) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 145) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 146) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 147) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 148) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 149) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 150) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 151) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 152) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 153) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 154) | SYS_CHOWN = 182 constant SYS_GETCWD (line 155) | SYS_GETCWD = 183 constant SYS_CAPGET (line 156) | SYS_CAPGET = 184 constant SYS_CAPSET (line 157) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 158) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 159) | SYS_SENDFILE = 187 constant SYS_VFORK (line 160) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 161) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 162) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 163) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 164) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 165) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 166) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 167) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 168) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 169) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 170) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 171) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 172) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 173) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 174) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 175) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 176) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 177) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 178) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 179) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 180) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 181) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 182) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 183) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 184) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 185) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 186) | SYS_SETFSGID32 = 216 constant SYS_GETDENTS64 (line 187) | SYS_GETDENTS64 = 217 constant SYS_PIVOT_ROOT (line 188) | SYS_PIVOT_ROOT = 218 constant SYS_MINCORE (line 189) | SYS_MINCORE = 219 constant SYS_MADVISE (line 190) | SYS_MADVISE = 220 constant SYS_FCNTL64 (line 191) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 192) | SYS_GETTID = 224 constant SYS_READAHEAD (line 193) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 194) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 195) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 196) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 197) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 198) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 199) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 200) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 201) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 202) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 203) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 204) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 205) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 206) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 207) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 208) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 209) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 210) | SYS_SCHED_GETAFFINITY = 242 constant SYS_IO_SETUP (line 211) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 212) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 213) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 214) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 215) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 216) | SYS_EXIT_GROUP = 248 constant SYS_LOOKUP_DCOOKIE (line 217) | SYS_LOOKUP_DCOOKIE = 249 constant SYS_EPOLL_CREATE (line 218) | SYS_EPOLL_CREATE = 250 constant SYS_EPOLL_CTL (line 219) | SYS_EPOLL_CTL = 251 constant SYS_EPOLL_WAIT (line 220) | SYS_EPOLL_WAIT = 252 constant SYS_REMAP_FILE_PAGES (line 221) | SYS_REMAP_FILE_PAGES = 253 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 256 constant SYS_TIMER_CREATE (line 223) | SYS_TIMER_CREATE = 257 constant SYS_TIMER_SETTIME (line 224) | SYS_TIMER_SETTIME = 258 constant SYS_TIMER_GETTIME (line 225) | SYS_TIMER_GETTIME = 259 constant SYS_TIMER_GETOVERRUN (line 226) | SYS_TIMER_GETOVERRUN = 260 constant SYS_TIMER_DELETE (line 227) | SYS_TIMER_DELETE = 261 constant SYS_CLOCK_SETTIME (line 228) | SYS_CLOCK_SETTIME = 262 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 263 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 264 constant SYS_CLOCK_NANOSLEEP (line 231) | SYS_CLOCK_NANOSLEEP = 265 constant SYS_STATFS64 (line 232) | SYS_STATFS64 = 266 constant SYS_FSTATFS64 (line 233) | SYS_FSTATFS64 = 267 constant SYS_TGKILL (line 234) | SYS_TGKILL = 268 constant SYS_UTIMES (line 235) | SYS_UTIMES = 269 constant SYS_ARM_FADVISE64_64 (line 236) | SYS_ARM_FADVISE64_64 = 270 constant SYS_PCICONFIG_IOBASE (line 237) | SYS_PCICONFIG_IOBASE = 271 constant SYS_PCICONFIG_READ (line 238) | SYS_PCICONFIG_READ = 272 constant SYS_PCICONFIG_WRITE (line 239) | SYS_PCICONFIG_WRITE = 273 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 274 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 275 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 276 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 277 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 278 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 279 constant SYS_WAITID (line 246) | SYS_WAITID = 280 constant SYS_SOCKET (line 247) | SYS_SOCKET = 281 constant SYS_BIND (line 248) | SYS_BIND = 282 constant SYS_CONNECT (line 249) | SYS_CONNECT = 283 constant SYS_LISTEN (line 250) | SYS_LISTEN = 284 constant SYS_ACCEPT (line 251) | SYS_ACCEPT = 285 constant SYS_GETSOCKNAME (line 252) | SYS_GETSOCKNAME = 286 constant SYS_GETPEERNAME (line 253) | SYS_GETPEERNAME = 287 constant SYS_SOCKETPAIR (line 254) | SYS_SOCKETPAIR = 288 constant SYS_SEND (line 255) | SYS_SEND = 289 constant SYS_SENDTO (line 256) | SYS_SENDTO = 290 constant SYS_RECV (line 257) | SYS_RECV = 291 constant SYS_RECVFROM (line 258) | SYS_RECVFROM = 292 constant SYS_SHUTDOWN (line 259) | SYS_SHUTDOWN = 293 constant SYS_SETSOCKOPT (line 260) | SYS_SETSOCKOPT = 294 constant SYS_GETSOCKOPT (line 261) | SYS_GETSOCKOPT = 295 constant SYS_SENDMSG (line 262) | SYS_SENDMSG = 296 constant SYS_RECVMSG (line 263) | SYS_RECVMSG = 297 constant SYS_SEMOP (line 264) | SYS_SEMOP = 298 constant SYS_SEMGET (line 265) | SYS_SEMGET = 299 constant SYS_SEMCTL (line 266) | SYS_SEMCTL = 300 constant SYS_MSGSND (line 267) | SYS_MSGSND = 301 constant SYS_MSGRCV (line 268) | SYS_MSGRCV = 302 constant SYS_MSGGET (line 269) | SYS_MSGGET = 303 constant SYS_MSGCTL (line 270) | SYS_MSGCTL = 304 constant SYS_SHMAT (line 271) | SYS_SHMAT = 305 constant SYS_SHMDT (line 272) | SYS_SHMDT = 306 constant SYS_SHMGET (line 273) | SYS_SHMGET = 307 constant SYS_SHMCTL (line 274) | SYS_SHMCTL = 308 constant SYS_ADD_KEY (line 275) | SYS_ADD_KEY = 309 constant SYS_REQUEST_KEY (line 276) | SYS_REQUEST_KEY = 310 constant SYS_KEYCTL (line 277) | SYS_KEYCTL = 311 constant SYS_SEMTIMEDOP (line 278) | SYS_SEMTIMEDOP = 312 constant SYS_VSERVER (line 279) | SYS_VSERVER = 313 constant SYS_IOPRIO_SET (line 280) | SYS_IOPRIO_SET = 314 constant SYS_IOPRIO_GET (line 281) | SYS_IOPRIO_GET = 315 constant SYS_INOTIFY_INIT (line 282) | SYS_INOTIFY_INIT = 316 constant SYS_INOTIFY_ADD_WATCH (line 283) | SYS_INOTIFY_ADD_WATCH = 317 constant SYS_INOTIFY_RM_WATCH (line 284) | SYS_INOTIFY_RM_WATCH = 318 constant SYS_MBIND (line 285) | SYS_MBIND = 319 constant SYS_GET_MEMPOLICY (line 286) | SYS_GET_MEMPOLICY = 320 constant SYS_SET_MEMPOLICY (line 287) | SYS_SET_MEMPOLICY = 321 constant SYS_OPENAT (line 288) | SYS_OPENAT = 322 constant SYS_MKDIRAT (line 289) | SYS_MKDIRAT = 323 constant SYS_MKNODAT (line 290) | SYS_MKNODAT = 324 constant SYS_FCHOWNAT (line 291) | SYS_FCHOWNAT = 325 constant SYS_FUTIMESAT (line 292) | SYS_FUTIMESAT = 326 constant SYS_FSTATAT64 (line 293) | SYS_FSTATAT64 = 327 constant SYS_UNLINKAT (line 294) | SYS_UNLINKAT = 328 constant SYS_RENAMEAT (line 295) | SYS_RENAMEAT = 329 constant SYS_LINKAT (line 296) | SYS_LINKAT = 330 constant SYS_SYMLINKAT (line 297) | SYS_SYMLINKAT = 331 constant SYS_READLINKAT (line 298) | SYS_READLINKAT = 332 constant SYS_FCHMODAT (line 299) | SYS_FCHMODAT = 333 constant SYS_FACCESSAT (line 300) | SYS_FACCESSAT = 334 constant SYS_PSELECT6 (line 301) | SYS_PSELECT6 = 335 constant SYS_PPOLL (line 302) | SYS_PPOLL = 336 constant SYS_UNSHARE (line 303) | SYS_UNSHARE = 337 constant SYS_SET_ROBUST_LIST (line 304) | SYS_SET_ROBUST_LIST = 338 constant SYS_GET_ROBUST_LIST (line 305) | SYS_GET_ROBUST_LIST = 339 constant SYS_SPLICE (line 306) | SYS_SPLICE = 340 constant SYS_ARM_SYNC_FILE_RANGE (line 307) | SYS_ARM_SYNC_FILE_RANGE = 341 constant SYS_TEE (line 308) | SYS_TEE = 342 constant SYS_VMSPLICE (line 309) | SYS_VMSPLICE = 343 constant SYS_MOVE_PAGES (line 310) | SYS_MOVE_PAGES = 344 constant SYS_GETCPU (line 311) | SYS_GETCPU = 345 constant SYS_EPOLL_PWAIT (line 312) | SYS_EPOLL_PWAIT = 346 constant SYS_KEXEC_LOAD (line 313) | SYS_KEXEC_LOAD = 347 constant SYS_UTIMENSAT (line 314) | SYS_UTIMENSAT = 348 constant SYS_SIGNALFD (line 315) | SYS_SIGNALFD = 349 constant SYS_TIMERFD_CREATE (line 316) | SYS_TIMERFD_CREATE = 350 constant SYS_EVENTFD (line 317) | SYS_EVENTFD = 351 constant SYS_FALLOCATE (line 318) | SYS_FALLOCATE = 352 constant SYS_TIMERFD_SETTIME (line 319) | SYS_TIMERFD_SETTIME = 353 constant SYS_TIMERFD_GETTIME (line 320) | SYS_TIMERFD_GETTIME = 354 constant SYS_SIGNALFD4 (line 321) | SYS_SIGNALFD4 = 355 constant SYS_EVENTFD2 (line 322) | SYS_EVENTFD2 = 356 constant SYS_EPOLL_CREATE1 (line 323) | SYS_EPOLL_CREATE1 = 357 constant SYS_DUP3 (line 324) | SYS_DUP3 = 358 constant SYS_PIPE2 (line 325) | SYS_PIPE2 = 359 constant SYS_INOTIFY_INIT1 (line 326) | SYS_INOTIFY_INIT1 = 360 constant SYS_PREADV (line 327) | SYS_PREADV = 361 constant SYS_PWRITEV (line 328) | SYS_PWRITEV = 362 constant SYS_RT_TGSIGQUEUEINFO (line 329) | SYS_RT_TGSIGQUEUEINFO = 363 constant SYS_PERF_EVENT_OPEN (line 330) | SYS_PERF_EVENT_OPEN = 364 constant SYS_RECVMMSG (line 331) | SYS_RECVMMSG = 365 constant SYS_ACCEPT4 (line 332) | SYS_ACCEPT4 = 366 constant SYS_FANOTIFY_INIT (line 333) | SYS_FANOTIFY_INIT = 367 constant SYS_FANOTIFY_MARK (line 334) | SYS_FANOTIFY_MARK = 368 constant SYS_PRLIMIT64 (line 335) | SYS_PRLIMIT64 = 369 constant SYS_NAME_TO_HANDLE_AT (line 336) | SYS_NAME_TO_HANDLE_AT = 370 constant SYS_OPEN_BY_HANDLE_AT (line 337) | SYS_OPEN_BY_HANDLE_AT = 371 constant SYS_CLOCK_ADJTIME (line 338) | SYS_CLOCK_ADJTIME = 372 constant SYS_SYNCFS (line 339) | SYS_SYNCFS = 373 constant SYS_SENDMMSG (line 340) | SYS_SENDMMSG = 374 constant SYS_SETNS (line 341) | SYS_SETNS = 375 constant SYS_PROCESS_VM_READV (line 342) | SYS_PROCESS_VM_READV = 376 constant SYS_PROCESS_VM_WRITEV (line 343) | SYS_PROCESS_VM_WRITEV = 377 constant SYS_KCMP (line 344) | SYS_KCMP = 378 constant SYS_FINIT_MODULE (line 345) | SYS_FINIT_MODULE = 379 constant SYS_SCHED_SETATTR (line 346) | SYS_SCHED_SETATTR = 380 constant SYS_SCHED_GETATTR (line 347) | SYS_SCHED_GETATTR = 381 constant SYS_RENAMEAT2 (line 348) | SYS_RENAMEAT2 = 382 constant SYS_SECCOMP (line 349) | SYS_SECCOMP = 383 constant SYS_GETRANDOM (line 350) | SYS_GETRANDOM = 384 constant SYS_MEMFD_CREATE (line 351) | SYS_MEMFD_CREATE = 385 constant SYS_BPF (line 352) | SYS_BPF = 386 constant SYS_EXECVEAT (line 353) | SYS_EXECVEAT = 387 constant SYS_USERFAULTFD (line 354) | SYS_USERFAULTFD = 388 constant SYS_MEMBARRIER (line 355) | SYS_MEMBARRIER = 389 constant SYS_MLOCK2 (line 356) | SYS_MLOCK2 = 390 constant SYS_COPY_FILE_RANGE (line 357) | SYS_COPY_FILE_RANGE = 391 constant SYS_PREADV2 (line 358) | SYS_PREADV2 = 392 constant SYS_PWRITEV2 (line 359) | SYS_PWRITEV2 = 393 constant SYS_PKEY_MPROTECT (line 360) | SYS_PKEY_MPROTECT = 394 constant SYS_PKEY_ALLOC (line 361) | SYS_PKEY_ALLOC = 395 constant SYS_PKEY_FREE (line 362) | SYS_PKEY_FREE = 396 constant SYS_STATX (line 363) | SYS_STATX = 397 constant SYS_RSEQ (line 364) | SYS_RSEQ = 398 constant SYS_IO_PGETEVENTS (line 365) | SYS_IO_PGETEVENTS = 399 constant SYS_MIGRATE_PAGES (line 366) | SYS_MIGRATE_PAGES = 400 constant SYS_KEXEC_FILE_LOAD (line 367) | SYS_KEXEC_FILE_LOAD = 401 constant SYS_CLOCK_GETTIME64 (line 368) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 369) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 370) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 371) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 372) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 373) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 374) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 375) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 376) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 377) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 378) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 379) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 380) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 381) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 382) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 383) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 384) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 385) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 386) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 387) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 388) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 389) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 390) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 391) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 392) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 393) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 394) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 395) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 396) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 397) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 398) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 399) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 400) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 401) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 402) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 403) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 404) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 405) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 406) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 407) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 408) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 409) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 410) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 411) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 412) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 413) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_RENAMEAT (line 48) | SYS_RENAMEAT = 38 constant SYS_UMOUNT2 (line 49) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 50) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 51) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 52) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 53) | SYS_STATFS = 43 constant SYS_FSTATFS (line 54) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 55) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 56) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 57) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 58) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 59) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 60) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 61) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 62) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 63) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 64) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 65) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 66) | SYS_OPENAT = 56 constant SYS_CLOSE (line 67) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 68) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 69) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 70) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 71) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 72) | SYS_LSEEK = 62 constant SYS_READ (line 73) | SYS_READ = 63 constant SYS_WRITE (line 74) | SYS_WRITE = 64 constant SYS_READV (line 75) | SYS_READV = 65 constant SYS_WRITEV (line 76) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 77) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 78) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 79) | SYS_PREADV = 69 constant SYS_PWRITEV (line 80) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 81) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 82) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 83) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 84) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 85) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 86) | SYS_SPLICE = 76 constant SYS_TEE (line 87) | SYS_TEE = 77 constant SYS_READLINKAT (line 88) | SYS_READLINKAT = 78 constant SYS_FSTATAT (line 89) | SYS_FSTATAT = 79 constant SYS_FSTAT (line 90) | SYS_FSTAT = 80 constant SYS_SYNC (line 91) | SYS_SYNC = 81 constant SYS_FSYNC (line 92) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 93) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 94) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 95) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 96) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 97) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 98) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 99) | SYS_ACCT = 89 constant SYS_CAPGET (line 100) | SYS_CAPGET = 90 constant SYS_CAPSET (line 101) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 102) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 103) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 104) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 105) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 106) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 107) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 108) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 109) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 110) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 111) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 112) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 114) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 115) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 116) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 117) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 118) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 119) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 120) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 121) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 122) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 123) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 124) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 125) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 126) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 127) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 128) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 129) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 130) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 131) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 132) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 133) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 134) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 135) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 136) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 137) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 138) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 139) | SYS_KILL = 129 constant SYS_TKILL (line 140) | SYS_TKILL = 130 constant SYS_TGKILL (line 141) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 142) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 143) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 144) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 145) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 146) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 147) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 148) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 149) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 150) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 151) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 152) | SYS_REBOOT = 142 constant SYS_SETREGID (line 153) | SYS_SETREGID = 143 constant SYS_SETGID (line 154) | SYS_SETGID = 144 constant SYS_SETREUID (line 155) | SYS_SETREUID = 145 constant SYS_SETUID (line 156) | SYS_SETUID = 146 constant SYS_SETRESUID (line 157) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 158) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 159) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 160) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 161) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 162) | SYS_SETFSGID = 152 constant SYS_TIMES (line 163) | SYS_TIMES = 153 constant SYS_SETPGID (line 164) | SYS_SETPGID = 154 constant SYS_GETPGID (line 165) | SYS_GETPGID = 155 constant SYS_GETSID (line 166) | SYS_GETSID = 156 constant SYS_SETSID (line 167) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 168) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 169) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 170) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 171) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 172) | SYS_SETDOMAINNAME = 162 constant SYS_GETRLIMIT (line 173) | SYS_GETRLIMIT = 163 constant SYS_SETRLIMIT (line 174) | SYS_SETRLIMIT = 164 constant SYS_GETRUSAGE (line 175) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 176) | SYS_UMASK = 166 constant SYS_PRCTL (line 177) | SYS_PRCTL = 167 constant SYS_GETCPU (line 178) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 179) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 180) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 181) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 182) | SYS_GETPID = 172 constant SYS_GETPPID (line 183) | SYS_GETPPID = 173 constant SYS_GETUID (line 184) | SYS_GETUID = 174 constant SYS_GETEUID (line 185) | SYS_GETEUID = 175 constant SYS_GETGID (line 186) | SYS_GETGID = 176 constant SYS_GETEGID (line 187) | SYS_GETEGID = 177 constant SYS_GETTID (line 188) | SYS_GETTID = 178 constant SYS_SYSINFO (line 189) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 190) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 191) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 192) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 193) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 194) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 195) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 196) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 197) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 198) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 199) | SYS_MSGSND = 189 constant SYS_SEMGET (line 200) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 201) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 202) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 203) | SYS_SEMOP = 193 constant SYS_SHMGET (line 204) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 205) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 206) | SYS_SHMAT = 196 constant SYS_SHMDT (line 207) | SYS_SHMDT = 197 constant SYS_SOCKET (line 208) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 209) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 210) | SYS_BIND = 200 constant SYS_LISTEN (line 211) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 212) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 213) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 214) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 215) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 216) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 217) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 218) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 219) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 220) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 221) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 222) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 223) | SYS_READAHEAD = 213 constant SYS_BRK (line 224) | SYS_BRK = 214 constant SYS_MUNMAP (line 225) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 226) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 227) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 228) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 229) | SYS_KEYCTL = 219 constant SYS_CLONE (line 230) | SYS_CLONE = 220 constant SYS_EXECVE (line 231) | SYS_EXECVE = 221 constant SYS_MMAP (line 232) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 233) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 234) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 235) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 236) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 237) | SYS_MSYNC = 227 constant SYS_MLOCK (line 238) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 239) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 240) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 241) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 242) | SYS_MINCORE = 232 constant SYS_MADVISE (line 243) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 244) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 245) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 246) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 247) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 248) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 249) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 250) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 251) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 252) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 253) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 254) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_WAIT4 (line 255) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 256) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 257) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 258) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 259) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 260) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 261) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 262) | SYS_SYNCFS = 267 constant SYS_SETNS (line 263) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 264) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 265) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 266) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 267) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 268) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 269) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 270) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 271) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 272) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 273) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 274) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 275) | SYS_BPF = 280 constant SYS_EXECVEAT (line 276) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 277) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 278) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 279) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 280) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 281) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 282) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 283) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 284) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 285) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 286) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 287) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 288) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 289) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 290) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 291) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 292) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 293) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 294) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 295) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 296) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 297) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 298) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 299) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 300) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 301) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 302) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 303) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 304) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 305) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 306) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 307) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 308) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 309) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 310) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 311) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 312) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 313) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 314) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 315) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 316) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 48) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 49) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 50) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 51) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 52) | SYS_STATFS = 43 constant SYS_FSTATFS (line 53) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 54) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 55) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 56) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 57) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 58) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 59) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 60) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 61) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 62) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 63) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 64) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 65) | SYS_OPENAT = 56 constant SYS_CLOSE (line 66) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 67) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 68) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 69) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 70) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 71) | SYS_LSEEK = 62 constant SYS_READ (line 72) | SYS_READ = 63 constant SYS_WRITE (line 73) | SYS_WRITE = 64 constant SYS_READV (line 74) | SYS_READV = 65 constant SYS_WRITEV (line 75) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 76) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 77) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 78) | SYS_PREADV = 69 constant SYS_PWRITEV (line 79) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 80) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 81) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 82) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 83) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 84) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 85) | SYS_SPLICE = 76 constant SYS_TEE (line 86) | SYS_TEE = 77 constant SYS_READLINKAT (line 87) | SYS_READLINKAT = 78 constant SYS_SYNC (line 88) | SYS_SYNC = 81 constant SYS_FSYNC (line 89) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 90) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 91) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 92) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 93) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 94) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 95) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 96) | SYS_ACCT = 89 constant SYS_CAPGET (line 97) | SYS_CAPGET = 90 constant SYS_CAPSET (line 98) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 99) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 100) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 101) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 102) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 103) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 104) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 105) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 106) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 107) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 108) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 109) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 110) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 111) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 112) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 113) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 114) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 115) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 116) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 117) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 118) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 119) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 120) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 121) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 122) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 123) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 124) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 125) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 126) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 127) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 128) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 129) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 130) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 131) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 132) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 133) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 134) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 135) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 136) | SYS_KILL = 129 constant SYS_TKILL (line 137) | SYS_TKILL = 130 constant SYS_TGKILL (line 138) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 140) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 141) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 142) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 143) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 144) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 145) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 146) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 147) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 148) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 149) | SYS_REBOOT = 142 constant SYS_SETREGID (line 150) | SYS_SETREGID = 143 constant SYS_SETGID (line 151) | SYS_SETGID = 144 constant SYS_SETREUID (line 152) | SYS_SETREUID = 145 constant SYS_SETUID (line 153) | SYS_SETUID = 146 constant SYS_SETRESUID (line 154) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 155) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 156) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 157) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 158) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 159) | SYS_SETFSGID = 152 constant SYS_TIMES (line 160) | SYS_TIMES = 153 constant SYS_SETPGID (line 161) | SYS_SETPGID = 154 constant SYS_GETPGID (line 162) | SYS_GETPGID = 155 constant SYS_GETSID (line 163) | SYS_GETSID = 156 constant SYS_SETSID (line 164) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 165) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 166) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 167) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 168) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 169) | SYS_SETDOMAINNAME = 162 constant SYS_GETRUSAGE (line 170) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 171) | SYS_UMASK = 166 constant SYS_PRCTL (line 172) | SYS_PRCTL = 167 constant SYS_GETCPU (line 173) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 174) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 175) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 176) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 177) | SYS_GETPID = 172 constant SYS_GETPPID (line 178) | SYS_GETPPID = 173 constant SYS_GETUID (line 179) | SYS_GETUID = 174 constant SYS_GETEUID (line 180) | SYS_GETEUID = 175 constant SYS_GETGID (line 181) | SYS_GETGID = 176 constant SYS_GETEGID (line 182) | SYS_GETEGID = 177 constant SYS_GETTID (line 183) | SYS_GETTID = 178 constant SYS_SYSINFO (line 184) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 185) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 186) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 187) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 188) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 189) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 190) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 191) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 192) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 193) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 194) | SYS_MSGSND = 189 constant SYS_SEMGET (line 195) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 196) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 197) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 198) | SYS_SEMOP = 193 constant SYS_SHMGET (line 199) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 200) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 201) | SYS_SHMAT = 196 constant SYS_SHMDT (line 202) | SYS_SHMDT = 197 constant SYS_SOCKET (line 203) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 204) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 205) | SYS_BIND = 200 constant SYS_LISTEN (line 206) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 207) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 208) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 209) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 210) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 211) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 212) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 213) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 214) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 215) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 216) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 217) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 218) | SYS_READAHEAD = 213 constant SYS_BRK (line 219) | SYS_BRK = 214 constant SYS_MUNMAP (line 220) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 221) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 222) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 223) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 224) | SYS_KEYCTL = 219 constant SYS_CLONE (line 225) | SYS_CLONE = 220 constant SYS_EXECVE (line 226) | SYS_EXECVE = 221 constant SYS_MMAP (line 227) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 228) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 229) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 230) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 231) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 232) | SYS_MSYNC = 227 constant SYS_MLOCK (line 233) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 234) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 235) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 236) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 237) | SYS_MINCORE = 232 constant SYS_MADVISE (line 238) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 239) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 240) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 241) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 242) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 243) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 244) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 245) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 246) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 247) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 248) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 249) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_WAIT4 (line 250) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 251) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 252) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 253) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 254) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 255) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 256) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 257) | SYS_SYNCFS = 267 constant SYS_SETNS (line 258) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 259) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 260) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 261) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 262) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 263) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 264) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 265) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 266) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 267) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 268) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 269) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 270) | SYS_BPF = 280 constant SYS_EXECVEAT (line 271) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 272) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 273) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 274) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 275) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 276) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 277) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 278) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 279) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 280) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 281) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 282) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 283) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 284) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 285) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 286) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 287) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 288) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 289) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 290) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 291) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 292) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 293) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 294) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 295) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 296) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 297) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 298) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 299) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 300) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 301) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 302) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 303) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 304) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 305) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 306) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 307) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 308) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 309) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 310) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go constant SYS_SYSCALL (line 10) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 11) | SYS_EXIT = 4001 constant SYS_FORK (line 12) | SYS_FORK = 4002 constant SYS_READ (line 13) | SYS_READ = 4003 constant SYS_WRITE (line 14) | SYS_WRITE = 4004 constant SYS_OPEN (line 15) | SYS_OPEN = 4005 constant SYS_CLOSE (line 16) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 17) | SYS_WAITPID = 4007 constant SYS_CREAT (line 18) | SYS_CREAT = 4008 constant SYS_LINK (line 19) | SYS_LINK = 4009 constant SYS_UNLINK (line 20) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 21) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 22) | SYS_CHDIR = 4012 constant SYS_TIME (line 23) | SYS_TIME = 4013 constant SYS_MKNOD (line 24) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 25) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 27) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 28) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 29) | SYS_LSEEK = 4019 constant SYS_GETPID (line 30) | SYS_GETPID = 4020 constant SYS_MOUNT (line 31) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 33) | SYS_SETUID = 4023 constant SYS_GETUID (line 34) | SYS_GETUID = 4024 constant SYS_STIME (line 35) | SYS_STIME = 4025 constant SYS_PTRACE (line 36) | SYS_PTRACE = 4026 constant SYS_ALARM (line 37) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 38) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 39) | SYS_PAUSE = 4029 constant SYS_UTIME (line 40) | SYS_UTIME = 4030 constant SYS_STTY (line 41) | SYS_STTY = 4031 constant SYS_GTTY (line 42) | SYS_GTTY = 4032 constant SYS_ACCESS (line 43) | SYS_ACCESS = 4033 constant SYS_NICE (line 44) | SYS_NICE = 4034 constant SYS_FTIME (line 45) | SYS_FTIME = 4035 constant SYS_SYNC (line 46) | SYS_SYNC = 4036 constant SYS_KILL (line 47) | SYS_KILL = 4037 constant SYS_RENAME (line 48) | SYS_RENAME = 4038 constant SYS_MKDIR (line 49) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 50) | SYS_RMDIR = 4040 constant SYS_DUP (line 51) | SYS_DUP = 4041 constant SYS_PIPE (line 52) | SYS_PIPE = 4042 constant SYS_TIMES (line 53) | SYS_TIMES = 4043 constant SYS_PROF (line 54) | SYS_PROF = 4044 constant SYS_BRK (line 55) | SYS_BRK = 4045 constant SYS_SETGID (line 56) | SYS_SETGID = 4046 constant SYS_GETGID (line 57) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 59) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 60) | SYS_GETEGID = 4050 constant SYS_ACCT (line 61) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 63) | SYS_LOCK = 4053 constant SYS_IOCTL (line 64) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 65) | SYS_FCNTL = 4055 constant SYS_MPX (line 66) | SYS_MPX = 4056 constant SYS_SETPGID (line 67) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 69) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 70) | SYS_UMASK = 4060 constant SYS_CHROOT (line 71) | SYS_CHROOT = 4061 constant SYS_USTAT (line 72) | SYS_USTAT = 4062 constant SYS_DUP2 (line 73) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 74) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 76) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 80) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 81) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 92) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 94) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 95) | SYS_READLINK = 4085 constant SYS_USELIB (line 96) | SYS_USELIB = 4086 constant SYS_SWAPON (line 97) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 98) | SYS_REBOOT = 4088 constant SYS_READDIR (line 99) | SYS_READDIR = 4089 constant SYS_MMAP (line 100) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 108) | SYS_PROFIL = 4098 constant SYS_STATFS (line 109) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 4105 constant SYS_STAT (line 116) | SYS_STAT = 4106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 119) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 120) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 122) | SYS_IDLE = 4112 constant SYS_VM86 (line 123) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 4116 constant SYS_IPC (line 127) | SYS_IPC = 4117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 130) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 132) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 4144 constant SYS_READV (line 155) | SYS_READV = 4145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 157) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 158) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 159) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 160) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 161) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 162) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 163) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 164) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 165) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 166) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 167) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 168) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 169) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 170) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 171) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 172) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 173) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 174) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 175) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 176) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 177) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 178) | SYS_ACCEPT = 4168 constant SYS_BIND (line 179) | SYS_BIND = 4169 constant SYS_CONNECT (line 180) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 181) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 182) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 183) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 184) | SYS_LISTEN = 4174 constant SYS_RECV (line 185) | SYS_RECV = 4175 constant SYS_RECVFROM (line 186) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 187) | SYS_RECVMSG = 4177 constant SYS_SEND (line 188) | SYS_SEND = 4178 constant SYS_SENDMSG (line 189) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 190) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 191) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 192) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 193) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 194) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 195) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 196) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 197) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 198) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 199) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 200) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 201) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 202) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 203) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 204) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 205) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 206) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 207) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 208) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 209) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 210) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 211) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 212) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 213) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 214) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 215) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 216) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 217) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 218) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 219) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 220) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 221) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 222) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 223) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 224) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 225) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 226) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 227) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 228) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 229) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 230) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 231) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 232) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 246) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 248) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 251) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 252) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 253) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 254) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 255) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 256) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 257) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 258) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 259) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 260) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 261) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 262) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 263) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 264) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 265) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 266) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 267) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 268) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 269) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 270) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 271) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 272) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 273) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 274) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 275) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 276) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 277) | SYS_UTIMES = 4267 constant SYS_MBIND (line 278) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 279) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 280) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 281) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 282) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 285) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 286) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 287) | SYS_VSERVER = 4277 constant SYS_WAITID (line 288) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 289) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 290) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 291) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 292) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 293) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 294) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 295) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 296) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 297) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 298) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 299) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 300) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 301) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 302) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 303) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 304) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 305) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 306) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 307) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 308) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 309) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 310) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 311) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 312) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 313) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 314) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 315) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 316) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 317) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 318) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 319) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 320) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 321) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 322) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 323) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 324) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 325) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 326) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 327) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 328) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 329) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 330) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 331) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 332) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 336) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 339) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 344) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 345) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 346) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 347) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 348) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 349) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 350) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 351) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 352) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 353) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 354) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 355) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 356) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 357) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 358) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 359) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 360) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 361) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 362) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 363) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 364) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 365) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 366) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 367) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 368) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 369) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 370) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 371) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 373) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 374) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 375) | SYS_STATX = 4366 constant SYS_RSEQ (line 376) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 377) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 378) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 379) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 380) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 381) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 382) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 383) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 384) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 385) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 386) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 387) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 388) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 389) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 390) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 391) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 392) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 393) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 394) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 395) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 396) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 397) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 398) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 399) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 400) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 401) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 402) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 403) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 404) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 405) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 406) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 407) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 408) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 409) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 410) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 411) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 412) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 413) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 414) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 415) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 416) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 417) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 418) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 419) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 420) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 421) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 422) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 423) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 424) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 425) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 426) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 427) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 428) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 429) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 430) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 431) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 432) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 433) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go constant SYS_READ (line 10) | SYS_READ = 5000 constant SYS_WRITE (line 11) | SYS_WRITE = 5001 constant SYS_OPEN (line 12) | SYS_OPEN = 5002 constant SYS_CLOSE (line 13) | SYS_CLOSE = 5003 constant SYS_STAT (line 14) | SYS_STAT = 5004 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 16) | SYS_LSTAT = 5006 constant SYS_POLL (line 17) | SYS_POLL = 5007 constant SYS_LSEEK (line 18) | SYS_LSEEK = 5008 constant SYS_MMAP (line 19) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 5011 constant SYS_BRK (line 22) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 25) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 26) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 27) | SYS_PWRITE64 = 5017 constant SYS_READV (line 28) | SYS_READV = 5018 constant SYS_WRITEV (line 29) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 30) | SYS_ACCESS = 5020 constant SYS_PIPE (line 31) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 32) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 33) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 34) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 35) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 36) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 37) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 38) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 39) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 40) | SYS_SHMCTL = 5030 constant SYS_DUP (line 41) | SYS_DUP = 5031 constant SYS_DUP2 (line 42) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 43) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 44) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 45) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 46) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 47) | SYS_ALARM = 5037 constant SYS_GETPID (line 48) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 49) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 50) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 51) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 52) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 53) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 54) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 55) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 56) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 57) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 58) | SYS_BIND = 5048 constant SYS_LISTEN (line 59) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 60) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 61) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 62) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 63) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 64) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 65) | SYS_CLONE = 5055 constant SYS_FORK (line 66) | SYS_FORK = 5056 constant SYS_EXECVE (line 67) | SYS_EXECVE = 5057 constant SYS_EXIT (line 68) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 69) | SYS_WAIT4 = 5059 constant SYS_KILL (line 70) | SYS_KILL = 5060 constant SYS_UNAME (line 71) | SYS_UNAME = 5061 constant SYS_SEMGET (line 72) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 73) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 74) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 75) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 76) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 77) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 78) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 79) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 80) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 81) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 82) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 83) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 84) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 85) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 86) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 87) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 88) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 89) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 90) | SYS_RENAME = 5080 constant SYS_MKDIR (line 91) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 92) | SYS_RMDIR = 5082 constant SYS_CREAT (line 93) | SYS_CREAT = 5083 constant SYS_LINK (line 94) | SYS_LINK = 5084 constant SYS_UNLINK (line 95) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 96) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 97) | SYS_READLINK = 5087 constant SYS_CHMOD (line 98) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 99) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 100) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 101) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 102) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 103) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 104) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 105) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 106) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 107) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 108) | SYS_TIMES = 5098 constant SYS_PTRACE (line 109) | SYS_PTRACE = 5099 constant SYS_GETUID (line 110) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 111) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 112) | SYS_GETGID = 5102 constant SYS_SETUID (line 113) | SYS_SETUID = 5103 constant SYS_SETGID (line 114) | SYS_SETGID = 5104 constant SYS_GETEUID (line 115) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 116) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 117) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 118) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 119) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 120) | SYS_SETSID = 5110 constant SYS_SETREUID (line 121) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 122) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 123) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 124) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 125) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 126) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 127) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 128) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 129) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 130) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 131) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 132) | SYS_GETSID = 5122 constant SYS_CAPGET (line 133) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 134) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 135) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 136) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 137) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 138) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 140) | SYS_UTIME = 5130 constant SYS_MKNOD (line 141) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 142) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 143) | SYS_USTAT = 5133 constant SYS_STATFS (line 144) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 145) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 146) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 147) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 148) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 149) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 150) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 151) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 152) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 153) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 154) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 155) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 156) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 157) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 158) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 159) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 160) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 161) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 163) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 164) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 165) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 166) | SYS_CHROOT = 5156 constant SYS_SYNC (line 167) | SYS_SYNC = 5157 constant SYS_ACCT (line 168) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 169) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 170) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 171) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 172) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 173) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 174) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 175) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 176) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 177) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 178) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 179) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 180) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 181) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 182) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 183) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 184) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 185) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 186) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 187) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 188) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 189) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 190) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 191) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 192) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 193) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 194) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 195) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 196) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 197) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 198) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 199) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 200) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 201) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 202) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 203) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 204) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 205) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 206) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 207) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 208) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 209) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 210) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 211) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 212) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 213) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 214) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 215) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 216) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 217) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 218) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 219) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 221) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 223) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 224) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 225) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 226) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 227) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 228) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 229) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 230) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 231) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 232) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 233) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 234) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 235) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 236) | SYS_UTIMES = 5226 constant SYS_MBIND (line 237) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 238) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 239) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 5236 constant SYS_WAITID (line 247) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 248) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 249) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 250) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 252) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 253) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 254) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 255) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 256) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 257) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 259) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 260) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 261) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 262) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 263) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 264) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 265) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 267) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 268) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 269) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 270) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 271) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 272) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 273) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 274) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 275) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 276) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 277) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 278) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 279) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 280) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 281) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 282) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 283) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 284) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 285) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 286) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 287) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 288) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 289) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 290) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 291) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 292) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 293) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 294) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 295) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 296) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 297) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 298) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 299) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 300) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 301) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 302) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 303) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 304) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 305) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 306) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 307) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 308) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 309) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 310) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 311) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 312) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 313) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 314) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 315) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 316) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 317) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 318) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 319) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 320) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 321) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 322) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 323) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 324) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 325) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 326) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 327) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 332) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 333) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 334) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 335) | SYS_STATX = 5326 constant SYS_RSEQ (line 336) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 337) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 338) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 339) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 340) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 341) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 342) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 343) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 344) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 345) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 346) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 347) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 348) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 349) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 350) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 351) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 352) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 353) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 354) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 355) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 356) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 357) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 358) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 359) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 360) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 361) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 362) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 363) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go constant SYS_READ (line 10) | SYS_READ = 5000 constant SYS_WRITE (line 11) | SYS_WRITE = 5001 constant SYS_OPEN (line 12) | SYS_OPEN = 5002 constant SYS_CLOSE (line 13) | SYS_CLOSE = 5003 constant SYS_STAT (line 14) | SYS_STAT = 5004 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 16) | SYS_LSTAT = 5006 constant SYS_POLL (line 17) | SYS_POLL = 5007 constant SYS_LSEEK (line 18) | SYS_LSEEK = 5008 constant SYS_MMAP (line 19) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 5011 constant SYS_BRK (line 22) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 25) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 26) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 27) | SYS_PWRITE64 = 5017 constant SYS_READV (line 28) | SYS_READV = 5018 constant SYS_WRITEV (line 29) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 30) | SYS_ACCESS = 5020 constant SYS_PIPE (line 31) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 32) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 33) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 34) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 35) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 36) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 37) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 38) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 39) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 40) | SYS_SHMCTL = 5030 constant SYS_DUP (line 41) | SYS_DUP = 5031 constant SYS_DUP2 (line 42) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 43) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 44) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 45) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 46) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 47) | SYS_ALARM = 5037 constant SYS_GETPID (line 48) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 49) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 50) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 51) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 52) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 53) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 54) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 55) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 56) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 57) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 58) | SYS_BIND = 5048 constant SYS_LISTEN (line 59) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 60) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 61) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 62) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 63) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 64) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 65) | SYS_CLONE = 5055 constant SYS_FORK (line 66) | SYS_FORK = 5056 constant SYS_EXECVE (line 67) | SYS_EXECVE = 5057 constant SYS_EXIT (line 68) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 69) | SYS_WAIT4 = 5059 constant SYS_KILL (line 70) | SYS_KILL = 5060 constant SYS_UNAME (line 71) | SYS_UNAME = 5061 constant SYS_SEMGET (line 72) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 73) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 74) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 75) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 76) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 77) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 78) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 79) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 80) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 81) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 82) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 83) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 84) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 85) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 86) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 87) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 88) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 89) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 90) | SYS_RENAME = 5080 constant SYS_MKDIR (line 91) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 92) | SYS_RMDIR = 5082 constant SYS_CREAT (line 93) | SYS_CREAT = 5083 constant SYS_LINK (line 94) | SYS_LINK = 5084 constant SYS_UNLINK (line 95) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 96) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 97) | SYS_READLINK = 5087 constant SYS_CHMOD (line 98) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 99) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 100) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 101) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 102) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 103) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 104) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 105) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 106) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 107) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 108) | SYS_TIMES = 5098 constant SYS_PTRACE (line 109) | SYS_PTRACE = 5099 constant SYS_GETUID (line 110) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 111) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 112) | SYS_GETGID = 5102 constant SYS_SETUID (line 113) | SYS_SETUID = 5103 constant SYS_SETGID (line 114) | SYS_SETGID = 5104 constant SYS_GETEUID (line 115) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 116) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 117) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 118) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 119) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 120) | SYS_SETSID = 5110 constant SYS_SETREUID (line 121) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 122) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 123) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 124) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 125) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 126) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 127) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 128) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 129) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 130) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 131) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 132) | SYS_GETSID = 5122 constant SYS_CAPGET (line 133) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 134) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 135) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 136) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 137) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 138) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 140) | SYS_UTIME = 5130 constant SYS_MKNOD (line 141) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 142) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 143) | SYS_USTAT = 5133 constant SYS_STATFS (line 144) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 145) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 146) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 147) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 148) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 149) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 150) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 151) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 152) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 153) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 154) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 155) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 156) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 157) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 158) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 159) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 160) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 161) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 163) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 164) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 165) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 166) | SYS_CHROOT = 5156 constant SYS_SYNC (line 167) | SYS_SYNC = 5157 constant SYS_ACCT (line 168) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 169) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 170) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 171) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 172) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 173) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 174) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 175) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 176) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 177) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 178) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 179) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 180) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 181) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 182) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 183) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 184) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 185) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 186) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 187) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 188) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 189) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 190) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 191) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 192) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 193) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 194) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 195) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 196) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 197) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 198) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 199) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 200) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 201) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 202) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 203) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 204) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 205) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 206) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 207) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 208) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 209) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 210) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 211) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 212) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 213) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 214) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 215) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 216) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 217) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 218) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 219) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 221) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 223) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 224) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 225) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 226) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 227) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 228) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 229) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 230) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 231) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 232) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 233) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 234) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 235) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 236) | SYS_UTIMES = 5226 constant SYS_MBIND (line 237) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 238) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 239) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 5236 constant SYS_WAITID (line 247) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 248) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 249) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 250) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 252) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 253) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 254) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 255) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 256) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 257) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 259) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 260) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 261) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 262) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 263) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 264) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 265) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 267) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 268) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 269) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 270) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 271) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 272) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 273) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 274) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 275) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 276) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 277) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 278) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 279) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 280) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 281) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 282) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 283) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 284) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 285) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 286) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 287) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 288) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 289) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 290) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 291) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 292) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 293) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 294) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 295) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 296) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 297) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 298) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 299) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 300) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 301) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 302) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 303) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 304) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 305) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 306) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 307) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 308) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 309) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 310) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 311) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 312) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 313) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 314) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 315) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 316) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 317) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 318) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 319) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 320) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 321) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 322) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 323) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 324) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 325) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 326) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 327) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 332) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 333) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 334) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 335) | SYS_STATX = 5326 constant SYS_RSEQ (line 336) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 337) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 338) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 339) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 340) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 341) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 342) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 343) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 344) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 345) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 346) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 347) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 348) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 349) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 350) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 351) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 352) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 353) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 354) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 355) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 356) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 357) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 358) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 359) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 360) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 361) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 362) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 363) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go constant SYS_SYSCALL (line 10) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 11) | SYS_EXIT = 4001 constant SYS_FORK (line 12) | SYS_FORK = 4002 constant SYS_READ (line 13) | SYS_READ = 4003 constant SYS_WRITE (line 14) | SYS_WRITE = 4004 constant SYS_OPEN (line 15) | SYS_OPEN = 4005 constant SYS_CLOSE (line 16) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 17) | SYS_WAITPID = 4007 constant SYS_CREAT (line 18) | SYS_CREAT = 4008 constant SYS_LINK (line 19) | SYS_LINK = 4009 constant SYS_UNLINK (line 20) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 21) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 22) | SYS_CHDIR = 4012 constant SYS_TIME (line 23) | SYS_TIME = 4013 constant SYS_MKNOD (line 24) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 25) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 27) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 28) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 29) | SYS_LSEEK = 4019 constant SYS_GETPID (line 30) | SYS_GETPID = 4020 constant SYS_MOUNT (line 31) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 33) | SYS_SETUID = 4023 constant SYS_GETUID (line 34) | SYS_GETUID = 4024 constant SYS_STIME (line 35) | SYS_STIME = 4025 constant SYS_PTRACE (line 36) | SYS_PTRACE = 4026 constant SYS_ALARM (line 37) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 38) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 39) | SYS_PAUSE = 4029 constant SYS_UTIME (line 40) | SYS_UTIME = 4030 constant SYS_STTY (line 41) | SYS_STTY = 4031 constant SYS_GTTY (line 42) | SYS_GTTY = 4032 constant SYS_ACCESS (line 43) | SYS_ACCESS = 4033 constant SYS_NICE (line 44) | SYS_NICE = 4034 constant SYS_FTIME (line 45) | SYS_FTIME = 4035 constant SYS_SYNC (line 46) | SYS_SYNC = 4036 constant SYS_KILL (line 47) | SYS_KILL = 4037 constant SYS_RENAME (line 48) | SYS_RENAME = 4038 constant SYS_MKDIR (line 49) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 50) | SYS_RMDIR = 4040 constant SYS_DUP (line 51) | SYS_DUP = 4041 constant SYS_PIPE (line 52) | SYS_PIPE = 4042 constant SYS_TIMES (line 53) | SYS_TIMES = 4043 constant SYS_PROF (line 54) | SYS_PROF = 4044 constant SYS_BRK (line 55) | SYS_BRK = 4045 constant SYS_SETGID (line 56) | SYS_SETGID = 4046 constant SYS_GETGID (line 57) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 59) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 60) | SYS_GETEGID = 4050 constant SYS_ACCT (line 61) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 63) | SYS_LOCK = 4053 constant SYS_IOCTL (line 64) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 65) | SYS_FCNTL = 4055 constant SYS_MPX (line 66) | SYS_MPX = 4056 constant SYS_SETPGID (line 67) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 69) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 70) | SYS_UMASK = 4060 constant SYS_CHROOT (line 71) | SYS_CHROOT = 4061 constant SYS_USTAT (line 72) | SYS_USTAT = 4062 constant SYS_DUP2 (line 73) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 74) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 76) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 80) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 81) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 92) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 94) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 95) | SYS_READLINK = 4085 constant SYS_USELIB (line 96) | SYS_USELIB = 4086 constant SYS_SWAPON (line 97) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 98) | SYS_REBOOT = 4088 constant SYS_READDIR (line 99) | SYS_READDIR = 4089 constant SYS_MMAP (line 100) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 108) | SYS_PROFIL = 4098 constant SYS_STATFS (line 109) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 4105 constant SYS_STAT (line 116) | SYS_STAT = 4106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 119) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 120) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 122) | SYS_IDLE = 4112 constant SYS_VM86 (line 123) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 4116 constant SYS_IPC (line 127) | SYS_IPC = 4117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 130) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 132) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 4144 constant SYS_READV (line 155) | SYS_READV = 4145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 157) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 158) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 159) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 160) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 161) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 162) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 163) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 164) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 165) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 166) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 167) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 168) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 169) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 170) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 171) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 172) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 173) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 174) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 175) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 176) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 177) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 178) | SYS_ACCEPT = 4168 constant SYS_BIND (line 179) | SYS_BIND = 4169 constant SYS_CONNECT (line 180) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 181) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 182) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 183) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 184) | SYS_LISTEN = 4174 constant SYS_RECV (line 185) | SYS_RECV = 4175 constant SYS_RECVFROM (line 186) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 187) | SYS_RECVMSG = 4177 constant SYS_SEND (line 188) | SYS_SEND = 4178 constant SYS_SENDMSG (line 189) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 190) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 191) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 192) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 193) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 194) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 195) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 196) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 197) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 198) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 199) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 200) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 201) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 202) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 203) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 204) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 205) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 206) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 207) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 208) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 209) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 210) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 211) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 212) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 213) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 214) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 215) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 216) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 217) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 218) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 219) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 220) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 221) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 222) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 223) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 224) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 225) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 226) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 227) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 228) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 229) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 230) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 231) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 232) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 246) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 248) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 251) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 252) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 253) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 254) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 255) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 256) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 257) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 258) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 259) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 260) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 261) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 262) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 263) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 264) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 265) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 266) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 267) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 268) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 269) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 270) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 271) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 272) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 273) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 274) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 275) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 276) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 277) | SYS_UTIMES = 4267 constant SYS_MBIND (line 278) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 279) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 280) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 281) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 282) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 285) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 286) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 287) | SYS_VSERVER = 4277 constant SYS_WAITID (line 288) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 289) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 290) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 291) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 292) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 293) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 294) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 295) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 296) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 297) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 298) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 299) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 300) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 301) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 302) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 303) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 304) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 305) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 306) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 307) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 308) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 309) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 310) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 311) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 312) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 313) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 314) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 315) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 316) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 317) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 318) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 319) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 320) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 321) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 322) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 323) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 324) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 325) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 326) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 327) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 328) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 329) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 330) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 331) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 332) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 336) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 339) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 344) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 345) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 346) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 347) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 348) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 349) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 350) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 351) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 352) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 353) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 354) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 355) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 356) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 357) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 358) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 359) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 360) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 361) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 362) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 363) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 364) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 365) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 366) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 367) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 368) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 369) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 370) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 371) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 373) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 374) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 375) | SYS_STATX = 4366 constant SYS_RSEQ (line 376) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 377) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 378) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 379) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 380) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 381) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 382) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 383) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 384) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 385) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 386) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 387) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 388) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 389) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 390) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 391) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 392) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 393) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 394) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 395) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 396) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 397) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 398) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 399) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 400) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 401) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 402) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 403) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 404) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 405) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 406) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 407) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 408) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 409) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 410) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 411) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 412) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 413) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 414) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 415) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 416) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 417) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 418) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 419) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 420) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 421) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 422) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 423) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 424) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 425) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 426) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 427) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 428) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 429) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 430) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 431) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 432) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 433) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_MMAP2 (line 202) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 203) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 204) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 205) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 206) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 207) | SYS_FSTAT64 = 197 constant SYS_PCICONFIG_READ (line 208) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 209) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 210) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 211) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 212) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 213) | SYS_PIVOT_ROOT = 203 constant SYS_FCNTL64 (line 214) | SYS_FCNTL64 = 204 constant SYS_MADVISE (line 215) | SYS_MADVISE = 205 constant SYS_MINCORE (line 216) | SYS_MINCORE = 206 constant SYS_GETTID (line 217) | SYS_GETTID = 207 constant SYS_TKILL (line 218) | SYS_TKILL = 208 constant SYS_SETXATTR (line 219) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 220) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 221) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 222) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 223) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 224) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 225) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 226) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 227) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 228) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 229) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 230) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 231) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 232) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 233) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 234) | SYS_TUXCALL = 225 constant SYS_SENDFILE64 (line 235) | SYS_SENDFILE64 = 226 constant SYS_IO_SETUP (line 236) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 237) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 238) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 239) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 240) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 241) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 242) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 243) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 244) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 245) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 246) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 247) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 248) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 249) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 250) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 251) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 252) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 253) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 254) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 255) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 256) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 257) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 258) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 259) | SYS_TGKILL = 250 constant SYS_UTIMES (line 260) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 261) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 262) | SYS_FSTATFS64 = 253 constant SYS_FADVISE64_64 (line 263) | SYS_FADVISE64_64 = 254 constant SYS_RTAS (line 264) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 265) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 266) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 267) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 268) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 269) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 270) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 271) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 272) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 273) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 274) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 275) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 276) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 277) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 278) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 279) | SYS_KEYCTL = 271 constant SYS_WAITID (line 280) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 281) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 282) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 283) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 284) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 285) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 286) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 287) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 288) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 289) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 290) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 291) | SYS_SPLICE = 283 constant SYS_TEE (line 292) | SYS_TEE = 284 constant SYS_VMSPLICE (line 293) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 294) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 295) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 296) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 297) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 298) | SYS_FUTIMESAT = 290 constant SYS_FSTATAT64 (line 299) | SYS_FSTATAT64 = 291 constant SYS_UNLINKAT (line 300) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 301) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 302) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 303) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 304) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 305) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 306) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 307) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 308) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 309) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 310) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 311) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 312) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 313) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 314) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 315) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 316) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 317) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 318) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 319) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 320) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 321) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 322) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 323) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 324) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 325) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 326) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 327) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 328) | SYS_PREADV = 320 constant SYS_PWRITEV (line 329) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 330) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 331) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 332) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 333) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 334) | SYS_SOCKET = 326 constant SYS_BIND (line 335) | SYS_BIND = 327 constant SYS_CONNECT (line 336) | SYS_CONNECT = 328 constant SYS_LISTEN (line 337) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 338) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 339) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 340) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 341) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 342) | SYS_SEND = 334 constant SYS_SENDTO (line 343) | SYS_SENDTO = 335 constant SYS_RECV (line 344) | SYS_RECV = 336 constant SYS_RECVFROM (line 345) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 346) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 347) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 348) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 349) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 350) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 351) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 352) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 353) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 354) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 355) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 356) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 357) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 358) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 359) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 360) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 361) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 362) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 363) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 364) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 365) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 366) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 367) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 368) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 369) | SYS_BPF = 361 constant SYS_EXECVEAT (line 370) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 371) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 372) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 373) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 374) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 375) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 376) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 377) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 378) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 379) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 380) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 381) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 382) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 383) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 384) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMGET (line 385) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 386) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 387) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 388) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 389) | SYS_SHMAT = 397 constant SYS_SHMDT (line 390) | SYS_SHMDT = 398 constant SYS_MSGGET (line 391) | SYS_MSGGET = 399 constant SYS_MSGSND (line 392) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 393) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 394) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 395) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 396) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 397) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 398) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 399) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 400) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 401) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 402) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 403) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 404) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 405) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 406) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 407) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 408) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 409) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 410) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 411) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 412) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 413) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 414) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 415) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 416) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 417) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 418) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 419) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 420) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 421) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 422) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 423) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 424) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 425) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 426) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 427) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 428) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 429) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 430) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 431) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 432) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 433) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 434) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 435) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 436) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 437) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 438) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 439) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 440) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 202) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 203) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 204) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 205) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 206) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 207) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 208) | SYS_MADVISE = 205 constant SYS_MINCORE (line 209) | SYS_MINCORE = 206 constant SYS_GETTID (line 210) | SYS_GETTID = 207 constant SYS_TKILL (line 211) | SYS_TKILL = 208 constant SYS_SETXATTR (line 212) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 213) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 214) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 215) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 216) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 217) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 218) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 219) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 220) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 221) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 222) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 223) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 224) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 225) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 226) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 227) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 228) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 229) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 230) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 231) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 232) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 233) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 234) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 235) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 236) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 237) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 238) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 239) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 240) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 241) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 242) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 243) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 244) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 245) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 250) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 251) | SYS_TGKILL = 250 constant SYS_UTIMES (line 252) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 253) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 254) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 255) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 256) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 257) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 258) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 259) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 260) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 261) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 262) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 263) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 264) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 265) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 266) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 267) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 268) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 269) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 270) | SYS_KEYCTL = 271 constant SYS_WAITID (line 271) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 272) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 273) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 274) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 275) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 276) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 277) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 278) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 279) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 280) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 281) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 282) | SYS_SPLICE = 283 constant SYS_TEE (line 283) | SYS_TEE = 284 constant SYS_VMSPLICE (line 284) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 285) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 286) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 287) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 288) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 289) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 290) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 291) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 292) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 293) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 294) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 295) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 296) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 297) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 298) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 299) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 300) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 301) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 302) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 303) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 304) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 305) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 306) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 307) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 308) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 309) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 310) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 311) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 312) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 313) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 314) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 315) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 316) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 317) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 318) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 319) | SYS_PREADV = 320 constant SYS_PWRITEV (line 320) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 321) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 322) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 323) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 324) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 325) | SYS_SOCKET = 326 constant SYS_BIND (line 326) | SYS_BIND = 327 constant SYS_CONNECT (line 327) | SYS_CONNECT = 328 constant SYS_LISTEN (line 328) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 329) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 330) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 331) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 332) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 333) | SYS_SEND = 334 constant SYS_SENDTO (line 334) | SYS_SENDTO = 335 constant SYS_RECV (line 335) | SYS_RECV = 336 constant SYS_RECVFROM (line 336) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 337) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 338) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 339) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 340) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 341) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 342) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 344) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 345) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 346) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 347) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 348) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 349) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 350) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 351) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 352) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 353) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 354) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 355) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 356) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 357) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 358) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 359) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 360) | SYS_BPF = 361 constant SYS_EXECVEAT (line 361) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 362) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 363) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 364) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 365) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 366) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 367) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 368) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 369) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 370) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 371) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 372) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 373) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 374) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 375) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 376) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 377) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 387) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 388) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 389) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 390) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 391) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 392) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 393) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 394) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 395) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 396) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 397) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 398) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 399) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 400) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 401) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 402) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 403) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 404) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 405) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 406) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 407) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 408) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 409) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 410) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 411) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 412) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 202) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 203) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 204) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 205) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 206) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 207) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 208) | SYS_MADVISE = 205 constant SYS_MINCORE (line 209) | SYS_MINCORE = 206 constant SYS_GETTID (line 210) | SYS_GETTID = 207 constant SYS_TKILL (line 211) | SYS_TKILL = 208 constant SYS_SETXATTR (line 212) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 213) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 214) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 215) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 216) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 217) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 218) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 219) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 220) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 221) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 222) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 223) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 224) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 225) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 226) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 227) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 228) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 229) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 230) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 231) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 232) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 233) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 234) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 235) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 236) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 237) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 238) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 239) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 240) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 241) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 242) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 243) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 244) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 245) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 250) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 251) | SYS_TGKILL = 250 constant SYS_UTIMES (line 252) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 253) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 254) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 255) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 256) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 257) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 258) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 259) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 260) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 261) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 262) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 263) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 264) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 265) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 266) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 267) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 268) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 269) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 270) | SYS_KEYCTL = 271 constant SYS_WAITID (line 271) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 272) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 273) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 274) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 275) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 276) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 277) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 278) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 279) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 280) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 281) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 282) | SYS_SPLICE = 283 constant SYS_TEE (line 283) | SYS_TEE = 284 constant SYS_VMSPLICE (line 284) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 285) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 286) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 287) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 288) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 289) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 290) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 291) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 292) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 293) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 294) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 295) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 296) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 297) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 298) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 299) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 300) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 301) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 302) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 303) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 304) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 305) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 306) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 307) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 308) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 309) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 310) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 311) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 312) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 313) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 314) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 315) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 316) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 317) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 318) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 319) | SYS_PREADV = 320 constant SYS_PWRITEV (line 320) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 321) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 322) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 323) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 324) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 325) | SYS_SOCKET = 326 constant SYS_BIND (line 326) | SYS_BIND = 327 constant SYS_CONNECT (line 327) | SYS_CONNECT = 328 constant SYS_LISTEN (line 328) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 329) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 330) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 331) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 332) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 333) | SYS_SEND = 334 constant SYS_SENDTO (line 334) | SYS_SENDTO = 335 constant SYS_RECV (line 335) | SYS_RECV = 336 constant SYS_RECVFROM (line 336) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 337) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 338) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 339) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 340) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 341) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 342) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 344) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 345) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 346) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 347) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 348) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 349) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 350) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 351) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 352) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 353) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 354) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 355) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 356) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 357) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 358) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 359) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 360) | SYS_BPF = 361 constant SYS_EXECVEAT (line 361) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 362) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 363) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 364) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 365) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 366) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 367) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 368) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 369) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 370) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 371) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 372) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 373) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 374) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 375) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 376) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 377) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 387) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 388) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 389) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 390) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 391) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 392) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 393) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 394) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 395) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 396) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 397) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 398) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 399) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 400) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 401) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 402) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 403) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 404) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 405) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 406) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 407) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 408) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 409) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 410) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 411) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 412) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 48) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 49) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 50) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 51) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 52) | SYS_STATFS = 43 constant SYS_FSTATFS (line 53) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 54) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 55) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 56) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 57) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 58) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 59) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 60) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 61) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 62) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 63) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 64) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 65) | SYS_OPENAT = 56 constant SYS_CLOSE (line 66) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 67) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 68) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 69) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 70) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 71) | SYS_LSEEK = 62 constant SYS_READ (line 72) | SYS_READ = 63 constant SYS_WRITE (line 73) | SYS_WRITE = 64 constant SYS_READV (line 74) | SYS_READV = 65 constant SYS_WRITEV (line 75) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 76) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 77) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 78) | SYS_PREADV = 69 constant SYS_PWRITEV (line 79) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 80) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 81) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 82) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 83) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 84) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 85) | SYS_SPLICE = 76 constant SYS_TEE (line 86) | SYS_TEE = 77 constant SYS_READLINKAT (line 87) | SYS_READLINKAT = 78 constant SYS_FSTATAT (line 88) | SYS_FSTATAT = 79 constant SYS_FSTAT (line 89) | SYS_FSTAT = 80 constant SYS_SYNC (line 90) | SYS_SYNC = 81 constant SYS_FSYNC (line 91) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 92) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 93) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 94) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 95) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 96) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 97) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 98) | SYS_ACCT = 89 constant SYS_CAPGET (line 99) | SYS_CAPGET = 90 constant SYS_CAPSET (line 100) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 101) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 102) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 103) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 104) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 105) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 106) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 107) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 108) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 109) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 110) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 111) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 112) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 113) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 114) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 115) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 116) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 117) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 118) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 119) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 120) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 121) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 122) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 123) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 124) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 125) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 126) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 127) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 128) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 129) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 130) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 131) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 132) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 133) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 134) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 135) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 136) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 137) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 138) | SYS_KILL = 129 constant SYS_TKILL (line 139) | SYS_TKILL = 130 constant SYS_TGKILL (line 140) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 141) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 142) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 143) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 144) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 145) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 146) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 147) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 148) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 149) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 150) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 151) | SYS_REBOOT = 142 constant SYS_SETREGID (line 152) | SYS_SETREGID = 143 constant SYS_SETGID (line 153) | SYS_SETGID = 144 constant SYS_SETREUID (line 154) | SYS_SETREUID = 145 constant SYS_SETUID (line 155) | SYS_SETUID = 146 constant SYS_SETRESUID (line 156) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 157) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 158) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 159) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 160) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 161) | SYS_SETFSGID = 152 constant SYS_TIMES (line 162) | SYS_TIMES = 153 constant SYS_SETPGID (line 163) | SYS_SETPGID = 154 constant SYS_GETPGID (line 164) | SYS_GETPGID = 155 constant SYS_GETSID (line 165) | SYS_GETSID = 156 constant SYS_SETSID (line 166) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 167) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 168) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 169) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 170) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 171) | SYS_SETDOMAINNAME = 162 constant SYS_GETRLIMIT (line 172) | SYS_GETRLIMIT = 163 constant SYS_SETRLIMIT (line 173) | SYS_SETRLIMIT = 164 constant SYS_GETRUSAGE (line 174) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 175) | SYS_UMASK = 166 constant SYS_PRCTL (line 176) | SYS_PRCTL = 167 constant SYS_GETCPU (line 177) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 178) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 179) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 180) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 181) | SYS_GETPID = 172 constant SYS_GETPPID (line 182) | SYS_GETPPID = 173 constant SYS_GETUID (line 183) | SYS_GETUID = 174 constant SYS_GETEUID (line 184) | SYS_GETEUID = 175 constant SYS_GETGID (line 185) | SYS_GETGID = 176 constant SYS_GETEGID (line 186) | SYS_GETEGID = 177 constant SYS_GETTID (line 187) | SYS_GETTID = 178 constant SYS_SYSINFO (line 188) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 189) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 190) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 191) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 192) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 193) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 194) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 195) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 197) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 198) | SYS_MSGSND = 189 constant SYS_SEMGET (line 199) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 200) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 201) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 202) | SYS_SEMOP = 193 constant SYS_SHMGET (line 203) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 204) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 205) | SYS_SHMAT = 196 constant SYS_SHMDT (line 206) | SYS_SHMDT = 197 constant SYS_SOCKET (line 207) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 208) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 209) | SYS_BIND = 200 constant SYS_LISTEN (line 210) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 211) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 212) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 213) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 214) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 215) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 216) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 217) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 218) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 219) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 220) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 221) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 222) | SYS_READAHEAD = 213 constant SYS_BRK (line 223) | SYS_BRK = 214 constant SYS_MUNMAP (line 224) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 225) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 226) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 227) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 228) | SYS_KEYCTL = 219 constant SYS_CLONE (line 229) | SYS_CLONE = 220 constant SYS_EXECVE (line 230) | SYS_EXECVE = 221 constant SYS_MMAP (line 231) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 232) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 233) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 234) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 235) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 236) | SYS_MSYNC = 227 constant SYS_MLOCK (line 237) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 238) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 239) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 240) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 241) | SYS_MINCORE = 232 constant SYS_MADVISE (line 242) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 243) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 244) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 245) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 246) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 247) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 248) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 249) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 250) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 251) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 252) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 253) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_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 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_RESTART_SYSCALL (line 16) | SYS_RESTART_SYSCALL = 7 constant SYS_CREAT (line 17) | SYS_CREAT = 8 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_EXECVE (line 20) | SYS_EXECVE = 11 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_MKNOD (line 22) | SYS_MKNOD = 14 constant SYS_CHMOD (line 23) | SYS_CHMOD = 15 constant SYS_LSEEK (line 24) | SYS_LSEEK = 19 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 27) | SYS_UMOUNT = 22 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_ALARM (line 29) | SYS_ALARM = 27 constant SYS_PAUSE (line 30) | SYS_PAUSE = 29 constant SYS_UTIME (line 31) | SYS_UTIME = 30 constant SYS_ACCESS (line 32) | SYS_ACCESS = 33 constant SYS_NICE (line 33) | SYS_NICE = 34 constant SYS_SYNC (line 34) | SYS_SYNC = 36 constant SYS_KILL (line 35) | SYS_KILL = 37 constant SYS_RENAME (line 36) | SYS_RENAME = 38 constant SYS_MKDIR (line 37) | SYS_MKDIR = 39 constant SYS_RMDIR (line 38) | SYS_RMDIR = 40 constant SYS_DUP (line 39) | SYS_DUP = 41 constant SYS_PIPE (line 40) | SYS_PIPE = 42 constant SYS_TIMES (line 41) | SYS_TIMES = 43 constant SYS_BRK (line 42) | SYS_BRK = 45 constant SYS_SIGNAL (line 43) | SYS_SIGNAL = 48 constant SYS_ACCT (line 44) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 45) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 46) | SYS_IOCTL = 54 constant SYS_FCNTL (line 47) | SYS_FCNTL = 55 constant SYS_SETPGID (line 48) | SYS_SETPGID = 57 constant SYS_UMASK (line 49) | SYS_UMASK = 60 constant SYS_CHROOT (line 50) | SYS_CHROOT = 61 constant SYS_USTAT (line 51) | SYS_USTAT = 62 constant SYS_DUP2 (line 52) | SYS_DUP2 = 63 constant SYS_GETPPID (line 53) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 54) | SYS_GETPGRP = 65 constant SYS_SETSID (line 55) | SYS_SETSID = 66 constant SYS_SIGACTION (line 56) | SYS_SIGACTION = 67 constant SYS_SIGSUSPEND (line 57) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 58) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 59) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 60) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 61) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 62) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 63) | SYS_SETTIMEOFDAY = 79 constant SYS_SYMLINK (line 64) | SYS_SYMLINK = 83 constant SYS_READLINK (line 65) | SYS_READLINK = 85 constant SYS_USELIB (line 66) | SYS_USELIB = 86 constant SYS_SWAPON (line 67) | SYS_SWAPON = 87 constant SYS_REBOOT (line 68) | SYS_REBOOT = 88 constant SYS_READDIR (line 69) | SYS_READDIR = 89 constant SYS_MMAP (line 70) | SYS_MMAP = 90 constant SYS_MUNMAP (line 71) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 72) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 73) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 74) | SYS_FCHMOD = 94 constant SYS_GETPRIORITY (line 75) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 76) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 77) | SYS_STATFS = 99 constant SYS_FSTATFS (line 78) | SYS_FSTATFS = 100 constant SYS_SOCKETCALL (line 79) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 80) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 81) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 82) | SYS_GETITIMER = 105 constant SYS_STAT (line 83) | SYS_STAT = 106 constant SYS_LSTAT (line 84) | SYS_LSTAT = 107 constant SYS_FSTAT (line 85) | SYS_FSTAT = 108 constant SYS_LOOKUP_DCOOKIE (line 86) | SYS_LOOKUP_DCOOKIE = 110 constant SYS_VHANGUP (line 87) | SYS_VHANGUP = 111 constant SYS_IDLE (line 88) | SYS_IDLE = 112 constant SYS_WAIT4 (line 89) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 90) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 91) | SYS_SYSINFO = 116 constant SYS_IPC (line 92) | SYS_IPC = 117 constant SYS_FSYNC (line 93) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 94) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 95) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 96) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 97) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 98) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 99) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 100) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 101) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 102) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 103) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 104) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 105) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 106) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 107) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 108) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 109) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 110) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 111) | SYS_AFS_SYSCALL = 137 constant SYS_GETDENTS (line 112) | SYS_GETDENTS = 141 constant SYS_SELECT (line 113) | SYS_SELECT = 142 constant SYS_FLOCK (line 114) | SYS_FLOCK = 143 constant SYS_MSYNC (line 115) | SYS_MSYNC = 144 constant SYS_READV (line 116) | SYS_READV = 145 constant SYS_WRITEV (line 117) | SYS_WRITEV = 146 constant SYS_GETSID (line 118) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 119) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 120) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 121) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 122) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 123) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 124) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 125) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 126) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 127) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 128) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 129) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 130) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 131) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 132) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 133) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 134) | SYS_MREMAP = 163 constant SYS_QUERY_MODULE (line 135) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 136) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 137) | SYS_NFSSERVCTL = 169 constant SYS_PRCTL (line 138) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 139) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 140) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 141) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 142) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 143) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 144) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 145) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 146) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 147) | SYS_PWRITE64 = 181 constant SYS_GETCWD (line 148) | SYS_GETCWD = 183 constant SYS_CAPGET (line 149) | SYS_CAPGET = 184 constant SYS_CAPSET (line 150) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 151) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 152) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 153) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 154) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 155) | SYS_VFORK = 190 constant SYS_GETRLIMIT (line 156) | SYS_GETRLIMIT = 191 constant SYS_LCHOWN (line 157) | SYS_LCHOWN = 198 constant SYS_GETUID (line 158) | SYS_GETUID = 199 constant SYS_GETGID (line 159) | SYS_GETGID = 200 constant SYS_GETEUID (line 160) | SYS_GETEUID = 201 constant SYS_GETEGID (line 161) | SYS_GETEGID = 202 constant SYS_SETREUID (line 162) | SYS_SETREUID = 203 constant SYS_SETREGID (line 163) | SYS_SETREGID = 204 constant SYS_GETGROUPS (line 164) | SYS_GETGROUPS = 205 constant SYS_SETGROUPS (line 165) | SYS_SETGROUPS = 206 constant SYS_FCHOWN (line 166) | SYS_FCHOWN = 207 constant SYS_SETRESUID (line 167) | SYS_SETRESUID = 208 constant SYS_GETRESUID (line 168) | SYS_GETRESUID = 209 constant SYS_SETRESGID (line 169) | SYS_SETRESGID = 210 constant SYS_GETRESGID (line 170) | SYS_GETRESGID = 211 constant SYS_CHOWN (line 171) | SYS_CHOWN = 212 constant SYS_SETUID (line 172) | SYS_SETUID = 213 constant SYS_SETGID (line 173) | SYS_SETGID = 214 constant SYS_SETFSUID (line 174) | SYS_SETFSUID = 215 constant SYS_SETFSGID (line 175) | SYS_SETFSGID = 216 constant SYS_PIVOT_ROOT (line 176) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 177) | SYS_MINCORE = 218 constant SYS_MADVISE (line 178) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 179) | SYS_GETDENTS64 = 220 constant SYS_READAHEAD (line 180) | SYS_READAHEAD = 222 constant SYS_SETXATTR (line 181) | SYS_SETXATTR = 224 constant SYS_LSETXATTR (line 182) | SYS_LSETXATTR = 225 constant SYS_FSETXATTR (line 183) | SYS_FSETXATTR = 226 constant SYS_GETXATTR (line 184) | SYS_GETXATTR = 227 constant SYS_LGETXATTR (line 185) | SYS_LGETXATTR = 228 constant SYS_FGETXATTR (line 186) | SYS_FGETXATTR = 229 constant SYS_LISTXATTR (line 187) | SYS_LISTXATTR = 230 constant SYS_LLISTXATTR (line 188) | SYS_LLISTXATTR = 231 constant SYS_FLISTXATTR (line 189) | SYS_FLISTXATTR = 232 constant SYS_REMOVEXATTR (line 190) | SYS_REMOVEXATTR = 233 constant SYS_LREMOVEXATTR (line 191) | SYS_LREMOVEXATTR = 234 constant SYS_FREMOVEXATTR (line 192) | SYS_FREMOVEXATTR = 235 constant SYS_GETTID (line 193) | SYS_GETTID = 236 constant SYS_TKILL (line 194) | SYS_TKILL = 237 constant SYS_FUTEX (line 195) | SYS_FUTEX = 238 constant SYS_SCHED_SETAFFINITY (line 196) | SYS_SCHED_SETAFFINITY = 239 constant SYS_SCHED_GETAFFINITY (line 197) | SYS_SCHED_GETAFFINITY = 240 constant SYS_TGKILL (line 198) | SYS_TGKILL = 241 constant SYS_IO_SETUP (line 199) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 200) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 201) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 202) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 203) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 204) | SYS_EXIT_GROUP = 248 constant SYS_EPOLL_CREATE (line 205) | SYS_EPOLL_CREATE = 249 constant SYS_EPOLL_CTL (line 206) | SYS_EPOLL_CTL = 250 constant SYS_EPOLL_WAIT (line 207) | SYS_EPOLL_WAIT = 251 constant SYS_SET_TID_ADDRESS (line 208) | SYS_SET_TID_ADDRESS = 252 constant SYS_FADVISE64 (line 209) | SYS_FADVISE64 = 253 constant SYS_TIMER_CREATE (line 210) | SYS_TIMER_CREATE = 254 constant SYS_TIMER_SETTIME (line 211) | SYS_TIMER_SETTIME = 255 constant SYS_TIMER_GETTIME (line 212) | SYS_TIMER_GETTIME = 256 constant SYS_TIMER_GETOVERRUN (line 213) | SYS_TIMER_GETOVERRUN = 257 constant SYS_TIMER_DELETE (line 214) | SYS_TIMER_DELETE = 258 constant SYS_CLOCK_SETTIME (line 215) | SYS_CLOCK_SETTIME = 259 constant SYS_CLOCK_GETTIME (line 216) | SYS_CLOCK_GETTIME = 260 constant SYS_CLOCK_GETRES (line 217) | SYS_CLOCK_GETRES = 261 constant SYS_CLOCK_NANOSLEEP (line 218) | SYS_CLOCK_NANOSLEEP = 262 constant SYS_STATFS64 (line 219) | SYS_STATFS64 = 265 constant SYS_FSTATFS64 (line 220) | SYS_FSTATFS64 = 266 constant SYS_REMAP_FILE_PAGES (line 221) | SYS_REMAP_FILE_PAGES = 267 constant SYS_MBIND (line 222) | SYS_MBIND = 268 constant SYS_GET_MEMPOLICY (line 223) | SYS_GET_MEMPOLICY = 269 constant SYS_SET_MEMPOLICY (line 224) | SYS_SET_MEMPOLICY = 270 constant SYS_MQ_OPEN (line 225) | SYS_MQ_OPEN = 271 constant SYS_MQ_UNLINK (line 226) | SYS_MQ_UNLINK = 272 constant SYS_MQ_TIMEDSEND (line 227) | SYS_MQ_TIMEDSEND = 273 constant SYS_MQ_TIMEDRECEIVE (line 228) | SYS_MQ_TIMEDRECEIVE = 274 constant SYS_MQ_NOTIFY (line 229) | SYS_MQ_NOTIFY = 275 constant SYS_MQ_GETSETATTR (line 230) | SYS_MQ_GETSETATTR = 276 constant SYS_KEXEC_LOAD (line 231) | SYS_KEXEC_LOAD = 277 constant SYS_ADD_KEY (line 232) | SYS_ADD_KEY = 278 constant SYS_REQUEST_KEY (line 233) | SYS_REQUEST_KEY = 279 constant SYS_KEYCTL (line 234) | SYS_KEYCTL = 280 constant SYS_WAITID (line 235) | SYS_WAITID = 281 constant SYS_IOPRIO_SET (line 236) | SYS_IOPRIO_SET = 282 constant SYS_IOPRIO_GET (line 237) | SYS_IOPRIO_GET = 283 constant SYS_INOTIFY_INIT (line 238) | SYS_INOTIFY_INIT = 284 constant SYS_INOTIFY_ADD_WATCH (line 239) | SYS_INOTIFY_ADD_WATCH = 285 constant SYS_INOTIFY_RM_WATCH (line 240) | SYS_INOTIFY_RM_WATCH = 286 constant SYS_MIGRATE_PAGES (line 241) | SYS_MIGRATE_PAGES = 287 constant SYS_OPENAT (line 242) | SYS_OPENAT = 288 constant SYS_MKDIRAT (line 243) | SYS_MKDIRAT = 289 constant SYS_MKNODAT (line 244) | SYS_MKNODAT = 290 constant SYS_FCHOWNAT (line 245) | SYS_FCHOWNAT = 291 constant SYS_FUTIMESAT (line 246) | SYS_FUTIMESAT = 292 constant SYS_NEWFSTATAT (line 247) | SYS_NEWFSTATAT = 293 constant SYS_UNLINKAT (line 248) | SYS_UNLINKAT = 294 constant SYS_RENAMEAT (line 249) | SYS_RENAMEAT = 295 constant SYS_LINKAT (line 250) | SYS_LINKAT = 296 constant SYS_SYMLINKAT (line 251) | SYS_SYMLINKAT = 297 constant SYS_READLINKAT (line 252) | SYS_READLINKAT = 298 constant SYS_FCHMODAT (line 253) | SYS_FCHMODAT = 299 constant SYS_FACCESSAT (line 254) | SYS_FACCESSAT = 300 constant SYS_PSELECT6 (line 255) | SYS_PSELECT6 = 301 constant SYS_PPOLL (line 256) | SYS_PPOLL = 302 constant SYS_UNSHARE (line 257) | SYS_UNSHARE = 303 constant SYS_SET_ROBUST_LIST (line 258) | SYS_SET_ROBUST_LIST = 304 constant SYS_GET_ROBUST_LIST (line 259) | SYS_GET_ROBUST_LIST = 305 constant SYS_SPLICE (line 260) | SYS_SPLICE = 306 constant SYS_SYNC_FILE_RANGE (line 261) | SYS_SYNC_FILE_RANGE = 307 constant SYS_TEE (line 262) | SYS_TEE = 308 constant SYS_VMSPLICE (line 263) | SYS_VMSPLICE = 309 constant SYS_MOVE_PAGES (line 264) | SYS_MOVE_PAGES = 310 constant SYS_GETCPU (line 265) | SYS_GETCPU = 311 constant SYS_EPOLL_PWAIT (line 266) | SYS_EPOLL_PWAIT = 312 constant SYS_UTIMES (line 267) | SYS_UTIMES = 313 constant SYS_FALLOCATE (line 268) | SYS_FALLOCATE = 314 constant SYS_UTIMENSAT (line 269) | SYS_UTIMENSAT = 315 constant SYS_SIGNALFD (line 270) | SYS_SIGNALFD = 316 constant SYS_TIMERFD (line 271) | SYS_TIMERFD = 317 constant SYS_EVENTFD (line 272) | SYS_EVENTFD = 318 constant SYS_TIMERFD_CREATE (line 273) | SYS_TIMERFD_CREATE = 319 constant SYS_TIMERFD_SETTIME (line 274) | SYS_TIMERFD_SETTIME = 320 constant SYS_TIMERFD_GETTIME (line 275) | SYS_TIMERFD_GETTIME = 321 constant SYS_SIGNALFD4 (line 276) | SYS_SIGNALFD4 = 322 constant SYS_EVENTFD2 (line 277) | SYS_EVENTFD2 = 323 constant SYS_INOTIFY_INIT1 (line 278) | SYS_INOTIFY_INIT1 = 324 constant SYS_PIPE2 (line 279) | SYS_PIPE2 = 325 constant SYS_DUP3 (line 280) | SYS_DUP3 = 326 constant SYS_EPOLL_CREATE1 (line 281) | SYS_EPOLL_CREATE1 = 327 constant SYS_PREADV (line 282) | SYS_PREADV = 328 constant SYS_PWRITEV (line 283) | SYS_PWRITEV = 329 constant SYS_RT_TGSIGQUEUEINFO (line 284) | SYS_RT_TGSIGQUEUEINFO = 330 constant SYS_PERF_EVENT_OPEN (line 285) | SYS_PERF_EVENT_OPEN = 331 constant SYS_FANOTIFY_INIT (line 286) | SYS_FANOTIFY_INIT = 332 constant SYS_FANOTIFY_MARK (line 287) | SYS_FANOTIFY_MARK = 333 constant SYS_PRLIMIT64 (line 288) | SYS_PRLIMIT64 = 334 constant SYS_NAME_TO_HANDLE_AT (line 289) | SYS_NAME_TO_HANDLE_AT = 335 constant SYS_OPEN_BY_HANDLE_AT (line 290) | SYS_OPEN_BY_HANDLE_AT = 336 constant SYS_CLOCK_ADJTIME (line 291) | SYS_CLOCK_ADJTIME = 337 constant SYS_SYNCFS (line 292) | SYS_SYNCFS = 338 constant SYS_SETNS (line 293) | SYS_SETNS = 339 constant SYS_PROCESS_VM_READV (line 294) | SYS_PROCESS_VM_READV = 340 constant SYS_PROCESS_VM_WRITEV (line 295) | SYS_PROCESS_VM_WRITEV = 341 constant SYS_S390_RUNTIME_INSTR (line 296) | SYS_S390_RUNTIME_INSTR = 342 constant SYS_KCMP (line 297) | SYS_KCMP = 343 constant SYS_FINIT_MODULE (line 298) | SYS_FINIT_MODULE = 344 constant SYS_SCHED_SETATTR (line 299) | SYS_SCHED_SETATTR = 345 constant SYS_SCHED_GETATTR (line 300) | SYS_SCHED_GETATTR = 346 constant SYS_RENAMEAT2 (line 301) | SYS_RENAMEAT2 = 347 constant SYS_SECCOMP (line 302) | SYS_SECCOMP = 348 constant SYS_GETRANDOM (line 303) | SYS_GETRANDOM = 349 constant SYS_MEMFD_CREATE (line 304) | SYS_MEMFD_CREATE = 350 constant SYS_BPF (line 305) | SYS_BPF = 351 constant SYS_S390_PCI_MMIO_WRITE (line 306) | SYS_S390_PCI_MMIO_WRITE = 352 constant SYS_S390_PCI_MMIO_READ (line 307) | SYS_S390_PCI_MMIO_READ = 353 constant SYS_EXECVEAT (line 308) | SYS_EXECVEAT = 354 constant SYS_USERFAULTFD (line 309) | SYS_USERFAULTFD = 355 constant SYS_MEMBARRIER (line 310) | SYS_MEMBARRIER = 356 constant SYS_RECVMMSG (line 311) | SYS_RECVMMSG = 357 constant SYS_SENDMMSG (line 312) | SYS_SENDMMSG = 358 constant SYS_SOCKET (line 313) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 314) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 315) | SYS_BIND = 361 constant SYS_CONNECT (line 316) | SYS_CONNECT = 362 constant SYS_LISTEN (line 317) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 318) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 319) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 320) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 321) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 322) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 323) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 324) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 325) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 326) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 327) | SYS_SHUTDOWN = 373 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 374 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 375 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 376 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 377 constant SYS_S390_GUARDED_STORAGE (line 332) | SYS_S390_GUARDED_STORAGE = 378 constant SYS_STATX (line 333) | SYS_STATX = 379 constant SYS_S390_STHYI (line 334) | SYS_S390_STHYI = 380 constant SYS_KEXEC_FILE_LOAD (line 335) | SYS_KEXEC_FILE_LOAD = 381 constant SYS_IO_PGETEVENTS (line 336) | SYS_IO_PGETEVENTS = 382 constant SYS_RSEQ (line 337) | SYS_RSEQ = 383 constant SYS_PKEY_MPROTECT (line 338) | SYS_PKEY_MPROTECT = 384 constant SYS_PKEY_ALLOC (line 339) | SYS_PKEY_ALLOC = 385 constant SYS_PKEY_FREE (line 340) | SYS_PKEY_FREE = 386 constant SYS_SEMTIMEDOP (line 341) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 342) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 343) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 344) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 345) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 346) | SYS_SHMAT = 397 constant SYS_SHMDT (line 347) | SYS_SHMDT = 398 constant SYS_MSGGET (line 348) | SYS_MSGGET = 399 constant SYS_MSGSND (line 349) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 350) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 351) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 352) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 353) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 354) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 355) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 356) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 357) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 358) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 359) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 360) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 361) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 362) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 363) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 364) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 365) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 366) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 367) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 368) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 369) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 370) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 371) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 372) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 373) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 374) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_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 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECV (line 21) | SYS_EXECV = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_CHOWN (line 23) | SYS_CHOWN = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BRK (line 27) | SYS_BRK = 17 constant SYS_PERFCTR (line 28) | SYS_PERFCTR = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_CAPGET (line 31) | SYS_CAPGET = 21 constant SYS_CAPSET (line 32) | SYS_CAPSET = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_VMSPLICE (line 35) | SYS_VMSPLICE = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_SIGALTSTACK (line 38) | SYS_SIGALTSTACK = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_ACCESS (line 41) | SYS_ACCESS = 33 constant SYS_NICE (line 42) | SYS_NICE = 34 constant SYS_SYNC (line 43) | SYS_SYNC = 36 constant SYS_KILL (line 44) | SYS_KILL = 37 constant SYS_STAT (line 45) | SYS_STAT = 38 constant SYS_SENDFILE (line 46) | SYS_SENDFILE = 39 constant SYS_LSTAT (line 47) | SYS_LSTAT = 40 constant SYS_DUP (line 48) | SYS_DUP = 41 constant SYS_PIPE (line 49) | SYS_PIPE = 42 constant SYS_TIMES (line 50) | SYS_TIMES = 43 constant SYS_UMOUNT2 (line 51) | SYS_UMOUNT2 = 45 constant SYS_SETGID (line 52) | SYS_SETGID = 46 constant SYS_GETGID (line 53) | SYS_GETGID = 47 constant SYS_SIGNAL (line 54) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 55) | SYS_GETEUID = 49 constant SYS_GETEGID (line 56) | SYS_GETEGID = 50 constant SYS_ACCT (line 57) | SYS_ACCT = 51 constant SYS_MEMORY_ORDERING (line 58) | SYS_MEMORY_ORDERING = 52 constant SYS_IOCTL (line 59) | SYS_IOCTL = 54 constant SYS_REBOOT (line 60) | SYS_REBOOT = 55 constant SYS_SYMLINK (line 61) | SYS_SYMLINK = 57 constant SYS_READLINK (line 62) | SYS_READLINK = 58 constant SYS_EXECVE (line 63) | SYS_EXECVE = 59 constant SYS_UMASK (line 64) | SYS_UMASK = 60 constant SYS_CHROOT (line 65) | SYS_CHROOT = 61 constant SYS_FSTAT (line 66) | SYS_FSTAT = 62 constant SYS_FSTAT64 (line 67) | SYS_FSTAT64 = 63 constant SYS_GETPAGESIZE (line 68) | SYS_GETPAGESIZE = 64 constant SYS_MSYNC (line 69) | SYS_MSYNC = 65 constant SYS_VFORK (line 70) | SYS_VFORK = 66 constant SYS_PREAD64 (line 71) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 72) | SYS_PWRITE64 = 68 constant SYS_MMAP (line 73) | SYS_MMAP = 71 constant SYS_MUNMAP (line 74) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 75) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 76) | SYS_MADVISE = 75 constant SYS_VHANGUP (line 77) | SYS_VHANGUP = 76 constant SYS_MINCORE (line 78) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 79) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 80) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 81) | SYS_GETPGRP = 81 constant SYS_SETITIMER (line 82) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 83) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 84) | SYS_GETITIMER = 86 constant SYS_SETHOSTNAME (line 85) | SYS_SETHOSTNAME = 88 constant SYS_DUP2 (line 86) | SYS_DUP2 = 90 constant SYS_FCNTL (line 87) | SYS_FCNTL = 92 constant SYS_SELECT (line 88) | SYS_SELECT = 93 constant SYS_FSYNC (line 89) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 90) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 91) | SYS_SOCKET = 97 constant SYS_CONNECT (line 92) | SYS_CONNECT = 98 constant SYS_ACCEPT (line 93) | SYS_ACCEPT = 99 constant SYS_GETPRIORITY (line 94) | SYS_GETPRIORITY = 100 constant SYS_RT_SIGRETURN (line 95) | SYS_RT_SIGRETURN = 101 constant SYS_RT_SIGACTION (line 96) | SYS_RT_SIGACTION = 102 constant SYS_RT_SIGPROCMASK (line 97) | SYS_RT_SIGPROCMASK = 103 constant SYS_RT_SIGPENDING (line 98) | SYS_RT_SIGPENDING = 104 constant SYS_RT_SIGTIMEDWAIT (line 99) | SYS_RT_SIGTIMEDWAIT = 105 constant SYS_RT_SIGQUEUEINFO (line 100) | SYS_RT_SIGQUEUEINFO = 106 constant SYS_RT_SIGSUSPEND (line 101) | SYS_RT_SIGSUSPEND = 107 constant SYS_SETRESUID (line 102) | SYS_SETRESUID = 108 constant SYS_GETRESUID (line 103) | SYS_GETRESUID = 109 constant SYS_SETRESGID (line 104) | SYS_SETRESGID = 110 constant SYS_GETRESGID (line 105) | SYS_GETRESGID = 111 constant SYS_RECVMSG (line 106) | SYS_RECVMSG = 113 constant SYS_SENDMSG (line 107) | SYS_SENDMSG = 114 constant SYS_GETTIMEOFDAY (line 108) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 109) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 110) | SYS_GETSOCKOPT = 118 constant SYS_GETCWD (line 111) | SYS_GETCWD = 119 constant SYS_READV (line 112) | SYS_READV = 120 constant SYS_WRITEV (line 113) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 114) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 115) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 116) | SYS_FCHMOD = 124 constant SYS_RECVFROM (line 117) | SYS_RECVFROM = 125 constant SYS_SETREUID (line 118) | SYS_SETREUID = 126 constant SYS_SETREGID (line 119) | SYS_SETREGID = 127 constant SYS_RENAME (line 120) | SYS_RENAME = 128 constant SYS_TRUNCATE (line 121) | SYS_TRUNCATE = 129 constant SYS_FTRUNCATE (line 122) | SYS_FTRUNCATE = 130 constant SYS_FLOCK (line 123) | SYS_FLOCK = 131 constant SYS_LSTAT64 (line 124) | SYS_LSTAT64 = 132 constant SYS_SENDTO (line 125) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 126) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 127) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 128) | SYS_MKDIR = 136 constant SYS_RMDIR (line 129) | SYS_RMDIR = 137 constant SYS_UTIMES (line 130) | SYS_UTIMES = 138 constant SYS_STAT64 (line 131) | SYS_STAT64 = 139 constant SYS_SENDFILE64 (line 132) | SYS_SENDFILE64 = 140 constant SYS_GETPEERNAME (line 133) | SYS_GETPEERNAME = 141 constant SYS_FUTEX (line 134) | SYS_FUTEX = 142 constant SYS_GETTID (line 135) | SYS_GETTID = 143 constant SYS_GETRLIMIT (line 136) | SYS_GETRLIMIT = 144 constant SYS_SETRLIMIT (line 137) | SYS_SETRLIMIT = 145 constant SYS_PIVOT_ROOT (line 138) | SYS_PIVOT_ROOT = 146 constant SYS_PRCTL (line 139) | SYS_PRCTL = 147 constant SYS_PCICONFIG_READ (line 140) | SYS_PCICONFIG_READ = 148 constant SYS_PCICONFIG_WRITE (line 141) | SYS_PCICONFIG_WRITE = 149 constant SYS_GETSOCKNAME (line 142) | SYS_GETSOCKNAME = 150 constant SYS_INOTIFY_INIT (line 143) | SYS_INOTIFY_INIT = 151 constant SYS_INOTIFY_ADD_WATCH (line 144) | SYS_INOTIFY_ADD_WATCH = 152 constant SYS_POLL (line 145) | SYS_POLL = 153 constant SYS_GETDENTS64 (line 146) | SYS_GETDENTS64 = 154 constant SYS_INOTIFY_RM_WATCH (line 147) | SYS_INOTIFY_RM_WATCH = 156 constant SYS_STATFS (line 148) | SYS_STATFS = 157 constant SYS_FSTATFS (line 149) | SYS_FSTATFS = 158 constant SYS_UMOUNT (line 150) | SYS_UMOUNT = 159 constant SYS_SCHED_SET_AFFINITY (line 151) | SYS_SCHED_SET_AFFINITY = 160 constant SYS_SCHED_GET_AFFINITY (line 152) | SYS_SCHED_GET_AFFINITY = 161 constant SYS_GETDOMAINNAME (line 153) | SYS_GETDOMAINNAME = 162 constant SYS_SETDOMAINNAME (line 154) | SYS_SETDOMAINNAME = 163 constant SYS_UTRAP_INSTALL (line 155) | SYS_UTRAP_INSTALL = 164 constant SYS_QUOTACTL (line 156) | SYS_QUOTACTL = 165 constant SYS_SET_TID_ADDRESS (line 157) | SYS_SET_TID_ADDRESS = 166 constant SYS_MOUNT (line 158) | SYS_MOUNT = 167 constant SYS_USTAT (line 159) | SYS_USTAT = 168 constant SYS_SETXATTR (line 160) | SYS_SETXATTR = 169 constant SYS_LSETXATTR (line 161) | SYS_LSETXATTR = 170 constant SYS_FSETXATTR (line 162) | SYS_FSETXATTR = 171 constant SYS_GETXATTR (line 163) | SYS_GETXATTR = 172 constant SYS_LGETXATTR (line 164) | SYS_LGETXATTR = 173 constant SYS_GETDENTS (line 165) | SYS_GETDENTS = 174 constant SYS_SETSID (line 166) | SYS_SETSID = 175 constant SYS_FCHDIR (line 167) | SYS_FCHDIR = 176 constant SYS_FGETXATTR (line 168) | SYS_FGETXATTR = 177 constant SYS_LISTXATTR (line 169) | SYS_LISTXATTR = 178 constant SYS_LLISTXATTR (line 170) | SYS_LLISTXATTR = 179 constant SYS_FLISTXATTR (line 171) | SYS_FLISTXATTR = 180 constant SYS_REMOVEXATTR (line 172) | SYS_REMOVEXATTR = 181 constant SYS_LREMOVEXATTR (line 173) | SYS_LREMOVEXATTR = 182 constant SYS_SIGPENDING (line 174) | SYS_SIGPENDING = 183 constant SYS_QUERY_MODULE (line 175) | SYS_QUERY_MODULE = 184 constant SYS_SETPGID (line 176) | SYS_SETPGID = 185 constant SYS_FREMOVEXATTR (line 177) | SYS_FREMOVEXATTR = 186 constant SYS_TKILL (line 178) | SYS_TKILL = 187 constant SYS_EXIT_GROUP (line 179) | SYS_EXIT_GROUP = 188 constant SYS_UNAME (line 180) | SYS_UNAME = 189 constant SYS_INIT_MODULE (line 181) | SYS_INIT_MODULE = 190 constant SYS_PERSONALITY (line 182) | SYS_PERSONALITY = 191 constant SYS_REMAP_FILE_PAGES (line 183) | SYS_REMAP_FILE_PAGES = 192 constant SYS_EPOLL_CREATE (line 184) | SYS_EPOLL_CREATE = 193 constant SYS_EPOLL_CTL (line 185) | SYS_EPOLL_CTL = 194 constant SYS_EPOLL_WAIT (line 186) | SYS_EPOLL_WAIT = 195 constant SYS_IOPRIO_SET (line 187) | SYS_IOPRIO_SET = 196 constant SYS_GETPPID (line 188) | SYS_GETPPID = 197 constant SYS_SIGACTION (line 189) | SYS_SIGACTION = 198 constant SYS_SGETMASK (line 190) | SYS_SGETMASK = 199 constant SYS_SSETMASK (line 191) | SYS_SSETMASK = 200 constant SYS_SIGSUSPEND (line 192) | SYS_SIGSUSPEND = 201 constant SYS_OLDLSTAT (line 193) | SYS_OLDLSTAT = 202 constant SYS_USELIB (line 194) | SYS_USELIB = 203 constant SYS_READDIR (line 195) | SYS_READDIR = 204 constant SYS_READAHEAD (line 196) | SYS_READAHEAD = 205 constant SYS_SOCKETCALL (line 197) | SYS_SOCKETCALL = 206 constant SYS_SYSLOG (line 198) | SYS_SYSLOG = 207 constant SYS_LOOKUP_DCOOKIE (line 199) | SYS_LOOKUP_DCOOKIE = 208 constant SYS_FADVISE64 (line 200) | SYS_FADVISE64 = 209 constant SYS_FADVISE64_64 (line 201) | SYS_FADVISE64_64 = 210 constant SYS_TGKILL (line 202) | SYS_TGKILL = 211 constant SYS_WAITPID (line 203) | SYS_WAITPID = 212 constant SYS_SWAPOFF (line 204) | SYS_SWAPOFF = 213 constant SYS_SYSINFO (line 205) | SYS_SYSINFO = 214 constant SYS_IPC (line 206) | SYS_IPC = 215 constant SYS_SIGRETURN (line 207) | SYS_SIGRETURN = 216 constant SYS_CLONE (line 208) | SYS_CLONE = 217 constant SYS_IOPRIO_GET (line 209) | SYS_IOPRIO_GET = 218 constant SYS_ADJTIMEX (line 210) | SYS_ADJTIMEX = 219 constant SYS_SIGPROCMASK (line 211) | SYS_SIGPROCMASK = 220 constant SYS_CREATE_MODULE (line 212) | SYS_CREATE_MODULE = 221 constant SYS_DELETE_MODULE (line 213) | SYS_DELETE_MODULE = 222 constant SYS_GET_KERNEL_SYMS (line 214) | SYS_GET_KERNEL_SYMS = 223 constant SYS_GETPGID (line 215) | SYS_GETPGID = 224 constant SYS_BDFLUSH (line 216) | SYS_BDFLUSH = 225 constant SYS_SYSFS (line 217) | SYS_SYSFS = 226 constant SYS_AFS_SYSCALL (line 218) | SYS_AFS_SYSCALL = 227 constant SYS_SETFSUID (line 219) | SYS_SETFSUID = 228 constant SYS_SETFSGID (line 220) | SYS_SETFSGID = 229 constant SYS__NEWSELECT (line 221) | SYS__NEWSELECT = 230 constant SYS_SPLICE (line 222) | SYS_SPLICE = 232 constant SYS_STIME (line 223) | SYS_STIME = 233 constant SYS_STATFS64 (line 224) | SYS_STATFS64 = 234 constant SYS_FSTATFS64 (line 225) | SYS_FSTATFS64 = 235 constant SYS__LLSEEK (line 226) | SYS__LLSEEK = 236 constant SYS_MLOCK (line 227) | SYS_MLOCK = 237 constant SYS_MUNLOCK (line 228) | SYS_MUNLOCK = 238 constant SYS_MLOCKALL (line 229) | SYS_MLOCKALL = 239 constant SYS_MUNLOCKALL (line 230) | SYS_MUNLOCKALL = 240 constant SYS_SCHED_SETPARAM (line 231) | SYS_SCHED_SETPARAM = 241 constant SYS_SCHED_GETPARAM (line 232) | SYS_SCHED_GETPARAM = 242 constant SYS_SCHED_SETSCHEDULER (line 233) | SYS_SCHED_SETSCHEDULER = 243 constant SYS_SCHED_GETSCHEDULER (line 234) | SYS_SCHED_GETSCHEDULER = 244 constant SYS_SCHED_YIELD (line 235) | SYS_SCHED_YIELD = 245 constant SYS_SCHED_GET_PRIORITY_MAX (line 236) | SYS_SCHED_GET_PRIORITY_MAX = 246 constant SYS_SCHED_GET_PRIORITY_MIN (line 237) | SYS_SCHED_GET_PRIORITY_MIN = 247 constant SYS_SCHED_RR_GET_INTERVAL (line 238) | SYS_SCHED_RR_GET_INTERVAL = 248 constant SYS_NANOSLEEP (line 239) | SYS_NANOSLEEP = 249 constant SYS_MREMAP (line 240) | SYS_MREMAP = 250 constant SYS__SYSCTL (line 241) | SYS__SYSCTL = 251 constant SYS_GETSID (line 242) | SYS_GETSID = 252 constant SYS_FDATASYNC (line 243) | SYS_FDATASYNC = 253 constant SYS_NFSSERVCTL (line 244) | SYS_NFSSERVCTL = 254 constant SYS_SYNC_FILE_RANGE (line 245) | SYS_SYNC_FILE_RANGE = 255 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 256 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 257 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 258 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 259 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 260 constant SYS_SCHED_SETAFFINITY (line 251) | SYS_SCHED_SETAFFINITY = 261 constant SYS_TIMER_SETTIME (line 252) | SYS_TIMER_SETTIME = 262 constant SYS_TIMER_GETTIME (line 253) | SYS_TIMER_GETTIME = 263 constant SYS_TIMER_GETOVERRUN (line 254) | SYS_TIMER_GETOVERRUN = 264 constant SYS_TIMER_DELETE (line 255) | SYS_TIMER_DELETE = 265 constant SYS_TIMER_CREATE (line 256) | SYS_TIMER_CREATE = 266 constant SYS_VSERVER (line 257) | SYS_VSERVER = 267 constant SYS_IO_SETUP (line 258) | SYS_IO_SETUP = 268 constant SYS_IO_DESTROY (line 259) | SYS_IO_DESTROY = 269 constant SYS_IO_SUBMIT (line 260) | SYS_IO_SUBMIT = 270 constant SYS_IO_CANCEL (line 261) | SYS_IO_CANCEL = 271 constant SYS_IO_GETEVENTS (line 262) | SYS_IO_GETEVENTS = 272 constant SYS_MQ_OPEN (line 263) | SYS_MQ_OPEN = 273 constant SYS_MQ_UNLINK (line 264) | SYS_MQ_UNLINK = 274 constant SYS_MQ_TIMEDSEND (line 265) | SYS_MQ_TIMEDSEND = 275 constant SYS_MQ_TIMEDRECEIVE (line 266) | SYS_MQ_TIMEDRECEIVE = 276 constant SYS_MQ_NOTIFY (line 267) | SYS_MQ_NOTIFY = 277 constant SYS_MQ_GETSETATTR (line 268) | SYS_MQ_GETSETATTR = 278 constant SYS_WAITID (line 269) | SYS_WAITID = 279 constant SYS_TEE (line 270) | SYS_TEE = 280 constant SYS_ADD_KEY (line 271) | SYS_ADD_KEY = 281 constant SYS_REQUEST_KEY (line 272) | SYS_REQUEST_KEY = 282 constant SYS_KEYCTL (line 273) | SYS_KEYCTL = 283 constant SYS_OPENAT (line 274) | SYS_OPENAT = 284 constant SYS_MKDIRAT (line 275) | SYS_MKDIRAT = 285 constant SYS_MKNODAT (line 276) | SYS_MKNODAT = 286 constant SYS_FCHOWNAT (line 277) | SYS_FCHOWNAT = 287 constant SYS_FUTIMESAT (line 278) | SYS_FUTIMESAT = 288 constant SYS_FSTATAT64 (line 279) | SYS_FSTATAT64 = 289 constant SYS_UNLINKAT (line 280) | SYS_UNLINKAT = 290 constant SYS_RENAMEAT (line 281) | SYS_RENAMEAT = 291 constant SYS_LINKAT (line 282) | SYS_LINKAT = 292 constant SYS_SYMLINKAT (line 283) | SYS_SYMLINKAT = 293 constant SYS_READLINKAT (line 284) | SYS_READLINKAT = 294 constant SYS_FCHMODAT (line 285) | SYS_FCHMODAT = 295 constant SYS_FACCESSAT (line 286) | SYS_FACCESSAT = 296 constant SYS_PSELECT6 (line 287) | SYS_PSELECT6 = 297 constant SYS_PPOLL (line 288) | SYS_PPOLL = 298 constant SYS_UNSHARE (line 289) | SYS_UNSHARE = 299 constant SYS_SET_ROBUST_LIST (line 290) | SYS_SET_ROBUST_LIST = 300 constant SYS_GET_ROBUST_LIST (line 291) | SYS_GET_ROBUST_LIST = 301 constant SYS_MIGRATE_PAGES (line 292) | SYS_MIGRATE_PAGES = 302 constant SYS_MBIND (line 293) | SYS_MBIND = 303 constant SYS_GET_MEMPOLICY (line 294) | SYS_GET_MEMPOLICY = 304 constant SYS_SET_MEMPOLICY (line 295) | SYS_SET_MEMPOLICY = 305 constant SYS_KEXEC_LOAD (line 296) | SYS_KEXEC_LOAD = 306 constant SYS_MOVE_PAGES (line 297) | SYS_MOVE_PAGES = 307 constant SYS_GETCPU (line 298) | SYS_GETCPU = 308 constant SYS_EPOLL_PWAIT (line 299) | SYS_EPOLL_PWAIT = 309 constant SYS_UTIMENSAT (line 300) | SYS_UTIMENSAT = 310 constant SYS_SIGNALFD (line 301) | SYS_SIGNALFD = 311 constant SYS_TIMERFD_CREATE (line 302) | SYS_TIMERFD_CREATE = 312 constant SYS_EVENTFD (line 303) | SYS_EVENTFD = 313 constant SYS_FALLOCATE (line 304) | SYS_FALLOCATE = 314 constant SYS_TIMERFD_SETTIME (line 305) | SYS_TIMERFD_SETTIME = 315 constant SYS_TIMERFD_GETTIME (line 306) | SYS_TIMERFD_GETTIME = 316 constant SYS_SIGNALFD4 (line 307) | SYS_SIGNALFD4 = 317 constant SYS_EVENTFD2 (line 308) | SYS_EVENTFD2 = 318 constant SYS_EPOLL_CREATE1 (line 309) | SYS_EPOLL_CREATE1 = 319 constant SYS_DUP3 (line 310) | SYS_DUP3 = 320 constant SYS_PIPE2 (line 311) | SYS_PIPE2 = 321 constant SYS_INOTIFY_INIT1 (line 312) | SYS_INOTIFY_INIT1 = 322 constant SYS_ACCEPT4 (line 313) | SYS_ACCEPT4 = 323 constant SYS_PREADV (line 314) | SYS_PREADV = 324 constant SYS_PWRITEV (line 315) | SYS_PWRITEV = 325 constant SYS_RT_TGSIGQUEUEINFO (line 316) | SYS_RT_TGSIGQUEUEINFO = 326 constant SYS_PERF_EVENT_OPEN (line 317) | SYS_PERF_EVENT_OPEN = 327 constant SYS_RECVMMSG (line 318) | SYS_RECVMMSG = 328 constant SYS_FANOTIFY_INIT (line 319) | SYS_FANOTIFY_INIT = 329 constant SYS_FANOTIFY_MARK (line 320) | SYS_FANOTIFY_MARK = 330 constant SYS_PRLIMIT64 (line 321) | SYS_PRLIMIT64 = 331 constant SYS_NAME_TO_HANDLE_AT (line 322) | SYS_NAME_TO_HANDLE_AT = 332 constant SYS_OPEN_BY_HANDLE_AT (line 323) | SYS_OPEN_BY_HANDLE_AT = 333 constant SYS_CLOCK_ADJTIME (line 324) | SYS_CLOCK_ADJTIME = 334 constant SYS_SYNCFS (line 325) | SYS_SYNCFS = 335 constant SYS_SENDMMSG (line 326) | SYS_SENDMMSG = 336 constant SYS_SETNS (line 327) | SYS_SETNS = 337 constant SYS_PROCESS_VM_READV (line 328) | SYS_PROCESS_VM_READV = 338 constant SYS_PROCESS_VM_WRITEV (line 329) | SYS_PROCESS_VM_WRITEV = 339 constant SYS_KERN_FEATURES (line 330) | SYS_KERN_FEATURES = 340 constant SYS_KCMP (line 331) | SYS_KCMP = 341 constant SYS_FINIT_MODULE (line 332) | SYS_FINIT_MODULE = 342 constant SYS_SCHED_SETATTR (line 333) | SYS_SCHED_SETATTR = 343 constant SYS_SCHED_GETATTR (line 334) | SYS_SCHED_GETATTR = 344 constant SYS_RENAMEAT2 (line 335) | SYS_RENAMEAT2 = 345 constant SYS_SECCOMP (line 336) | SYS_SECCOMP = 346 constant SYS_GETRANDOM (line 337) | SYS_GETRANDOM = 347 constant SYS_MEMFD_CREATE (line 338) | SYS_MEMFD_CREATE = 348 constant SYS_BPF (line 339) | SYS_BPF = 349 constant SYS_EXECVEAT (line 340) | SYS_EXECVEAT = 350 constant SYS_MEMBARRIER (line 341) | SYS_MEMBARRIER = 351 constant SYS_USERFAULTFD (line 342) | SYS_USERFAULTFD = 352 constant SYS_BIND (line 343) | SYS_BIND = 353 constant SYS_LISTEN (line 344) | SYS_LISTEN = 354 constant SYS_SETSOCKOPT (line 345) | SYS_SETSOCKOPT = 355 constant SYS_MLOCK2 (line 346) | SYS_MLOCK2 = 356 constant SYS_COPY_FILE_RANGE (line 347) | SYS_COPY_FILE_RANGE = 357 constant SYS_PREADV2 (line 348) | SYS_PREADV2 = 358 constant SYS_PWRITEV2 (line 349) | SYS_PWRITEV2 = 359 constant SYS_STATX (line 350) | SYS_STATX = 360 constant SYS_IO_PGETEVENTS (line 351) | SYS_IO_PGETEVENTS = 361 constant SYS_PKEY_MPROTECT (line 352) | SYS_PKEY_MPROTECT = 362 constant SYS_PKEY_ALLOC (line 353) | SYS_PKEY_ALLOC = 363 constant SYS_PKEY_FREE (line 354) | SYS_PKEY_FREE = 364 constant SYS_RSEQ (line 355) | SYS_RSEQ = 365 constant SYS_SEMTIMEDOP (line 356) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 357) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 358) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 359) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 360) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 361) | SYS_SHMAT = 397 constant SYS_SHMDT (line 362) | SYS_SHMDT = 398 constant SYS_MSGGET (line 363) | SYS_MSGGET = 399 constant SYS_MSGSND (line 364) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 365) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 366) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 367) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 368) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 369) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 370) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 371) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 372) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 373) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 374) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 375) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 376) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 377) | SYS_PIDFD_OPEN = 434 constant SYS_CLOSE_RANGE (line 378) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 379) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 380) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 381) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 382) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 383) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 384) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 385) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 386) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 387) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 388) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 389) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 390) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 391) | SYS_SET_MEMPOLICY_HOME_NODE = 450 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 86) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 87) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 88) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 89) | SYS_SETPGID = 82 constant SYS_FUTEX (line 90) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 91) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 92) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 93) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 94) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 95) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 96) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 97) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 98) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 99) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 100) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 101) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 102) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 103) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 104) | SYS_SOCKET = 97 constant SYS_CONNECT (line 105) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 106) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 107) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 108) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 109) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 110) | SYS_SIGRETURN = 103 constant SYS_BIND (line 111) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 112) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 113) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 114) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 115) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 116) | SYS_PPOLL = 109 constant SYS_PSELECT (line 117) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 118) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 119) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 120) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 121) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 122) | SYS_THRKILL = 119 constant SYS_READV (line 123) | SYS_READV = 120 constant SYS_WRITEV (line 124) | SYS_WRITEV = 121 constant SYS_KILL (line 125) | SYS_KILL = 122 constant SYS_FCHOWN (line 126) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 127) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 128) | SYS_SETREUID = 126 constant SYS_SETREGID (line 129) | SYS_SETREGID = 127 constant SYS_RENAME (line 130) | SYS_RENAME = 128 constant SYS_FLOCK (line 131) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 132) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 133) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 134) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 135) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 136) | SYS_MKDIR = 136 constant SYS_RMDIR (line 137) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 138) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 139) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 140) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 142) | SYS_NFSSVC = 155 constant SYS_GETFH (line 143) | SYS_GETFH = 161 constant SYS_SYSARCH (line 144) | SYS_SYSARCH = 165 constant SYS_PREAD (line 145) | SYS_PREAD = 173 constant SYS_PWRITE (line 146) | SYS_PWRITE = 174 constant SYS_SETGID (line 147) | SYS_SETGID = 181 constant SYS_SETEGID (line 148) | SYS_SETEGID = 182 constant SYS_SETEUID (line 149) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 150) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 151) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 152) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 153) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 154) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 155) | SYS_MMAP = 197 constant SYS_LSEEK (line 156) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 157) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 158) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 159) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 160) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 162) | SYS_GETPGID = 207 constant SYS_UTRACE (line 163) | SYS_UTRACE = 209 constant SYS_SEMGET (line 164) | SYS_SEMGET = 221 constant SYS_MSGGET (line 165) | SYS_MSGGET = 225 constant SYS_MSGSND (line 166) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 167) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 168) | SYS_SHMAT = 228 constant SYS_SHMDT (line 169) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 170) | SYS_MINHERIT = 250 constant SYS_POLL (line 171) | SYS_POLL = 252 constant SYS_ISSETUGID (line 172) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 173) | SYS_LCHOWN = 254 constant SYS_GETSID (line 174) | SYS_GETSID = 255 constant SYS_MSYNC (line 175) | SYS_MSYNC = 256 constant SYS_PIPE (line 176) | SYS_PIPE = 263 constant SYS_FHOPEN (line 177) | SYS_FHOPEN = 264 constant SYS_PREADV (line 178) | SYS_PREADV = 267 constant SYS_PWRITEV (line 179) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 180) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 181) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 182) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 183) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 184) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 185) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 186) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 187) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 188) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 189) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 190) | SYS_SHMGET = 289 constant SYS_SEMOP (line 191) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 192) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 193) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 194) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 195) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 196) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 197) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 198) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 199) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 200) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 201) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 202) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 203) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 204) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 205) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 206) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 207) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 208) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 209) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 210) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 211) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 212) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 213) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 214) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 215) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 216) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 217) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 218) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_MSYSCALL (line 47) | SYS_MSYSCALL = 37 constant SYS_STAT (line 48) | SYS_STAT = 38 constant SYS_GETPPID (line 49) | SYS_GETPPID = 39 constant SYS_LSTAT (line 50) | SYS_LSTAT = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_FSTATAT (line 52) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 53) | SYS_GETEGID = 43 constant SYS_PROFIL (line 54) | SYS_PROFIL = 44 constant SYS_KTRACE (line 55) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 56) | SYS_SIGACTION = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 58) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 59) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 61) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 62) | SYS_FSTAT = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_REBOOT (line 64) | SYS_REBOOT = 55 constant SYS_REVOKE (line 65) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 66) | SYS_SYMLINK = 57 constant SYS_READLINK (line 67) | SYS_READLINK = 58 constant SYS_EXECVE (line 68) | SYS_EXECVE = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 71) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 72) | SYS_STATFS = 63 constant SYS_FSTATFS (line 73) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 74) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 75) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 76) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 77) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 78) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 79) | SYS_GETITIMER = 70 constant SYS_SELECT (line 80) | SYS_SELECT = 71 constant SYS_KEVENT (line 81) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 82) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 83) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 84) | SYS_MADVISE = 75 constant SYS_UTIMES (line 85) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 86) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS___REALPATH (line 122) | SYS___REALPATH = 115 constant SYS_GETSOCKOPT (line 123) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 124) | SYS_THRKILL = 119 constant SYS_READV (line 125) | SYS_READV = 120 constant SYS_WRITEV (line 126) | SYS_WRITEV = 121 constant SYS_KILL (line 127) | SYS_KILL = 122 constant SYS_FCHOWN (line 128) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 129) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 130) | SYS_SETREUID = 126 constant SYS_SETREGID (line 131) | SYS_SETREGID = 127 constant SYS_RENAME (line 132) | SYS_RENAME = 128 constant SYS_FLOCK (line 133) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 134) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 135) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 136) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 137) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 138) | SYS_MKDIR = 136 constant SYS_RMDIR (line 139) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 140) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 141) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 142) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 143) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 144) | SYS_NFSSVC = 155 constant SYS_GETFH (line 145) | SYS_GETFH = 161 constant SYS___TMPFD (line 146) | SYS___TMPFD = 164 constant SYS_SYSARCH (line 147) | SYS_SYSARCH = 165 constant SYS_PREAD (line 148) | SYS_PREAD = 173 constant SYS_PWRITE (line 149) | SYS_PWRITE = 174 constant SYS_SETGID (line 150) | SYS_SETGID = 181 constant SYS_SETEGID (line 151) | SYS_SETEGID = 182 constant SYS_SETEUID (line 152) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 153) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 154) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 155) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 156) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 157) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 158) | SYS_MMAP = 197 constant SYS_LSEEK (line 159) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 160) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 161) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 162) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 163) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 164) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 165) | SYS_GETPGID = 207 constant SYS_UTRACE (line 166) | SYS_UTRACE = 209 constant SYS_SEMGET (line 167) | SYS_SEMGET = 221 constant SYS_MSGGET (line 168) | SYS_MSGGET = 225 constant SYS_MSGSND (line 169) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 170) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 171) | SYS_SHMAT = 228 constant SYS_SHMDT (line 172) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 173) | SYS_MINHERIT = 250 constant SYS_POLL (line 174) | SYS_POLL = 252 constant SYS_ISSETUGID (line 175) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 176) | SYS_LCHOWN = 254 constant SYS_GETSID (line 177) | SYS_GETSID = 255 constant SYS_MSYNC (line 178) | SYS_MSYNC = 256 constant SYS_PIPE (line 179) | SYS_PIPE = 263 constant SYS_FHOPEN (line 180) | SYS_FHOPEN = 264 constant SYS_PREADV (line 181) | SYS_PREADV = 267 constant SYS_PWRITEV (line 182) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 183) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 184) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 185) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 186) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 187) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 188) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 189) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 190) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 191) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 192) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 193) | SYS_SHMGET = 289 constant SYS_SEMOP (line 194) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 195) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 196) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 197) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 198) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 199) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 200) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 201) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 202) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 203) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 204) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 205) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 206) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 207) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 208) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 209) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 210) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 211) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 212) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 213) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 214) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 215) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 216) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 217) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 218) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 219) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 220) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 221) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 16) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 17) | SYS___TFORK = 8 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 20) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_OBREAK (line 26) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 27) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 28) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 31) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_GETEUID (line 34) | SYS_GETEUID = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 36) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 37) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 38) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 39) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 40) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 41) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 43) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 44) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_STAT (line 46) | SYS_STAT = 38 constant SYS_GETPPID (line 47) | SYS_GETPPID = 39 constant SYS_LSTAT (line 48) | SYS_LSTAT = 40 constant SYS_DUP (line 49) | SYS_DUP = 41 constant SYS_FSTATAT (line 50) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 51) | SYS_GETEGID = 43 constant SYS_PROFIL (line 52) | SYS_PROFIL = 44 constant SYS_KTRACE (line 53) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 54) | SYS_SIGACTION = 46 constant SYS_GETGID (line 55) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 56) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 57) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 58) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 59) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 60) | SYS_FSTAT = 53 constant SYS_IOCTL (line 61) | SYS_IOCTL = 54 constant SYS_REBOOT (line 62) | SYS_REBOOT = 55 constant SYS_REVOKE (line 63) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 64) | SYS_SYMLINK = 57 constant SYS_READLINK (line 65) | SYS_READLINK = 58 constant SYS_EXECVE (line 66) | SYS_EXECVE = 59 constant SYS_UMASK (line 67) | SYS_UMASK = 60 constant SYS_CHROOT (line 68) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 69) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 70) | SYS_STATFS = 63 constant SYS_FSTATFS (line 71) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 72) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 73) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 74) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 75) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 76) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 77) | SYS_GETITIMER = 70 constant SYS_SELECT (line 78) | SYS_SELECT = 71 constant SYS_KEVENT (line 79) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 80) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 81) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 82) | SYS_MADVISE = 75 constant SYS_UTIMES (line 83) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 84) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 85) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 86) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 87) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 88) | SYS_SETPGID = 82 constant SYS_FUTEX (line 89) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 90) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 91) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 92) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 93) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 94) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 95) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 96) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 97) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 98) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 99) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 100) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 101) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 102) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 103) | SYS_SOCKET = 97 constant SYS_CONNECT (line 104) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 105) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 107) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 108) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 109) | SYS_SIGRETURN = 103 constant SYS_BIND (line 110) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 111) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 112) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 113) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 114) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 115) | SYS_PPOLL = 109 constant SYS_PSELECT (line 116) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 117) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 118) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 119) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 120) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 121) | SYS_THRKILL = 119 constant SYS_READV (line 122) | SYS_READV = 120 constant SYS_WRITEV (line 123) | SYS_WRITEV = 121 constant SYS_KILL (line 124) | SYS_KILL = 122 constant SYS_FCHOWN (line 125) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 126) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 127) | SYS_SETREUID = 126 constant SYS_SETREGID (line 128) | SYS_SETREGID = 127 constant SYS_RENAME (line 129) | SYS_RENAME = 128 constant SYS_FLOCK (line 130) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 131) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 132) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 133) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 134) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 135) | SYS_MKDIR = 136 constant SYS_RMDIR (line 136) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 137) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 138) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 139) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 141) | SYS_NFSSVC = 155 constant SYS_GETFH (line 142) | SYS_GETFH = 161 constant SYS_SYSARCH (line 143) | SYS_SYSARCH = 165 constant SYS_PREAD (line 144) | SYS_PREAD = 173 constant SYS_PWRITE (line 145) | SYS_PWRITE = 174 constant SYS_SETGID (line 146) | SYS_SETGID = 181 constant SYS_SETEGID (line 147) | SYS_SETEGID = 182 constant SYS_SETEUID (line 148) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 149) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 150) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 151) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 152) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 153) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 154) | SYS_MMAP = 197 constant SYS_LSEEK (line 155) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 156) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 157) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 158) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 159) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 161) | SYS_GETPGID = 207 constant SYS_UTRACE (line 162) | SYS_UTRACE = 209 constant SYS_SEMGET (line 163) | SYS_SEMGET = 221 constant SYS_MSGGET (line 164) | SYS_MSGGET = 225 constant SYS_MSGSND (line 165) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 166) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 167) | SYS_SHMAT = 228 constant SYS_SHMDT (line 168) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 169) | SYS_MINHERIT = 250 constant SYS_POLL (line 170) | SYS_POLL = 252 constant SYS_ISSETUGID (line 171) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 172) | SYS_LCHOWN = 254 constant SYS_GETSID (line 173) | SYS_GETSID = 255 constant SYS_MSYNC (line 174) | SYS_MSYNC = 256 constant SYS_PIPE (line 175) | SYS_PIPE = 263 constant SYS_FHOPEN (line 176) | SYS_FHOPEN = 264 constant SYS_PREADV (line 177) | SYS_PREADV = 267 constant SYS_PWRITEV (line 178) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 179) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 180) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 181) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 182) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 183) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 184) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 185) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 186) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 187) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 188) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 189) | SYS_SHMGET = 289 constant SYS_SEMOP (line 190) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 191) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 192) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 193) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 194) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 196) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 197) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 198) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 199) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 200) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 201) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 202) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 203) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 204) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 205) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 206) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 207) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 208) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 209) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 210) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 211) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 212) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 213) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 214) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 215) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 216) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 217) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 86) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 87) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 88) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 89) | SYS_SETPGID = 82 constant SYS_FUTEX (line 90) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 91) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 92) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 93) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 94) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 95) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 96) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 97) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 98) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 99) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 100) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 101) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 102) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 103) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 104) | SYS_SOCKET = 97 constant SYS_CONNECT (line 105) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 106) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 107) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 108) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 109) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 110) | SYS_SIGRETURN = 103 constant SYS_BIND (line 111) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 112) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 113) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 114) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 115) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 116) | SYS_PPOLL = 109 constant SYS_PSELECT (line 117) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 118) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 119) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 120) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 121) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 122) | SYS_THRKILL = 119 constant SYS_READV (line 123) | SYS_READV = 120 constant SYS_WRITEV (line 124) | SYS_WRITEV = 121 constant SYS_KILL (line 125) | SYS_KILL = 122 constant SYS_FCHOWN (line 126) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 127) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 128) | SYS_SETREUID = 126 constant SYS_SETREGID (line 129) | SYS_SETREGID = 127 constant SYS_RENAME (line 130) | SYS_RENAME = 128 constant SYS_FLOCK (line 131) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 132) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 133) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 134) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 135) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 136) | SYS_MKDIR = 136 constant SYS_RMDIR (line 137) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 138) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 139) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 140) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 142) | SYS_NFSSVC = 155 constant SYS_GETFH (line 143) | SYS_GETFH = 161 constant SYS_SYSARCH (line 144) | SYS_SYSARCH = 165 constant SYS_PREAD (line 145) | SYS_PREAD = 173 constant SYS_PWRITE (line 146) | SYS_PWRITE = 174 constant SYS_SETGID (line 147) | SYS_SETGID = 181 constant SYS_SETEGID (line 148) | SYS_SETEGID = 182 constant SYS_SETEUID (line 149) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 150) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 151) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 152) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 153) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 154) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 155) | SYS_MMAP = 197 constant SYS_LSEEK (line 156) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 157) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 158) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 159) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 160) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 162) | SYS_GETPGID = 207 constant SYS_UTRACE (line 163) | SYS_UTRACE = 209 constant SYS_SEMGET (line 164) | SYS_SEMGET = 221 constant SYS_MSGGET (line 165) | SYS_MSGGET = 225 constant SYS_MSGSND (line 166) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 167) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 168) | SYS_SHMAT = 228 constant SYS_SHMDT (line 169) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 170) | SYS_MINHERIT = 250 constant SYS_POLL (line 171) | SYS_POLL = 252 constant SYS_ISSETUGID (line 172) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 173) | SYS_LCHOWN = 254 constant SYS_GETSID (line 174) | SYS_GETSID = 255 constant SYS_MSYNC (line 175) | SYS_MSYNC = 256 constant SYS_PIPE (line 176) | SYS_PIPE = 263 constant SYS_FHOPEN (line 177) | SYS_FHOPEN = 264 constant SYS_PREADV (line 178) | SYS_PREADV = 267 constant SYS_PWRITEV (line 179) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 180) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 181) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 182) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 183) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 184) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 185) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 186) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 187) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 188) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 189) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 190) | SYS_SHMGET = 289 constant SYS_SEMOP (line 191) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 192) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 193) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 194) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 195) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 196) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 197) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 198) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 199) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 200) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 201) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 202) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 203) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 204) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 205) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 206) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 207) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 208) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 209) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 210) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 211) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 212) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 213) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 214) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 215) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 216) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 217) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 218) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go constant SYS_ACOSD128 (line 13) | SYS_ACOSD128 = 0xB80 constant SYS_ACOSD32 (line 14) | SYS_ACOSD32 = 0xB7E constant SYS_ACOSD64 (line 15) | SYS_ACOSD64 = 0xB7F constant SYS_ACOSHD128 (line 16) | SYS_ACOSHD128 = 0xB83 constant SYS_ACOSHD32 (line 17) | SYS_ACOSHD32 = 0xB81 constant SYS_ACOSHD64 (line 18) | SYS_ACOSHD64 = 0xB82 constant SYS_AIO_FSYNC (line 19) | SYS_AIO_FSYNC = 0xC69 constant SYS_ASCTIME (line 20) | SYS_ASCTIME = 0x0AE constant SYS_ASCTIME64 (line 21) | SYS_ASCTIME64 = 0xCD7 constant SYS_ASCTIME64_R (line 22) | SYS_ASCTIME64_R = 0xCD8 constant SYS_ASIND128 (line 23) | SYS_ASIND128 = 0xB86 constant SYS_ASIND32 (line 24) | SYS_ASIND32 = 0xB84 constant SYS_ASIND64 (line 25) | SYS_ASIND64 = 0xB85 constant SYS_ASINHD128 (line 26) | SYS_ASINHD128 = 0xB89 constant SYS_ASINHD32 (line 27) | SYS_ASINHD32 = 0xB87 constant SYS_ASINHD64 (line 28) | SYS_ASINHD64 = 0xB88 constant SYS_ATAN2D128 (line 29) | SYS_ATAN2D128 = 0xB8F constant SYS_ATAN2D32 (line 30) | SYS_ATAN2D32 = 0xB8D constant SYS_ATAN2D64 (line 31) | SYS_ATAN2D64 = 0xB8E constant SYS_ATAND128 (line 32) | SYS_ATAND128 = 0xB8C constant SYS_ATAND32 (line 33) | SYS_ATAND32 = 0xB8A constant SYS_ATAND64 (line 34) | SYS_ATAND64 = 0xB8B constant SYS_ATANHD128 (line 35) | SYS_ATANHD128 = 0xB92 constant SYS_ATANHD32 (line 36) | SYS_ATANHD32 = 0xB90 constant SYS_ATANHD64 (line 37) | SYS_ATANHD64 = 0xB91 constant SYS_BIND2ADDRSEL (line 38) | SYS_BIND2ADDRSEL = 0xD59 constant SYS_C16RTOMB (line 39) | SYS_C16RTOMB = 0xD40 constant SYS_C32RTOMB (line 40) | SYS_C32RTOMB = 0xD41 constant SYS_CBRTD128 (line 41) | SYS_CBRTD128 = 0xB95 constant SYS_CBRTD32 (line 42) | SYS_CBRTD32 = 0xB93 constant SYS_CBRTD64 (line 43) | SYS_CBRTD64 = 0xB94 constant SYS_CEILD128 (line 44) | SYS_CEILD128 = 0xB98 constant SYS_CEILD32 (line 45) | SYS_CEILD32 = 0xB96 constant SYS_CEILD64 (line 46) | SYS_CEILD64 = 0xB97 constant SYS_CLEARENV (line 47) | SYS_CLEARENV = 0x0C9 constant SYS_CLEARERR_UNLOCKED (line 48) | SYS_CLEARERR_UNLOCKED = 0xCA1 constant SYS_CLOCK (line 49) | SYS_CLOCK = 0x0AA constant SYS_CLOGL (line 50) | SYS_CLOGL = 0xA00 constant SYS_CLRMEMF (line 51) | SYS_CLRMEMF = 0x0BD constant SYS_CONJ (line 52) | SYS_CONJ = 0xA03 constant SYS_CONJF (line 53) | SYS_CONJF = 0xA06 constant SYS_CONJL (line 54) | SYS_CONJL = 0xA09 constant SYS_COPYSIGND128 (line 55) | SYS_COPYSIGND128 = 0xB9E constant SYS_COPYSIGND32 (line 56) | SYS_COPYSIGND32 = 0xB9C constant SYS_COPYSIGND64 (line 57) | SYS_COPYSIGND64 = 0xB9D constant SYS_COSD128 (line 58) | SYS_COSD128 = 0xBA1 constant SYS_COSD32 (line 59) | SYS_COSD32 = 0xB9F constant SYS_COSD64 (line 60) | SYS_COSD64 = 0xBA0 constant SYS_COSHD128 (line 61) | SYS_COSHD128 = 0xBA4 constant SYS_COSHD32 (line 62) | SYS_COSHD32 = 0xBA2 constant SYS_COSHD64 (line 63) | SYS_COSHD64 = 0xBA3 constant SYS_CPOW (line 64) | SYS_CPOW = 0xA0C constant SYS_CPOWF (line 65) | SYS_CPOWF = 0xA0F constant SYS_CPOWL (line 66) | SYS_CPOWL = 0xA12 constant SYS_CPROJ (line 67) | SYS_CPROJ = 0xA15 constant SYS_CPROJF (line 68) | SYS_CPROJF = 0xA18 constant SYS_CPROJL (line 69) | SYS_CPROJL = 0xA1B constant SYS_CREAL (line 70) | SYS_CREAL = 0xA1E constant SYS_CREALF (line 71) | SYS_CREALF = 0xA21 constant SYS_CREALL (line 72) | SYS_CREALL = 0xA24 constant SYS_CSIN (line 73) | SYS_CSIN = 0xA27 constant SYS_CSINF (line 74) | SYS_CSINF = 0xA2A constant SYS_CSINH (line 75) | SYS_CSINH = 0xA30 constant SYS_CSINHF (line 76) | SYS_CSINHF = 0xA33 constant SYS_CSINHL (line 77) | SYS_CSINHL = 0xA36 constant SYS_CSINL (line 78) | SYS_CSINL = 0xA2D constant SYS_CSNAP (line 79) | SYS_CSNAP = 0x0C5 constant SYS_CSQRT (line 80) | SYS_CSQRT = 0xA39 constant SYS_CSQRTF (line 81) | SYS_CSQRTF = 0xA3C constant SYS_CSQRTL (line 82) | SYS_CSQRTL = 0xA3F constant SYS_CTAN (line 83) | SYS_CTAN = 0xA42 constant SYS_CTANF (line 84) | SYS_CTANF = 0xA45 constant SYS_CTANH (line 85) | SYS_CTANH = 0xA4B constant SYS_CTANHF (line 86) | SYS_CTANHF = 0xA4E constant SYS_CTANHL (line 87) | SYS_CTANHL = 0xA51 constant SYS_CTANL (line 88) | SYS_CTANL = 0xA48 constant SYS_CTIME (line 89) | SYS_CTIME = 0x0AB constant SYS_CTIME64 (line 90) | SYS_CTIME64 = 0xCD9 constant SYS_CTIME64_R (line 91) | SYS_CTIME64_R = 0xCDA constant SYS_CTRACE (line 92) | SYS_CTRACE = 0x0C6 constant SYS_DIFFTIME (line 93) | SYS_DIFFTIME = 0x0A7 constant SYS_DIFFTIME64 (line 94) | SYS_DIFFTIME64 = 0xCDB constant SYS_DLADDR (line 95) | SYS_DLADDR = 0xC82 constant SYS_DYNALLOC (line 96) | SYS_DYNALLOC = 0x0C3 constant SYS_DYNFREE (line 97) | SYS_DYNFREE = 0x0C2 constant SYS_ERFCD128 (line 98) | SYS_ERFCD128 = 0xBAA constant SYS_ERFCD32 (line 99) | SYS_ERFCD32 = 0xBA8 constant SYS_ERFCD64 (line 100) | SYS_ERFCD64 = 0xBA9 constant SYS_ERFD128 (line 101) | SYS_ERFD128 = 0xBA7 constant SYS_ERFD32 (line 102) | SYS_ERFD32 = 0xBA5 constant SYS_ERFD64 (line 103) | SYS_ERFD64 = 0xBA6 constant SYS_EXP2D128 (line 104) | SYS_EXP2D128 = 0xBB0 constant SYS_EXP2D32 (line 105) | SYS_EXP2D32 = 0xBAE constant SYS_EXP2D64 (line 106) | SYS_EXP2D64 = 0xBAF constant SYS_EXPD128 (line 107) | SYS_EXPD128 = 0xBAD constant SYS_EXPD32 (line 108) | SYS_EXPD32 = 0xBAB constant SYS_EXPD64 (line 109) | SYS_EXPD64 = 0xBAC constant SYS_EXPM1D128 (line 110) | SYS_EXPM1D128 = 0xBB3 constant SYS_EXPM1D32 (line 111) | SYS_EXPM1D32 = 0xBB1 constant SYS_EXPM1D64 (line 112) | SYS_EXPM1D64 = 0xBB2 constant SYS_FABSD128 (line 113) | SYS_FABSD128 = 0xBB6 constant SYS_FABSD32 (line 114) | SYS_FABSD32 = 0xBB4 constant SYS_FABSD64 (line 115) | SYS_FABSD64 = 0xBB5 constant SYS_FDELREC_UNLOCKED (line 116) | SYS_FDELREC_UNLOCKED = 0xCA2 constant SYS_FDIMD128 (line 117) | SYS_FDIMD128 = 0xBB9 constant SYS_FDIMD32 (line 118) | SYS_FDIMD32 = 0xBB7 constant SYS_FDIMD64 (line 119) | SYS_FDIMD64 = 0xBB8 constant SYS_FDOPEN_UNLOCKED (line 120) | SYS_FDOPEN_UNLOCKED = 0xCFC constant SYS_FECLEAREXCEPT (line 121) | SYS_FECLEAREXCEPT = 0xAEA constant SYS_FEGETENV (line 122) | SYS_FEGETENV = 0xAEB constant SYS_FEGETEXCEPTFLAG (line 123) | SYS_FEGETEXCEPTFLAG = 0xAEC constant SYS_FEGETROUND (line 124) | SYS_FEGETROUND = 0xAED constant SYS_FEHOLDEXCEPT (line 125) | SYS_FEHOLDEXCEPT = 0xAEE constant SYS_FEOF_UNLOCKED (line 126) | SYS_FEOF_UNLOCKED = 0xCA3 constant SYS_FERAISEEXCEPT (line 127) | SYS_FERAISEEXCEPT = 0xAEF constant SYS_FERROR_UNLOCKED (line 128) | SYS_FERROR_UNLOCKED = 0xCA4 constant SYS_FESETENV (line 129) | SYS_FESETENV = 0xAF0 constant SYS_FESETEXCEPTFLAG (line 130) | SYS_FESETEXCEPTFLAG = 0xAF1 constant SYS_FESETROUND (line 131) | SYS_FESETROUND = 0xAF2 constant SYS_FETCHEP (line 132) | SYS_FETCHEP = 0x0BF constant SYS_FETESTEXCEPT (line 133) | SYS_FETESTEXCEPT = 0xAF3 constant SYS_FEUPDATEENV (line 134) | SYS_FEUPDATEENV = 0xAF4 constant SYS_FE_DEC_GETROUND (line 135) | SYS_FE_DEC_GETROUND = 0xBBA constant SYS_FE_DEC_SETROUND (line 136) | SYS_FE_DEC_SETROUND = 0xBBB constant SYS_FFLUSH_UNLOCKED (line 137) | SYS_FFLUSH_UNLOCKED = 0xCA5 constant SYS_FGETC_UNLOCKED (line 138) | SYS_FGETC_UNLOCKED = 0xC80 constant SYS_FGETPOS64 (line 139) | SYS_FGETPOS64 = 0xCEE constant SYS_FGETPOS64_UNLOCKED (line 140) | SYS_FGETPOS64_UNLOCKED = 0xCF4 constant SYS_FGETPOS_UNLOCKED (line 141) | SYS_FGETPOS_UNLOCKED = 0xCA6 constant SYS_FGETS_UNLOCKED (line 142) | SYS_FGETS_UNLOCKED = 0xC7C constant SYS_FGETWC_UNLOCKED (line 143) | SYS_FGETWC_UNLOCKED = 0xCA7 constant SYS_FGETWS_UNLOCKED (line 144) | SYS_FGETWS_UNLOCKED = 0xCA8 constant SYS_FILENO_UNLOCKED (line 145) | SYS_FILENO_UNLOCKED = 0xCA9 constant SYS_FLDATA (line 146) | SYS_FLDATA = 0x0C1 constant SYS_FLDATA_UNLOCKED (line 147) | SYS_FLDATA_UNLOCKED = 0xCAA constant SYS_FLOCATE_UNLOCKED (line 148) | SYS_FLOCATE_UNLOCKED = 0xCAB constant SYS_FLOORD128 (line 149) | SYS_FLOORD128 = 0xBBE constant SYS_FLOORD32 (line 150) | SYS_FLOORD32 = 0xBBC constant SYS_FLOORD64 (line 151) | SYS_FLOORD64 = 0xBBD constant SYS_FMA (line 152) | SYS_FMA = 0xA63 constant SYS_FMAD128 (line 153) | SYS_FMAD128 = 0xBC1 constant SYS_FMAD32 (line 154) | SYS_FMAD32 = 0xBBF constant SYS_FMAD64 (line 155) | SYS_FMAD64 = 0xBC0 constant SYS_FMAF (line 156) | SYS_FMAF = 0xA66 constant SYS_FMAL (line 157) | SYS_FMAL = 0xA69 constant SYS_FMAX (line 158) | SYS_FMAX = 0xA6C constant SYS_FMAXD128 (line 159) | SYS_FMAXD128 = 0xBC4 constant SYS_FMAXD32 (line 160) | SYS_FMAXD32 = 0xBC2 constant SYS_FMAXD64 (line 161) | SYS_FMAXD64 = 0xBC3 constant SYS_FMAXF (line 162) | SYS_FMAXF = 0xA6F constant SYS_FMAXL (line 163) | SYS_FMAXL = 0xA72 constant SYS_FMIN (line 164) | SYS_FMIN = 0xA75 constant SYS_FMIND128 (line 165) | SYS_FMIND128 = 0xBC7 constant SYS_FMIND32 (line 166) | SYS_FMIND32 = 0xBC5 constant SYS_FMIND64 (line 167) | SYS_FMIND64 = 0xBC6 constant SYS_FMINF (line 168) | SYS_FMINF = 0xA78 constant SYS_FMINL (line 169) | SYS_FMINL = 0xA7B constant SYS_FMODD128 (line 170) | SYS_FMODD128 = 0xBCA constant SYS_FMODD32 (line 171) | SYS_FMODD32 = 0xBC8 constant SYS_FMODD64 (line 172) | SYS_FMODD64 = 0xBC9 constant SYS_FOPEN64 (line 173) | SYS_FOPEN64 = 0xD49 constant SYS_FOPEN64_UNLOCKED (line 174) | SYS_FOPEN64_UNLOCKED = 0xD4A constant SYS_FOPEN_UNLOCKED (line 175) | SYS_FOPEN_UNLOCKED = 0xCFA constant SYS_FPRINTF_UNLOCKED (line 176) | SYS_FPRINTF_UNLOCKED = 0xCAC constant SYS_FPUTC_UNLOCKED (line 177) | SYS_FPUTC_UNLOCKED = 0xC81 constant SYS_FPUTS_UNLOCKED (line 178) | SYS_FPUTS_UNLOCKED = 0xC7E constant SYS_FPUTWC_UNLOCKED (line 179) | SYS_FPUTWC_UNLOCKED = 0xCAD constant SYS_FPUTWS_UNLOCKED (line 180) | SYS_FPUTWS_UNLOCKED = 0xCAE constant SYS_FREAD_NOUPDATE (line 181) | SYS_FREAD_NOUPDATE = 0xCEC constant SYS_FREAD_NOUPDATE_UNLOCKED (line 182) | SYS_FREAD_NOUPDATE_UNLOCKED = 0xCED constant SYS_FREAD_UNLOCKED (line 183) | SYS_FREAD_UNLOCKED = 0xC7B constant SYS_FREEIFADDRS (line 184) | SYS_FREEIFADDRS = 0xCE6 constant SYS_FREOPEN64 (line 185) | SYS_FREOPEN64 = 0xD4B constant SYS_FREOPEN64_UNLOCKED (line 186) | SYS_FREOPEN64_UNLOCKED = 0xD4C constant SYS_FREOPEN_UNLOCKED (line 187) | SYS_FREOPEN_UNLOCKED = 0xCFB constant SYS_FREXPD128 (line 188) | SYS_FREXPD128 = 0xBCE constant SYS_FREXPD32 (line 189) | SYS_FREXPD32 = 0xBCC constant SYS_FREXPD64 (line 190) | SYS_FREXPD64 = 0xBCD constant SYS_FSCANF_UNLOCKED (line 191) | SYS_FSCANF_UNLOCKED = 0xCAF constant SYS_FSEEK64 (line 192) | SYS_FSEEK64 = 0xCEF constant SYS_FSEEK64_UNLOCKED (line 193) | SYS_FSEEK64_UNLOCKED = 0xCF5 constant SYS_FSEEKO64 (line 194) | SYS_FSEEKO64 = 0xCF0 constant SYS_FSEEKO64_UNLOCKED (line 195) | SYS_FSEEKO64_UNLOCKED = 0xCF6 constant SYS_FSEEKO_UNLOCKED (line 196) | SYS_FSEEKO_UNLOCKED = 0xCB1 constant SYS_FSEEK_UNLOCKED (line 197) | SYS_FSEEK_UNLOCKED = 0xCB0 constant SYS_FSETPOS64 (line 198) | SYS_FSETPOS64 = 0xCF1 constant SYS_FSETPOS64_UNLOCKED (line 199) | SYS_FSETPOS64_UNLOCKED = 0xCF7 constant SYS_FSETPOS_UNLOCKED (line 200) | SYS_FSETPOS_UNLOCKED = 0xCB3 constant SYS_FTELL64 (line 201) | SYS_FTELL64 = 0xCF2 constant SYS_FTELL64_UNLOCKED (line 202) | SYS_FTELL64_UNLOCKED = 0xCF8 constant SYS_FTELLO64 (line 203) | SYS_FTELLO64 = 0xCF3 constant SYS_FTELLO64_UNLOCKED (line 204) | SYS_FTELLO64_UNLOCKED = 0xCF9 constant SYS_FTELLO_UNLOCKED (line 205) | SYS_FTELLO_UNLOCKED = 0xCB5 constant SYS_FTELL_UNLOCKED (line 206) | SYS_FTELL_UNLOCKED = 0xCB4 constant SYS_FUPDATE (line 207) | SYS_FUPDATE = 0x0B5 constant SYS_FUPDATE_UNLOCKED (line 208) | SYS_FUPDATE_UNLOCKED = 0xCB7 constant SYS_FWIDE_UNLOCKED (line 209) | SYS_FWIDE_UNLOCKED = 0xCB8 constant SYS_FWPRINTF_UNLOCKED (line 210) | SYS_FWPRINTF_UNLOCKED = 0xCB9 constant SYS_FWRITE_UNLOCKED (line 211) | SYS_FWRITE_UNLOCKED = 0xC7A constant SYS_FWSCANF_UNLOCKED (line 212) | SYS_FWSCANF_UNLOCKED = 0xCBA constant SYS_GETDATE64 (line 213) | SYS_GETDATE64 = 0xD4F constant SYS_GETIFADDRS (line 214) | SYS_GETIFADDRS = 0xCE7 constant SYS_GETIPV4SOURCEFILTER (line 215) | SYS_GETIPV4SOURCEFILTER = 0xC77 constant SYS_GETSOURCEFILTER (line 216) | SYS_GETSOURCEFILTER = 0xC79 constant SYS_GETSYNTX (line 217) | SYS_GETSYNTX = 0x0FD constant SYS_GETS_UNLOCKED (line 218) | SYS_GETS_UNLOCKED = 0xC7D constant SYS_GETTIMEOFDAY64 (line 219) | SYS_GETTIMEOFDAY64 = 0xD50 constant SYS_GETWCHAR_UNLOCKED (line 220) | SYS_GETWCHAR_UNLOCKED = 0xCBC constant SYS_GETWC_UNLOCKED (line 221) | SYS_GETWC_UNLOCKED = 0xCBB constant SYS_GMTIME (line 222) | SYS_GMTIME = 0x0B0 constant SYS_GMTIME64 (line 223) | SYS_GMTIME64 = 0xCDC constant SYS_GMTIME64_R (line 224) | SYS_GMTIME64_R = 0xCDD constant SYS_HYPOTD128 (line 225) | SYS_HYPOTD128 = 0xBD1 constant SYS_HYPOTD32 (line 226) | SYS_HYPOTD32 = 0xBCF constant SYS_HYPOTD64 (line 227) | SYS_HYPOTD64 = 0xBD0 constant SYS_ILOGBD128 (line 228) | SYS_ILOGBD128 = 0xBD4 constant SYS_ILOGBD32 (line 229) | SYS_ILOGBD32 = 0xBD2 constant SYS_ILOGBD64 (line 230) | SYS_ILOGBD64 = 0xBD3 constant SYS_ILOGBF (line 231) | SYS_ILOGBF = 0xA7E constant SYS_ILOGBL (line 232) | SYS_ILOGBL = 0xA81 constant SYS_INET6_IS_SRCADDR (line 233) | SYS_INET6_IS_SRCADDR = 0xD5A constant SYS_ISBLANK (line 234) | SYS_ISBLANK = 0x0FE constant SYS_ISWALNUM (line 235) | SYS_ISWALNUM = 0x0FF constant SYS_LDEXPD128 (line 236) | SYS_LDEXPD128 = 0xBD7 constant SYS_LDEXPD32 (line 237) | SYS_LDEXPD32 = 0xBD5 constant SYS_LDEXPD64 (line 238) | SYS_LDEXPD64 = 0xBD6 constant SYS_LGAMMAD128 (line 239) | SYS_LGAMMAD128 = 0xBDA constant SYS_LGAMMAD32 (line 240) | SYS_LGAMMAD32 = 0xBD8 constant SYS_LGAMMAD64 (line 241) | SYS_LGAMMAD64 = 0xBD9 constant SYS_LIO_LISTIO (line 242) | SYS_LIO_LISTIO = 0xC6A constant SYS_LLRINT (line 243) | SYS_LLRINT = 0xA84 constant SYS_LLRINTD128 (line 244) | SYS_LLRINTD128 = 0xBDD constant SYS_LLRINTD32 (line 245) | SYS_LLRINTD32 = 0xBDB constant SYS_LLRINTD64 (line 246) | SYS_LLRINTD64 = 0xBDC constant SYS_LLRINTF (line 247) | SYS_LLRINTF = 0xA87 constant SYS_LLRINTL (line 248) | SYS_LLRINTL = 0xA8A constant SYS_LLROUND (line 249) | SYS_LLROUND = 0xA8D constant SYS_LLROUNDD128 (line 250) | SYS_LLROUNDD128 = 0xBE0 constant SYS_LLROUNDD32 (line 251) | SYS_LLROUNDD32 = 0xBDE constant SYS_LLROUNDD64 (line 252) | SYS_LLROUNDD64 = 0xBDF constant SYS_LLROUNDF (line 253) | SYS_LLROUNDF = 0xA90 constant SYS_LLROUNDL (line 254) | SYS_LLROUNDL = 0xA93 constant SYS_LOCALTIM (line 255) | SYS_LOCALTIM = 0x0B1 constant SYS_LOCALTIME (line 256) | SYS_LOCALTIME = 0x0B1 constant SYS_LOCALTIME64 (line 257) | SYS_LOCALTIME64 = 0xCDE constant SYS_LOCALTIME64_R (line 258) | SYS_LOCALTIME64_R = 0xCDF constant SYS_LOG10D128 (line 259) | SYS_LOG10D128 = 0xBE6 constant SYS_LOG10D32 (line 260) | SYS_LOG10D32 = 0xBE4 constant SYS_LOG10D64 (line 261) | SYS_LOG10D64 = 0xBE5 constant SYS_LOG1PD128 (line 262) | SYS_LOG1PD128 = 0xBE9 constant SYS_LOG1PD32 (line 263) | SYS_LOG1PD32 = 0xBE7 constant SYS_LOG1PD64 (line 264) | SYS_LOG1PD64 = 0xBE8 constant SYS_LOG2D128 (line 265) | SYS_LOG2D128 = 0xBEC constant SYS_LOG2D32 (line 266) | SYS_LOG2D32 = 0xBEA constant SYS_LOG2D64 (line 267) | SYS_LOG2D64 = 0xBEB constant SYS_LOGBD128 (line 268) | SYS_LOGBD128 = 0xBEF constant SYS_LOGBD32 (line 269) | SYS_LOGBD32 = 0xBED constant SYS_LOGBD64 (line 270) | SYS_LOGBD64 = 0xBEE constant SYS_LOGBF (line 271) | SYS_LOGBF = 0xA96 constant SYS_LOGBL (line 272) | SYS_LOGBL = 0xA99 constant SYS_LOGD128 (line 273) | SYS_LOGD128 = 0xBE3 constant SYS_LOGD32 (line 274) | SYS_LOGD32 = 0xBE1 constant SYS_LOGD64 (line 275) | SYS_LOGD64 = 0xBE2 constant SYS_LRINT (line 276) | SYS_LRINT = 0xA9C constant SYS_LRINTD128 (line 277) | SYS_LRINTD128 = 0xBF2 constant SYS_LRINTD32 (line 278) | SYS_LRINTD32 = 0xBF0 constant SYS_LRINTD64 (line 279) | SYS_LRINTD64 = 0xBF1 constant SYS_LRINTF (line 280) | SYS_LRINTF = 0xA9F constant SYS_LRINTL (line 281) | SYS_LRINTL = 0xAA2 constant SYS_LROUNDD128 (line 282) | SYS_LROUNDD128 = 0xBF5 constant SYS_LROUNDD32 (line 283) | SYS_LROUNDD32 = 0xBF3 constant SYS_LROUNDD64 (line 284) | SYS_LROUNDD64 = 0xBF4 constant SYS_LROUNDL (line 285) | SYS_LROUNDL = 0xAA5 constant SYS_MBLEN (line 286) | SYS_MBLEN = 0x0AF constant SYS_MBRTOC16 (line 287) | SYS_MBRTOC16 = 0xD42 constant SYS_MBRTOC32 (line 288) | SYS_MBRTOC32 = 0xD43 constant SYS_MEMSET (line 289) | SYS_MEMSET = 0x0A3 constant SYS_MKTIME (line 290) | SYS_MKTIME = 0x0AC constant SYS_MKTIME64 (line 291) | SYS_MKTIME64 = 0xCE0 constant SYS_MODFD128 (line 292) | SYS_MODFD128 = 0xBF8 constant SYS_MODFD32 (line 293) | SYS_MODFD32 = 0xBF6 constant SYS_MODFD64 (line 294) | SYS_MODFD64 = 0xBF7 constant SYS_NAN (line 295) | SYS_NAN = 0xAA8 constant SYS_NAND128 (line 296) | SYS_NAND128 = 0xBFB constant SYS_NAND32 (line 297) | SYS_NAND32 = 0xBF9 constant SYS_NAND64 (line 298) | SYS_NAND64 = 0xBFA constant SYS_NANF (line 299) | SYS_NANF = 0xAAA constant SYS_NANL (line 300) | SYS_NANL = 0xAAC constant SYS_NEARBYINT (line 301) | SYS_NEARBYINT = 0xAAE constant SYS_NEARBYINTD128 (line 302) | SYS_NEARBYINTD128 = 0xBFE constant SYS_NEARBYINTD32 (line 303) | SYS_NEARBYINTD32 = 0xBFC constant SYS_NEARBYINTD64 (line 304) | SYS_NEARBYINTD64 = 0xBFD constant SYS_NEARBYINTF (line 305) | SYS_NEARBYINTF = 0xAB1 constant SYS_NEARBYINTL (line 306) | SYS_NEARBYINTL = 0xAB4 constant SYS_NEXTAFTERD128 (line 307) | SYS_NEXTAFTERD128 = 0xC01 constant SYS_NEXTAFTERD32 (line 308) | SYS_NEXTAFTERD32 = 0xBFF constant SYS_NEXTAFTERD64 (line 309) | SYS_NEXTAFTERD64 = 0xC00 constant SYS_NEXTAFTERF (line 310) | SYS_NEXTAFTERF = 0xAB7 constant SYS_NEXTAFTERL (line 311) | SYS_NEXTAFTERL = 0xABA constant SYS_NEXTTOWARD (line 312) | SYS_NEXTTOWARD = 0xABD constant SYS_NEXTTOWARDD128 (line 313) | SYS_NEXTTOWARDD128 = 0xC04 constant SYS_NEXTTOWARDD32 (line 314) | SYS_NEXTTOWARDD32 = 0xC02 constant SYS_NEXTTOWARDD64 (line 315) | SYS_NEXTTOWARDD64 = 0xC03 constant SYS_NEXTTOWARDF (line 316) | SYS_NEXTTOWARDF = 0xAC0 constant SYS_NEXTTOWARDL (line 317) | SYS_NEXTTOWARDL = 0xAC3 constant SYS_NL_LANGINFO (line 318) | SYS_NL_LANGINFO = 0x0FC constant SYS_PERROR_UNLOCKED (line 319) | SYS_PERROR_UNLOCKED = 0xCBD constant SYS_POSIX_FALLOCATE (line 320) | SYS_POSIX_FALLOCATE = 0xCE8 constant SYS_POSIX_MEMALIGN (line 321) | SYS_POSIX_MEMALIGN = 0xCE9 constant SYS_POSIX_OPENPT (line 322) | SYS_POSIX_OPENPT = 0xC66 constant SYS_POWD128 (line 323) | SYS_POWD128 = 0xC07 constant SYS_POWD32 (line 324) | SYS_POWD32 = 0xC05 constant SYS_POWD64 (line 325) | SYS_POWD64 = 0xC06 constant SYS_PRINTF_UNLOCKED (line 326) | SYS_PRINTF_UNLOCKED = 0xCBE constant SYS_PSELECT (line 327) | SYS_PSELECT = 0xC67 constant SYS_PTHREAD_ATTR_GETSTACK (line 328) | SYS_PTHREAD_ATTR_GETSTACK = 0xB3E constant SYS_PTHREAD_ATTR_SETSTACK (line 329) | SYS_PTHREAD_ATTR_SETSTACK = 0xB3F constant SYS_PTHREAD_SECURITY_APPLID_NP (line 330) | SYS_PTHREAD_SECURITY_APPLID_NP = 0xCE4 constant SYS_PUTS_UNLOCKED (line 331) | SYS_PUTS_UNLOCKED = 0xC7F constant SYS_PUTWCHAR_UNLOCKED (line 332) | SYS_PUTWCHAR_UNLOCKED = 0xCC0 constant SYS_PUTWC_UNLOCKED (line 333) | SYS_PUTWC_UNLOCKED = 0xCBF constant SYS_QUANTEXPD128 (line 334) | SYS_QUANTEXPD128 = 0xD46 constant SYS_QUANTEXPD32 (line 335) | SYS_QUANTEXPD32 = 0xD44 constant SYS_QUANTEXPD64 (line 336) | SYS_QUANTEXPD64 = 0xD45 constant SYS_QUANTIZED128 (line 337) | SYS_QUANTIZED128 = 0xC0A constant SYS_QUANTIZED32 (line 338) | SYS_QUANTIZED32 = 0xC08 constant SYS_QUANTIZED64 (line 339) | SYS_QUANTIZED64 = 0xC09 constant SYS_REMAINDERD128 (line 340) | SYS_REMAINDERD128 = 0xC0D constant SYS_REMAINDERD32 (line 341) | SYS_REMAINDERD32 = 0xC0B constant SYS_REMAINDERD64 (line 342) | SYS_REMAINDERD64 = 0xC0C constant SYS_RESIZE_ALLOC (line 343) | SYS_RESIZE_ALLOC = 0xCEB constant SYS_REWIND_UNLOCKED (line 344) | SYS_REWIND_UNLOCKED = 0xCC1 constant SYS_RINTD128 (line 345) | SYS_RINTD128 = 0xC13 constant SYS_RINTD32 (line 346) | SYS_RINTD32 = 0xC11 constant SYS_RINTD64 (line 347) | SYS_RINTD64 = 0xC12 constant SYS_RINTF (line 348) | SYS_RINTF = 0xACB constant SYS_RINTL (line 349) | SYS_RINTL = 0xACD constant SYS_ROUND (line 350) | SYS_ROUND = 0xACF constant SYS_ROUNDD128 (line 351) | SYS_ROUNDD128 = 0xC16 constant SYS_ROUNDD32 (line 352) | SYS_ROUNDD32 = 0xC14 constant SYS_ROUNDD64 (line 353) | SYS_ROUNDD64 = 0xC15 constant SYS_ROUNDF (line 354) | SYS_ROUNDF = 0xAD2 constant SYS_ROUNDL (line 355) | SYS_ROUNDL = 0xAD5 constant SYS_SAMEQUANTUMD128 (line 356) | SYS_SAMEQUANTUMD128 = 0xC19 constant SYS_SAMEQUANTUMD32 (line 357) | SYS_SAMEQUANTUMD32 = 0xC17 constant SYS_SAMEQUANTUMD64 (line 358) | SYS_SAMEQUANTUMD64 = 0xC18 constant SYS_SCALBLN (line 359) | SYS_SCALBLN = 0xAD8 constant SYS_SCALBLND128 (line 360) | SYS_SCALBLND128 = 0xC1C constant SYS_SCALBLND32 (line 361) | SYS_SCALBLND32 = 0xC1A constant SYS_SCALBLND64 (line 362) | SYS_SCALBLND64 = 0xC1B constant SYS_SCALBLNF (line 363) | SYS_SCALBLNF = 0xADB constant SYS_SCALBLNL (line 364) | SYS_SCALBLNL = 0xADE constant SYS_SCALBND128 (line 365) | SYS_SCALBND128 = 0xC1F constant SYS_SCALBND32 (line 366) | SYS_SCALBND32 = 0xC1D constant SYS_SCALBND64 (line 367) | SYS_SCALBND64 = 0xC1E constant SYS_SCALBNF (line 368) | SYS_SCALBNF = 0xAE3 constant SYS_SCALBNL (line 369) | SYS_SCALBNL = 0xAE6 constant SYS_SCANF_UNLOCKED (line 370) | SYS_SCANF_UNLOCKED = 0xCC2 constant SYS_SCHED_YIELD (line 371) | SYS_SCHED_YIELD = 0xB32 constant SYS_SETENV (line 372) | SYS_SETENV = 0x0C8 constant SYS_SETIPV4SOURCEFILTER (line 373) | SYS_SETIPV4SOURCEFILTER = 0xC76 constant SYS_SETSOURCEFILTER (line 374) | SYS_SETSOURCEFILTER = 0xC78 constant SYS_SHM_OPEN (line 375) | SYS_SHM_OPEN = 0xC8C constant SYS_SHM_UNLINK (line 376) | SYS_SHM_UNLINK = 0xC8D constant SYS_SIND128 (line 377) | SYS_SIND128 = 0xC22 constant SYS_SIND32 (line 378) | SYS_SIND32 = 0xC20 constant SYS_SIND64 (line 379) | SYS_SIND64 = 0xC21 constant SYS_SINHD128 (line 380) | SYS_SINHD128 = 0xC25 constant SYS_SINHD32 (line 381) | SYS_SINHD32 = 0xC23 constant SYS_SINHD64 (line 382) | SYS_SINHD64 = 0xC24 constant SYS_SIZEOF_ALLOC (line 383) | SYS_SIZEOF_ALLOC = 0xCEA constant SYS_SOCKATMARK (line 384) | SYS_SOCKATMARK = 0xC68 constant SYS_SQRTD128 (line 385) | SYS_SQRTD128 = 0xC28 constant SYS_SQRTD32 (line 386) | SYS_SQRTD32 = 0xC26 constant SYS_SQRTD64 (line 387) | SYS_SQRTD64 = 0xC27 constant SYS_STRCHR (line 388) | SYS_STRCHR = 0x0A0 constant SYS_STRCSPN (line 389) | SYS_STRCSPN = 0x0A1 constant SYS_STRERROR (line 390) | SYS_STRERROR = 0x0A8 constant SYS_STRERROR_R (line 391) | SYS_STRERROR_R = 0xB33 constant SYS_STRFTIME (line 392) | SYS_STRFTIME = 0x0B2 constant SYS_STRLEN (line 393) | SYS_STRLEN = 0x0A9 constant SYS_STRPBRK (line 394) | SYS_STRPBRK = 0x0A2 constant SYS_STRSPN (line 395) | SYS_STRSPN = 0x0A4 constant SYS_STRSTR (line 396) | SYS_STRSTR = 0x0A5 constant SYS_STRTOD128 (line 397) | SYS_STRTOD128 = 0xC2B constant SYS_STRTOD32 (line 398) | SYS_STRTOD32 = 0xC29 constant SYS_STRTOD64 (line 399) | SYS_STRTOD64 = 0xC2A constant SYS_STRTOK (line 400) | SYS_STRTOK = 0x0A6 constant SYS_TAND128 (line 401) | SYS_TAND128 = 0xC2E constant SYS_TAND32 (line 402) | SYS_TAND32 = 0xC2C constant SYS_TAND64 (line 403) | SYS_TAND64 = 0xC2D constant SYS_TANHD128 (line 404) | SYS_TANHD128 = 0xC31 constant SYS_TANHD32 (line 405) | SYS_TANHD32 = 0xC2F constant SYS_TANHD64 (line 406) | SYS_TANHD64 = 0xC30 constant SYS_TGAMMAD128 (line 407) | SYS_TGAMMAD128 = 0xC34 constant SYS_TGAMMAD32 (line 408) | SYS_TGAMMAD32 = 0xC32 constant SYS_TGAMMAD64 (line 409) | SYS_TGAMMAD64 = 0xC33 constant SYS_TIME (line 410) | SYS_TIME = 0x0AD constant SYS_TIME64 (line 411) | SYS_TIME64 = 0xCE1 constant SYS_TMPFILE64 (line 412) | SYS_TMPFILE64 = 0xD4D constant SYS_TMPFILE64_UNLOCKED (line 413) | SYS_TMPFILE64_UNLOCKED = 0xD4E constant SYS_TMPFILE_UNLOCKED (line 414) | SYS_TMPFILE_UNLOCKED = 0xCFD constant SYS_TRUNCD128 (line 415) | SYS_TRUNCD128 = 0xC40 constant SYS_TRUNCD32 (line 416) | SYS_TRUNCD32 = 0xC3E constant SYS_TRUNCD64 (line 417) | SYS_TRUNCD64 = 0xC3F constant SYS_UNGETC_UNLOCKED (line 418) | SYS_UNGETC_UNLOCKED = 0xCC3 constant SYS_UNGETWC_UNLOCKED (line 419) | SYS_UNGETWC_UNLOCKED = 0xCC4 constant SYS_UNSETENV (line 420) | SYS_UNSETENV = 0xB34 constant SYS_VFPRINTF_UNLOCKED (line 421) | SYS_VFPRINTF_UNLOCKED = 0xCC5 constant SYS_VFSCANF_UNLOCKED (line 422) | SYS_VFSCANF_UNLOCKED = 0xCC7 constant SYS_VFWPRINTF_UNLOCKED (line 423) | SYS_VFWPRINTF_UNLOCKED = 0xCC9 constant SYS_VFWSCANF_UNLOCKED (line 424) | SYS_VFWSCANF_UNLOCKED = 0xCCB constant SYS_VPRINTF_UNLOCKED (line 425) | SYS_VPRINTF_UNLOCKED = 0xCCD constant SYS_VSCANF_UNLOCKED (line 426) | SYS_VSCANF_UNLOCKED = 0xCCF constant SYS_VWPRINTF_UNLOCKED (line 427) | SYS_VWPRINTF_UNLOCKED = 0xCD1 constant SYS_VWSCANF_UNLOCKED (line 428) | SYS_VWSCANF_UNLOCKED = 0xCD3 constant SYS_WCSTOD128 (line 429) | SYS_WCSTOD128 = 0xC43 constant SYS_WCSTOD32 (line 430) | SYS_WCSTOD32 = 0xC41 constant SYS_WCSTOD64 (line 431) | SYS_WCSTOD64 = 0xC42 constant SYS_WPRINTF_UNLOCKED (line 432) | SYS_WPRINTF_UNLOCKED = 0xCD5 constant SYS_WSCANF_UNLOCKED (line 433) | SYS_WSCANF_UNLOCKED = 0xCD6 constant SYS__FLUSHLBF (line 434) | SYS__FLUSHLBF = 0xD68 constant SYS__FLUSHLBF_UNLOCKED (line 435) | SYS__FLUSHLBF_UNLOCKED = 0xD6F constant SYS___ACOSHF_H (line 436) | SYS___ACOSHF_H = 0xA54 constant SYS___ACOSHL_H (line 437) | SYS___ACOSHL_H = 0xA55 constant SYS___ASINHF_H (line 438) | SYS___ASINHF_H = 0xA56 constant SYS___ASINHL_H (line 439) | SYS___ASINHL_H = 0xA57 constant SYS___ATANPID128 (line 440) | SYS___ATANPID128 = 0xC6D constant SYS___ATANPID32 (line 441) | SYS___ATANPID32 = 0xC6B constant SYS___ATANPID64 (line 442) | SYS___ATANPID64 = 0xC6C constant SYS___CBRTF_H (line 443) | SYS___CBRTF_H = 0xA58 constant SYS___CBRTL_H (line 444) | SYS___CBRTL_H = 0xA59 constant SYS___CDUMP (line 445) | SYS___CDUMP = 0x0C4 constant SYS___CLASS (line 446) | SYS___CLASS = 0xAFA constant SYS___CLASS2 (line 447) | SYS___CLASS2 = 0xB99 constant SYS___CLASS2D128 (line 448) | SYS___CLASS2D128 = 0xC99 constant SYS___CLASS2D32 (line 449) | SYS___CLASS2D32 = 0xC97 constant SYS___CLASS2D64 (line 450) | SYS___CLASS2D64 = 0xC98 constant SYS___CLASS2F (line 451) | SYS___CLASS2F = 0xC91 constant SYS___CLASS2F_B (line 452) | SYS___CLASS2F_B = 0xC93 constant SYS___CLASS2F_H (line 453) | SYS___CLASS2F_H = 0xC94 constant SYS___CLASS2L (line 454) | SYS___CLASS2L = 0xC92 constant SYS___CLASS2L_B (line 455) | SYS___CLASS2L_B = 0xC95 constant SYS___CLASS2L_H (line 456) | SYS___CLASS2L_H = 0xC96 constant SYS___CLASS2_B (line 457) | SYS___CLASS2_B = 0xB9A constant SYS___CLASS2_H (line 458) | SYS___CLASS2_H = 0xB9B constant SYS___CLASS_B (line 459) | SYS___CLASS_B = 0xAFB constant SYS___CLASS_H (line 460) | SYS___CLASS_H = 0xAFC constant SYS___CLOGL_B (line 461) | SYS___CLOGL_B = 0xA01 constant SYS___CLOGL_H (line 462) | SYS___CLOGL_H = 0xA02 constant SYS___CLRENV (line 463) | SYS___CLRENV = 0x0C9 constant SYS___CLRMF (line 464) | SYS___CLRMF = 0x0BD constant SYS___CODEPAGE_INFO (line 465) | SYS___CODEPAGE_INFO = 0xC64 constant SYS___CONJF_B (line 466) | SYS___CONJF_B = 0xA07 constant SYS___CONJF_H (line 467) | SYS___CONJF_H = 0xA08 constant SYS___CONJL_B (line 468) | SYS___CONJL_B = 0xA0A constant SYS___CONJL_H (line 469) | SYS___CONJL_H = 0xA0B constant SYS___CONJ_B (line 470) | SYS___CONJ_B = 0xA04 constant SYS___CONJ_H (line 471) | SYS___CONJ_H = 0xA05 constant SYS___COPYSIGN_B (line 472) | SYS___COPYSIGN_B = 0xA5A constant SYS___COPYSIGN_H (line 473) | SYS___COPYSIGN_H = 0xAF5 constant SYS___COSPID128 (line 474) | SYS___COSPID128 = 0xC70 constant SYS___COSPID32 (line 475) | SYS___COSPID32 = 0xC6E constant SYS___COSPID64 (line 476) | SYS___COSPID64 = 0xC6F constant SYS___CPOWF_B (line 477) | SYS___CPOWF_B = 0xA10 constant SYS___CPOWF_H (line 478) | SYS___CPOWF_H = 0xA11 constant SYS___CPOWL_B (line 479) | SYS___CPOWL_B = 0xA13 constant SYS___CPOWL_H (line 480) | SYS___CPOWL_H = 0xA14 constant SYS___CPOW_B (line 481) | SYS___CPOW_B = 0xA0D constant SYS___CPOW_H (line 482) | SYS___CPOW_H = 0xA0E constant SYS___CPROJF_B (line 483) | SYS___CPROJF_B = 0xA19 constant SYS___CPROJF_H (line 484) | SYS___CPROJF_H = 0xA1A constant SYS___CPROJL_B (line 485) | SYS___CPROJL_B = 0xA1C constant SYS___CPROJL_H (line 486) | SYS___CPROJL_H = 0xA1D constant SYS___CPROJ_B (line 487) | SYS___CPROJ_B = 0xA16 constant SYS___CPROJ_H (line 488) | SYS___CPROJ_H = 0xA17 constant SYS___CREALF_B (line 489) | SYS___CREALF_B = 0xA22 constant SYS___CREALF_H (line 490) | SYS___CREALF_H = 0xA23 constant SYS___CREALL_B (line 491) | SYS___CREALL_B = 0xA25 constant SYS___CREALL_H (line 492) | SYS___CREALL_H = 0xA26 constant SYS___CREAL_B (line 493) | SYS___CREAL_B = 0xA1F constant SYS___CREAL_H (line 494) | SYS___CREAL_H = 0xA20 constant SYS___CSINF_B (line 495) | SYS___CSINF_B = 0xA2B constant SYS___CSINF_H (line 496) | SYS___CSINF_H = 0xA2C constant SYS___CSINHF_B (line 497) | SYS___CSINHF_B = 0xA34 constant SYS___CSINHF_H (line 498) | SYS___CSINHF_H = 0xA35 constant SYS___CSINHL_B (line 499) | SYS___CSINHL_B = 0xA37 constant SYS___CSINHL_H (line 500) | SYS___CSINHL_H = 0xA38 constant SYS___CSINH_B (line 501) | SYS___CSINH_B = 0xA31 constant SYS___CSINH_H (line 502) | SYS___CSINH_H = 0xA32 constant SYS___CSINL_B (line 503) | SYS___CSINL_B = 0xA2E constant SYS___CSINL_H (line 504) | SYS___CSINL_H = 0xA2F constant SYS___CSIN_B (line 505) | SYS___CSIN_B = 0xA28 constant SYS___CSIN_H (line 506) | SYS___CSIN_H = 0xA29 constant SYS___CSNAP (line 507) | SYS___CSNAP = 0x0C5 constant SYS___CSQRTF_B (line 508) | SYS___CSQRTF_B = 0xA3D constant SYS___CSQRTF_H (line 509) | SYS___CSQRTF_H = 0xA3E constant SYS___CSQRTL_B (line 510) | SYS___CSQRTL_B = 0xA40 constant SYS___CSQRTL_H (line 511) | SYS___CSQRTL_H = 0xA41 constant SYS___CSQRT_B (line 512) | SYS___CSQRT_B = 0xA3A constant SYS___CSQRT_H (line 513) | SYS___CSQRT_H = 0xA3B constant SYS___CTANF_B (line 514) | SYS___CTANF_B = 0xA46 constant SYS___CTANF_H (line 515) | SYS___CTANF_H = 0xA47 constant SYS___CTANHF_B (line 516) | SYS___CTANHF_B = 0xA4F constant SYS___CTANHF_H (line 517) | SYS___CTANHF_H = 0xA50 constant SYS___CTANHL_B (line 518) | SYS___CTANHL_B = 0xA52 constant SYS___CTANHL_H (line 519) | SYS___CTANHL_H = 0xA53 constant SYS___CTANH_B (line 520) | SYS___CTANH_B = 0xA4C constant SYS___CTANH_H (line 521) | SYS___CTANH_H = 0xA4D constant SYS___CTANL_B (line 522) | SYS___CTANL_B = 0xA49 constant SYS___CTANL_H (line 523) | SYS___CTANL_H = 0xA4A constant SYS___CTAN_B (line 524) | SYS___CTAN_B = 0xA43 constant SYS___CTAN_H (line 525) | SYS___CTAN_H = 0xA44 constant SYS___CTEST (line 526) | SYS___CTEST = 0x0C7 constant SYS___CTRACE (line 527) | SYS___CTRACE = 0x0C6 constant SYS___D1TOP (line 528) | SYS___D1TOP = 0xC9B constant SYS___D2TOP (line 529) | SYS___D2TOP = 0xC9C constant SYS___D4TOP (line 530) | SYS___D4TOP = 0xC9D constant SYS___DYNALL (line 531) | SYS___DYNALL = 0x0C3 constant SYS___DYNFRE (line 532) | SYS___DYNFRE = 0x0C2 constant SYS___EXP2F_H (line 533) | SYS___EXP2F_H = 0xA5E constant SYS___EXP2L_H (line 534) | SYS___EXP2L_H = 0xA5F constant SYS___EXP2_H (line 535) | SYS___EXP2_H = 0xA5D constant SYS___EXPM1F_H (line 536) | SYS___EXPM1F_H = 0xA5B constant SYS___EXPM1L_H (line 537) | SYS___EXPM1L_H = 0xA5C constant SYS___FBUFSIZE (line 538) | SYS___FBUFSIZE = 0xD60 constant SYS___FLBF (line 539) | SYS___FLBF = 0xD62 constant SYS___FLDATA (line 540) | SYS___FLDATA = 0x0C1 constant SYS___FMAF_B (line 541) | SYS___FMAF_B = 0xA67 constant SYS___FMAF_H (line 542) | SYS___FMAF_H = 0xA68 constant SYS___FMAL_B (line 543) | SYS___FMAL_B = 0xA6A constant SYS___FMAL_H (line 544) | SYS___FMAL_H = 0xA6B constant SYS___FMAXF_B (line 545) | SYS___FMAXF_B = 0xA70 constant SYS___FMAXF_H (line 546) | SYS___FMAXF_H = 0xA71 constant SYS___FMAXL_B (line 547) | SYS___FMAXL_B = 0xA73 constant SYS___FMAXL_H (line 548) | SYS___FMAXL_H = 0xA74 constant SYS___FMAX_B (line 549) | SYS___FMAX_B = 0xA6D constant SYS___FMAX_H (line 550) | SYS___FMAX_H = 0xA6E constant SYS___FMA_B (line 551) | SYS___FMA_B = 0xA64 constant SYS___FMA_H (line 552) | SYS___FMA_H = 0xA65 constant SYS___FMINF_B (line 553) | SYS___FMINF_B = 0xA79 constant SYS___FMINF_H (line 554) | SYS___FMINF_H = 0xA7A constant SYS___FMINL_B (line 555) | SYS___FMINL_B = 0xA7C constant SYS___FMINL_H (line 556) | SYS___FMINL_H = 0xA7D constant SYS___FMIN_B (line 557) | SYS___FMIN_B = 0xA76 constant SYS___FMIN_H (line 558) | SYS___FMIN_H = 0xA77 constant SYS___FPENDING (line 559) | SYS___FPENDING = 0xD61 constant SYS___FPENDING_UNLOCKED (line 560) | SYS___FPENDING_UNLOCKED = 0xD6C constant SYS___FPURGE (line 561) | SYS___FPURGE = 0xD69 constant SYS___FPURGE_UNLOCKED (line 562) | SYS___FPURGE_UNLOCKED = 0xD70 constant SYS___FP_CAST_D (line 563) | SYS___FP_CAST_D = 0xBCB constant SYS___FREADABLE (line 564) | SYS___FREADABLE = 0xD63 constant SYS___FREADAHEAD (line 565) | SYS___FREADAHEAD = 0xD6A constant SYS___FREADAHEAD_UNLOCKED (line 566) | SYS___FREADAHEAD_UNLOCKED = 0xD71 constant SYS___FREADING (line 567) | SYS___FREADING = 0xD65 constant SYS___FREADING_UNLOCKED (line 568) | SYS___FREADING_UNLOCKED = 0xD6D constant SYS___FSEEK2 (line 569) | SYS___FSEEK2 = 0xB3C constant SYS___FSETERR (line 570) | SYS___FSETERR = 0xD6B constant SYS___FSETLOCKING (line 571) | SYS___FSETLOCKING = 0xD67 constant SYS___FTCHEP (line 572) | SYS___FTCHEP = 0x0BF constant SYS___FTELL2 (line 573) | SYS___FTELL2 = 0xB3B constant SYS___FUPDT (line 574) | SYS___FUPDT = 0x0B5 constant SYS___FWRITABLE (line 575) | SYS___FWRITABLE = 0xD64 constant SYS___FWRITING (line 576) | SYS___FWRITING = 0xD66 constant SYS___FWRITING_UNLOCKED (line 577) | SYS___FWRITING_UNLOCKED = 0xD6E constant SYS___GETCB (line 578) | SYS___GETCB = 0x0B4 constant SYS___GETGRGID1 (line 579) | SYS___GETGRGID1 = 0xD5B constant SYS___GETGRNAM1 (line 580) | SYS___GETGRNAM1 = 0xD5C constant SYS___GETTHENT (line 581) | SYS___GETTHENT = 0xCE5 constant SYS___GETTOD (line 582) | SYS___GETTOD = 0xD3E constant SYS___HYPOTF_H (line 583) | SYS___HYPOTF_H = 0xAF6 constant SYS___HYPOTL_H (line 584) | SYS___HYPOTL_H = 0xAF7 constant SYS___ILOGBF_B (line 585) | SYS___ILOGBF_B = 0xA7F constant SYS___ILOGBF_H (line 586) | SYS___ILOGBF_H = 0xA80 constant SYS___ILOGBL_B (line 587) | SYS___ILOGBL_B = 0xA82 constant SYS___ILOGBL_H (line 588) | SYS___ILOGBL_H = 0xA83 constant SYS___ISBLANK_A (line 589) | SYS___ISBLANK_A = 0xB2E constant SYS___ISBLNK (line 590) | SYS___ISBLNK = 0x0FE constant SYS___ISWBLANK_A (line 591) | SYS___ISWBLANK_A = 0xB2F constant SYS___LE_CEEGTJS (line 592) | SYS___LE_CEEGTJS = 0xD72 constant SYS___LE_TRACEBACK (line 593) | SYS___LE_TRACEBACK = 0xB7A constant SYS___LGAMMAL_H (line 594) | SYS___LGAMMAL_H = 0xA62 constant SYS___LGAMMA_B_C99 (line 595) | SYS___LGAMMA_B_C99 = 0xB39 constant SYS___LGAMMA_H_C99 (line 596) | SYS___LGAMMA_H_C99 = 0xB38 constant SYS___LGAMMA_R_C99 (line 597) | SYS___LGAMMA_R_C99 = 0xB3A constant SYS___LLRINTF_B (line 598) | SYS___LLRINTF_B = 0xA88 constant SYS___LLRINTF_H (line 599) | SYS___LLRINTF_H = 0xA89 constant SYS___LLRINTL_B (line 600) | SYS___LLRINTL_B = 0xA8B constant SYS___LLRINTL_H (line 601) | SYS___LLRINTL_H = 0xA8C constant SYS___LLRINT_B (line 602) | SYS___LLRINT_B = 0xA85 constant SYS___LLRINT_H (line 603) | SYS___LLRINT_H = 0xA86 constant SYS___LLROUNDF_B (line 604) | SYS___LLROUNDF_B = 0xA91 constant SYS___LLROUNDF_H (line 605) | SYS___LLROUNDF_H = 0xA92 constant SYS___LLROUNDL_B (line 606) | SYS___LLROUNDL_B = 0xA94 constant SYS___LLROUNDL_H (line 607) | SYS___LLROUNDL_H = 0xA95 constant SYS___LLROUND_B (line 608) | SYS___LLROUND_B = 0xA8E constant SYS___LLROUND_H (line 609) | SYS___LLROUND_H = 0xA8F constant SYS___LOCALE_CTL (line 610) | SYS___LOCALE_CTL = 0xD47 constant SYS___LOG1PF_H (line 611) | SYS___LOG1PF_H = 0xA60 constant SYS___LOG1PL_H (line 612) | SYS___LOG1PL_H = 0xA61 constant SYS___LOGBF_B (line 613) | SYS___LOGBF_B = 0xA97 constant SYS___LOGBF_H (line 614) | SYS___LOGBF_H = 0xA98 constant SYS___LOGBL_B (line 615) | SYS___LOGBL_B = 0xA9A constant SYS___LOGBL_H (line 616) | SYS___LOGBL_H = 0xA9B constant SYS___LOGIN_APPLID (line 617) | SYS___LOGIN_APPLID = 0xCE2 constant SYS___LRINTF_B (line 618) | SYS___LRINTF_B = 0xAA0 constant SYS___LRINTF_H (line 619) | SYS___LRINTF_H = 0xAA1 constant SYS___LRINTL_B (line 620) | SYS___LRINTL_B = 0xAA3 constant SYS___LRINTL_H (line 621) | SYS___LRINTL_H = 0xAA4 constant SYS___LRINT_B (line 622) | SYS___LRINT_B = 0xA9D constant SYS___LRINT_H (line 623) | SYS___LRINT_H = 0xA9E constant SYS___LROUNDF_FIXUP (line 624) | SYS___LROUNDF_FIXUP = 0xB31 constant SYS___LROUNDL_B (line 625) | SYS___LROUNDL_B = 0xAA6 constant SYS___LROUNDL_H (line 626) | SYS___LROUNDL_H = 0xAA7 constant SYS___LROUND_FIXUP (line 627) | SYS___LROUND_FIXUP = 0xB30 constant SYS___MOSERVICES (line 628) | SYS___MOSERVICES = 0xD3D constant SYS___MUST_STAY_CLEAN (line 629) | SYS___MUST_STAY_CLEAN = 0xB7C constant SYS___NANF_B (line 630) | SYS___NANF_B = 0xAAB constant SYS___NANL_B (line 631) | SYS___NANL_B = 0xAAD constant SYS___NAN_B (line 632) | SYS___NAN_B = 0xAA9 constant SYS___NEARBYINTF_B (line 633) | SYS___NEARBYINTF_B = 0xAB2 constant SYS___NEARBYINTF_H (line 634) | SYS___NEARBYINTF_H = 0xAB3 constant SYS___NEARBYINTL_B (line 635) | SYS___NEARBYINTL_B = 0xAB5 constant SYS___NEARBYINTL_H (line 636) | SYS___NEARBYINTL_H = 0xAB6 constant SYS___NEARBYINT_B (line 637) | SYS___NEARBYINT_B = 0xAAF constant SYS___NEARBYINT_H (line 638) | SYS___NEARBYINT_H = 0xAB0 constant SYS___NEXTAFTERF_B (line 639) | SYS___NEXTAFTERF_B = 0xAB8 constant SYS___NEXTAFTERF_H (line 640) | SYS___NEXTAFTERF_H = 0xAB9 constant SYS___NEXTAFTERL_B (line 641) | SYS___NEXTAFTERL_B = 0xABB constant SYS___NEXTAFTERL_H (line 642) | SYS___NEXTAFTERL_H = 0xABC constant SYS___NEXTTOWARDF_B (line 643) | SYS___NEXTTOWARDF_B = 0xAC1 constant SYS___NEXTTOWARDF_H (line 644) | SYS___NEXTTOWARDF_H = 0xAC2 constant SYS___NEXTTOWARDL_B (line 645) | SYS___NEXTTOWARDL_B = 0xAC4 constant SYS___NEXTTOWARDL_H (line 646) | SYS___NEXTTOWARDL_H = 0xAC5 constant SYS___NEXTTOWARD_B (line 647) | SYS___NEXTTOWARD_B = 0xABE constant SYS___NEXTTOWARD_H (line 648) | SYS___NEXTTOWARD_H = 0xABF constant SYS___O_ENV (line 649) | SYS___O_ENV = 0xB7D constant SYS___PASSWD_APPLID (line 650) | SYS___PASSWD_APPLID = 0xCE3 constant SYS___PTOD1 (line 651) | SYS___PTOD1 = 0xC9E constant SYS___PTOD2 (line 652) | SYS___PTOD2 = 0xC9F constant SYS___PTOD4 (line 653) | SYS___PTOD4 = 0xCA0 constant SYS___REGCOMP_STD (line 654) | SYS___REGCOMP_STD = 0x0EA constant SYS___REMAINDERF_H (line 655) | SYS___REMAINDERF_H = 0xAC6 constant SYS___REMAINDERL_H (line 656) | SYS___REMAINDERL_H = 0xAC7 constant SYS___REMQUOD128 (line 657) | SYS___REMQUOD128 = 0xC10 constant SYS___REMQUOD32 (line 658) | SYS___REMQUOD32 = 0xC0E constant SYS___REMQUOD64 (line 659) | SYS___REMQUOD64 = 0xC0F constant SYS___REMQUOF_H (line 660) | SYS___REMQUOF_H = 0xAC9 constant SYS___REMQUOL_H (line 661) | SYS___REMQUOL_H = 0xACA constant SYS___REMQUO_H (line 662) | SYS___REMQUO_H = 0xAC8 constant SYS___RINTF_B (line 663) | SYS___RINTF_B = 0xACC constant SYS___RINTL_B (line 664) | SYS___RINTL_B = 0xACE constant SYS___ROUNDF_B (line 665) | SYS___ROUNDF_B = 0xAD3 constant SYS___ROUNDF_H (line 666) | SYS___ROUNDF_H = 0xAD4 constant SYS___ROUNDL_B (line 667) | SYS___ROUNDL_B = 0xAD6 constant SYS___ROUNDL_H (line 668) | SYS___ROUNDL_H = 0xAD7 constant SYS___ROUND_B (line 669) | SYS___ROUND_B = 0xAD0 constant SYS___ROUND_H (line 670) | SYS___ROUND_H = 0xAD1 constant SYS___SCALBLNF_B (line 671) | SYS___SCALBLNF_B = 0xADC constant SYS___SCALBLNF_H (line 672) | SYS___SCALBLNF_H = 0xADD constant SYS___SCALBLNL_B (line 673) | SYS___SCALBLNL_B = 0xADF constant SYS___SCALBLNL_H (line 674) | SYS___SCALBLNL_H = 0xAE0 constant SYS___SCALBLN_B (line 675) | SYS___SCALBLN_B = 0xAD9 constant SYS___SCALBLN_H (line 676) | SYS___SCALBLN_H = 0xADA constant SYS___SCALBNF_B (line 677) | SYS___SCALBNF_B = 0xAE4 constant SYS___SCALBNF_H (line 678) | SYS___SCALBNF_H = 0xAE5 constant SYS___SCALBNL_B (line 679) | SYS___SCALBNL_B = 0xAE7 constant SYS___SCALBNL_H (line 680) | SYS___SCALBNL_H = 0xAE8 constant SYS___SCALBN_B (line 681) | SYS___SCALBN_B = 0xAE1 constant SYS___SCALBN_H (line 682) | SYS___SCALBN_H = 0xAE2 constant SYS___SETENV (line 683) | SYS___SETENV = 0x0C8 constant SYS___SINPID128 (line 684) | SYS___SINPID128 = 0xC73 constant SYS___SINPID32 (line 685) | SYS___SINPID32 = 0xC71 constant SYS___SINPID64 (line 686) | SYS___SINPID64 = 0xC72 constant SYS___SMF_RECORD2 (line 687) | SYS___SMF_RECORD2 = 0xD48 constant SYS___STATIC_REINIT (line 688) | SYS___STATIC_REINIT = 0xB3D constant SYS___TGAMMAF_H_C99 (line 689) | SYS___TGAMMAF_H_C99 = 0xB79 constant SYS___TGAMMAL_H (line 690) | SYS___TGAMMAL_H = 0xAE9 constant SYS___TGAMMA_H_C99 (line 691) | SYS___TGAMMA_H_C99 = 0xB78 constant SYS___TOCSNAME2 (line 692) | SYS___TOCSNAME2 = 0xC9A constant SYS_CEIL (line 693) | SYS_CEIL = 0x01F constant SYS_CHAUDIT (line 694) | SYS_CHAUDIT = 0x1E0 constant SYS_EXP (line 695) | SYS_EXP = 0x01A constant SYS_FCHAUDIT (line 696) | SYS_FCHAUDIT = 0x1E1 constant SYS_FREXP (line 697) | SYS_FREXP = 0x01D constant SYS_GETGROUPSBYNAME (line 698) | SYS_GETGROUPSBYNAME = 0x1E2 constant SYS_GETPWUID (line 699) | SYS_GETPWUID = 0x1A0 constant SYS_GETUID (line 700) | SYS_GETUID = 0x1A1 constant SYS_ISATTY (line 701) | SYS_ISATTY = 0x1A3 constant SYS_KILL (line 702) | SYS_KILL = 0x1A4 constant SYS_LDEXP (line 703) | SYS_LDEXP = 0x01E constant SYS_LINK (line 704) | SYS_LINK = 0x1A5 constant SYS_LOG10 (line 705) | SYS_LOG10 = 0x01C constant SYS_LSEEK (line 706) | SYS_LSEEK = 0x1A6 constant SYS_LSTAT (line 707) | SYS_LSTAT = 0x1A7 constant SYS_MKDIR (line 708) | SYS_MKDIR = 0x1A8 constant SYS_MKFIFO (line 709) | SYS_MKFIFO = 0x1A9 constant SYS_MKNOD (line 710) | SYS_MKNOD = 0x1AA constant SYS_MODF (line 711) | SYS_MODF = 0x01B constant SYS_MOUNT (line 712) | SYS_MOUNT = 0x1AB constant SYS_OPEN (line 713) | SYS_OPEN = 0x1AC constant SYS_OPENDIR (line 714) | SYS_OPENDIR = 0x1AD constant SYS_PATHCONF (line 715) | SYS_PATHCONF = 0x1AE constant SYS_PAUSE (line 716) | SYS_PAUSE = 0x1AF constant SYS_PIPE (line 717) | SYS_PIPE = 0x1B0 constant SYS_PTHREAD_ATTR_DESTROY (line 718) | SYS_PTHREAD_ATTR_DESTROY = 0x1E7 constant SYS_PTHREAD_ATTR_GETDETACHSTATE (line 719) | SYS_PTHREAD_ATTR_GETDETACHSTATE = 0x1EB constant SYS_PTHREAD_ATTR_GETSTACKSIZE (line 720) | SYS_PTHREAD_ATTR_GETSTACKSIZE = 0x1E9 constant SYS_PTHREAD_ATTR_GETWEIGHT_NP (line 721) | SYS_PTHREAD_ATTR_GETWEIGHT_NP = 0x1ED constant SYS_PTHREAD_ATTR_INIT (line 722) | SYS_PTHREAD_ATTR_INIT = 0x1E6 constant SYS_PTHREAD_ATTR_SETDETACHSTATE (line 723) | SYS_PTHREAD_ATTR_SETDETACHSTATE = 0x1EA constant SYS_PTHREAD_ATTR_SETSTACKSIZE (line 724) | SYS_PTHREAD_ATTR_SETSTACKSIZE = 0x1E8 constant SYS_PTHREAD_ATTR_SETWEIGHT_NP (line 725) | SYS_PTHREAD_ATTR_SETWEIGHT_NP = 0x1EC constant SYS_PTHREAD_CANCEL (line 726) | SYS_PTHREAD_CANCEL = 0x1EE constant SYS_PTHREAD_CLEANUP_POP (line 727) | SYS_PTHREAD_CLEANUP_POP = 0x1F0 constant SYS_PTHREAD_CLEANUP_PUSH (line 728) | SYS_PTHREAD_CLEANUP_PUSH = 0x1EF constant SYS_PTHREAD_CONDATTR_DESTROY (line 729) | SYS_PTHREAD_CONDATTR_DESTROY = 0x1F2 constant SYS_PTHREAD_CONDATTR_INIT (line 730) | SYS_PTHREAD_CONDATTR_INIT = 0x1F1 constant SYS_PTHREAD_COND_BROADCAST (line 731) | SYS_PTHREAD_COND_BROADCAST = 0x1F6 constant SYS_PTHREAD_COND_DESTROY (line 732) | SYS_PTHREAD_COND_DESTROY = 0x1F4 constant SYS_PTHREAD_COND_INIT (line 733) | SYS_PTHREAD_COND_INIT = 0x1F3 constant SYS_PTHREAD_COND_SIGNAL (line 734) | SYS_PTHREAD_COND_SIGNAL = 0x1F5 constant SYS_PTHREAD_COND_TIMEDWAIT (line 735) | SYS_PTHREAD_COND_TIMEDWAIT = 0x1F8 constant SYS_PTHREAD_COND_WAIT (line 736) | SYS_PTHREAD_COND_WAIT = 0x1F7 constant SYS_PTHREAD_CREATE (line 737) | SYS_PTHREAD_CREATE = 0x1F9 constant SYS_PTHREAD_DETACH (line 738) | SYS_PTHREAD_DETACH = 0x1FA constant SYS_PTHREAD_EQUAL (line 739) | SYS_PTHREAD_EQUAL = 0x1FB constant SYS_PTHREAD_EXIT (line 740) | SYS_PTHREAD_EXIT = 0x1E4 constant SYS_PTHREAD_GETSPECIFIC (line 741) | SYS_PTHREAD_GETSPECIFIC = 0x1FC constant SYS_PTHREAD_JOIN (line 742) | SYS_PTHREAD_JOIN = 0x1FD constant SYS_PTHREAD_KEY_CREATE (line 743) | SYS_PTHREAD_KEY_CREATE = 0x1FE constant SYS_PTHREAD_KILL (line 744) | SYS_PTHREAD_KILL = 0x1E5 constant SYS_PTHREAD_MUTEXATTR_INIT (line 745) | SYS_PTHREAD_MUTEXATTR_INIT = 0x1FF constant SYS_READ (line 746) | SYS_READ = 0x1B2 constant SYS_READDIR (line 747) | SYS_READDIR = 0x1B3 constant SYS_READLINK (line 748) | SYS_READLINK = 0x1B4 constant SYS_REWINDDIR (line 749) | SYS_REWINDDIR = 0x1B5 constant SYS_RMDIR (line 750) | SYS_RMDIR = 0x1B6 constant SYS_SETEGID (line 751) | SYS_SETEGID = 0x1B7 constant SYS_SETEUID (line 752) | SYS_SETEUID = 0x1B8 constant SYS_SETGID (line 753) | SYS_SETGID = 0x1B9 constant SYS_SETPGID (line 754) | SYS_SETPGID = 0x1BA constant SYS_SETSID (line 755) | SYS_SETSID = 0x1BB constant SYS_SETUID (line 756) | SYS_SETUID = 0x1BC constant SYS_SIGACTION (line 757) | SYS_SIGACTION = 0x1BD constant SYS_SIGADDSET (line 758) | SYS_SIGADDSET = 0x1BE constant SYS_SIGDELSET (line 759) | SYS_SIGDELSET = 0x1BF constant SYS_SIGEMPTYSET (line 760) | SYS_SIGEMPTYSET = 0x1C0 constant SYS_SIGFILLSET (line 761) | SYS_SIGFILLSET = 0x1C1 constant SYS_SIGISMEMBER (line 762) | SYS_SIGISMEMBER = 0x1C2 constant SYS_SIGLONGJMP (line 763) | SYS_SIGLONGJMP = 0x1C3 constant SYS_SIGPENDING (line 764) | SYS_SIGPENDING = 0x1C4 constant SYS_SIGPROCMASK (line 765) | SYS_SIGPROCMASK = 0x1C5 constant SYS_SIGSETJMP (line 766) | SYS_SIGSETJMP = 0x1C6 constant SYS_SIGSUSPEND (line 767) | SYS_SIGSUSPEND = 0x1C7 constant SYS_SIGWAIT (line 768) | SYS_SIGWAIT = 0x1E3 constant SYS_SLEEP (line 769) | SYS_SLEEP = 0x1C8 constant SYS_STAT (line 770) | SYS_STAT = 0x1C9 constant SYS_SYMLINK (line 771) | SYS_SYMLINK = 0x1CB constant SYS_SYSCONF (line 772) | SYS_SYSCONF = 0x1CC constant SYS_TCDRAIN (line 773) | SYS_TCDRAIN = 0x1CD constant SYS_TCFLOW (line 774) | SYS_TCFLOW = 0x1CE constant SYS_TCFLUSH (line 775) | SYS_TCFLUSH = 0x1CF constant SYS_TCGETATTR (line 776) | SYS_TCGETATTR = 0x1D0 constant SYS_TCGETPGRP (line 777) | SYS_TCGETPGRP = 0x1D1 constant SYS_TCSENDBREAK (line 778) | SYS_TCSENDBREAK = 0x1D2 constant SYS_TCSETATTR (line 779) | SYS_TCSETATTR = 0x1D3 constant SYS_TCSETPGRP (line 780) | SYS_TCSETPGRP = 0x1D4 constant SYS_TIMES (line 781) | SYS_TIMES = 0x1D5 constant SYS_TTYNAME (line 782) | SYS_TTYNAME = 0x1D6 constant SYS_TZSET (line 783) | SYS_TZSET = 0x1D7 constant SYS_UMASK (line 784) | SYS_UMASK = 0x1D8 constant SYS_UMOUNT (line 785) | SYS_UMOUNT = 0x1D9 constant SYS_UNAME (line 786) | SYS_UNAME = 0x1DA constant SYS_UNLINK (line 787) | SYS_UNLINK = 0x1DB constant SYS_UTIME (line 788) | SYS_UTIME = 0x1DC constant SYS_WAIT (line 789) | SYS_WAIT = 0x1DD constant SYS_WAITPID (line 790) | SYS_WAITPID = 0x1DE constant SYS_WRITE (line 791) | SYS_WRITE = 0x1DF constant SYS_W_GETPSENT (line 792) | SYS_W_GETPSENT = 0x1B1 constant SYS_W_IOCTL (line 793) | SYS_W_IOCTL = 0x1A2 constant SYS_W_STATFS (line 794) | SYS_W_STATFS = 0x1CA constant SYS_A64L (line 795) | SYS_A64L = 0x2EF constant SYS_BCMP (line 796) | SYS_BCMP = 0x2B9 constant SYS_BCOPY (line 797) | SYS_BCOPY = 0x2BA constant SYS_BZERO (line 798) | SYS_BZERO = 0x2BB constant SYS_CATCLOSE (line 799) | SYS_CATCLOSE = 0x2B6 constant SYS_CATGETS (line 800) | SYS_CATGETS = 0x2B7 constant SYS_CATOPEN (line 801) | SYS_CATOPEN = 0x2B8 constant SYS_CRYPT (line 802) | SYS_CRYPT = 0x2AC constant SYS_DBM_CLEARERR (line 803) | SYS_DBM_CLEARERR = 0x2F7 constant SYS_DBM_CLOSE (line 804) | SYS_DBM_CLOSE = 0x2F8 constant SYS_DBM_DELETE (line 805) | SYS_DBM_DELETE = 0x2F9 constant SYS_DBM_ERROR (line 806) | SYS_DBM_ERROR = 0x2FA constant SYS_DBM_FETCH (line 807) | SYS_DBM_FETCH = 0x2FB constant SYS_DBM_FIRSTKEY (line 808) | SYS_DBM_FIRSTKEY = 0x2FC constant SYS_DBM_NEXTKEY (line 809) | SYS_DBM_NEXTKEY = 0x2FD constant SYS_DBM_OPEN (line 810) | SYS_DBM_OPEN = 0x2FE constant SYS_DBM_STORE (line 811) | SYS_DBM_STORE = 0x2FF constant SYS_DRAND48 (line 812) | SYS_DRAND48 = 0x2B2 constant SYS_ENCRYPT (line 813) | SYS_ENCRYPT = 0x2AD constant SYS_ENDUTXENT (line 814) | SYS_ENDUTXENT = 0x2E1 constant SYS_ERAND48 (line 815) | SYS_ERAND48 = 0x2B3 constant SYS_ERF (line 816) | SYS_ERF = 0x02C constant SYS_ERFC (line 817) | SYS_ERFC = 0x02D constant SYS_FCHDIR (line 818) | SYS_FCHDIR = 0x2D9 constant SYS_FFS (line 819) | SYS_FFS = 0x2BC constant SYS_FMTMSG (line 820) | SYS_FMTMSG = 0x2E5 constant SYS_FSTATVFS (line 821) | SYS_FSTATVFS = 0x2B4 constant SYS_FTIME (line 822) | SYS_FTIME = 0x2F5 constant SYS_GAMMA (line 823) | SYS_GAMMA = 0x02E constant SYS_GETDATE (line 824) | SYS_GETDATE = 0x2A6 constant SYS_GETPAGESIZE (line 825) | SYS_GETPAGESIZE = 0x2D8 constant SYS_GETTIMEOFDAY (line 826) | SYS_GETTIMEOFDAY = 0x2F6 constant SYS_GETUTXENT (line 827) | SYS_GETUTXENT = 0x2E0 constant SYS_GETUTXID (line 828) | SYS_GETUTXID = 0x2E2 constant SYS_GETUTXLINE (line 829) | SYS_GETUTXLINE = 0x2E3 constant SYS_HCREATE (line 830) | SYS_HCREATE = 0x2C6 constant SYS_HDESTROY (line 831) | SYS_HDESTROY = 0x2C7 constant SYS_HSEARCH (line 832) | SYS_HSEARCH = 0x2C8 constant SYS_HYPOT (line 833) | SYS_HYPOT = 0x02B constant SYS_INDEX (line 834) | SYS_INDEX = 0x2BD constant SYS_INITSTATE (line 835) | SYS_INITSTATE = 0x2C2 constant SYS_INSQUE (line 836) | SYS_INSQUE = 0x2CF constant SYS_ISASCII (line 837) | SYS_ISASCII = 0x2ED constant SYS_JRAND48 (line 838) | SYS_JRAND48 = 0x2E6 constant SYS_L64A (line 839) | SYS_L64A = 0x2F0 constant SYS_LCONG48 (line 840) | SYS_LCONG48 = 0x2EA constant SYS_LFIND (line 841) | SYS_LFIND = 0x2C9 constant SYS_LRAND48 (line 842) | SYS_LRAND48 = 0x2E7 constant SYS_LSEARCH (line 843) | SYS_LSEARCH = 0x2CA constant SYS_MEMCCPY (line 844) | SYS_MEMCCPY = 0x2D4 constant SYS_MRAND48 (line 845) | SYS_MRAND48 = 0x2E8 constant SYS_NRAND48 (line 846) | SYS_NRAND48 = 0x2E9 constant SYS_PCLOSE (line 847) | SYS_PCLOSE = 0x2D2 constant SYS_POPEN (line 848) | SYS_POPEN = 0x2D1 constant SYS_PUTUTXLINE (line 849) | SYS_PUTUTXLINE = 0x2E4 constant SYS_RANDOM (line 850) | SYS_RANDOM = 0x2C4 constant SYS_REMQUE (line 851) | SYS_REMQUE = 0x2D0 constant SYS_RINDEX (line 852) | SYS_RINDEX = 0x2BE constant SYS_SEED48 (line 853) | SYS_SEED48 = 0x2EC constant SYS_SETKEY (line 854) | SYS_SETKEY = 0x2AE constant SYS_SETSTATE (line 855) | SYS_SETSTATE = 0x2C3 constant SYS_SETUTXENT (line 856) | SYS_SETUTXENT = 0x2DF constant SYS_SRAND48 (line 857) | SYS_SRAND48 = 0x2EB constant SYS_SRANDOM (line 858) | SYS_SRANDOM = 0x2C5 constant SYS_STATVFS (line 859) | SYS_STATVFS = 0x2B5 constant SYS_STRCASECMP (line 860) | SYS_STRCASECMP = 0x2BF constant SYS_STRDUP (line 861) | SYS_STRDUP = 0x2C0 constant SYS_STRNCASECMP (line 862) | SYS_STRNCASECMP = 0x2C1 constant SYS_SWAB (line 863) | SYS_SWAB = 0x2D3 constant SYS_TDELETE (line 864) | SYS_TDELETE = 0x2CB constant SYS_TFIND (line 865) | SYS_TFIND = 0x2CC constant SYS_TOASCII (line 866) | SYS_TOASCII = 0x2EE constant SYS_TSEARCH (line 867) | SYS_TSEARCH = 0x2CD constant SYS_TWALK (line 868) | SYS_TWALK = 0x2CE constant SYS_UALARM (line 869) | SYS_UALARM = 0x2F1 constant SYS_USLEEP (line 870) | SYS_USLEEP = 0x2F2 constant SYS_WAIT3 (line 871) | SYS_WAIT3 = 0x2A7 constant SYS_WAITID (line 872) | SYS_WAITID = 0x2A8 constant SYS_Y1 (line 873) | SYS_Y1 = 0x02A constant SYS___ATOE (line 874) | SYS___ATOE = 0x2DB constant SYS___ATOE_L (line 875) | SYS___ATOE_L = 0x2DC constant SYS___CATTRM (line 876) | SYS___CATTRM = 0x2A9 constant SYS___CNVBLK (line 877) | SYS___CNVBLK = 0x2AF constant SYS___CRYTRM (line 878) | SYS___CRYTRM = 0x2B0 constant SYS___DLGHT (line 879) | SYS___DLGHT = 0x2A1 constant SYS___ECRTRM (line 880) | SYS___ECRTRM = 0x2B1 constant SYS___ETOA (line 881) | SYS___ETOA = 0x2DD constant SYS___ETOA_L (line 882) | SYS___ETOA_L = 0x2DE constant SYS___GDTRM (line 883) | SYS___GDTRM = 0x2AA constant SYS___OCLCK (line 884) | SYS___OCLCK = 0x2DA constant SYS___OPARGF (line 885) | SYS___OPARGF = 0x2A2 constant SYS___OPERRF (line 886) | SYS___OPERRF = 0x2A5 constant SYS___OPINDF (line 887) | SYS___OPINDF = 0x2A4 constant SYS___OPOPTF (line 888) | SYS___OPOPTF = 0x2A3 constant SYS___RNDTRM (line 889) | SYS___RNDTRM = 0x2AB constant SYS___SRCTRM (line 890) | SYS___SRCTRM = 0x2F4 constant SYS___TZONE (line 891) | SYS___TZONE = 0x2A0 constant SYS___UTXTRM (line 892) | SYS___UTXTRM = 0x2F3 constant SYS_ASIN (line 893) | SYS_ASIN = 0x03E constant SYS_ISXDIGIT (line 894) | SYS_ISXDIGIT = 0x03B constant SYS_SETLOCAL (line 895) | SYS_SETLOCAL = 0x03A constant SYS_SETLOCALE (line 896) | SYS_SETLOCALE = 0x03A constant SYS_SIN (line 897) | SYS_SIN = 0x03F constant SYS_TOLOWER (line 898) | SYS_TOLOWER = 0x03C constant SYS_TOUPPER (line 899) | SYS_TOUPPER = 0x03D constant SYS_ACCEPT_AND_RECV (line 900) | SYS_ACCEPT_AND_RECV = 0x4F7 constant SYS_ATOL (line 901) | SYS_ATOL = 0x04E constant SYS_CHECKSCH (line 902) | SYS_CHECKSCH = 0x4BC constant SYS_CHECKSCHENV (line 903) | SYS_CHECKSCHENV = 0x4BC constant SYS_CLEARERR (line 904) | SYS_CLEARERR = 0x04C constant SYS_CONNECTS (line 905) | SYS_CONNECTS = 0x4B5 constant SYS_CONNECTSERVER (line 906) | SYS_CONNECTSERVER = 0x4B5 constant SYS_CONNECTW (line 907) | SYS_CONNECTW = 0x4B4 constant SYS_CONNECTWORKMGR (line 908) | SYS_CONNECTWORKMGR = 0x4B4 constant SYS_CONTINUE (line 909) | SYS_CONTINUE = 0x4B3 constant SYS_CONTINUEWORKUNIT (line 910) | SYS_CONTINUEWORKUNIT = 0x4B3 constant SYS_COPYSIGN (line 911) | SYS_COPYSIGN = 0x4C2 constant SYS_CREATEWO (line 912) | SYS_CREATEWO = 0x4B2 constant SYS_CREATEWORKUNIT (line 913) | SYS_CREATEWORKUNIT = 0x4B2 constant SYS_DELETEWO (line 914) | SYS_DELETEWO = 0x4B9 constant SYS_DELETEWORKUNIT (line 915) | SYS_DELETEWORKUNIT = 0x4B9 constant SYS_DISCONNE (line 916) | SYS_DISCONNE = 0x4B6 constant SYS_DISCONNECTSERVER (line 917) | SYS_DISCONNECTSERVER = 0x4B6 constant SYS_FEOF (line 918) | SYS_FEOF = 0x04D constant SYS_FERROR (line 919) | SYS_FERROR = 0x04A constant SYS_FINITE (line 920) | SYS_FINITE = 0x4C8 constant SYS_GAMMA_R (line 921) | SYS_GAMMA_R = 0x4E2 constant SYS_JOINWORK (line 922) | SYS_JOINWORK = 0x4B7 constant SYS_JOINWORKUNIT (line 923) | SYS_JOINWORKUNIT = 0x4B7 constant SYS_LEAVEWOR (line 924) | SYS_LEAVEWOR = 0x4B8 constant SYS_LEAVEWORKUNIT (line 925) | SYS_LEAVEWORKUNIT = 0x4B8 constant SYS_LGAMMA_R (line 926) | SYS_LGAMMA_R = 0x4EB constant SYS_MATHERR (line 927) | SYS_MATHERR = 0x4D0 constant SYS_PERROR (line 928) | SYS_PERROR = 0x04F constant SYS_QUERYMET (line 929) | SYS_QUERYMET = 0x4BA constant SYS_QUERYMETRICS (line 930) | SYS_QUERYMETRICS = 0x4BA constant SYS_QUERYSCH (line 931) | SYS_QUERYSCH = 0x4BB constant SYS_QUERYSCHENV (line 932) | SYS_QUERYSCHENV = 0x4BB constant SYS_REWIND (line 933) | SYS_REWIND = 0x04B constant SYS_SCALBN (line 934) | SYS_SCALBN = 0x4D4 constant SYS_SIGNIFIC (line 935) | SYS_SIGNIFIC = 0x4D5 constant SYS_SIGNIFICAND (line 936) | SYS_SIGNIFICAND = 0x4D5 constant SYS___ACOSH_B (line 937) | SYS___ACOSH_B = 0x4DA constant SYS___ACOS_B (line 938) | SYS___ACOS_B = 0x4D9 constant SYS___ASINH_B (line 939) | SYS___ASINH_B = 0x4BE constant SYS___ASIN_B (line 940) | SYS___ASIN_B = 0x4DB constant SYS___ATAN2_B (line 941) | SYS___ATAN2_B = 0x4DC constant SYS___ATANH_B (line 942) | SYS___ATANH_B = 0x4DD constant SYS___ATAN_B (line 943) | SYS___ATAN_B = 0x4BF constant SYS___CBRT_B (line 944) | SYS___CBRT_B = 0x4C0 constant SYS___CEIL_B (line 945) | SYS___CEIL_B = 0x4C1 constant SYS___COSH_B (line 946) | SYS___COSH_B = 0x4DE constant SYS___COS_B (line 947) | SYS___COS_B = 0x4C3 constant SYS___DGHT (line 948) | SYS___DGHT = 0x4A8 constant SYS___ENVN (line 949) | SYS___ENVN = 0x4B0 constant SYS___ERFC_B (line 950) | SYS___ERFC_B = 0x4C5 constant SYS___ERF_B (line 951) | SYS___ERF_B = 0x4C4 constant SYS___EXPM1_B (line 952) | SYS___EXPM1_B = 0x4C6 constant SYS___EXP_B (line 953) | SYS___EXP_B = 0x4DF constant SYS___FABS_B (line 954) | SYS___FABS_B = 0x4C7 constant SYS___FLOOR_B (line 955) | SYS___FLOOR_B = 0x4C9 constant SYS___FMOD_B (line 956) | SYS___FMOD_B = 0x4E0 constant SYS___FP_SETMODE (line 957) | SYS___FP_SETMODE = 0x4F8 constant SYS___FREXP_B (line 958) | SYS___FREXP_B = 0x4CA constant SYS___GAMMA_B (line 959) | SYS___GAMMA_B = 0x4E1 constant SYS___GDRR (line 960) | SYS___GDRR = 0x4A1 constant SYS___HRRNO (line 961) | SYS___HRRNO = 0x4A2 constant SYS___HYPOT_B (line 962) | SYS___HYPOT_B = 0x4E3 constant SYS___ILOGB_B (line 963) | SYS___ILOGB_B = 0x4CB constant SYS___ISNAN_B (line 964) | SYS___ISNAN_B = 0x4CC constant SYS___J0_B (line 965) | SYS___J0_B = 0x4E4 constant SYS___J1_B (line 966) | SYS___J1_B = 0x4E6 constant SYS___JN_B (line 967) | SYS___JN_B = 0x4E8 constant SYS___LDEXP_B (line 968) | SYS___LDEXP_B = 0x4CD constant SYS___LGAMMA_B (line 969) | SYS___LGAMMA_B = 0x4EA constant SYS___LOG10_B (line 970) | SYS___LOG10_B = 0x4ED constant SYS___LOG1P_B (line 971) | SYS___LOG1P_B = 0x4CE constant SYS___LOGB_B (line 972) | SYS___LOGB_B = 0x4CF constant SYS___LOGIN (line 973) | SYS___LOGIN = 0x4F5 constant SYS___LOG_B (line 974) | SYS___LOG_B = 0x4EC constant SYS___MLOCKALL (line 975) | SYS___MLOCKALL = 0x4B1 constant SYS___MODF_B (line 976) | SYS___MODF_B = 0x4D1 constant SYS___NEXTAFTER_B (line 977) | SYS___NEXTAFTER_B = 0x4D2 constant SYS___OPENDIR2 (line 978) | SYS___OPENDIR2 = 0x4F3 constant SYS___OPEN_STAT (line 979) | SYS___OPEN_STAT = 0x4F6 constant SYS___OPND (line 980) | SYS___OPND = 0x4A5 constant SYS___OPPT (line 981) | SYS___OPPT = 0x4A6 constant SYS___OPRG (line 982) | SYS___OPRG = 0x4A3 constant SYS___OPRR (line 983) | SYS___OPRR = 0x4A4 constant SYS___PID_AFFINITY (line 984) | SYS___PID_AFFINITY = 0x4BD constant SYS___POW_B (line 985) | SYS___POW_B = 0x4EE constant SYS___READDIR2 (line 986) | SYS___READDIR2 = 0x4F4 constant SYS___REMAINDER_B (line 987) | SYS___REMAINDER_B = 0x4EF constant SYS___RINT_B (line 988) | SYS___RINT_B = 0x4D3 constant SYS___SCALB_B (line 989) | SYS___SCALB_B = 0x4F0 constant SYS___SIGACTIONSET (line 990) | SYS___SIGACTIONSET = 0x4FB constant SYS___SIGGM (line 991) | SYS___SIGGM = 0x4A7 constant SYS___SINH_B (line 992) | SYS___SINH_B = 0x4F1 constant SYS___SIN_B (line 993) | SYS___SIN_B = 0x4D6 constant SYS___SQRT_B (line 994) | SYS___SQRT_B = 0x4F2 constant SYS___TANH_B (line 995) | SYS___TANH_B = 0x4D8 constant SYS___TAN_B (line 996) | SYS___TAN_B = 0x4D7 constant SYS___TRRNO (line 997) | SYS___TRRNO = 0x4AF constant SYS___TZNE (line 998) | SYS___TZNE = 0x4A9 constant SYS___TZZN (line 999) | SYS___TZZN = 0x4AA constant SYS___UCREATE (line 1000) | SYS___UCREATE = 0x4FC constant SYS___UFREE (line 1001) | SYS___UFREE = 0x4FE constant SYS___UHEAPREPORT (line 1002) | SYS___UHEAPREPORT = 0x4FF constant SYS___UMALLOC (line 1003) | SYS___UMALLOC = 0x4FD constant SYS___Y0_B (line 1004) | SYS___Y0_B = 0x4E5 constant SYS___Y1_B (line 1005) | SYS___Y1_B = 0x4E7 constant SYS___YN_B (line 1006) | SYS___YN_B = 0x4E9 constant SYS_ABORT (line 1007) | SYS_ABORT = 0x05C constant SYS_ASCTIME_R (line 1008) | SYS_ASCTIME_R = 0x5E0 constant SYS_ATEXIT (line 1009) | SYS_ATEXIT = 0x05D constant SYS_CONNECTE (line 1010) | SYS_CONNECTE = 0x5AE constant SYS_CONNECTEXPORTIMPORT (line 1011) | SYS_CONNECTEXPORTIMPORT = 0x5AE constant SYS_CTIME_R (line 1012) | SYS_CTIME_R = 0x5E1 constant SYS_DN_COMP (line 1013) | SYS_DN_COMP = 0x5DF constant SYS_DN_EXPAND (line 1014) | SYS_DN_EXPAND = 0x5DD constant SYS_DN_SKIPNAME (line 1015) | SYS_DN_SKIPNAME = 0x5DE constant SYS_EXIT (line 1016) | SYS_EXIT = 0x05A constant SYS_EXPORTWO (line 1017) | SYS_EXPORTWO = 0x5A1 constant SYS_EXPORTWORKUNIT (line 1018) | SYS_EXPORTWORKUNIT = 0x5A1 constant SYS_EXTRACTW (line 1019) | SYS_EXTRACTW = 0x5A5 constant SYS_EXTRACTWORKUNIT (line 1020) | SYS_EXTRACTWORKUNIT = 0x5A5 constant SYS_FSEEKO (line 1021) | SYS_FSEEKO = 0x5C9 constant SYS_FTELLO (line 1022) | SYS_FTELLO = 0x5C8 constant SYS_GETGRGID_R (line 1023) | SYS_GETGRGID_R = 0x5E7 constant SYS_GETGRNAM_R (line 1024) | SYS_GETGRNAM_R = 0x5E8 constant SYS_GETLOGIN_R (line 1025) | SYS_GETLOGIN_R = 0x5E9 constant SYS_GETPWNAM_R (line 1026) | SYS_GETPWNAM_R = 0x5EA constant SYS_GETPWUID_R (line 1027) | SYS_GETPWUID_R = 0x5EB constant SYS_GMTIME_R (line 1028) | SYS_GMTIME_R = 0x5E2 constant SYS_IMPORTWO (line 1029) | SYS_IMPORTWO = 0x5A3 constant SYS_IMPORTWORKUNIT (line 1030) | SYS_IMPORTWORKUNIT = 0x5A3 constant SYS_INET_NTOP (line 1031) | SYS_INET_NTOP = 0x5D3 constant SYS_INET_PTON (line 1032) | SYS_INET_PTON = 0x5D4 constant SYS_LLABS (line 1033) | SYS_LLABS = 0x5CE constant SYS_LLDIV (line 1034) | SYS_LLDIV = 0x5CB constant SYS_LOCALTIME_R (line 1035) | SYS_LOCALTIME_R = 0x5E3 constant SYS_PTHREAD_ATFORK (line 1036) | SYS_PTHREAD_ATFORK = 0x5ED constant SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 (line 1037) | SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 = 0x5FB constant SYS_PTHREAD_ATTR_GETGUARDSIZE (line 1038) | SYS_PTHREAD_ATTR_GETGUARDSIZE = 0x5EE constant SYS_PTHREAD_ATTR_GETSCHEDPARAM (line 1039) | SYS_PTHREAD_ATTR_GETSCHEDPARAM = 0x5F9 constant SYS_PTHREAD_ATTR_GETSTACKADDR (line 1040) | SYS_PTHREAD_ATTR_GETSTACKADDR = 0x5EF constant SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 (line 1041) | SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 = 0x5FC constant SYS_PTHREAD_ATTR_SETGUARDSIZE (line 1042) | SYS_PTHREAD_ATTR_SETGUARDSIZE = 0x5F0 constant SYS_PTHREAD_ATTR_SETSCHEDPARAM (line 1043) | SYS_PTHREAD_ATTR_SETSCHEDPARAM = 0x5FA constant SYS_PTHREAD_ATTR_SETSTACKADDR (line 1044) | SYS_PTHREAD_ATTR_SETSTACKADDR = 0x5F1 constant SYS_PTHREAD_CONDATTR_GETPSHARED (line 1045) | SYS_PTHREAD_CONDATTR_GETPSHARED = 0x5F2 constant SYS_PTHREAD_CONDATTR_SETPSHARED (line 1046) | SYS_PTHREAD_CONDATTR_SETPSHARED = 0x5F3 constant SYS_PTHREAD_DETACH_U98 (line 1047) | SYS_PTHREAD_DETACH_U98 = 0x5FD constant SYS_PTHREAD_GETCONCURRENCY (line 1048) | SYS_PTHREAD_GETCONCURRENCY = 0x5F4 constant SYS_PTHREAD_GETSPECIFIC_U98 (line 1049) | SYS_PTHREAD_GETSPECIFIC_U98 = 0x5FE constant SYS_PTHREAD_KEY_DELETE (line 1050) | SYS_PTHREAD_KEY_DELETE = 0x5F5 constant SYS_PTHREAD_SETCANCELSTATE (line 1051) | SYS_PTHREAD_SETCANCELSTATE = 0x5FF constant SYS_PTHREAD_SETCONCURRENCY (line 1052) | SYS_PTHREAD_SETCONCURRENCY = 0x5F6 constant SYS_PTHREAD_SIGMASK (line 1053) | SYS_PTHREAD_SIGMASK = 0x5F7 constant SYS_QUERYENC (line 1054) | SYS_QUERYENC = 0x5AD constant SYS_QUERYWORKUNITCLASSIFICATION (line 1055) | SYS_QUERYWORKUNITCLASSIFICATION = 0x5AD constant SYS_RAISE (line 1056) | SYS_RAISE = 0x05E constant SYS_RAND_R (line 1057) | SYS_RAND_R = 0x5E4 constant SYS_READDIR_R (line 1058) | SYS_READDIR_R = 0x5E6 constant SYS_REALLOC (line 1059) | SYS_REALLOC = 0x05B constant SYS_RES_INIT (line 1060) | SYS_RES_INIT = 0x5D8 constant SYS_RES_MKQUERY (line 1061) | SYS_RES_MKQUERY = 0x5D7 constant SYS_RES_QUERY (line 1062) | SYS_RES_QUERY = 0x5D9 constant SYS_RES_QUERYDOMAIN (line 1063) | SYS_RES_QUERYDOMAIN = 0x5DC constant SYS_RES_SEARCH (line 1064) | SYS_RES_SEARCH = 0x5DA constant SYS_RES_SEND (line 1065) | SYS_RES_SEND = 0x5DB constant SYS_SETJMP (line 1066) | SYS_SETJMP = 0x05F constant SYS_SIGQUEUE (line 1067) | SYS_SIGQUEUE = 0x5A9 constant SYS_STRTOK_R (line 1068) | SYS_STRTOK_R = 0x5E5 constant SYS_STRTOLL (line 1069) | SYS_STRTOLL = 0x5B0 constant SYS_STRTOULL (line 1070) | SYS_STRTOULL = 0x5B1 constant SYS_TTYNAME_R (line 1071) | SYS_TTYNAME_R = 0x5EC constant SYS_UNDOEXPO (line 1072) | SYS_UNDOEXPO = 0x5A2 constant SYS_UNDOEXPORTWORKUNIT (line 1073) | SYS_UNDOEXPORTWORKUNIT = 0x5A2 constant SYS_UNDOIMPO (line 1074) | SYS_UNDOIMPO = 0x5A4 constant SYS_UNDOIMPORTWORKUNIT (line 1075) | SYS_UNDOIMPORTWORKUNIT = 0x5A4 constant SYS_WCSTOLL (line 1076) | SYS_WCSTOLL = 0x5CC constant SYS_WCSTOULL (line 1077) | SYS_WCSTOULL = 0x5CD constant SYS___ABORT (line 1078) | SYS___ABORT = 0x05C constant SYS___CONSOLE2 (line 1079) | SYS___CONSOLE2 = 0x5D2 constant SYS___CPL (line 1080) | SYS___CPL = 0x5A6 constant SYS___DISCARDDATA (line 1081) | SYS___DISCARDDATA = 0x5F8 constant SYS___DSA_PREV (line 1082) | SYS___DSA_PREV = 0x5B2 constant SYS___EP_FIND (line 1083) | SYS___EP_FIND = 0x5B3 constant SYS___FP_SWAPMODE (line 1084) | SYS___FP_SWAPMODE = 0x5AF constant SYS___GETUSERID (line 1085) | SYS___GETUSERID = 0x5AB constant SYS___GET_CPUID (line 1086) | SYS___GET_CPUID = 0x5B9 constant SYS___GET_SYSTEM_SETTINGS (line 1087) | SYS___GET_SYSTEM_SETTINGS = 0x5BA constant SYS___IPDOMAINNAME (line 1088) | SYS___IPDOMAINNAME = 0x5AC constant SYS___MAP_INIT (line 1089) | SYS___MAP_INIT = 0x5A7 constant SYS___MAP_SERVICE (line 1090) | SYS___MAP_SERVICE = 0x5A8 constant SYS___MOUNT (line 1091) | SYS___MOUNT = 0x5AA constant SYS___MSGRCV_TIMED (line 1092) | SYS___MSGRCV_TIMED = 0x5B7 constant SYS___RES (line 1093) | SYS___RES = 0x5D6 constant SYS___SEMOP_TIMED (line 1094) | SYS___SEMOP_TIMED = 0x5B8 constant SYS___SERVER_THREADS_QUERY (line 1095) | SYS___SERVER_THREADS_QUERY = 0x5B4 constant SYS_FPRINTF (line 1096) | SYS_FPRINTF = 0x06D constant SYS_FSCANF (line 1097) | SYS_FSCANF = 0x06A constant SYS_PRINTF (line 1098) | SYS_PRINTF = 0x06F constant SYS_SETBUF (line 1099) | SYS_SETBUF = 0x06B constant SYS_SETVBUF (line 1100) | SYS_SETVBUF = 0x06C constant SYS_SSCANF (line 1101) | SYS_SSCANF = 0x06E constant SYS___CATGETS_A (line 1102) | SYS___CATGETS_A = 0x6C0 constant SYS___CHAUDIT_A (line 1103) | SYS___CHAUDIT_A = 0x6F4 constant SYS___CHMOD_A (line 1104) | SYS___CHMOD_A = 0x6E8 constant SYS___COLLATE_INIT_A (line 1105) | SYS___COLLATE_INIT_A = 0x6AC constant SYS___CREAT_A (line 1106) | SYS___CREAT_A = 0x6F6 constant SYS___CTYPE_INIT_A (line 1107) | SYS___CTYPE_INIT_A = 0x6AF constant SYS___DLLLOAD_A (line 1108) | SYS___DLLLOAD_A = 0x6DF constant SYS___DLLQUERYFN_A (line 1109) | SYS___DLLQUERYFN_A = 0x6E0 constant SYS___DLLQUERYVAR_A (line 1110) | SYS___DLLQUERYVAR_A = 0x6E1 constant SYS___E2A_L (line 1111) | SYS___E2A_L = 0x6E3 constant SYS___EXECLE_A (line 1112) | SYS___EXECLE_A = 0x6A0 constant SYS___EXECLP_A (line 1113) | SYS___EXECLP_A = 0x6A4 constant SYS___EXECVE_A (line 1114) | SYS___EXECVE_A = 0x6C1 constant SYS___EXECVP_A (line 1115) | SYS___EXECVP_A = 0x6C2 constant SYS___EXECV_A (line 1116) | SYS___EXECV_A = 0x6B1 constant SYS___FPRINTF_A (line 1117) | SYS___FPRINTF_A = 0x6FA constant SYS___GETADDRINFO_A (line 1118) | SYS___GETADDRINFO_A = 0x6BF constant SYS___GETNAMEINFO_A (line 1119) | SYS___GETNAMEINFO_A = 0x6C4 constant SYS___GET_WCTYPE_STD_A (line 1120) | SYS___GET_WCTYPE_STD_A = 0x6AE constant SYS___ICONV_OPEN_A (line 1121) | SYS___ICONV_OPEN_A = 0x6DE constant SYS___IF_INDEXTONAME_A (line 1122) | SYS___IF_INDEXTONAME_A = 0x6DC constant SYS___IF_NAMETOINDEX_A (line 1123) | SYS___IF_NAMETOINDEX_A = 0x6DB constant SYS___ISWCTYPE_A (line 1124) | SYS___ISWCTYPE_A = 0x6B0 constant SYS___IS_WCTYPE_STD_A (line 1125) | SYS___IS_WCTYPE_STD_A = 0x6B2 constant SYS___LOCALECONV_A (line 1126) | SYS___LOCALECONV_A = 0x6B8 constant SYS___LOCALECONV_STD_A (line 1127) | SYS___LOCALECONV_STD_A = 0x6B9 constant SYS___LOCALE_INIT_A (line 1128) | SYS___LOCALE_INIT_A = 0x6B7 constant SYS___LSTAT_A (line 1129) | SYS___LSTAT_A = 0x6EE constant SYS___LSTAT_O_A (line 1130) | SYS___LSTAT_O_A = 0x6EF constant SYS___MKDIR_A (line 1131) | SYS___MKDIR_A = 0x6E9 constant SYS___MKFIFO_A (line 1132) | SYS___MKFIFO_A = 0x6EC constant SYS___MKNOD_A (line 1133) | SYS___MKNOD_A = 0x6F0 constant SYS___MONETARY_INIT_A (line 1134) | SYS___MONETARY_INIT_A = 0x6BC constant SYS___MOUNT_A (line 1135) | SYS___MOUNT_A = 0x6F1 constant SYS___NL_CSINFO_A (line 1136) | SYS___NL_CSINFO_A = 0x6D6 constant SYS___NL_LANGINFO_A (line 1137) | SYS___NL_LANGINFO_A = 0x6BA constant SYS___NL_LNAGINFO_STD_A (line 1138) | SYS___NL_LNAGINFO_STD_A = 0x6BB constant SYS___NL_MONINFO_A (line 1139) | SYS___NL_MONINFO_A = 0x6D7 constant SYS___NL_NUMINFO_A (line 1140) | SYS___NL_NUMINFO_A = 0x6D8 constant SYS___NL_RESPINFO_A (line 1141) | SYS___NL_RESPINFO_A = 0x6D9 constant SYS___NL_TIMINFO_A (line 1142) | SYS___NL_TIMINFO_A = 0x6DA constant SYS___NUMERIC_INIT_A (line 1143) | SYS___NUMERIC_INIT_A = 0x6C6 constant SYS___OPEN_A (line 1144) | SYS___OPEN_A = 0x6F7 constant SYS___PRINTF_A (line 1145) | SYS___PRINTF_A = 0x6DD constant SYS___RESP_INIT_A (line 1146) | SYS___RESP_INIT_A = 0x6C7 constant SYS___RPMATCH_A (line 1147) | SYS___RPMATCH_A = 0x6C8 constant SYS___RPMATCH_C_A (line 1148) | SYS___RPMATCH_C_A = 0x6C9 constant SYS___RPMATCH_STD_A (line 1149) | SYS___RPMATCH_STD_A = 0x6CA constant SYS___SETLOCALE_A (line 1150) | SYS___SETLOCALE_A = 0x6F9 constant SYS___SPAWNP_A (line 1151) | SYS___SPAWNP_A = 0x6C5 constant SYS___SPAWN_A (line 1152) | SYS___SPAWN_A = 0x6C3 constant SYS___SPRINTF_A (line 1153) | SYS___SPRINTF_A = 0x6FB constant SYS___STAT_A (line 1154) | SYS___STAT_A = 0x6EA constant SYS___STAT_O_A (line 1155) | SYS___STAT_O_A = 0x6EB constant SYS___STRCOLL_STD_A (line 1156) | SYS___STRCOLL_STD_A = 0x6A1 constant SYS___STRFMON_A (line 1157) | SYS___STRFMON_A = 0x6BD constant SYS___STRFMON_STD_A (line 1158) | SYS___STRFMON_STD_A = 0x6BE constant SYS___STRFTIME_A (line 1159) | SYS___STRFTIME_A = 0x6CC constant SYS___STRFTIME_STD_A (line 1160) | SYS___STRFTIME_STD_A = 0x6CD constant SYS___STRPTIME_A (line 1161) | SYS___STRPTIME_A = 0x6CE constant SYS___STRPTIME_STD_A (line 1162) | SYS___STRPTIME_STD_A = 0x6CF constant SYS___STRXFRM_A (line 1163) | SYS___STRXFRM_A = 0x6A2 constant SYS___STRXFRM_C_A (line 1164) | SYS___STRXFRM_C_A = 0x6A3 constant SYS___STRXFRM_STD_A (line 1165) | SYS___STRXFRM_STD_A = 0x6A5 constant SYS___SYNTAX_INIT_A (line 1166) | SYS___SYNTAX_INIT_A = 0x6D4 constant SYS___TIME_INIT_A (line 1167) | SYS___TIME_INIT_A = 0x6CB constant SYS___TOD_INIT_A (line 1168) | SYS___TOD_INIT_A = 0x6D5 constant SYS___TOWLOWER_A (line 1169) | SYS___TOWLOWER_A = 0x6B3 constant SYS___TOWLOWER_STD_A (line 1170) | SYS___TOWLOWER_STD_A = 0x6B4 constant SYS___TOWUPPER_A (line 1171) | SYS___TOWUPPER_A = 0x6B5 constant SYS___TOWUPPER_STD_A (line 1172) | SYS___TOWUPPER_STD_A = 0x6B6 constant SYS___UMOUNT_A (line 1173) | SYS___UMOUNT_A = 0x6F2 constant SYS___VFPRINTF_A (line 1174) | SYS___VFPRINTF_A = 0x6FC constant SYS___VPRINTF_A (line 1175) | SYS___VPRINTF_A = 0x6FD constant SYS___VSPRINTF_A (line 1176) | SYS___VSPRINTF_A = 0x6FE constant SYS___VSWPRINTF_A (line 1177) | SYS___VSWPRINTF_A = 0x6FF constant SYS___WCSCOLL_A (line 1178) | SYS___WCSCOLL_A = 0x6A6 constant SYS___WCSCOLL_C_A (line 1179) | SYS___WCSCOLL_C_A = 0x6A7 constant SYS___WCSCOLL_STD_A (line 1180) | SYS___WCSCOLL_STD_A = 0x6A8 constant SYS___WCSFTIME_A (line 1181) | SYS___WCSFTIME_A = 0x6D0 constant SYS___WCSFTIME_STD_A (line 1182) | SYS___WCSFTIME_STD_A = 0x6D1 constant SYS___WCSXFRM_A (line 1183) | SYS___WCSXFRM_A = 0x6A9 constant SYS___WCSXFRM_C_A (line 1184) | SYS___WCSXFRM_C_A = 0x6AA constant SYS___WCSXFRM_STD_A (line 1185) | SYS___WCSXFRM_STD_A = 0x6AB constant SYS___WCTYPE_A (line 1186) | SYS___WCTYPE_A = 0x6AD constant SYS___W_GETMNTENT_A (line 1187) | SYS___W_GETMNTENT_A = 0x6F5 constant SYS_____CCSIDTYPE_A (line 1188) | SYS_____CCSIDTYPE_A = 0x6E6 constant SYS_____CHATTR_A (line 1189) | SYS_____CHATTR_A = 0x6E2 constant SYS_____CSNAMETYPE_A (line 1190) | SYS_____CSNAMETYPE_A = 0x6E7 constant SYS_____OPEN_STAT_A (line 1191) | SYS_____OPEN_STAT_A = 0x6ED constant SYS_____SPAWN2_A (line 1192) | SYS_____SPAWN2_A = 0x6D2 constant SYS_____SPAWNP2_A (line 1193) | SYS_____SPAWNP2_A = 0x6D3 constant SYS_____TOCCSID_A (line 1194) | SYS_____TOCCSID_A = 0x6E4 constant SYS_____TOCSNAME_A (line 1195) | SYS_____TOCSNAME_A = 0x6E5 constant SYS_ACL_FREE (line 1196) | SYS_ACL_FREE = 0x7FF constant SYS_ACL_INIT (line 1197) | SYS_ACL_INIT = 0x7FE constant SYS_FWIDE (line 1198) | SYS_FWIDE = 0x7DF constant SYS_FWPRINTF (line 1199) | SYS_FWPRINTF = 0x7D1 constant SYS_FWRITE (line 1200) | SYS_FWRITE = 0x07E constant SYS_FWSCANF (line 1201) | SYS_FWSCANF = 0x7D5 constant SYS_GETCHAR (line 1202) | SYS_GETCHAR = 0x07B constant SYS_GETS (line 1203) | SYS_GETS = 0x07C constant SYS_M_CREATE_LAYOUT (line 1204) | SYS_M_CREATE_LAYOUT = 0x7C9 constant SYS_M_DESTROY_LAYOUT (line 1205) | SYS_M_DESTROY_LAYOUT = 0x7CA constant SYS_M_GETVALUES_LAYOUT (line 1206) | SYS_M_GETVALUES_LAYOUT = 0x7CB constant SYS_M_SETVALUES_LAYOUT (line 1207) | SYS_M_SETVALUES_LAYOUT = 0x7CC constant SYS_M_TRANSFORM_LAYOUT (line 1208) | SYS_M_TRANSFORM_LAYOUT = 0x7CD constant SYS_M_WTRANSFORM_LAYOUT (line 1209) | SYS_M_WTRANSFORM_LAYOUT = 0x7CE constant SYS_PREAD (line 1210) | SYS_PREAD = 0x7C7 constant SYS_PUTC (line 1211) | SYS_PUTC = 0x07D constant SYS_PUTCHAR (line 1212) | SYS_PUTCHAR = 0x07A constant SYS_PUTS (line 1213) | SYS_PUTS = 0x07F constant SYS_PWRITE (line 1214) | SYS_PWRITE = 0x7C8 constant SYS_TOWCTRAN (line 1215) | SYS_TOWCTRAN = 0x7D8 constant SYS_TOWCTRANS (line 1216) | SYS_TOWCTRANS = 0x7D8 constant SYS_UNATEXIT (line 1217) | SYS_UNATEXIT = 0x7B5 constant SYS_VFWPRINT (line 1218) | SYS_VFWPRINT = 0x7D3 constant SYS_VFWPRINTF (line 1219) | SYS_VFWPRINTF = 0x7D3 constant SYS_VWPRINTF (line 1220) | SYS_VWPRINTF = 0x7D4 constant SYS_WCTRANS (line 1221) | SYS_WCTRANS = 0x7D7 constant SYS_WPRINTF (line 1222) | SYS_WPRINTF = 0x7D2 constant SYS_WSCANF (line 1223) | SYS_WSCANF = 0x7D6 constant SYS___ASCTIME_R_A (line 1224) | SYS___ASCTIME_R_A = 0x7A1 constant SYS___BASENAME_A (line 1225) | SYS___BASENAME_A = 0x7DC constant SYS___BTOWC_A (line 1226) | SYS___BTOWC_A = 0x7E4 constant SYS___CDUMP_A (line 1227) | SYS___CDUMP_A = 0x7B7 constant SYS___CEE3DMP_A (line 1228) | SYS___CEE3DMP_A = 0x7B6 constant SYS___CEILF_H (line 1229) | SYS___CEILF_H = 0x7F4 constant SYS___CEILL_H (line 1230) | SYS___CEILL_H = 0x7F5 constant SYS___CEIL_H (line 1231) | SYS___CEIL_H = 0x7EA constant SYS___CRYPT_A (line 1232) | SYS___CRYPT_A = 0x7BE constant SYS___CSNAP_A (line 1233) | SYS___CSNAP_A = 0x7B8 constant SYS___CTEST_A (line 1234) | SYS___CTEST_A = 0x7B9 constant SYS___CTIME_R_A (line 1235) | SYS___CTIME_R_A = 0x7A2 constant SYS___CTRACE_A (line 1236) | SYS___CTRACE_A = 0x7BA constant SYS___DBM_OPEN_A (line 1237) | SYS___DBM_OPEN_A = 0x7E6 constant SYS___DIRNAME_A (line 1238) | SYS___DIRNAME_A = 0x7DD constant SYS___FABSF_H (line 1239) | SYS___FABSF_H = 0x7FA constant SYS___FABSL_H (line 1240) | SYS___FABSL_H = 0x7FB constant SYS___FABS_H (line 1241) | SYS___FABS_H = 0x7ED constant SYS___FGETWC_A (line 1242) | SYS___FGETWC_A = 0x7AA constant SYS___FGETWS_A (line 1243) | SYS___FGETWS_A = 0x7AD constant SYS___FLOORF_H (line 1244) | SYS___FLOORF_H = 0x7F6 constant SYS___FLOORL_H (line 1245) | SYS___FLOORL_H = 0x7F7 constant SYS___FLOOR_H (line 1246) | SYS___FLOOR_H = 0x7EB constant SYS___FPUTWC_A (line 1247) | SYS___FPUTWC_A = 0x7A5 constant SYS___FPUTWS_A (line 1248) | SYS___FPUTWS_A = 0x7A8 constant SYS___GETTIMEOFDAY_A (line 1249) | SYS___GETTIMEOFDAY_A = 0x7AE constant SYS___GETWCHAR_A (line 1250) | SYS___GETWCHAR_A = 0x7AC constant SYS___GETWC_A (line 1251) | SYS___GETWC_A = 0x7AB constant SYS___GLOB_A (line 1252) | SYS___GLOB_A = 0x7DE constant SYS___GMTIME_A (line 1253) | SYS___GMTIME_A = 0x7AF constant SYS___GMTIME_R_A (line 1254) | SYS___GMTIME_R_A = 0x7B0 constant SYS___INET_PTON_A (line 1255) | SYS___INET_PTON_A = 0x7BC constant SYS___J0_H (line 1256) | SYS___J0_H = 0x7EE constant SYS___J1_H (line 1257) | SYS___J1_H = 0x7EF constant SYS___JN_H (line 1258) | SYS___JN_H = 0x7F0 constant SYS___LOCALTIME_A (line 1259) | SYS___LOCALTIME_A = 0x7B1 constant SYS___LOCALTIME_R_A (line 1260) | SYS___LOCALTIME_R_A = 0x7B2 constant SYS___MALLOC24 (line 1261) | SYS___MALLOC24 = 0x7FC constant SYS___MALLOC31 (line 1262) | SYS___MALLOC31 = 0x7FD constant SYS___MKTIME_A (line 1263) | SYS___MKTIME_A = 0x7B3 constant SYS___MODFF_H (line 1264) | SYS___MODFF_H = 0x7F8 constant SYS___MODFL_H (line 1265) | SYS___MODFL_H = 0x7F9 constant SYS___MODF_H (line 1266) | SYS___MODF_H = 0x7EC constant SYS___OPENDIR_A (line 1267) | SYS___OPENDIR_A = 0x7C2 constant SYS___OSNAME (line 1268) | SYS___OSNAME = 0x7E0 constant SYS___PUTWCHAR_A (line 1269) | SYS___PUTWCHAR_A = 0x7A7 constant SYS___PUTWC_A (line 1270) | SYS___PUTWC_A = 0x7A6 constant SYS___READDIR_A (line 1271) | SYS___READDIR_A = 0x7C3 constant SYS___STRTOLL_A (line 1272) | SYS___STRTOLL_A = 0x7A3 constant SYS___STRTOULL_A (line 1273) | SYS___STRTOULL_A = 0x7A4 constant SYS___SYSLOG_A (line 1274) | SYS___SYSLOG_A = 0x7BD constant SYS___TZZNA (line 1275) | SYS___TZZNA = 0x7B4 constant SYS___UNGETWC_A (line 1276) | SYS___UNGETWC_A = 0x7A9 constant SYS___UTIME_A (line 1277) | SYS___UTIME_A = 0x7A0 constant SYS___VFPRINTF2_A (line 1278) | SYS___VFPRINTF2_A = 0x7E7 constant SYS___VPRINTF2_A (line 1279) | SYS___VPRINTF2_A = 0x7E8 constant SYS___VSPRINTF2_A (line 1280) | SYS___VSPRINTF2_A = 0x7E9 constant SYS___VSWPRNTF2_A (line 1281) | SYS___VSWPRNTF2_A = 0x7BB constant SYS___WCSTOD_A (line 1282) | SYS___WCSTOD_A = 0x7D9 constant SYS___WCSTOL_A (line 1283) | SYS___WCSTOL_A = 0x7DA constant SYS___WCSTOUL_A (line 1284) | SYS___WCSTOUL_A = 0x7DB constant SYS___WCTOB_A (line 1285) | SYS___WCTOB_A = 0x7E5 constant SYS___Y0_H (line 1286) | SYS___Y0_H = 0x7F1 constant SYS___Y1_H (line 1287) | SYS___Y1_H = 0x7F2 constant SYS___YN_H (line 1288) | SYS___YN_H = 0x7F3 constant SYS_____OPENDIR2_A (line 1289) | SYS_____OPENDIR2_A = 0x7BF constant SYS_____OSNAME_A (line 1290) | SYS_____OSNAME_A = 0x7E1 constant SYS_____READDIR2_A (line 1291) | SYS_____READDIR2_A = 0x7C0 constant SYS_DLCLOSE (line 1292) | SYS_DLCLOSE = 0x8DF constant SYS_DLERROR (line 1293) | SYS_DLERROR = 0x8E0 constant SYS_DLOPEN (line 1294) | SYS_DLOPEN = 0x8DD constant SYS_DLSYM (line 1295) | SYS_DLSYM = 0x8DE constant SYS_FLOCKFILE (line 1296) | SYS_FLOCKFILE = 0x8D3 constant SYS_FTRYLOCKFILE (line 1297) | SYS_FTRYLOCKFILE = 0x8D4 constant SYS_FUNLOCKFILE (line 1298) | SYS_FUNLOCKFILE = 0x8D5 constant SYS_GETCHAR_UNLOCKED (line 1299) | SYS_GETCHAR_UNLOCKED = 0x8D7 constant SYS_GETC_UNLOCKED (line 1300) | SYS_GETC_UNLOCKED = 0x8D6 constant SYS_PUTCHAR_UNLOCKED (line 1301) | SYS_PUTCHAR_UNLOCKED = 0x8D9 constant SYS_PUTC_UNLOCKED (line 1302) | SYS_PUTC_UNLOCKED = 0x8D8 constant SYS_SNPRINTF (line 1303) | SYS_SNPRINTF = 0x8DA constant SYS_VSNPRINTF (line 1304) | SYS_VSNPRINTF = 0x8DB constant SYS_WCSCSPN (line 1305) | SYS_WCSCSPN = 0x08B constant SYS_WCSLEN (line 1306) | SYS_WCSLEN = 0x08C constant SYS_WCSNCAT (line 1307) | SYS_WCSNCAT = 0x08D constant SYS_WCSNCMP (line 1308) | SYS_WCSNCMP = 0x08A constant SYS_WCSNCPY (line 1309) | SYS_WCSNCPY = 0x08F constant SYS_WCSSPN (line 1310) | SYS_WCSSPN = 0x08E constant SYS___ABSF_H (line 1311) | SYS___ABSF_H = 0x8E7 constant SYS___ABSL_H (line 1312) | SYS___ABSL_H = 0x8E8 constant SYS___ABS_H (line 1313) | SYS___ABS_H = 0x8E6 constant SYS___ACOSF_H (line 1314) | SYS___ACOSF_H = 0x8EA constant SYS___ACOSH_H (line 1315) | SYS___ACOSH_H = 0x8EC constant SYS___ACOSL_H (line 1316) | SYS___ACOSL_H = 0x8EB constant SYS___ACOS_H (line 1317) | SYS___ACOS_H = 0x8E9 constant SYS___ASINF_H (line 1318) | SYS___ASINF_H = 0x8EE constant SYS___ASINH_H (line 1319) | SYS___ASINH_H = 0x8F0 constant SYS___ASINL_H (line 1320) | SYS___ASINL_H = 0x8EF constant SYS___ASIN_H (line 1321) | SYS___ASIN_H = 0x8ED constant SYS___ATAN2F_H (line 1322) | SYS___ATAN2F_H = 0x8F8 constant SYS___ATAN2L_H (line 1323) | SYS___ATAN2L_H = 0x8F9 constant SYS___ATAN2_H (line 1324) | SYS___ATAN2_H = 0x8F7 constant SYS___ATANF_H (line 1325) | SYS___ATANF_H = 0x8F2 constant SYS___ATANHF_H (line 1326) | SYS___ATANHF_H = 0x8F5 constant SYS___ATANHL_H (line 1327) | SYS___ATANHL_H = 0x8F6 constant SYS___ATANH_H (line 1328) | SYS___ATANH_H = 0x8F4 constant SYS___ATANL_H (line 1329) | SYS___ATANL_H = 0x8F3 constant SYS___ATAN_H (line 1330) | SYS___ATAN_H = 0x8F1 constant SYS___CBRT_H (line 1331) | SYS___CBRT_H = 0x8FA constant SYS___COPYSIGNF_H (line 1332) | SYS___COPYSIGNF_H = 0x8FB constant SYS___COPYSIGNL_H (line 1333) | SYS___COPYSIGNL_H = 0x8FC constant SYS___COSF_H (line 1334) | SYS___COSF_H = 0x8FE constant SYS___COSL_H (line 1335) | SYS___COSL_H = 0x8FF constant SYS___COS_H (line 1336) | SYS___COS_H = 0x8FD constant SYS___DLERROR_A (line 1337) | SYS___DLERROR_A = 0x8D2 constant SYS___DLOPEN_A (line 1338) | SYS___DLOPEN_A = 0x8D0 constant SYS___DLSYM_A (line 1339) | SYS___DLSYM_A = 0x8D1 constant SYS___GETUTXENT_A (line 1340) | SYS___GETUTXENT_A = 0x8C6 constant SYS___GETUTXID_A (line 1341) | SYS___GETUTXID_A = 0x8C7 constant SYS___GETUTXLINE_A (line 1342) | SYS___GETUTXLINE_A = 0x8C8 constant SYS___ITOA (line 1343) | SYS___ITOA = 0x8AA constant SYS___ITOA_A (line 1344) | SYS___ITOA_A = 0x8B0 constant SYS___LE_CONDITION_TOKEN_BUILD (line 1345) | SYS___LE_CONDITION_TOKEN_BUILD = 0x8A5 constant SYS___LE_MSG_ADD_INSERT (line 1346) | SYS___LE_MSG_ADD_INSERT = 0x8A6 constant SYS___LE_MSG_GET (line 1347) | SYS___LE_MSG_GET = 0x8A7 constant SYS___LE_MSG_GET_AND_WRITE (line 1348) | SYS___LE_MSG_GET_AND_WRITE = 0x8A8 constant SYS___LE_MSG_WRITE (line 1349) | SYS___LE_MSG_WRITE = 0x8A9 constant SYS___LLTOA (line 1350) | SYS___LLTOA = 0x8AE constant SYS___LLTOA_A (line 1351) | SYS___LLTOA_A = 0x8B4 constant SYS___LTOA (line 1352) | SYS___LTOA = 0x8AC constant SYS___LTOA_A (line 1353) | SYS___LTOA_A = 0x8B2 constant SYS___PUTCHAR_UNLOCKED_A (line 1354) | SYS___PUTCHAR_UNLOCKED_A = 0x8CC constant SYS___PUTC_UNLOCKED_A (line 1355) | SYS___PUTC_UNLOCKED_A = 0x8CB constant SYS___PUTUTXLINE_A (line 1356) | SYS___PUTUTXLINE_A = 0x8C9 constant SYS___RESET_EXCEPTION_HANDLER (line 1357) | SYS___RESET_EXCEPTION_HANDLER = 0x8E3 constant SYS___REXEC_A (line 1358) | SYS___REXEC_A = 0x8C4 constant SYS___REXEC_AF_A (line 1359) | SYS___REXEC_AF_A = 0x8C5 constant SYS___SET_EXCEPTION_HANDLER (line 1360) | SYS___SET_EXCEPTION_HANDLER = 0x8E2 constant SYS___SNPRINTF_A (line 1361) | SYS___SNPRINTF_A = 0x8CD constant SYS___SUPERKILL (line 1362) | SYS___SUPERKILL = 0x8A4 constant SYS___TCGETATTR_A (line 1363) | SYS___TCGETATTR_A = 0x8A1 constant SYS___TCSETATTR_A (line 1364) | SYS___TCSETATTR_A = 0x8A2 constant SYS___ULLTOA (line 1365) | SYS___ULLTOA = 0x8AF constant SYS___ULLTOA_A (line 1366) | SYS___ULLTOA_A = 0x8B5 constant SYS___ULTOA (line 1367) | SYS___ULTOA = 0x8AD constant SYS___ULTOA_A (line 1368) | SYS___ULTOA_A = 0x8B3 constant SYS___UTOA (line 1369) | SYS___UTOA = 0x8AB constant SYS___UTOA_A (line 1370) | SYS___UTOA_A = 0x8B1 constant SYS___VHM_EVENT (line 1371) | SYS___VHM_EVENT = 0x8E4 constant SYS___VSNPRINTF_A (line 1372) | SYS___VSNPRINTF_A = 0x8CE constant SYS_____GETENV_A (line 1373) | SYS_____GETENV_A = 0x8C3 constant SYS_____UTMPXNAME_A (line 1374) | SYS_____UTMPXNAME_A = 0x8CA constant SYS_CACOSH (line 1375) | SYS_CACOSH = 0x9A0 constant SYS_CACOSHF (line 1376) | SYS_CACOSHF = 0x9A3 constant SYS_CACOSHL (line 1377) | SYS_CACOSHL = 0x9A6 constant SYS_CARG (line 1378) | SYS_CARG = 0x9A9 constant SYS_CARGF (line 1379) | SYS_CARGF = 0x9AC constant SYS_CARGL (line 1380) | SYS_CARGL = 0x9AF constant SYS_CASIN (line 1381) | SYS_CASIN = 0x9B2 constant SYS_CASINF (line 1382) | SYS_CASINF = 0x9B5 constant SYS_CASINH (line 1383) | SYS_CASINH = 0x9BB constant SYS_CASINHF (line 1384) | SYS_CASINHF = 0x9BE constant SYS_CASINHL (line 1385) | SYS_CASINHL = 0x9C1 constant SYS_CASINL (line 1386) | SYS_CASINL = 0x9B8 constant SYS_CATAN (line 1387) | SYS_CATAN = 0x9C4 constant SYS_CATANF (line 1388) | SYS_CATANF = 0x9C7 constant SYS_CATANH (line 1389) | SYS_CATANH = 0x9CD constant SYS_CATANHF (line 1390) | SYS_CATANHF = 0x9D0 constant SYS_CATANHL (line 1391) | SYS_CATANHL = 0x9D3 constant SYS_CATANL (line 1392) | SYS_CATANL = 0x9CA constant SYS_CCOS (line 1393) | SYS_CCOS = 0x9D6 constant SYS_CCOSF (line 1394) | SYS_CCOSF = 0x9D9 constant SYS_CCOSH (line 1395) | SYS_CCOSH = 0x9DF constant SYS_CCOSHF (line 1396) | SYS_CCOSHF = 0x9E2 constant SYS_CCOSHL (line 1397) | SYS_CCOSHL = 0x9E5 constant SYS_CCOSL (line 1398) | SYS_CCOSL = 0x9DC constant SYS_CEXP (line 1399) | SYS_CEXP = 0x9E8 constant SYS_CEXPF (line 1400) | SYS_CEXPF = 0x9EB constant SYS_CEXPL (line 1401) | SYS_CEXPL = 0x9EE constant SYS_CIMAG (line 1402) | SYS_CIMAG = 0x9F1 constant SYS_CIMAGF (line 1403) | SYS_CIMAGF = 0x9F4 constant SYS_CIMAGL (line 1404) | SYS_CIMAGL = 0x9F7 constant SYS_CLOGF (line 1405) | SYS_CLOGF = 0x9FD constant SYS_MEMCHR (line 1406) | SYS_MEMCHR = 0x09B constant SYS_MEMCMP (line 1407) | SYS_MEMCMP = 0x09A constant SYS_STRCOLL (line 1408) | SYS_STRCOLL = 0x09C constant SYS_STRNCMP (line 1409) | SYS_STRNCMP = 0x09D constant SYS_STRRCHR (line 1410) | SYS_STRRCHR = 0x09F constant SYS_STRXFRM (line 1411) | SYS_STRXFRM = 0x09E constant SYS___CACOSHF_B (line 1412) | SYS___CACOSHF_B = 0x9A4 constant SYS___CACOSHF_H (line 1413) | SYS___CACOSHF_H = 0x9A5 constant SYS___CACOSHL_B (line 1414) | SYS___CACOSHL_B = 0x9A7 constant SYS___CACOSHL_H (line 1415) | SYS___CACOSHL_H = 0x9A8 constant SYS___CACOSH_B (line 1416) | SYS___CACOSH_B = 0x9A1 constant SYS___CACOSH_H (line 1417) | SYS___CACOSH_H = 0x9A2 constant SYS___CARGF_B (line 1418) | SYS___CARGF_B = 0x9AD constant SYS___CARGF_H (line 1419) | SYS___CARGF_H = 0x9AE constant SYS___CARGL_B (line 1420) | SYS___CARGL_B = 0x9B0 constant SYS___CARGL_H (line 1421) | SYS___CARGL_H = 0x9B1 constant SYS___CARG_B (line 1422) | SYS___CARG_B = 0x9AA constant SYS___CARG_H (line 1423) | SYS___CARG_H = 0x9AB constant SYS___CASINF_B (line 1424) | SYS___CASINF_B = 0x9B6 constant SYS___CASINF_H (line 1425) | SYS___CASINF_H = 0x9B7 constant SYS___CASINHF_B (line 1426) | SYS___CASINHF_B = 0x9BF constant SYS___CASINHF_H (line 1427) | SYS___CASINHF_H = 0x9C0 constant SYS___CASINHL_B (line 1428) | SYS___CASINHL_B = 0x9C2 constant SYS___CASINHL_H (line 1429) | SYS___CASINHL_H = 0x9C3 constant SYS___CASINH_B (line 1430) | SYS___CASINH_B = 0x9BC constant SYS___CASINH_H (line 1431) | SYS___CASINH_H = 0x9BD constant SYS___CASINL_B (line 1432) | SYS___CASINL_B = 0x9B9 constant SYS___CASINL_H (line 1433) | SYS___CASINL_H = 0x9BA constant SYS___CASIN_B (line 1434) | SYS___CASIN_B = 0x9B3 constant SYS___CASIN_H (line 1435) | SYS___CASIN_H = 0x9B4 constant SYS___CATANF_B (line 1436) | SYS___CATANF_B = 0x9C8 constant SYS___CATANF_H (line 1437) | SYS___CATANF_H = 0x9C9 constant SYS___CATANHF_B (line 1438) | SYS___CATANHF_B = 0x9D1 constant SYS___CATANHF_H (line 1439) | SYS___CATANHF_H = 0x9D2 constant SYS___CATANHL_B (line 1440) | SYS___CATANHL_B = 0x9D4 constant SYS___CATANHL_H (line 1441) | SYS___CATANHL_H = 0x9D5 constant SYS___CATANH_B (line 1442) | SYS___CATANH_B = 0x9CE constant SYS___CATANH_H (line 1443) | SYS___CATANH_H = 0x9CF constant SYS___CATANL_B (line 1444) | SYS___CATANL_B = 0x9CB constant SYS___CATANL_H (line 1445) | SYS___CATANL_H = 0x9CC constant SYS___CATAN_B (line 1446) | SYS___CATAN_B = 0x9C5 constant SYS___CATAN_H (line 1447) | SYS___CATAN_H = 0x9C6 constant SYS___CCOSF_B (line 1448) | SYS___CCOSF_B = 0x9DA constant SYS___CCOSF_H (line 1449) | SYS___CCOSF_H = 0x9DB constant SYS___CCOSHF_B (line 1450) | SYS___CCOSHF_B = 0x9E3 constant SYS___CCOSHF_H (line 1451) | SYS___CCOSHF_H = 0x9E4 constant SYS___CCOSHL_B (line 1452) | SYS___CCOSHL_B = 0x9E6 constant SYS___CCOSHL_H (line 1453) | SYS___CCOSHL_H = 0x9E7 constant SYS___CCOSH_B (line 1454) | SYS___CCOSH_B = 0x9E0 constant SYS___CCOSH_H (line 1455) | SYS___CCOSH_H = 0x9E1 constant SYS___CCOSL_B (line 1456) | SYS___CCOSL_B = 0x9DD constant SYS___CCOSL_H (line 1457) | SYS___CCOSL_H = 0x9DE constant SYS___CCOS_B (line 1458) | SYS___CCOS_B = 0x9D7 constant SYS___CCOS_H (line 1459) | SYS___CCOS_H = 0x9D8 constant SYS___CEXPF_B (line 1460) | SYS___CEXPF_B = 0x9EC constant SYS___CEXPF_H (line 1461) | SYS___CEXPF_H = 0x9ED constant SYS___CEXPL_B (line 1462) | SYS___CEXPL_B = 0x9EF constant SYS___CEXPL_H (line 1463) | SYS___CEXPL_H = 0x9F0 constant SYS___CEXP_B (line 1464) | SYS___CEXP_B = 0x9E9 constant SYS___CEXP_H (line 1465) | SYS___CEXP_H = 0x9EA constant SYS___CIMAGF_B (line 1466) | SYS___CIMAGF_B = 0x9F5 constant SYS___CIMAGF_H (line 1467) | SYS___CIMAGF_H = 0x9F6 constant SYS___CIMAGL_B (line 1468) | SYS___CIMAGL_B = 0x9F8 constant SYS___CIMAGL_H (line 1469) | SYS___CIMAGL_H = 0x9F9 constant SYS___CIMAG_B (line 1470) | SYS___CIMAG_B = 0x9F2 constant SYS___CIMAG_H (line 1471) | SYS___CIMAG_H = 0x9F3 constant SYS___CLOG (line 1472) | SYS___CLOG = 0x9FA constant SYS___CLOGF_B (line 1473) | SYS___CLOGF_B = 0x9FE constant SYS___CLOGF_H (line 1474) | SYS___CLOGF_H = 0x9FF constant SYS___CLOG_B (line 1475) | SYS___CLOG_B = 0x9FB constant SYS___CLOG_H (line 1476) | SYS___CLOG_H = 0x9FC constant SYS_ISWCTYPE (line 1477) | SYS_ISWCTYPE = 0x10C constant SYS_ISWXDIGI (line 1478) | SYS_ISWXDIGI = 0x10A constant SYS_ISWXDIGIT (line 1479) | SYS_ISWXDIGIT = 0x10A constant SYS_MBSINIT (line 1480) | SYS_MBSINIT = 0x10F constant SYS_TOWLOWER (line 1481) | SYS_TOWLOWER = 0x10D constant SYS_TOWUPPER (line 1482) | SYS_TOWUPPER = 0x10E constant SYS_WCTYPE (line 1483) | SYS_WCTYPE = 0x10B constant SYS_WCSSTR (line 1484) | SYS_WCSSTR = 0x11B constant SYS___RPMTCH (line 1485) | SYS___RPMTCH = 0x11A constant SYS_WCSTOD (line 1486) | SYS_WCSTOD = 0x12E constant SYS_WCSTOK (line 1487) | SYS_WCSTOK = 0x12C constant SYS_WCSTOL (line 1488) | SYS_WCSTOL = 0x12D constant SYS_WCSTOUL (line 1489) | SYS_WCSTOUL = 0x12F constant SYS_FGETWC (line 1490) | SYS_FGETWC = 0x13C constant SYS_FGETWS (line 1491) | SYS_FGETWS = 0x13D constant SYS_FPUTWC (line 1492) | SYS_FPUTWC = 0x13E constant SYS_FPUTWS (line 1493) | SYS_FPUTWS = 0x13F constant SYS_REGERROR (line 1494) | SYS_REGERROR = 0x13B constant SYS_REGFREE (line 1495) | SYS_REGFREE = 0x13A constant SYS_COLLEQUIV (line 1496) | SYS_COLLEQUIV = 0x14F constant SYS_COLLTOSTR (line 1497) | SYS_COLLTOSTR = 0x14E constant SYS_ISMCCOLLEL (line 1498) | SYS_ISMCCOLLEL = 0x14C constant SYS_STRTOCOLL (line 1499) | SYS_STRTOCOLL = 0x14D constant SYS_DLLFREE (line 1500) | SYS_DLLFREE = 0x16F constant SYS_DLLQUERYFN (line 1501) | SYS_DLLQUERYFN = 0x16D constant SYS_DLLQUERYVAR (line 1502) | SYS_DLLQUERYVAR = 0x16E constant SYS_GETMCCOLL (line 1503) | SYS_GETMCCOLL = 0x16A constant SYS_GETWMCCOLL (line 1504) | SYS_GETWMCCOLL = 0x16B constant SYS___ERR2AD (line 1505) | SYS___ERR2AD = 0x16C constant SYS_CFSETOSPEED (line 1506) | SYS_CFSETOSPEED = 0x17A constant SYS_CHDIR (line 1507) | SYS_CHDIR = 0x17B constant SYS_CHMOD (line 1508) | SYS_CHMOD = 0x17C constant SYS_CHOWN (line 1509) | SYS_CHOWN = 0x17D constant SYS_CLOSE (line 1510) | SYS_CLOSE = 0x17E constant SYS_CLOSEDIR (line 1511) | SYS_CLOSEDIR = 0x17F constant SYS_LOG (line 1512) | SYS_LOG = 0x017 constant SYS_COSH (line 1513) | SYS_COSH = 0x018 constant SYS_FCHMOD (line 1514) | SYS_FCHMOD = 0x18A constant SYS_FCHOWN (line 1515) | SYS_FCHOWN = 0x18B constant SYS_FCNTL (line 1516) | SYS_FCNTL = 0x18C constant SYS_FILENO (line 1517) | SYS_FILENO = 0x18D constant SYS_FORK (line 1518) | SYS_FORK = 0x18E constant SYS_FPATHCONF (line 1519) | SYS_FPATHCONF = 0x18F constant SYS_GETLOGIN (line 1520) | SYS_GETLOGIN = 0x19A constant SYS_GETPGRP (line 1521) | SYS_GETPGRP = 0x19C constant SYS_GETPID (line 1522) | SYS_GETPID = 0x19D constant SYS_GETPPID (line 1523) | SYS_GETPPID = 0x19E constant SYS_GETPWNAM (line 1524) | SYS_GETPWNAM = 0x19F constant SYS_TANH (line 1525) | SYS_TANH = 0x019 constant SYS_W_GETMNTENT (line 1526) | SYS_W_GETMNTENT = 0x19B constant SYS_POW (line 1527) | SYS_POW = 0x020 constant SYS_PTHREAD_SELF (line 1528) | SYS_PTHREAD_SELF = 0x20A constant SYS_PTHREAD_SETINTR (line 1529) | SYS_PTHREAD_SETINTR = 0x20B constant SYS_PTHREAD_SETINTRTYPE (line 1530) | SYS_PTHREAD_SETINTRTYPE = 0x20C constant SYS_PTHREAD_SETSPECIFIC (line 1531) | SYS_PTHREAD_SETSPECIFIC = 0x20D constant SYS_PTHREAD_TESTINTR (line 1532) | SYS_PTHREAD_TESTINTR = 0x20E constant SYS_PTHREAD_YIELD (line 1533) | SYS_PTHREAD_YIELD = 0x20F constant SYS_SQRT (line 1534) | SYS_SQRT = 0x021 constant SYS_FLOOR (line 1535) | SYS_FLOOR = 0x022 constant SYS_J1 (line 1536) | SYS_J1 = 0x023 constant SYS_WCSPBRK (line 1537) | SYS_WCSPBRK = 0x23F constant SYS_BSEARCH (line 1538) | SYS_BSEARCH = 0x24C constant SYS_FABS (line 1539) | SYS_FABS = 0x024 constant SYS_GETENV (line 1540) | SYS_GETENV = 0x24A constant SYS_LDIV (line 1541) | SYS_LDIV = 0x24D constant SYS_SYSTEM (line 1542) | SYS_SYSTEM = 0x24B constant SYS_FMOD (line 1543) | SYS_FMOD = 0x025 constant SYS___RETHROW (line 1544) | SYS___RETHROW = 0x25F constant SYS___THROW (line 1545) | SYS___THROW = 0x25E constant SYS_J0 (line 1546) | SYS_J0 = 0x026 constant SYS_PUTENV (line 1547) | SYS_PUTENV = 0x26A constant SYS___GETENV (line 1548) | SYS___GETENV = 0x26F constant SYS_SEMCTL (line 1549) | SYS_SEMCTL = 0x27A constant SYS_SEMGET (line 1550) | SYS_SEMGET = 0x27B constant SYS_SEMOP (line 1551) | SYS_SEMOP = 0x27C constant SYS_SHMAT (line 1552) | SYS_SHMAT = 0x27D constant SYS_SHMCTL (line 1553) | SYS_SHMCTL = 0x27E constant SYS_SHMDT (line 1554) | SYS_SHMDT = 0x27F constant SYS_YN (line 1555) | SYS_YN = 0x027 constant SYS_JN (line 1556) | SYS_JN = 0x028 constant SYS_SIGALTSTACK (line 1557) | SYS_SIGALTSTACK = 0x28A constant SYS_SIGHOLD (line 1558) | SYS_SIGHOLD = 0x28B constant SYS_SIGIGNORE (line 1559) | SYS_SIGIGNORE = 0x28C constant SYS_SIGINTERRUPT (line 1560) | SYS_SIGINTERRUPT = 0x28D constant SYS_SIGPAUSE (line 1561) | SYS_SIGPAUSE = 0x28E constant SYS_SIGRELSE (line 1562) | SYS_SIGRELSE = 0x28F constant SYS_GETOPT (line 1563) | SYS_GETOPT = 0x29A constant SYS_GETSUBOPT (line 1564) | SYS_GETSUBOPT = 0x29D constant SYS_LCHOWN (line 1565) | SYS_LCHOWN = 0x29B constant SYS_SETPGRP (line 1566) | SYS_SETPGRP = 0x29E constant SYS_TRUNCATE (line 1567) | SYS_TRUNCATE = 0x29C constant SYS_Y0 (line 1568) | SYS_Y0 = 0x029 constant SYS___GDERR (line 1569) | SYS___GDERR = 0x29F constant SYS_ISALPHA (line 1570) | SYS_ISALPHA = 0x030 constant SYS_VFORK (line 1571) | SYS_VFORK = 0x30F constant SYS__LONGJMP (line 1572) | SYS__LONGJMP = 0x30D constant SYS__SETJMP (line 1573) | SYS__SETJMP = 0x30E constant SYS_GLOB (line 1574) | SYS_GLOB = 0x31A constant SYS_GLOBFREE (line 1575) | SYS_GLOBFREE = 0x31B constant SYS_ISALNUM (line 1576) | SYS_ISALNUM = 0x031 constant SYS_PUTW (line 1577) | SYS_PUTW = 0x31C constant SYS_SEEKDIR (line 1578) | SYS_SEEKDIR = 0x31D constant SYS_TELLDIR (line 1579) | SYS_TELLDIR = 0x31E constant SYS_TEMPNAM (line 1580) | SYS_TEMPNAM = 0x31F constant SYS_GETTIMEOFDAY_R (line 1581) | SYS_GETTIMEOFDAY_R = 0x32E constant SYS_ISLOWER (line 1582) | SYS_ISLOWER = 0x032 constant SYS_LGAMMA (line 1583) | SYS_LGAMMA = 0x32C constant SYS_REMAINDER (line 1584) | SYS_REMAINDER = 0x32A constant SYS_SCALB (line 1585) | SYS_SCALB = 0x32B constant SYS_SYNC (line 1586) | SYS_SYNC = 0x32F constant SYS_TTYSLOT (line 1587) | SYS_TTYSLOT = 0x32D constant SYS_ENDPROTOENT (line 1588) | SYS_ENDPROTOENT = 0x33A constant SYS_ENDSERVENT (line 1589) | SYS_ENDSERVENT = 0x33B constant SYS_GETHOSTBYADDR (line 1590) | SYS_GETHOSTBYADDR = 0x33D constant SYS_GETHOSTBYADDR_R (line 1591) | SYS_GETHOSTBYADDR_R = 0x33C constant SYS_GETHOSTBYNAME (line 1592) | SYS_GETHOSTBYNAME = 0x33F constant SYS_GETHOSTBYNAME_R (line 1593) | SYS_GETHOSTBYNAME_R = 0x33E constant SYS_ISCNTRL (line 1594) | SYS_ISCNTRL = 0x033 constant SYS_GETSERVBYNAME (line 1595) | SYS_GETSERVBYNAME = 0x34A constant SYS_GETSERVBYPORT (line 1596) | SYS_GETSERVBYPORT = 0x34B constant SYS_GETSERVENT (line 1597) | SYS_GETSERVENT = 0x34C constant SYS_GETSOCKNAME (line 1598) | SYS_GETSOCKNAME = 0x34D constant SYS_GETSOCKOPT (line 1599) | SYS_GETSOCKOPT = 0x34E constant SYS_INET_ADDR (line 1600) | SYS_INET_ADDR = 0x34F constant SYS_ISDIGIT (line 1601) | SYS_ISDIGIT = 0x034 constant SYS_ISGRAPH (line 1602) | SYS_ISGRAPH = 0x035 constant SYS_SELECT (line 1603) | SYS_SELECT = 0x35B constant SYS_SELECTEX (line 1604) | SYS_SELECTEX = 0x35C constant SYS_SEND (line 1605) | SYS_SEND = 0x35D constant SYS_SENDTO (line 1606) | SYS_SENDTO = 0x35F constant SYS_CHROOT (line 1607) | SYS_CHROOT = 0x36A constant SYS_ISNAN (line 1608) | SYS_ISNAN = 0x36D constant SYS_ISUPPER (line 1609) | SYS_ISUPPER = 0x036 constant SYS_ULIMIT (line 1610) | SYS_ULIMIT = 0x36C constant SYS_UTIMES (line 1611) | SYS_UTIMES = 0x36E constant SYS_W_STATVFS (line 1612) | SYS_W_STATVFS = 0x36B constant SYS___H_ERRNO (line 1613) | SYS___H_ERRNO = 0x36F constant SYS_GRANTPT (line 1614) | SYS_GRANTPT = 0x37A constant SYS_ISPRINT (line 1615) | SYS_ISPRINT = 0x037 constant SYS_TCGETSID (line 1616) | SYS_TCGETSID = 0x37C constant SYS_UNLOCKPT (line 1617) | SYS_UNLOCKPT = 0x37B constant SYS___TCGETCP (line 1618) | SYS___TCGETCP = 0x37D constant SYS___TCSETCP (line 1619) | SYS___TCSETCP = 0x37E constant SYS___TCSETTABLES (line 1620) | SYS___TCSETTABLES = 0x37F constant SYS_ISPUNCT (line 1621) | SYS_ISPUNCT = 0x038 constant SYS_NLIST (line 1622) | SYS_NLIST = 0x38C constant SYS___IPDBCS (line 1623) | SYS___IPDBCS = 0x38D constant SYS___IPDSPX (line 1624) | SYS___IPDSPX = 0x38E constant SYS___IPMSGC (line 1625) | SYS___IPMSGC = 0x38F constant SYS___STHOSTENT (line 1626) | SYS___STHOSTENT = 0x38B constant SYS___STSERVENT (line 1627) | SYS___STSERVENT = 0x38A constant SYS_ISSPACE (line 1628) | SYS_ISSPACE = 0x039 constant SYS_COS (line 1629) | SYS_COS = 0x040 constant SYS_T_ALLOC (line 1630) | SYS_T_ALLOC = 0x40A constant SYS_T_BIND (line 1631) | SYS_T_BIND = 0x40B constant SYS_T_CLOSE (line 1632) | SYS_T_CLOSE = 0x40C constant SYS_T_CONNECT (line 1633) | SYS_T_CONNECT = 0x40D constant SYS_T_ERROR (line 1634) | SYS_T_ERROR = 0x40E constant SYS_T_FREE (line 1635) | SYS_T_FREE = 0x40F constant SYS_TAN (line 1636) | SYS_TAN = 0x041 constant SYS_T_RCVREL (line 1637) | SYS_T_RCVREL = 0x41A constant SYS_T_RCVUDATA (line 1638) | SYS_T_RCVUDATA = 0x41B constant SYS_T_RCVUDERR (line 1639) | SYS_T_RCVUDERR = 0x41C constant SYS_T_SND (line 1640) | SYS_T_SND = 0x41D constant SYS_T_SNDDIS (line 1641) | SYS_T_SNDDIS = 0x41E constant SYS_T_SNDREL (line 1642) | SYS_T_SNDREL = 0x41F constant SYS_GETPMSG (line 1643) | SYS_GETPMSG = 0x42A constant SYS_ISASTREAM (line 1644) | SYS_ISASTREAM = 0x42B constant SYS_PUTMSG (line 1645) | SYS_PUTMSG = 0x42C constant SYS_PUTPMSG (line 1646) | SYS_PUTPMSG = 0x42D constant SYS_SINH (line 1647) | SYS_SINH = 0x042 constant SYS___ISPOSIXON (line 1648) | SYS___ISPOSIXON = 0x42E constant SYS___OPENMVSREL (line 1649) | SYS___OPENMVSREL = 0x42F constant SYS_ACOS (line 1650) | SYS_ACOS = 0x043 constant SYS_ATAN (line 1651) | SYS_ATAN = 0x044 constant SYS_ATAN2 (line 1652) | SYS_ATAN2 = 0x045 constant SYS_FTELL (line 1653) | SYS_FTELL = 0x046 constant SYS_FGETPOS (line 1654) | SYS_FGETPOS = 0x047 constant SYS_SOCK_DEBUG (line 1655) | SYS_SOCK_DEBUG = 0x47A constant SYS_SOCK_DO_TESTSTOR (line 1656) | SYS_SOCK_DO_TESTSTOR = 0x47D constant SYS_TAKESOCKET (line 1657) | SYS_TAKESOCKET = 0x47E constant SYS___SERVER_INIT (line 1658) | SYS___SERVER_INIT = 0x47F constant SYS_FSEEK (line 1659) | SYS_FSEEK = 0x048 constant SYS___IPHOST (line 1660) | SYS___IPHOST = 0x48B constant SYS___IPNODE (line 1661) | SYS___IPNODE = 0x48C constant SYS___SERVER_CLASSIFY_CREATE (line 1662) | SYS___SERVER_CLASSIFY_CREATE = 0x48D constant SYS___SERVER_CLASSIFY_DESTROY (line 1663) | SYS___SERVER_CLASSIFY_DESTROY = 0x48E constant SYS___SERVER_CLASSIFY_RESET (line 1664) | SYS___SERVER_CLASSIFY_RESET = 0x48F constant SYS___SMF_RECORD (line 1665) | SYS___SMF_RECORD = 0x48A constant SYS_FSETPOS (line 1666) | SYS_FSETPOS = 0x049 constant SYS___FNWSA (line 1667) | SYS___FNWSA = 0x49B constant SYS___SPAWN2 (line 1668) | SYS___SPAWN2 = 0x49D constant SYS___SPAWNP2 (line 1669) | SYS___SPAWNP2 = 0x49E constant SYS_ATOF (line 1670) | SYS_ATOF = 0x050 constant SYS_PTHREAD_MUTEXATTR_GETPSHARED (line 1671) | SYS_PTHREAD_MUTEXATTR_GETPSHARED = 0x50A constant SYS_PTHREAD_MUTEXATTR_SETPSHARED (line 1672) | SYS_PTHREAD_MUTEXATTR_SETPSHARED = 0x50B constant SYS_PTHREAD_RWLOCK_DESTROY (line 1673) | SYS_PTHREAD_RWLOCK_DESTROY = 0x50C constant SYS_PTHREAD_RWLOCK_INIT (line 1674) | SYS_PTHREAD_RWLOCK_INIT = 0x50D constant SYS_PTHREAD_RWLOCK_RDLOCK (line 1675) | SYS_PTHREAD_RWLOCK_RDLOCK = 0x50E constant SYS_PTHREAD_RWLOCK_TRYRDLOCK (line 1676) | SYS_PTHREAD_RWLOCK_TRYRDLOCK = 0x50F constant SYS_ATOI (line 1677) | SYS_ATOI = 0x051 constant SYS___FP_CLASS (line 1678) | SYS___FP_CLASS = 0x51D constant SYS___FP_CLR_FLAG (line 1679) | SYS___FP_CLR_FLAG = 0x51A constant SYS___FP_FINITE (line 1680) | SYS___FP_FINITE = 0x51E constant SYS___FP_ISNAN (line 1681) | SYS___FP_ISNAN = 0x51F constant SYS___FP_RAISE_XCP (line 1682) | SYS___FP_RAISE_XCP = 0x51C constant SYS___FP_READ_FLAG (line 1683) | SYS___FP_READ_FLAG = 0x51B constant SYS_RAND (line 1684) | SYS_RAND = 0x052 constant SYS_SIGTIMEDWAIT (line 1685) | SYS_SIGTIMEDWAIT = 0x52D constant SYS_SIGWAITINFO (line 1686) | SYS_SIGWAITINFO = 0x52E constant SYS___CHKBFP (line 1687) | SYS___CHKBFP = 0x52F constant SYS___FPC_RS (line 1688) | SYS___FPC_RS = 0x52C constant SYS___FPC_RW (line 1689) | SYS___FPC_RW = 0x52A constant SYS___FPC_SM (line 1690) | SYS___FPC_SM = 0x52B constant SYS_STRTOD (line 1691) | SYS_STRTOD = 0x053 constant SYS_STRTOL (line 1692) | SYS_STRTOL = 0x054 constant SYS_STRTOUL (line 1693) | SYS_STRTOUL = 0x055 constant SYS_MALLOC (line 1694) | SYS_MALLOC = 0x056 constant SYS_SRAND (line 1695) | SYS_SRAND = 0x057 constant SYS_CALLOC (line 1696) | SYS_CALLOC = 0x058 constant SYS_FREE (line 1697) | SYS_FREE = 0x059 constant SYS___OSENV (line 1698) | SYS___OSENV = 0x59F constant SYS___W_PIOCTL (line 1699) | SYS___W_PIOCTL = 0x59E constant SYS_LONGJMP (line 1700) | SYS_LONGJMP = 0x060 constant SYS___FLOORF_B (line 1701) | SYS___FLOORF_B = 0x60A constant SYS___FLOORL_B (line 1702) | SYS___FLOORL_B = 0x60B constant SYS___FREXPF_B (line 1703) | SYS___FREXPF_B = 0x60C constant SYS___FREXPL_B (line 1704) | SYS___FREXPL_B = 0x60D constant SYS___LDEXPF_B (line 1705) | SYS___LDEXPF_B = 0x60E constant SYS___LDEXPL_B (line 1706) | SYS___LDEXPL_B = 0x60F constant SYS_SIGNAL (line 1707) | SYS_SIGNAL = 0x061 constant SYS___ATAN2F_B (line 1708) | SYS___ATAN2F_B = 0x61A constant SYS___ATAN2L_B (line 1709) | SYS___ATAN2L_B = 0x61B constant SYS___COSHF_B (line 1710) | SYS___COSHF_B = 0x61C constant SYS___COSHL_B (line 1711) | SYS___COSHL_B = 0x61D constant SYS___EXPF_B (line 1712) | SYS___EXPF_B = 0x61E constant SYS___EXPL_B (line 1713) | SYS___EXPL_B = 0x61F constant SYS_TMPNAM (line 1714) | SYS_TMPNAM = 0x062 constant SYS___ABSF_B (line 1715) | SYS___ABSF_B = 0x62A constant SYS___ABSL_B (line 1716) | SYS___ABSL_B = 0x62C constant SYS___ABS_B (line 1717) | SYS___ABS_B = 0x62B constant SYS___FMODF_B (line 1718) | SYS___FMODF_B = 0x62D constant SYS___FMODL_B (line 1719) | SYS___FMODL_B = 0x62E constant SYS___MODFF_B (line 1720) | SYS___MODFF_B = 0x62F constant SYS_ATANL (line 1721) | SYS_ATANL = 0x63A constant SYS_CEILF (line 1722) | SYS_CEILF = 0x63B constant SYS_CEILL (line 1723) | SYS_CEILL = 0x63C constant SYS_COSF (line 1724) | SYS_COSF = 0x63D constant SYS_COSHF (line 1725) | SYS_COSHF = 0x63F constant SYS_COSL (line 1726) | SYS_COSL = 0x63E constant SYS_REMOVE (line 1727) | SYS_REMOVE = 0x063 constant SYS_POWL (line 1728) | SYS_POWL = 0x64A constant SYS_RENAME (line 1729) | SYS_RENAME = 0x064 constant SYS_SINF (line 1730) | SYS_SINF = 0x64B constant SYS_SINHF (line 1731) | SYS_SINHF = 0x64F constant SYS_SINL (line 1732) | SYS_SINL = 0x64C constant SYS_SQRTF (line 1733) | SYS_SQRTF = 0x64D constant SYS_SQRTL (line 1734) | SYS_SQRTL = 0x64E constant SYS_BTOWC (line 1735) | SYS_BTOWC = 0x65F constant SYS_FREXPL (line 1736) | SYS_FREXPL = 0x65A constant SYS_LDEXPF (line 1737) | SYS_LDEXPF = 0x65B constant SYS_LDEXPL (line 1738) | SYS_LDEXPL = 0x65C constant SYS_MODFF (line 1739) | SYS_MODFF = 0x65D constant SYS_MODFL (line 1740) | SYS_MODFL = 0x65E constant SYS_TMPFILE (line 1741) | SYS_TMPFILE = 0x065 constant SYS_FREOPEN (line 1742) | SYS_FREOPEN = 0x066 constant SYS___CHARMAP_INIT_A (line 1743) | SYS___CHARMAP_INIT_A = 0x66E constant SYS___GETHOSTBYADDR_R_A (line 1744) | SYS___GETHOSTBYADDR_R_A = 0x66C constant SYS___GETHOSTBYNAME_A (line 1745) | SYS___GETHOSTBYNAME_A = 0x66A constant SYS___GETHOSTBYNAME_R_A (line 1746) | SYS___GETHOSTBYNAME_R_A = 0x66D constant SYS___MBLEN_A (line 1747) | SYS___MBLEN_A = 0x66F constant SYS___RES_INIT_A (line 1748) | SYS___RES_INIT_A = 0x66B constant SYS_FCLOSE (line 1749) | SYS_FCLOSE = 0x067 constant SYS___GETGRGID_R_A (line 1750) | SYS___GETGRGID_R_A = 0x67D constant SYS___WCSTOMBS_A (line 1751) | SYS___WCSTOMBS_A = 0x67A constant SYS___WCSTOMBS_STD_A (line 1752) | SYS___WCSTOMBS_STD_A = 0x67B constant SYS___WCSWIDTH_A (line 1753) | SYS___WCSWIDTH_A = 0x67C constant SYS___WCSWIDTH_ASIA (line 1754) | SYS___WCSWIDTH_ASIA = 0x67F constant SYS___WCSWIDTH_STD_A (line 1755) | SYS___WCSWIDTH_STD_A = 0x67E constant SYS_FFLUSH (line 1756) | SYS_FFLUSH = 0x068 constant SYS___GETLOGIN_R_A (line 1757) | SYS___GETLOGIN_R_A = 0x68E constant SYS___GETPWNAM_R_A (line 1758) | SYS___GETPWNAM_R_A = 0x68C constant SYS___GETPWUID_R_A (line 1759) | SYS___GETPWUID_R_A = 0x68D constant SYS___TTYNAME_R_A (line 1760) | SYS___TTYNAME_R_A = 0x68F constant SYS___WCWIDTH_ASIA (line 1761) | SYS___WCWIDTH_ASIA = 0x68B constant SYS___WCWIDTH_STD_A (line 1762) | SYS___WCWIDTH_STD_A = 0x68A constant SYS_FOPEN (line 1763) | SYS_FOPEN = 0x069 constant SYS___REGEXEC_A (line 1764) | SYS___REGEXEC_A = 0x69A constant SYS___REGEXEC_STD_A (line 1765) | SYS___REGEXEC_STD_A = 0x69B constant SYS___REGFREE_A (line 1766) | SYS___REGFREE_A = 0x69C constant SYS___REGFREE_STD_A (line 1767) | SYS___REGFREE_STD_A = 0x69D constant SYS___STRCOLL_A (line 1768) | SYS___STRCOLL_A = 0x69E constant SYS___STRCOLL_C_A (line 1769) | SYS___STRCOLL_C_A = 0x69F constant SYS_SCANF (line 1770) | SYS_SCANF = 0x070 constant SYS___A64L_A (line 1771) | SYS___A64L_A = 0x70C constant SYS___ECVT_A (line 1772) | SYS___ECVT_A = 0x70D constant SYS___FCVT_A (line 1773) | SYS___FCVT_A = 0x70E constant SYS___GCVT_A (line 1774) | SYS___GCVT_A = 0x70F constant SYS___STRTOUL_A (line 1775) | SYS___STRTOUL_A = 0x70A constant SYS_____AE_CORRESTBL_QUERY_A (line 1776) | SYS_____AE_CORRESTBL_QUERY_A = 0x70B constant SYS_SPRINTF (line 1777) | SYS_SPRINTF = 0x071 constant SYS___ACCESS_A (line 1778) | SYS___ACCESS_A = 0x71F constant SYS___CATOPEN_A (line 1779) | SYS___CATOPEN_A = 0x71E constant SYS___GETOPT_A (line 1780) | SYS___GETOPT_A = 0x71D constant SYS___REALPATH_A (line 1781) | SYS___REALPATH_A = 0x71A constant SYS___SETENV_A (line 1782) | SYS___SETENV_A = 0x71B constant SYS___SYSTEM_A (line 1783) | SYS___SYSTEM_A = 0x71C constant SYS_FGETC (line 1784) | SYS_FGETC = 0x072 constant SYS___GAI_STRERROR_A (line 1785) | SYS___GAI_STRERROR_A = 0x72F constant SYS___RMDIR_A (line 1786) | SYS___RMDIR_A = 0x72A constant SYS___STATVFS_A (line 1787) | SYS___STATVFS_A = 0x72B constant SYS___SYMLINK_A (line 1788) | SYS___SYMLINK_A = 0x72C constant SYS___TRUNCATE_A (line 1789) | SYS___TRUNCATE_A = 0x72D constant SYS___UNLINK_A (line 1790) | SYS___UNLINK_A = 0x72E constant SYS_VFPRINTF (line 1791) | SYS_VFPRINTF = 0x073 constant SYS___ISSPACE_A (line 1792) | SYS___ISSPACE_A = 0x73A constant SYS___ISUPPER_A (line 1793) | SYS___ISUPPER_A = 0x73B constant SYS___ISWALNUM_A (line 1794) | SYS___ISWALNUM_A = 0x73F constant SYS___ISXDIGIT_A (line 1795) | SYS___ISXDIGIT_A = 0x73C constant SYS___TOLOWER_A (line 1796) | SYS___TOLOWER_A = 0x73D constant SYS___TOUPPER_A (line 1797) | SYS___TOUPPER_A = 0x73E constant SYS_VPRINTF (line 1798) | SYS_VPRINTF = 0x074 constant SYS___CONFSTR_A (line 1799) | SYS___CONFSTR_A = 0x74B constant SYS___FDOPEN_A (line 1800) | SYS___FDOPEN_A = 0x74E constant SYS___FLDATA_A (line 1801) | SYS___FLDATA_A = 0x74F constant SYS___FTOK_A (line 1802) | SYS___FTOK_A = 0x74C constant SYS___ISWXDIGIT_A (line 1803) | SYS___ISWXDIGIT_A = 0x74A constant SYS___MKTEMP_A (line 1804) | SYS___MKTEMP_A = 0x74D constant SYS_VSPRINTF (line 1805) | SYS_VSPRINTF = 0x075 constant SYS___GETGRGID_A (line 1806) | SYS___GETGRGID_A = 0x75A constant SYS___GETGRNAM_A (line 1807) | SYS___GETGRNAM_A = 0x75B constant SYS___GETGROUPSBYNAME_A (line 1808) | SYS___GETGROUPSBYNAME_A = 0x75C constant SYS___GETHOSTENT_A (line 1809) | SYS___GETHOSTENT_A = 0x75D constant SYS___GETHOSTNAME_A (line 1810) | SYS___GETHOSTNAME_A = 0x75E constant SYS___GETLOGIN_A (line 1811) | SYS___GETLOGIN_A = 0x75F constant SYS_GETC (line 1812) | SYS_GETC = 0x076 constant SYS___CREATEWORKUNIT_A (line 1813) | SYS___CREATEWORKUNIT_A = 0x76A constant SYS___CTERMID_A (line 1814) | SYS___CTERMID_A = 0x76B constant SYS___FMTMSG_A (line 1815) | SYS___FMTMSG_A = 0x76C constant SYS___INITGROUPS_A (line 1816) | SYS___INITGROUPS_A = 0x76D constant SYS___MSGRCV_A (line 1817) | SYS___MSGRCV_A = 0x76F constant SYS_____LOGIN_A (line 1818) | SYS_____LOGIN_A = 0x76E constant SYS_FGETS (line 1819) | SYS_FGETS = 0x077 constant SYS___STRCASECMP_A (line 1820) | SYS___STRCASECMP_A = 0x77B constant SYS___STRNCASECMP_A (line 1821) | SYS___STRNCASECMP_A = 0x77C constant SYS___TTYNAME_A (line 1822) | SYS___TTYNAME_A = 0x77D constant SYS___UNAME_A (line 1823) | SYS___UNAME_A = 0x77E constant SYS___UTIMES_A (line 1824) | SYS___UTIMES_A = 0x77F constant SYS_____SERVER_PWU_A (line 1825) | SYS_____SERVER_PWU_A = 0x77A constant SYS_FPUTC (line 1826) | SYS_FPUTC = 0x078 constant SYS___CREAT_O_A (line 1827) | SYS___CREAT_O_A = 0x78E constant SYS___ENVNA (line 1828) | SYS___ENVNA = 0x78F constant SYS___FREAD_A (line 1829) | SYS___FREAD_A = 0x78A constant SYS___FWRITE_A (line 1830) | SYS___FWRITE_A = 0x78B constant SYS___ISASCII (line 1831) | SYS___ISASCII = 0x78D constant SYS___OPEN_O_A (line 1832) | SYS___OPEN_O_A = 0x78C constant SYS_FPUTS (line 1833) | SYS_FPUTS = 0x079 constant SYS___ASCTIME_A (line 1834) | SYS___ASCTIME_A = 0x79C constant SYS___CTIME_A (line 1835) | SYS___CTIME_A = 0x79D constant SYS___GETDATE_A (line 1836) | SYS___GETDATE_A = 0x79E constant SYS___GETSERVBYPORT_A (line 1837) | SYS___GETSERVBYPORT_A = 0x79A constant SYS___GETSERVENT_A (line 1838) | SYS___GETSERVENT_A = 0x79B constant SYS___TZSET_A (line 1839) | SYS___TZSET_A = 0x79F constant SYS_ACL_FROM_TEXT (line 1840) | SYS_ACL_FROM_TEXT = 0x80C constant SYS_ACL_SET_FD (line 1841) | SYS_ACL_SET_FD = 0x80A constant SYS_ACL_SET_FILE (line 1842) | SYS_ACL_SET_FILE = 0x80B constant SYS_ACL_SORT (line 1843) | SYS_ACL_SORT = 0x80E constant SYS_ACL_TO_TEXT (line 1844) | SYS_ACL_TO_TEXT = 0x80D constant SYS_UNGETC (line 1845) | SYS_UNGETC = 0x080 constant SYS___SHUTDOWN_REGISTRATION (line 1846) | SYS___SHUTDOWN_REGISTRATION = 0x80F constant SYS_FREAD (line 1847) | SYS_FREAD = 0x081 constant SYS_FREEADDRINFO (line 1848) | SYS_FREEADDRINFO = 0x81A constant SYS_GAI_STRERROR (line 1849) | SYS_GAI_STRERROR = 0x81B constant SYS_REXEC_AF (line 1850) | SYS_REXEC_AF = 0x81C constant SYS___DYNALLOC_A (line 1851) | SYS___DYNALLOC_A = 0x81F constant SYS___POE (line 1852) | SYS___POE = 0x81D constant SYS_WCSTOMBS (line 1853) | SYS_WCSTOMBS = 0x082 constant SYS___INET_ADDR_A (line 1854) | SYS___INET_ADDR_A = 0x82F constant SYS___NLIST_A (line 1855) | SYS___NLIST_A = 0x82A constant SYS_____TCGETCP_A (line 1856) | SYS_____TCGETCP_A = 0x82B constant SYS_____TCSETCP_A (line 1857) | SYS_____TCSETCP_A = 0x82C constant SYS_____W_PIOCTL_A (line 1858) | SYS_____W_PIOCTL_A = 0x82E constant SYS_MBTOWC (line 1859) | SYS_MBTOWC = 0x083 constant SYS___CABEND (line 1860) | SYS___CABEND = 0x83D constant SYS___LE_CIB_GET (line 1861) | SYS___LE_CIB_GET = 0x83E constant SYS___RECVMSG_A (line 1862) | SYS___RECVMSG_A = 0x83B constant SYS___SENDMSG_A (line 1863) | SYS___SENDMSG_A = 0x83A constant SYS___SET_LAA_FOR_JIT (line 1864) | SYS___SET_LAA_FOR_JIT = 0x83F constant SYS_____LCHATTR_A (line 1865) | SYS_____LCHATTR_A = 0x83C constant SYS_WCTOMB (line 1866) | SYS_WCTOMB = 0x084 constant SYS___CBRTL_B (line 1867) | SYS___CBRTL_B = 0x84A constant SYS___COPYSIGNF_B (line 1868) | SYS___COPYSIGNF_B = 0x84B constant SYS___COPYSIGNL_B (line 1869) | SYS___COPYSIGNL_B = 0x84C constant SYS___COTANF_B (line 1870) | SYS___COTANF_B = 0x84D constant SYS___COTANL_B (line 1871) | SYS___COTANL_B = 0x84F constant SYS___COTAN_B (line 1872) | SYS___COTAN_B = 0x84E constant SYS_MBSTOWCS (line 1873) | SYS_MBSTOWCS = 0x085 constant SYS___LOG1PL_B (line 1874) | SYS___LOG1PL_B = 0x85A constant SYS___LOG2F_B (line 1875) | SYS___LOG2F_B = 0x85B constant SYS___LOG2L_B (line 1876) | SYS___LOG2L_B = 0x85D constant SYS___LOG2_B (line 1877) | SYS___LOG2_B = 0x85C constant SYS___REMAINDERF_B (line 1878) | SYS___REMAINDERF_B = 0x85E constant SYS___REMAINDERL_B (line 1879) | SYS___REMAINDERL_B = 0x85F constant SYS_ACOSHF (line 1880) | SYS_ACOSHF = 0x86E constant SYS_ACOSHL (line 1881) | SYS_ACOSHL = 0x86F constant SYS_WCSCPY (line 1882) | SYS_WCSCPY = 0x086 constant SYS___ERFCF_B (line 1883) | SYS___ERFCF_B = 0x86D constant SYS___ERFF_B (line 1884) | SYS___ERFF_B = 0x86C constant SYS___LROUNDF_B (line 1885) | SYS___LROUNDF_B = 0x86A constant SYS___LROUND_B (line 1886) | SYS___LROUND_B = 0x86B constant SYS_COTANL (line 1887) | SYS_COTANL = 0x87A constant SYS_EXP2F (line 1888) | SYS_EXP2F = 0x87B constant SYS_EXP2L (line 1889) | SYS_EXP2L = 0x87C constant SYS_EXPM1F (line 1890) | SYS_EXPM1F = 0x87D constant SYS_EXPM1L (line 1891) | SYS_EXPM1L = 0x87E constant SYS_FDIMF (line 1892) | SYS_FDIMF = 0x87F constant SYS_WCSCAT (line 1893) | SYS_WCSCAT = 0x087 constant SYS___COTANL (line 1894) | SYS___COTANL = 0x87A constant SYS_REMAINDERF (line 1895) | SYS_REMAINDERF = 0x88A constant SYS_REMAINDERL (line 1896) | SYS_REMAINDERL = 0x88B constant SYS_REMAINDF (line 1897) | SYS_REMAINDF = 0x88A constant SYS_REMAINDL (line 1898) | SYS_REMAINDL = 0x88B constant SYS_REMQUO (line 1899) | SYS_REMQUO = 0x88D constant SYS_REMQUOF (line 1900) | SYS_REMQUOF = 0x88C constant SYS_REMQUOL (line 1901) | SYS_REMQUOL = 0x88E constant SYS_TGAMMAF (line 1902) | SYS_TGAMMAF = 0x88F constant SYS_WCSCHR (line 1903) | SYS_WCSCHR = 0x088 constant SYS_ERFCF (line 1904) | SYS_ERFCF = 0x89B constant SYS_ERFCL (line 1905) | SYS_ERFCL = 0x89C constant SYS_ERFL (line 1906) | SYS_ERFL = 0x89A constant SYS_EXP2 (line 1907) | SYS_EXP2 = 0x89E constant SYS_WCSCMP (line 1908) | SYS_WCSCMP = 0x089 constant SYS___EXP2_B (line 1909) | SYS___EXP2_B = 0x89D constant SYS___FAR_JUMP (line 1910) | SYS___FAR_JUMP = 0x89F constant SYS_ABS (line 1911) | SYS_ABS = 0x090 constant SYS___ERFCL_H (line 1912) | SYS___ERFCL_H = 0x90A constant SYS___EXPF_H (line 1913) | SYS___EXPF_H = 0x90C constant SYS___EXPL_H (line 1914) | SYS___EXPL_H = 0x90D constant SYS___EXPM1_H (line 1915) | SYS___EXPM1_H = 0x90E constant SYS___EXP_H (line 1916) | SYS___EXP_H = 0x90B constant SYS___FDIM_H (line 1917) | SYS___FDIM_H = 0x90F constant SYS_DIV (line 1918) | SYS_DIV = 0x091 constant SYS___LOG2F_H (line 1919) | SYS___LOG2F_H = 0x91F constant SYS___LOG2_H (line 1920) | SYS___LOG2_H = 0x91E constant SYS___LOGB_H (line 1921) | SYS___LOGB_H = 0x91D constant SYS___LOGF_H (line 1922) | SYS___LOGF_H = 0x91B constant SYS___LOGL_H (line 1923) | SYS___LOGL_H = 0x91C constant SYS___LOG_H (line 1924) | SYS___LOG_H = 0x91A constant SYS_LABS (line 1925) | SYS_LABS = 0x092 constant SYS___POWL_H (line 1926) | SYS___POWL_H = 0x92A constant SYS___REMAINDER_H (line 1927) | SYS___REMAINDER_H = 0x92B constant SYS___RINT_H (line 1928) | SYS___RINT_H = 0x92C constant SYS___SCALB_H (line 1929) | SYS___SCALB_H = 0x92D constant SYS___SINF_H (line 1930) | SYS___SINF_H = 0x92F constant SYS___SIN_H (line 1931) | SYS___SIN_H = 0x92E constant SYS_STRNCPY (line 1932) | SYS_STRNCPY = 0x093 constant SYS___TANHF_H (line 1933) | SYS___TANHF_H = 0x93B constant SYS___TANHL_H (line 1934) | SYS___TANHL_H = 0x93C constant SYS___TANH_H (line 1935) | SYS___TANH_H = 0x93A constant SYS___TGAMMAF_H (line 1936) | SYS___TGAMMAF_H = 0x93E constant SYS___TGAMMA_H (line 1937) | SYS___TGAMMA_H = 0x93D constant SYS___TRUNC_H (line 1938) | SYS___TRUNC_H = 0x93F constant SYS_MEMCPY (line 1939) | SYS_MEMCPY = 0x094 constant SYS_VFWSCANF (line 1940) | SYS_VFWSCANF = 0x94A constant SYS_VSWSCANF (line 1941) | SYS_VSWSCANF = 0x94E constant SYS_VWSCANF (line 1942) | SYS_VWSCANF = 0x94C constant SYS_INET6_RTH_ADD (line 1943) | SYS_INET6_RTH_ADD = 0x95D constant SYS_INET6_RTH_INIT (line 1944) | SYS_INET6_RTH_INIT = 0x95C constant SYS_INET6_RTH_REVERSE (line 1945) | SYS_INET6_RTH_REVERSE = 0x95E constant SYS_INET6_RTH_SEGMENTS (line 1946) | SYS_INET6_RTH_SEGMENTS = 0x95F constant SYS_INET6_RTH_SPACE (line 1947) | SYS_INET6_RTH_SPACE = 0x95B constant SYS_MEMMOVE (line 1948) | SYS_MEMMOVE = 0x095 constant SYS_WCSTOLD (line 1949) | SYS_WCSTOLD = 0x95A constant SYS_STRCPY (line 1950) | SYS_STRCPY = 0x096 constant SYS_STRCMP (line 1951) | SYS_STRCMP = 0x097 constant SYS_CABS (line 1952) | SYS_CABS = 0x98E constant SYS_STRCAT (line 1953) | SYS_STRCAT = 0x098 constant SYS___CABS_B (line 1954) | SYS___CABS_B = 0x98F constant SYS___POW_II (line 1955) | SYS___POW_II = 0x98A constant SYS___POW_II_B (line 1956) | SYS___POW_II_B = 0x98B constant SYS___POW_II_H (line 1957) | SYS___POW_II_H = 0x98C constant SYS_CACOSF (line 1958) | SYS_CACOSF = 0x99A constant SYS_CACOSL (line 1959) | SYS_CACOSL = 0x99D constant SYS_STRNCAT (line 1960) | SYS_STRNCAT = 0x099 constant SYS___CACOSF_B (line 1961) | SYS___CACOSF_B = 0x99B constant SYS___CACOSF_H (line 1962) | SYS___CACOSF_H = 0x99C constant SYS___CACOSL_B (line 1963) | SYS___CACOSL_B = 0x99E constant SYS___CACOSL_H (line 1964) | SYS___CACOSL_H = 0x99F constant SYS_ISWALPHA (line 1965) | SYS_ISWALPHA = 0x100 constant SYS_ISWBLANK (line 1966) | SYS_ISWBLANK = 0x101 constant SYS___ISWBLK (line 1967) | SYS___ISWBLK = 0x101 constant SYS_ISWCNTRL (line 1968) | SYS_ISWCNTRL = 0x102 constant SYS_ISWDIGIT (line 1969) | SYS_ISWDIGIT = 0x103 constant SYS_ISWGRAPH (line 1970) | SYS_ISWGRAPH = 0x104 constant SYS_ISWLOWER (line 1971) | SYS_ISWLOWER = 0x105 constant SYS_ISWPRINT (line 1972) | SYS_ISWPRINT = 0x106 constant SYS_ISWPUNCT (line 1973) | SYS_ISWPUNCT = 0x107 constant SYS_ISWSPACE (line 1974) | SYS_ISWSPACE = 0x108 constant SYS_ISWUPPER (line 1975) | SYS_ISWUPPER = 0x109 constant SYS_WCTOB (line 1976) | SYS_WCTOB = 0x110 constant SYS_MBRLEN (line 1977) | SYS_MBRLEN = 0x111 constant SYS_MBRTOWC (line 1978) | SYS_MBRTOWC = 0x112 constant SYS_MBSRTOWC (line 1979) | SYS_MBSRTOWC = 0x113 constant SYS_MBSRTOWCS (line 1980) | SYS_MBSRTOWCS = 0x113 constant SYS_WCRTOMB (line 1981) | SYS_WCRTOMB = 0x114 constant SYS_WCSRTOMB (line 1982) | SYS_WCSRTOMB = 0x115 constant SYS_WCSRTOMBS (line 1983) | SYS_WCSRTOMBS = 0x115 constant SYS___CSID (line 1984) | SYS___CSID = 0x116 constant SYS___WCSID (line 1985) | SYS___WCSID = 0x117 constant SYS_STRPTIME (line 1986) | SYS_STRPTIME = 0x118 constant SYS___STRPTM (line 1987) | SYS___STRPTM = 0x118 constant SYS_STRFMON (line 1988) | SYS_STRFMON = 0x119 constant SYS_WCSCOLL (line 1989) | SYS_WCSCOLL = 0x130 constant SYS_WCSXFRM (line 1990) | SYS_WCSXFRM = 0x131 constant SYS_WCSWIDTH (line 1991) | SYS_WCSWIDTH = 0x132 constant SYS_WCWIDTH (line 1992) | SYS_WCWIDTH = 0x133 constant SYS_WCSFTIME (line 1993) | SYS_WCSFTIME = 0x134 constant SYS_SWPRINTF (line 1994) | SYS_SWPRINTF = 0x135 constant SYS_VSWPRINT (line 1995) | SYS_VSWPRINT = 0x136 constant SYS_VSWPRINTF (line 1996) | SYS_VSWPRINTF = 0x136 constant SYS_SWSCANF (line 1997) | SYS_SWSCANF = 0x137 constant SYS_REGCOMP (line 1998) | SYS_REGCOMP = 0x138 constant SYS_REGEXEC (line 1999) | SYS_REGEXEC = 0x139 constant SYS_GETWC (line 2000) | SYS_GETWC = 0x140 constant SYS_GETWCHAR (line 2001) | SYS_GETWCHAR = 0x141 constant SYS_PUTWC (line 2002) | SYS_PUTWC = 0x142 constant SYS_PUTWCHAR (line 2003) | SYS_PUTWCHAR = 0x143 constant SYS_UNGETWC (line 2004) | SYS_UNGETWC = 0x144 constant SYS_ICONV_OPEN (line 2005) | SYS_ICONV_OPEN = 0x145 constant SYS_ICONV (line 2006) | SYS_ICONV = 0x146 constant SYS_ICONV_CLOSE (line 2007) | SYS_ICONV_CLOSE = 0x147 constant SYS_COLLRANGE (line 2008) | SYS_COLLRANGE = 0x150 constant SYS_CCLASS (line 2009) | SYS_CCLASS = 0x151 constant SYS_COLLORDER (line 2010) | SYS_COLLORDER = 0x152 constant SYS___DEMANGLE (line 2011) | SYS___DEMANGLE = 0x154 constant SYS_FDOPEN (line 2012) | SYS_FDOPEN = 0x155 constant SYS___ERRNO (line 2013) | SYS___ERRNO = 0x156 constant SYS___ERRNO2 (line 2014) | SYS___ERRNO2 = 0x157 constant SYS___TERROR (line 2015) | SYS___TERROR = 0x158 constant SYS_MAXCOLL (line 2016) | SYS_MAXCOLL = 0x169 constant SYS_DLLLOAD (line 2017) | SYS_DLLLOAD = 0x170 constant SYS__EXIT (line 2018) | SYS__EXIT = 0x174 constant SYS_ACCESS (line 2019) | SYS_ACCESS = 0x175 constant SYS_ALARM (line 2020) | SYS_ALARM = 0x176 constant SYS_CFGETISPEED (line 2021) | SYS_CFGETISPEED = 0x177 constant SYS_CFGETOSPEED (line 2022) | SYS_CFGETOSPEED = 0x178 constant SYS_CFSETISPEED (line 2023) | SYS_CFSETISPEED = 0x179 constant SYS_CREAT (line 2024) | SYS_CREAT = 0x180 constant SYS_CTERMID (line 2025) | SYS_CTERMID = 0x181 constant SYS_DUP (line 2026) | SYS_DUP = 0x182 constant SYS_DUP2 (line 2027) | SYS_DUP2 = 0x183 constant SYS_EXECL (line 2028) | SYS_EXECL = 0x184 constant SYS_EXECLE (line 2029) | SYS_EXECLE = 0x185 constant SYS_EXECLP (line 2030) | SYS_EXECLP = 0x186 constant SYS_EXECV (line 2031) | SYS_EXECV = 0x187 constant SYS_EXECVE (line 2032) | SYS_EXECVE = 0x188 constant SYS_EXECVP (line 2033) | SYS_EXECVP = 0x189 constant SYS_FSTAT (line 2034) | SYS_FSTAT = 0x190 constant SYS_FSYNC (line 2035) | SYS_FSYNC = 0x191 constant SYS_FTRUNCATE (line 2036) | SYS_FTRUNCATE = 0x192 constant SYS_GETCWD (line 2037) | SYS_GETCWD = 0x193 constant SYS_GETEGID (line 2038) | SYS_GETEGID = 0x194 constant SYS_GETEUID (line 2039) | SYS_GETEUID = 0x195 constant SYS_GETGID (line 2040) | SYS_GETGID = 0x196 constant SYS_GETGRGID (line 2041) | SYS_GETGRGID = 0x197 constant SYS_GETGRNAM (line 2042) | SYS_GETGRNAM = 0x198 constant SYS_GETGROUPS (line 2043) | SYS_GETGROUPS = 0x199 constant SYS_PTHREAD_MUTEXATTR_DESTROY (line 2044) | SYS_PTHREAD_MUTEXATTR_DESTROY = 0x200 constant SYS_PTHREAD_MUTEXATTR_SETKIND_NP (line 2045) | SYS_PTHREAD_MUTEXATTR_SETKIND_NP = 0x201 constant SYS_PTHREAD_MUTEXATTR_GETKIND_NP (line 2046) | SYS_PTHREAD_MUTEXATTR_GETKIND_NP = 0x202 constant SYS_PTHREAD_MUTEX_INIT (line 2047) | SYS_PTHREAD_MUTEX_INIT = 0x203 constant SYS_PTHREAD_MUTEX_DESTROY (line 2048) | SYS_PTHREAD_MUTEX_DESTROY = 0x204 constant SYS_PTHREAD_MUTEX_LOCK (line 2049) | SYS_PTHREAD_MUTEX_LOCK = 0x205 constant SYS_PTHREAD_MUTEX_TRYLOCK (line 2050) | SYS_PTHREAD_MUTEX_TRYLOCK = 0x206 constant SYS_PTHREAD_MUTEX_UNLOCK (line 2051) | SYS_PTHREAD_MUTEX_UNLOCK = 0x207 constant SYS_PTHREAD_ONCE (line 2052) | SYS_PTHREAD_ONCE = 0x209 constant SYS_TW_OPEN (line 2053) | SYS_TW_OPEN = 0x210 constant SYS_TW_FCNTL (line 2054) | SYS_TW_FCNTL = 0x211 constant SYS_PTHREAD_JOIN_D4_NP (line 2055) | SYS_PTHREAD_JOIN_D4_NP = 0x212 constant SYS_PTHREAD_CONDATTR_SETKIND_NP (line 2056) | SYS_PTHREAD_CONDATTR_SETKIND_NP = 0x213 constant SYS_PTHREAD_CONDATTR_GETKIND_NP (line 2057) | SYS_PTHREAD_CONDATTR_GETKIND_NP = 0x214 constant SYS_EXTLINK_NP (line 2058) | SYS_EXTLINK_NP = 0x215 constant SYS___PASSWD (line 2059) | SYS___PASSWD = 0x216 constant SYS_SETGROUPS (line 2060) | SYS_SETGROUPS = 0x217 constant SYS_INITGROUPS (line 2061) | SYS_INITGROUPS = 0x218 constant SYS_WCSRCHR (line 2062) | SYS_WCSRCHR = 0x240 constant SYS_SVC99 (line 2063) | SYS_SVC99 = 0x241 constant SYS___SVC99 (line 2064) | SYS___SVC99 = 0x241 constant SYS_WCSWCS (line 2065) | SYS_WCSWCS = 0x242 constant SYS_LOCALECO (line 2066) | SYS_LOCALECO = 0x243 constant SYS_LOCALECONV (line 2067) | SYS_LOCALECONV = 0x243 constant SYS___LIBREL (line 2068) | SYS___LIBREL = 0x244 constant SYS_RELEASE (line 2069) | SYS_RELEASE = 0x245 constant SYS___RLSE (line 2070) | SYS___RLSE = 0x245 constant SYS_FLOCATE (line 2071) | SYS_FLOCATE = 0x246 constant SYS___FLOCT (line 2072) | SYS___FLOCT = 0x246 constant SYS_FDELREC (line 2073) | SYS_FDELREC = 0x247 constant SYS___FDLREC (line 2074) | SYS___FDLREC = 0x247 constant SYS_FETCH (line 2075) | SYS_FETCH = 0x248 constant SYS___FETCH (line 2076) | SYS___FETCH = 0x248 constant SYS_QSORT (line 2077) | SYS_QSORT = 0x249 constant SYS___CLEANUPCATCH (line 2078) | SYS___CLEANUPCATCH = 0x260 constant SYS___CATCHMATCH (line 2079) | SYS___CATCHMATCH = 0x261 constant SYS___CLEAN2UPCATCH (line 2080) | SYS___CLEAN2UPCATCH = 0x262 constant SYS_GETPRIORITY (line 2081) | SYS_GETPRIORITY = 0x270 constant SYS_NICE (line 2082) | SYS_NICE = 0x271 constant SYS_SETPRIORITY (line 2083) | SYS_SETPRIORITY = 0x272 constant SYS_GETITIMER (line 2084) | SYS_GETITIMER = 0x273 constant SYS_SETITIMER (line 2085) | SYS_SETITIMER = 0x274 constant SYS_MSGCTL (line 2086) | SYS_MSGCTL = 0x275 constant SYS_MSGGET (line 2087) | SYS_MSGGET = 0x276 constant SYS_MSGRCV (line 2088) | SYS_MSGRCV = 0x277 constant SYS_MSGSND (line 2089) | SYS_MSGSND = 0x278 constant SYS_MSGXRCV (line 2090) | SYS_MSGXRCV = 0x279 constant SYS___MSGXR (line 2091) | SYS___MSGXR = 0x279 constant SYS_SHMGET (line 2092) | SYS_SHMGET = 0x280 constant SYS___GETIPC (line 2093) | SYS___GETIPC = 0x281 constant SYS_SETGRENT (line 2094) | SYS_SETGRENT = 0x282 constant SYS_GETGRENT (line 2095) | SYS_GETGRENT = 0x283 constant SYS_ENDGRENT (line 2096) | SYS_ENDGRENT = 0x284 constant SYS_SETPWENT (line 2097) | SYS_SETPWENT = 0x285 constant SYS_GETPWENT (line 2098) | SYS_GETPWENT = 0x286 constant SYS_ENDPWENT (line 2099) | SYS_ENDPWENT = 0x287 constant SYS_BSD_SIGNAL (line 2100) | SYS_BSD_SIGNAL = 0x288 constant SYS_KILLPG (line 2101) | SYS_KILLPG = 0x289 constant SYS_SIGSET (line 2102) | SYS_SIGSET = 0x290 constant SYS_SIGSTACK (line 2103) | SYS_SIGSTACK = 0x291 constant SYS_GETRLIMIT (line 2104) | SYS_GETRLIMIT = 0x292 constant SYS_SETRLIMIT (line 2105) | SYS_SETRLIMIT = 0x293 constant SYS_GETRUSAGE (line 2106) | SYS_GETRUSAGE = 0x294 constant SYS_MMAP (line 2107) | SYS_MMAP = 0x295 constant SYS_MPROTECT (line 2108) | SYS_MPROTECT = 0x296 constant SYS_MSYNC (line 2109) | SYS_MSYNC = 0x297 constant SYS_MUNMAP (line 2110) | SYS_MUNMAP = 0x298 constant SYS_CONFSTR (line 2111) | SYS_CONFSTR = 0x299 constant SYS___NDMTRM (line 2112) | SYS___NDMTRM = 0x300 constant SYS_FTOK (line 2113) | SYS_FTOK = 0x301 constant SYS_BASENAME (line 2114) | SYS_BASENAME = 0x302 constant SYS_DIRNAME (line 2115) | SYS_DIRNAME = 0x303 constant SYS_GETDTABLESIZE (line 2116) | SYS_GETDTABLESIZE = 0x304 constant SYS_MKSTEMP (line 2117) | SYS_MKSTEMP = 0x305 constant SYS_MKTEMP (line 2118) | SYS_MKTEMP = 0x306 constant SYS_NFTW (line 2119) | SYS_NFTW = 0x307 constant SYS_GETWD (line 2120) | SYS_GETWD = 0x308 constant SYS_LOCKF (line 2121) | SYS_LOCKF = 0x309 constant SYS_WORDEXP (line 2122) | SYS_WORDEXP = 0x310 constant SYS_WORDFREE (line 2123) | SYS_WORDFREE = 0x311 constant SYS_GETPGID (line 2124) | SYS_GETPGID = 0x312 constant SYS_GETSID (line 2125) | SYS_GETSID = 0x313 constant SYS___UTMPXNAME (line 2126) | SYS___UTMPXNAME = 0x314 constant SYS_CUSERID (line 2127) | SYS_CUSERID = 0x315 constant SYS_GETPASS (line 2128) | SYS_GETPASS = 0x316 constant SYS_FNMATCH (line 2129) | SYS_FNMATCH = 0x317 constant SYS_FTW (line 2130) | SYS_FTW = 0x318 constant SYS_GETW (line 2131) | SYS_GETW = 0x319 constant SYS_ACOSH (line 2132) | SYS_ACOSH = 0x320 constant SYS_ASINH (line 2133) | SYS_ASINH = 0x321 constant SYS_ATANH (line 2134) | SYS_ATANH = 0x322 constant SYS_CBRT (line 2135) | SYS_CBRT = 0x323 constant SYS_EXPM1 (line 2136) | SYS_EXPM1 = 0x324 constant SYS_ILOGB (line 2137) | SYS_ILOGB = 0x325 constant SYS_LOGB (line 2138) | SYS_LOGB = 0x326 constant SYS_LOG1P (line 2139) | SYS_LOG1P = 0x327 constant SYS_NEXTAFTER (line 2140) | SYS_NEXTAFTER = 0x328 constant SYS_RINT (line 2141) | SYS_RINT = 0x329 constant SYS_SPAWN (line 2142) | SYS_SPAWN = 0x330 constant SYS_SPAWNP (line 2143) | SYS_SPAWNP = 0x331 constant SYS_GETLOGIN_UU (line 2144) | SYS_GETLOGIN_UU = 0x332 constant SYS_ECVT (line 2145) | SYS_ECVT = 0x333 constant SYS_FCVT (line 2146) | SYS_FCVT = 0x334 constant SYS_GCVT (line 2147) | SYS_GCVT = 0x335 constant SYS_ACCEPT (line 2148) | SYS_ACCEPT = 0x336 constant SYS_BIND (line 2149) | SYS_BIND = 0x337 constant SYS_CONNECT (line 2150) | SYS_CONNECT = 0x338 constant SYS_ENDHOSTENT (line 2151) | SYS_ENDHOSTENT = 0x339 constant SYS_GETHOSTENT (line 2152) | SYS_GETHOSTENT = 0x340 constant SYS_GETHOSTID (line 2153) | SYS_GETHOSTID = 0x341 constant SYS_GETHOSTNAME (line 2154) | SYS_GETHOSTNAME = 0x342 constant SYS_GETNETBYADDR (line 2155) | SYS_GETNETBYADDR = 0x343 constant SYS_GETNETBYNAME (line 2156) | SYS_GETNETBYNAME = 0x344 constant SYS_GETNETENT (line 2157) | SYS_GETNETENT = 0x345 constant SYS_GETPEERNAME (line 2158) | SYS_GETPEERNAME = 0x346 constant SYS_GETPROTOBYNAME (line 2159) | SYS_GETPROTOBYNAME = 0x347 constant SYS_GETPROTOBYNUMBER (line 2160) | SYS_GETPROTOBYNUMBER = 0x348 constant SYS_GETPROTOENT (line 2161) | SYS_GETPROTOENT = 0x349 constant SYS_INET_LNAOF (line 2162) | SYS_INET_LNAOF = 0x350 constant SYS_INET_MAKEADDR (line 2163) | SYS_INET_MAKEADDR = 0x351 constant SYS_INET_NETOF (line 2164) | SYS_INET_NETOF = 0x352 constant SYS_INET_NETWORK (line 2165) | SYS_INET_NETWORK = 0x353 constant SYS_INET_NTOA (line 2166) | SYS_INET_NTOA = 0x354 constant SYS_IOCTL (line 2167) | SYS_IOCTL = 0x355 constant SYS_LISTEN (line 2168) | SYS_LISTEN = 0x356 constant SYS_READV (line 2169) | SYS_READV = 0x357 constant SYS_RECV (line 2170) | SYS_RECV = 0x358 constant SYS_RECVFROM (line 2171) | SYS_RECVFROM = 0x359 constant SYS_SETHOSTENT (line 2172) | SYS_SETHOSTENT = 0x360 constant SYS_SETNETENT (line 2173) | SYS_SETNETENT = 0x361 constant SYS_SETPEER (line 2174) | SYS_SETPEER = 0x362 constant SYS_SETPROTOENT (line 2175) | SYS_SETPROTOENT = 0x363 constant SYS_SETSERVENT (line 2176) | SYS_SETSERVENT = 0x364 constant SYS_SETSOCKOPT (line 2177) | SYS_SETSOCKOPT = 0x365 constant SYS_SHUTDOWN (line 2178) | SYS_SHUTDOWN = 0x366 constant SYS_SOCKET (line 2179) | SYS_SOCKET = 0x367 constant SYS_SOCKETPAIR (line 2180) | SYS_SOCKETPAIR = 0x368 constant SYS_WRITEV (line 2181) | SYS_WRITEV = 0x369 constant SYS_ENDNETENT (line 2182) | SYS_ENDNETENT = 0x370 constant SYS_CLOSELOG (line 2183) | SYS_CLOSELOG = 0x371 constant SYS_OPENLOG (line 2184) | SYS_OPENLOG = 0x372 constant SYS_SETLOGMASK (line 2185) | SYS_SETLOGMASK = 0x373 constant SYS_SYSLOG (line 2186) | SYS_SYSLOG = 0x374 constant SYS_PTSNAME (line 2187) | SYS_PTSNAME = 0x375 constant SYS_SETREUID (line 2188) | SYS_SETREUID = 0x376 constant SYS_SETREGID (line 2189) | SYS_SETREGID = 0x377 constant SYS_REALPATH (line 2190) | SYS_REALPATH = 0x378 constant SYS___SIGNGAM (line 2191) | SYS___SIGNGAM = 0x379 constant SYS_POLL (line 2192) | SYS_POLL = 0x380 constant SYS_REXEC (line 2193) | SYS_REXEC = 0x381 constant SYS___ISASCII2 (line 2194) | SYS___ISASCII2 = 0x382 constant SYS___TOASCII2 (line 2195) | SYS___TOASCII2 = 0x383 constant SYS_CHPRIORITY (line 2196) | SYS_CHPRIORITY = 0x384 constant SYS_PTHREAD_ATTR_SETSYNCTYPE_NP (line 2197) | SYS_PTHREAD_ATTR_SETSYNCTYPE_NP = 0x385 constant SYS_PTHREAD_ATTR_GETSYNCTYPE_NP (line 2198) | SYS_PTHREAD_ATTR_GETSYNCTYPE_NP = 0x386 constant SYS_PTHREAD_SET_LIMIT_NP (line 2199) | SYS_PTHREAD_SET_LIMIT_NP = 0x387 constant SYS___STNETENT (line 2200) | SYS___STNETENT = 0x388 constant SYS___STPROTOENT (line 2201) | SYS___STPROTOENT = 0x389 constant SYS___SELECT1 (line 2202) | SYS___SELECT1 = 0x390 constant SYS_PTHREAD_SECURITY_NP (line 2203) | SYS_PTHREAD_SECURITY_NP = 0x391 constant SYS___CHECK_RESOURCE_AUTH_NP (line 2204) | SYS___CHECK_RESOURCE_AUTH_NP = 0x392 constant SYS___CONVERT_ID_NP (line 2205) | SYS___CONVERT_ID_NP = 0x393 constant SYS___OPENVMREL (line 2206) | SYS___OPENVMREL = 0x394 constant SYS_WMEMCHR (line 2207) | SYS_WMEMCHR = 0x395 constant SYS_WMEMCMP (line 2208) | SYS_WMEMCMP = 0x396 constant SYS_WMEMCPY (line 2209) | SYS_WMEMCPY = 0x397 constant SYS_WMEMMOVE (line 2210) | SYS_WMEMMOVE = 0x398 constant SYS_WMEMSET (line 2211) | SYS_WMEMSET = 0x399 constant SYS___FPUTWC (line 2212) | SYS___FPUTWC = 0x400 constant SYS___PUTWC (line 2213) | SYS___PUTWC = 0x401 constant SYS___PWCHAR (line 2214) | SYS___PWCHAR = 0x402 constant SYS___WCSFTM (line 2215) | SYS___WCSFTM = 0x403 constant SYS___WCSTOK (line 2216) | SYS___WCSTOK = 0x404 constant SYS___WCWDTH (line 2217) | SYS___WCWDTH = 0x405 constant SYS_T_ACCEPT (line 2218) | SYS_T_ACCEPT = 0x409 constant SYS_T_GETINFO (line 2219) | SYS_T_GETINFO = 0x410 constant SYS_T_GETPROTADDR (line 2220) | SYS_T_GETPROTADDR = 0x411 constant SYS_T_GETSTATE (line 2221) | SYS_T_GETSTATE = 0x412 constant SYS_T_LISTEN (line 2222) | SYS_T_LISTEN = 0x413 constant SYS_T_LOOK (line 2223) | SYS_T_LOOK = 0x414 constant SYS_T_OPEN (line 2224) | SYS_T_OPEN = 0x415 constant SYS_T_OPTMGMT (line 2225) | SYS_T_OPTMGMT = 0x416 constant SYS_T_RCV (line 2226) | SYS_T_RCV = 0x417 constant SYS_T_RCVCONNECT (line 2227) | SYS_T_RCVCONNECT = 0x418 constant SYS_T_RCVDIS (line 2228) | SYS_T_RCVDIS = 0x419 constant SYS_T_SNDUDATA (line 2229) | SYS_T_SNDUDATA = 0x420 constant SYS_T_STRERROR (line 2230) | SYS_T_STRERROR = 0x421 constant SYS_T_SYNC (line 2231) | SYS_T_SYNC = 0x422 constant SYS_T_UNBIND (line 2232) | SYS_T_UNBIND = 0x423 constant SYS___T_ERRNO (line 2233) | SYS___T_ERRNO = 0x424 constant SYS___RECVMSG2 (line 2234) | SYS___RECVMSG2 = 0x425 constant SYS___SENDMSG2 (line 2235) | SYS___SENDMSG2 = 0x426 constant SYS_FATTACH (line 2236) | SYS_FATTACH = 0x427 constant SYS_FDETACH (line 2237) | SYS_FDETACH = 0x428 constant SYS_GETMSG (line 2238) | SYS_GETMSG = 0x429 constant SYS_GETCONTEXT (line 2239) | SYS_GETCONTEXT = 0x430 constant SYS_SETCONTEXT (line 2240) | SYS_SETCONTEXT = 0x431 constant SYS_MAKECONTEXT (line 2241) | SYS_MAKECONTEXT = 0x432 constant SYS_SWAPCONTEXT (line 2242) | SYS_SWAPCONTEXT = 0x433 constant SYS_PTHREAD_GETSPECIFIC_D8_NP (line 2243) | SYS_PTHREAD_GETSPECIFIC_D8_NP = 0x434 constant SYS_GETCLIENTID (line 2244) | SYS_GETCLIENTID = 0x470 constant SYS___GETCLIENTID (line 2245) | SYS___GETCLIENTID = 0x471 constant SYS_GETSTABLESIZE (line 2246) | SYS_GETSTABLESIZE = 0x472 constant SYS_GETIBMOPT (line 2247) | SYS_GETIBMOPT = 0x473 constant SYS_GETIBMSOCKOPT (line 2248) | SYS_GETIBMSOCKOPT = 0x474 constant SYS_GIVESOCKET (line 2249) | SYS_GIVESOCKET = 0x475 constant SYS_IBMSFLUSH (line 2250) | SYS_IBMSFLUSH = 0x476 constant SYS_MAXDESC (line 2251) | SYS_MAXDESC = 0x477 constant SYS_SETIBMOPT (line 2252) | SYS_SETIBMOPT = 0x478 constant SYS_SETIBMSOCKOPT (line 2253) | SYS_SETIBMSOCKOPT = 0x479 constant SYS___SERVER_PWU (line 2254) | SYS___SERVER_PWU = 0x480 constant SYS_PTHREAD_TAG_NP (line 2255) | SYS_PTHREAD_TAG_NP = 0x481 constant SYS___CONSOLE (line 2256) | SYS___CONSOLE = 0x482 constant SYS___WSINIT (line 2257) | SYS___WSINIT = 0x483 constant SYS___IPTCPN (line 2258) | SYS___IPTCPN = 0x489 constant SYS___SERVER_CLASSIFY (line 2259) | SYS___SERVER_CLASSIFY = 0x490 constant SYS___HEAPRPT (line 2260) | SYS___HEAPRPT = 0x496 constant SYS___ISBFP (line 2261) | SYS___ISBFP = 0x500 constant SYS___FP_CAST (line 2262) | SYS___FP_CAST = 0x501 constant SYS___CERTIFICATE (line 2263) | SYS___CERTIFICATE = 0x502 constant SYS_SEND_FILE (line 2264) | SYS_SEND_FILE = 0x503 constant SYS_AIO_CANCEL (line 2265) | SYS_AIO_CANCEL = 0x504 constant SYS_AIO_ERROR (line 2266) | SYS_AIO_ERROR = 0x505 constant SYS_AIO_READ (line 2267) | SYS_AIO_READ = 0x506 constant SYS_AIO_RETURN (line 2268) | SYS_AIO_RETURN = 0x507 constant SYS_AIO_SUSPEND (line 2269) | SYS_AIO_SUSPEND = 0x508 constant SYS_AIO_WRITE (line 2270) | SYS_AIO_WRITE = 0x509 constant SYS_PTHREAD_RWLOCK_TRYWRLOCK (line 2271) | SYS_PTHREAD_RWLOCK_TRYWRLOCK = 0x510 constant SYS_PTHREAD_RWLOCK_UNLOCK (line 2272) | SYS_PTHREAD_RWLOCK_UNLOCK = 0x511 constant SYS_PTHREAD_RWLOCK_WRLOCK (line 2273) | SYS_PTHREAD_RWLOCK_WRLOCK = 0x512 constant SYS_PTHREAD_RWLOCKATTR_GETPSHARED (line 2274) | SYS_PTHREAD_RWLOCKATTR_GETPSHARED = 0x513 constant SYS_PTHREAD_RWLOCKATTR_SETPSHARED (line 2275) | SYS_PTHREAD_RWLOCKATTR_SETPSHARED = 0x514 constant SYS_PTHREAD_RWLOCKATTR_INIT (line 2276) | SYS_PTHREAD_RWLOCKATTR_INIT = 0x515 constant SYS_PTHREAD_RWLOCKATTR_DESTROY (line 2277) | SYS_PTHREAD_RWLOCKATTR_DESTROY = 0x516 constant SYS___CTTBL (line 2278) | SYS___CTTBL = 0x517 constant SYS_PTHREAD_MUTEXATTR_SETTYPE (line 2279) | SYS_PTHREAD_MUTEXATTR_SETTYPE = 0x518 constant SYS_PTHREAD_MUTEXATTR_GETTYPE (line 2280) | SYS_PTHREAD_MUTEXATTR_GETTYPE = 0x519 constant SYS___FP_UNORDERED (line 2281) | SYS___FP_UNORDERED = 0x520 constant SYS___FP_READ_RND (line 2282) | SYS___FP_READ_RND = 0x521 constant SYS___FP_READ_RND_B (line 2283) | SYS___FP_READ_RND_B = 0x522 constant SYS___FP_SWAP_RND (line 2284) | SYS___FP_SWAP_RND = 0x523 constant SYS___FP_SWAP_RND_B (line 2285) | SYS___FP_SWAP_RND_B = 0x524 constant SYS___FP_LEVEL (line 2286) | SYS___FP_LEVEL = 0x525 constant SYS___FP_BTOH (line 2287) | SYS___FP_BTOH = 0x526 constant SYS___FP_HTOB (line 2288) | SYS___FP_HTOB = 0x527 constant SYS___FPC_RD (line 2289) | SYS___FPC_RD = 0x528 constant SYS___FPC_WR (line 2290) | SYS___FPC_WR = 0x529 constant SYS_PTHREAD_SETCANCELTYPE (line 2291) | SYS_PTHREAD_SETCANCELTYPE = 0x600 constant SYS_PTHREAD_TESTCANCEL (line 2292) | SYS_PTHREAD_TESTCANCEL = 0x601 constant SYS___ATANF_B (line 2293) | SYS___ATANF_B = 0x602 constant SYS___ATANL_B (line 2294) | SYS___ATANL_B = 0x603 constant SYS___CEILF_B (line 2295) | SYS___CEILF_B = 0x604 constant SYS___CEILL_B (line 2296) | SYS___CEILL_B = 0x605 constant SYS___COSF_B (line 2297) | SYS___COSF_B = 0x606 constant SYS___COSL_B (line 2298) | SYS___COSL_B = 0x607 constant SYS___FABSF_B (line 2299) | SYS___FABSF_B = 0x608 constant SYS___FABSL_B (line 2300) | SYS___FABSL_B = 0x609 constant SYS___SINF_B (line 2301) | SYS___SINF_B = 0x610 constant SYS___SINL_B (line 2302) | SYS___SINL_B = 0x611 constant SYS___TANF_B (line 2303) | SYS___TANF_B = 0x612 constant SYS___TANL_B (line 2304) | SYS___TANL_B = 0x613 constant SYS___TANHF_B (line 2305) | SYS___TANHF_B = 0x614 constant SYS___TANHL_B (line 2306) | SYS___TANHL_B = 0x615 constant SYS___ACOSF_B (line 2307) | SYS___ACOSF_B = 0x616 constant SYS___ACOSL_B (line 2308) | SYS___ACOSL_B = 0x617 constant SYS___ASINF_B (line 2309) | SYS___ASINF_B = 0x618 constant SYS___ASINL_B (line 2310) | SYS___ASINL_B = 0x619 constant SYS___LOGF_B (line 2311) | SYS___LOGF_B = 0x620 constant SYS___LOGL_B (line 2312) | SYS___LOGL_B = 0x621 constant SYS___LOG10F_B (line 2313) | SYS___LOG10F_B = 0x622 constant SYS___LOG10L_B (line 2314) | SYS___LOG10L_B = 0x623 constant SYS___POWF_B (line 2315) | SYS___POWF_B = 0x624 constant SYS___POWL_B (line 2316) | SYS___POWL_B = 0x625 constant SYS___SINHF_B (line 2317) | SYS___SINHF_B = 0x626 constant SYS___SINHL_B (line 2318) | SYS___SINHL_B = 0x627 constant SYS___SQRTF_B (line 2319) | SYS___SQRTF_B = 0x628 constant SYS___SQRTL_B (line 2320) | SYS___SQRTL_B = 0x629 constant SYS___MODFL_B (line 2321) | SYS___MODFL_B = 0x630 constant SYS_ABSF (line 2322) | SYS_ABSF = 0x631 constant SYS_ABSL (line 2323) | SYS_ABSL = 0x632 constant SYS_ACOSF (line 2324) | SYS_ACOSF = 0x633 constant SYS_ACOSL (line 2325) | SYS_ACOSL = 0x634 constant SYS_ASINF (line 2326) | SYS_ASINF = 0x635 constant SYS_ASINL (line 2327) | SYS_ASINL = 0x636 constant SYS_ATAN2F (line 2328) | SYS_ATAN2F = 0x637 constant SYS_ATAN2L (line 2329) | SYS_ATAN2L = 0x638 constant SYS_ATANF (line 2330) | SYS_ATANF = 0x639 constant SYS_COSHL (line 2331) | SYS_COSHL = 0x640 constant SYS_EXPF (line 2332) | SYS_EXPF = 0x641 constant SYS_EXPL (line 2333) | SYS_EXPL = 0x642 constant SYS_TANHF (line 2334) | SYS_TANHF = 0x643 constant SYS_TANHL (line 2335) | SYS_TANHL = 0x644 constant SYS_LOG10F (line 2336) | SYS_LOG10F = 0x645 constant SYS_LOG10L (line 2337) | SYS_LOG10L = 0x646 constant SYS_LOGF (line 2338) | SYS_LOGF = 0x647 constant SYS_LOGL (line 2339) | SYS_LOGL = 0x648 constant SYS_POWF (line 2340) | SYS_POWF = 0x649 constant SYS_SINHL (line 2341) | SYS_SINHL = 0x650 constant SYS_TANF (line 2342) | SYS_TANF = 0x651 constant SYS_TANL (line 2343) | SYS_TANL = 0x652 constant SYS_FABSF (line 2344) | SYS_FABSF = 0x653 constant SYS_FABSL (line 2345) | SYS_FABSL = 0x654 constant SYS_FLOORF (line 2346) | SYS_FLOORF = 0x655 constant SYS_FLOORL (line 2347) | SYS_FLOORL = 0x656 constant SYS_FMODF (line 2348) | SYS_FMODF = 0x657 constant SYS_FMODL (line 2349) | SYS_FMODL = 0x658 constant SYS_FREXPF (line 2350) | SYS_FREXPF = 0x659 constant SYS___CHATTR (line 2351) | SYS___CHATTR = 0x660 constant SYS___FCHATTR (line 2352) | SYS___FCHATTR = 0x661 constant SYS___TOCCSID (line 2353) | SYS___TOCCSID = 0x662 constant SYS___CSNAMETYPE (line 2354) | SYS___CSNAMETYPE = 0x663 constant SYS___TOCSNAME (line 2355) | SYS___TOCSNAME = 0x664 constant SYS___CCSIDTYPE (line 2356) | SYS___CCSIDTYPE = 0x665 constant SYS___AE_CORRESTBL_QUERY (line 2357) | SYS___AE_CORRESTBL_QUERY = 0x666 constant SYS___AE_AUTOCONVERT_STATE (line 2358) | SYS___AE_AUTOCONVERT_STATE = 0x667 constant SYS_DN_FIND (line 2359) | SYS_DN_FIND = 0x668 constant SYS___GETHOSTBYADDR_A (line 2360) | SYS___GETHOSTBYADDR_A = 0x669 constant SYS___MBLEN_SB_A (line 2361) | SYS___MBLEN_SB_A = 0x670 constant SYS___MBLEN_STD_A (line 2362) | SYS___MBLEN_STD_A = 0x671 constant SYS___MBLEN_UTF (line 2363) | SYS___MBLEN_UTF = 0x672 constant SYS___MBSTOWCS_A (line 2364) | SYS___MBSTOWCS_A = 0x673 constant SYS___MBSTOWCS_STD_A (line 2365) | SYS___MBSTOWCS_STD_A = 0x674 constant SYS___MBTOWC_A (line 2366) | SYS___MBTOWC_A = 0x675 constant SYS___MBTOWC_ISO1 (line 2367) | SYS___MBTOWC_ISO1 = 0x676 constant SYS___MBTOWC_SBCS (line 2368) | SYS___MBTOWC_SBCS = 0x677 constant SYS___MBTOWC_MBCS (line 2369) | SYS___MBTOWC_MBCS = 0x678 constant SYS___MBTOWC_UTF (line 2370) | SYS___MBTOWC_UTF = 0x679 constant SYS___CSID_A (line 2371) | SYS___CSID_A = 0x680 constant SYS___CSID_STD_A (line 2372) | SYS___CSID_STD_A = 0x681 constant SYS___WCSID_A (line 2373) | SYS___WCSID_A = 0x682 constant SYS___WCSID_STD_A (line 2374) | SYS___WCSID_STD_A = 0x683 constant SYS___WCTOMB_A (line 2375) | SYS___WCTOMB_A = 0x684 constant SYS___WCTOMB_ISO1 (line 2376) | SYS___WCTOMB_ISO1 = 0x685 constant SYS___WCTOMB_STD_A (line 2377) | SYS___WCTOMB_STD_A = 0x686 constant SYS___WCTOMB_UTF (line 2378) | SYS___WCTOMB_UTF = 0x687 constant SYS___WCWIDTH_A (line 2379) | SYS___WCWIDTH_A = 0x688 constant SYS___GETGRNAM_R_A (line 2380) | SYS___GETGRNAM_R_A = 0x689 constant SYS___READDIR_R_A (line 2381) | SYS___READDIR_R_A = 0x690 constant SYS___E2A_S (line 2382) | SYS___E2A_S = 0x691 constant SYS___FNMATCH_A (line 2383) | SYS___FNMATCH_A = 0x692 constant SYS___FNMATCH_C_A (line 2384) | SYS___FNMATCH_C_A = 0x693 constant SYS___EXECL_A (line 2385) | SYS___EXECL_A = 0x694 constant SYS___FNMATCH_STD_A (line 2386) | SYS___FNMATCH_STD_A = 0x695 constant SYS___REGCOMP_A (line 2387) | SYS___REGCOMP_A = 0x696 constant SYS___REGCOMP_STD_A (line 2388) | SYS___REGCOMP_STD_A = 0x697 constant SYS___REGERROR_A (line 2389) | SYS___REGERROR_A = 0x698 constant SYS___REGERROR_STD_A (line 2390) | SYS___REGERROR_STD_A = 0x699 constant SYS___SWPRINTF_A (line 2391) | SYS___SWPRINTF_A = 0x700 constant SYS___FSCANF_A (line 2392) | SYS___FSCANF_A = 0x701 constant SYS___SCANF_A (line 2393) | SYS___SCANF_A = 0x702 constant SYS___SSCANF_A (line 2394) | SYS___SSCANF_A = 0x703 constant SYS___SWSCANF_A (line 2395) | SYS___SWSCANF_A = 0x704 constant SYS___ATOF_A (line 2396) | SYS___ATOF_A = 0x705 constant SYS___ATOI_A (line 2397) | SYS___ATOI_A = 0x706 constant SYS___ATOL_A (line 2398) | SYS___ATOL_A = 0x707 constant SYS___STRTOD_A (line 2399) | SYS___STRTOD_A = 0x708 constant SYS___STRTOL_A (line 2400) | SYS___STRTOL_A = 0x709 constant SYS___L64A_A (line 2401) | SYS___L64A_A = 0x710 constant SYS___STRERROR_A (line 2402) | SYS___STRERROR_A = 0x711 constant SYS___PERROR_A (line 2403) | SYS___PERROR_A = 0x712 constant SYS___FETCH_A (line 2404) | SYS___FETCH_A = 0x713 constant SYS___GETENV_A (line 2405) | SYS___GETENV_A = 0x714 constant SYS___MKSTEMP_A (line 2406) | SYS___MKSTEMP_A = 0x717 constant SYS___PTSNAME_A (line 2407) | SYS___PTSNAME_A = 0x718 constant SYS___PUTENV_A (line 2408) | SYS___PUTENV_A = 0x719 constant SYS___CHDIR_A (line 2409) | SYS___CHDIR_A = 0x720 constant SYS___CHOWN_A (line 2410) | SYS___CHOWN_A = 0x721 constant SYS___CHROOT_A (line 2411) | SYS___CHROOT_A = 0x722 constant SYS___GETCWD_A (line 2412) | SYS___GETCWD_A = 0x723 constant SYS___GETWD_A (line 2413) | SYS___GETWD_A = 0x724 constant SYS___LCHOWN_A (line 2414) | SYS___LCHOWN_A = 0x725 constant SYS___LINK_A (line 2415) | SYS___LINK_A = 0x726 constant SYS___PATHCONF_A (line 2416) | SYS___PATHCONF_A = 0x727 constant SYS___IF_NAMEINDEX_A (line 2417) | SYS___IF_NAMEINDEX_A = 0x728 constant SYS___READLINK_A (line 2418) | SYS___READLINK_A = 0x729 constant SYS___EXTLINK_NP_A (line 2419) | SYS___EXTLINK_NP_A = 0x730 constant SYS___ISALNUM_A (line 2420) | SYS___ISALNUM_A = 0x731 constant SYS___ISALPHA_A (line 2421) | SYS___ISALPHA_A = 0x732 constant SYS___A2E_S (line 2422) | SYS___A2E_S = 0x733 constant SYS___ISCNTRL_A (line 2423) | SYS___ISCNTRL_A = 0x734 constant SYS___ISDIGIT_A (line 2424) | SYS___ISDIGIT_A = 0x735 constant SYS___ISGRAPH_A (line 2425) | SYS___ISGRAPH_A = 0x736 constant SYS___ISLOWER_A (line 2426) | SYS___ISLOWER_A = 0x737 constant SYS___ISPRINT_A (line 2427) | SYS___ISPRINT_A = 0x738 constant SYS___ISPUNCT_A (line 2428) | SYS___ISPUNCT_A = 0x739 constant SYS___ISWALPHA_A (line 2429) | SYS___ISWALPHA_A = 0x740 constant SYS___A2E_L (line 2430) | SYS___A2E_L = 0x741 constant SYS___ISWCNTRL_A (line 2431) | SYS___ISWCNTRL_A = 0x742 constant SYS___ISWDIGIT_A (line 2432) | SYS___ISWDIGIT_A = 0x743 constant SYS___ISWGRAPH_A (line 2433) | SYS___ISWGRAPH_A = 0x744 constant SYS___ISWLOWER_A (line 2434) | SYS___ISWLOWER_A = 0x745 constant SYS___ISWPRINT_A (line 2435) | SYS___ISWPRINT_A = 0x746 constant SYS___ISWPUNCT_A (line 2436) | SYS___ISWPUNCT_A = 0x747 constant SYS___ISWSPACE_A (line 2437) | SYS___ISWSPACE_A = 0x748 constant SYS___ISWUPPER_A (line 2438) | SYS___ISWUPPER_A = 0x749 constant SYS___REMOVE_A (line 2439) | SYS___REMOVE_A = 0x750 constant SYS___RENAME_A (line 2440) | SYS___RENAME_A = 0x751 constant SYS___TMPNAM_A (line 2441) | SYS___TMPNAM_A = 0x752 constant SYS___FOPEN_A (line 2442) | SYS___FOPEN_A = 0x753 constant SYS___FREOPEN_A (line 2443) | SYS___FREOPEN_A = 0x754 constant SYS___CUSERID_A (line 2444) | SYS___CUSERID_A = 0x755 constant SYS___POPEN_A (line 2445) | SYS___POPEN_A = 0x756 constant SYS___TEMPNAM_A (line 2446) | SYS___TEMPNAM_A = 0x757 constant SYS___FTW_A (line 2447) | SYS___FTW_A = 0x758 constant SYS___GETGRENT_A (line 2448) | SYS___GETGRENT_A = 0x759 constant SYS___INET_NTOP_A (line 2449) | SYS___INET_NTOP_A = 0x760 constant SYS___GETPASS_A (line 2450) | SYS___GETPASS_A = 0x761 constant SYS___GETPWENT_A (line 2451) | SYS___GETPWENT_A = 0x762 constant SYS___GETPWNAM_A (line 2452) | SYS___GETPWNAM_A = 0x763 constant SYS___GETPWUID_A (line 2453) | SYS___GETPWUID_A = 0x764 constant SYS_____CHECK_RESOURCE_AUTH_NP_A (line 2454) | SYS_____CHECK_RESOURCE_AUTH_NP_A = 0x765 constant SYS___CHECKSCHENV_A (line 2455) | SYS___CHECKSCHENV_A = 0x766 constant SYS___CONNECTSERVER_A (line 2456) | SYS___CONNECTSERVER_A = 0x767 constant SYS___CONNECTWORKMGR_A (line 2457) | SYS___CONNECTWORKMGR_A = 0x768 constant SYS_____CONSOLE_A (line 2458) | SYS_____CONSOLE_A = 0x769 constant SYS___MSGSND_A (line 2459) | SYS___MSGSND_A = 0x770 constant SYS___MSGXRCV_A (line 2460) | SYS___MSGXRCV_A = 0x771 constant SYS___NFTW_A (line 2461) | SYS___NFTW_A = 0x772 constant SYS_____PASSWD_A (line 2462) | SYS_____PASSWD_A = 0x773 constant SYS___PTHREAD_SECURITY_NP_A (line 2463) | SYS___PTHREAD_SECURITY_NP_A = 0x774 constant SYS___QUERYMETRICS_A (line 2464) | SYS___QUERYMETRICS_A = 0x775 constant SYS___QUERYSCHENV (line 2465) | SYS___QUERYSCHENV = 0x776 constant SYS___READV_A (line 2466) | SYS___READV_A = 0x777 constant SYS_____SERVER_CLASSIFY_A (line 2467) | SYS_____SERVER_CLASSIFY_A = 0x778 constant SYS_____SERVER_INIT_A (line 2468) | SYS_____SERVER_INIT_A = 0x779 constant SYS___W_GETPSENT_A (line 2469) | SYS___W_GETPSENT_A = 0x780 constant SYS___WRITEV_A (line 2470) | SYS___WRITEV_A = 0x781 constant SYS___W_STATFS_A (line 2471) | SYS___W_STATFS_A = 0x782 constant SYS___W_STATVFS_A (line 2472) | SYS___W_STATVFS_A = 0x783 constant SYS___FPUTC_A (line 2473) | SYS___FPUTC_A = 0x784 constant SYS___PUTCHAR_A (line 2474) | SYS___PUTCHAR_A = 0x785 constant SYS___PUTS_A (line 2475) | SYS___PUTS_A = 0x786 constant SYS___FGETS_A (line 2476) | SYS___FGETS_A = 0x787 constant SYS___GETS_A (line 2477) | SYS___GETS_A = 0x788 constant SYS___FPUTS_A (line 2478) | SYS___FPUTS_A = 0x789 constant SYS___PUTC_A (line 2479) | SYS___PUTC_A = 0x790 constant SYS___AE_THREAD_SETMODE (line 2480) | SYS___AE_THREAD_SETMODE = 0x791 constant SYS___AE_THREAD_SWAPMODE (line 2481) | SYS___AE_THREAD_SWAPMODE = 0x792 constant SYS___GETNETBYADDR_A (line 2482) | SYS___GETNETBYADDR_A = 0x793 constant SYS___GETNETBYNAME_A (line 2483) | SYS___GETNETBYNAME_A = 0x794 constant SYS___GETNETENT_A (line 2484) | SYS___GETNETENT_A = 0x795 constant SYS___GETPROTOBYNAME_A (line 2485) | SYS___GETPROTOBYNAME_A = 0x796 constant SYS___GETPROTOBYNUMBER_A (line 2486) | SYS___GETPROTOBYNUMBER_A = 0x797 constant SYS___GETPROTOENT_A (line 2487) | SYS___GETPROTOENT_A = 0x798 constant SYS___GETSERVBYNAME_A (line 2488) | SYS___GETSERVBYNAME_A = 0x799 constant SYS_ACL_FIRST_ENTRY (line 2489) | SYS_ACL_FIRST_ENTRY = 0x800 constant SYS_ACL_GET_ENTRY (line 2490) | SYS_ACL_GET_ENTRY = 0x801 constant SYS_ACL_VALID (line 2491) | SYS_ACL_VALID = 0x802 constant SYS_ACL_CREATE_ENTRY (line 2492) | SYS_ACL_CREATE_ENTRY = 0x803 constant SYS_ACL_DELETE_ENTRY (line 2493) | SYS_ACL_DELETE_ENTRY = 0x804 constant SYS_ACL_UPDATE_ENTRY (line 2494) | SYS_ACL_UPDATE_ENTRY = 0x805 constant SYS_ACL_DELETE_FD (line 2495) | SYS_ACL_DELETE_FD = 0x806 constant SYS_ACL_DELETE_FILE (line 2496) | SYS_ACL_DELETE_FILE = 0x807 constant SYS_ACL_GET_FD (line 2497) | SYS_ACL_GET_FD = 0x808 constant SYS_ACL_GET_FILE (line 2498) | SYS_ACL_GET_FILE = 0x809 constant SYS___ERFL_B (line 2499) | SYS___ERFL_B = 0x810 constant SYS___ERFCL_B (line 2500) | SYS___ERFCL_B = 0x811 constant SYS___LGAMMAL_B (line 2501) | SYS___LGAMMAL_B = 0x812 constant SYS___SETHOOKEVENTS (line 2502) | SYS___SETHOOKEVENTS = 0x813 constant SYS_IF_NAMETOINDEX (line 2503) | SYS_IF_NAMETOINDEX = 0x814 constant SYS_IF_INDEXTONAME (line 2504) | SYS_IF_INDEXTONAME = 0x815 constant SYS_IF_NAMEINDEX (line 2505) | SYS_IF_NAMEINDEX = 0x816 constant SYS_IF_FREENAMEINDEX (line 2506) | SYS_IF_FREENAMEINDEX = 0x817 constant SYS_GETADDRINFO (line 2507) | SYS_GETADDRINFO = 0x818 constant SYS_GETNAMEINFO (line 2508) | SYS_GETNAMEINFO = 0x819 constant SYS___DYNFREE_A (line 2509) | SYS___DYNFREE_A = 0x820 constant SYS___RES_QUERY_A (line 2510) | SYS___RES_QUERY_A = 0x821 constant SYS___RES_SEARCH_A (line 2511) | SYS___RES_SEARCH_A = 0x822 constant SYS___RES_QUERYDOMAIN_A (line 2512) | SYS___RES_QUERYDOMAIN_A = 0x823 constant SYS___RES_MKQUERY_A (line 2513) | SYS___RES_MKQUERY_A = 0x824 constant SYS___RES_SEND_A (line 2514) | SYS___RES_SEND_A = 0x825 constant SYS___DN_EXPAND_A (line 2515) | SYS___DN_EXPAND_A = 0x826 constant SYS___DN_SKIPNAME_A (line 2516) | SYS___DN_SKIPNAME_A = 0x827 constant SYS___DN_COMP_A (line 2517) | SYS___DN_COMP_A = 0x828 constant SYS___DN_FIND_A (line 2518) | SYS___DN_FIND_A = 0x829 constant SYS___INET_NTOA_A (line 2519) | SYS___INET_NTOA_A = 0x830 constant SYS___INET_NETWORK_A (line 2520) | SYS___INET_NETWORK_A = 0x831 constant SYS___ACCEPT_A (line 2521) | SYS___ACCEPT_A = 0x832 constant SYS___ACCEPT_AND_RECV_A (line 2522) | SYS___ACCEPT_AND_RECV_A = 0x833 constant SYS___BIND_A (line 2523) | SYS___BIND_A = 0x834 constant SYS___CONNECT_A (line 2524) | SYS___CONNECT_A = 0x835 constant SYS___GETPEERNAME_A (line 2525) | SYS___GETPEERNAME_A = 0x836 constant SYS___GETSOCKNAME_A (line 2526) | SYS___GETSOCKNAME_A = 0x837 constant SYS___RECVFROM_A (line 2527) | SYS___RECVFROM_A = 0x838 constant SYS___SENDTO_A (line 2528) | SYS___SENDTO_A = 0x839 constant SYS___LCHATTR (line 2529) | SYS___LCHATTR = 0x840 constant SYS___WRITEDOWN (line 2530) | SYS___WRITEDOWN = 0x841 constant SYS_PTHREAD_MUTEX_INIT2 (line 2531) | SYS_PTHREAD_MUTEX_INIT2 = 0x842 constant SYS___ACOSHF_B (line 2532) | SYS___ACOSHF_B = 0x843 constant SYS___ACOSHL_B (line 2533) | SYS___ACOSHL_B = 0x844 constant SYS___ASINHF_B (line 2534) | SYS___ASINHF_B = 0x845 constant SYS___ASINHL_B (line 2535) | SYS___ASINHL_B = 0x846 constant SYS___ATANHF_B (line 2536) | SYS___ATANHF_B = 0x847 constant SYS___ATANHL_B (line 2537) | SYS___ATANHL_B = 0x848 constant SYS___CBRTF_B (line 2538) | SYS___CBRTF_B = 0x849 constant SYS___EXP2F_B (line 2539) | SYS___EXP2F_B = 0x850 constant SYS___EXP2L_B (line 2540) | SYS___EXP2L_B = 0x851 constant SYS___EXPM1F_B (line 2541) | SYS___EXPM1F_B = 0x852 constant SYS___EXPM1L_B (line 2542) | SYS___EXPM1L_B = 0x853 constant SYS___FDIMF_B (line 2543) | SYS___FDIMF_B = 0x854 constant SYS___FDIM_B (line 2544) | SYS___FDIM_B = 0x855 constant SYS___FDIML_B (line 2545) | SYS___FDIML_B = 0x856 constant SYS___HYPOTF_B (line 2546) | SYS___HYPOTF_B = 0x857 constant SYS___HYPOTL_B (line 2547) | SYS___HYPOTL_B = 0x858 constant SYS___LOG1PF_B (line 2548) | SYS___LOG1PF_B = 0x859 constant SYS___REMQUOF_B (line 2549) | SYS___REMQUOF_B = 0x860 constant SYS___REMQUO_B (line 2550) | SYS___REMQUO_B = 0x861 constant SYS___REMQUOL_B (line 2551) | SYS___REMQUOL_B = 0x862 constant SYS___TGAMMAF_B (line 2552) | SYS___TGAMMAF_B = 0x863 constant SYS___TGAMMA_B (line 2553) | SYS___TGAMMA_B = 0x864 constant SYS___TGAMMAL_B (line 2554) | SYS___TGAMMAL_B = 0x865 constant SYS___TRUNCF_B (line 2555) | SYS___TRUNCF_B = 0x866 constant SYS___TRUNC_B (line 2556) | SYS___TRUNC_B = 0x867 constant SYS___TRUNCL_B (line 2557) | SYS___TRUNCL_B = 0x868 constant SYS___LGAMMAF_B (line 2558) | SYS___LGAMMAF_B = 0x869 constant SYS_ASINHF (line 2559) | SYS_ASINHF = 0x870 constant SYS_ASINHL (line 2560) | SYS_ASINHL = 0x871 constant SYS_ATANHF (line 2561) | SYS_ATANHF = 0x872 constant SYS_ATANHL (line 2562) | SYS_ATANHL = 0x873 constant SYS_CBRTF (line 2563) | SYS_CBRTF = 0x874 constant SYS_CBRTL (line 2564) | SYS_CBRTL = 0x875 constant SYS_COPYSIGNF (line 2565) | SYS_COPYSIGNF = 0x876 constant SYS_CPYSIGNF (line 2566) | SYS_CPYSIGNF = 0x876 constant SYS_COPYSIGNL (line 2567) | SYS_COPYSIGNL = 0x877 constant SYS_CPYSIGNL (line 2568) | SYS_CPYSIGNL = 0x877 constant SYS_COTANF (line 2569) | SYS_COTANF = 0x878 constant SYS___COTANF (line 2570) | SYS___COTANF = 0x878 constant SYS_COTAN (line 2571) | SYS_COTAN = 0x879 constant SYS___COTAN (line 2572) | SYS___COTAN = 0x879 constant SYS_FDIM (line 2573) | SYS_FDIM = 0x881 constant SYS_FDIML (line 2574) | SYS_FDIML = 0x882 constant SYS_HYPOTF (line 2575) | SYS_HYPOTF = 0x883 constant SYS_HYPOTL (line 2576) | SYS_HYPOTL = 0x884 constant SYS_LOG1PF (line 2577) | SYS_LOG1PF = 0x885 constant SYS_LOG1PL (line 2578) | SYS_LOG1PL = 0x886 constant SYS_LOG2F (line 2579) | SYS_LOG2F = 0x887 constant SYS_LOG2 (line 2580) | SYS_LOG2 = 0x888 constant SYS_LOG2L (line 2581) | SYS_LOG2L = 0x889 constant SYS_TGAMMA (line 2582) | SYS_TGAMMA = 0x890 constant SYS_TGAMMAL (line 2583) | SYS_TGAMMAL = 0x891 constant SYS_TRUNCF (line 2584) | SYS_TRUNCF = 0x892 constant SYS_TRUNC (line 2585) | SYS_TRUNC = 0x893 constant SYS_TRUNCL (line 2586) | SYS_TRUNCL = 0x894 constant SYS_LGAMMAF (line 2587) | SYS_LGAMMAF = 0x895 constant SYS_LGAMMAL (line 2588) | SYS_LGAMMAL = 0x896 constant SYS_LROUNDF (line 2589) | SYS_LROUNDF = 0x897 constant SYS_LROUND (line 2590) | SYS_LROUND = 0x898 constant SYS_ERFF (line 2591) | SYS_ERFF = 0x899 constant SYS___COSHF_H (line 2592) | SYS___COSHF_H = 0x900 constant SYS___COSHL_H (line 2593) | SYS___COSHL_H = 0x901 constant SYS___COTAN_H (line 2594) | SYS___COTAN_H = 0x902 constant SYS___COTANF_H (line 2595) | SYS___COTANF_H = 0x903 constant SYS___COTANL_H (line 2596) | SYS___COTANL_H = 0x904 constant SYS___ERF_H (line 2597) | SYS___ERF_H = 0x905 constant SYS___ERFF_H (line 2598) | SYS___ERFF_H = 0x906 constant SYS___ERFL_H (line 2599) | SYS___ERFL_H = 0x907 constant SYS___ERFC_H (line 2600) | SYS___ERFC_H = 0x908 constant SYS___ERFCF_H (line 2601) | SYS___ERFCF_H = 0x909 constant SYS___FDIMF_H (line 2602) | SYS___FDIMF_H = 0x910 constant SYS___FDIML_H (line 2603) | SYS___FDIML_H = 0x911 constant SYS___FMOD_H (line 2604) | SYS___FMOD_H = 0x912 constant SYS___FMODF_H (line 2605) | SYS___FMODF_H = 0x913 constant SYS___FMODL_H (line 2606) | SYS___FMODL_H = 0x914 constant SYS___GAMMA_H (line 2607) | SYS___GAMMA_H = 0x915 constant SYS___HYPOT_H (line 2608) | SYS___HYPOT_H = 0x916 constant SYS___ILOGB_H (line 2609) | SYS___ILOGB_H = 0x917 constant SYS___LGAMMA_H (line 2610) | SYS___LGAMMA_H = 0x918 constant SYS___LGAMMAF_H (line 2611) | SYS___LGAMMAF_H = 0x919 constant SYS___LOG2L_H (line 2612) | SYS___LOG2L_H = 0x920 constant SYS___LOG1P_H (line 2613) | SYS___LOG1P_H = 0x921 constant SYS___LOG10_H (line 2614) | SYS___LOG10_H = 0x922 constant SYS___LOG10F_H (line 2615) | SYS___LOG10F_H = 0x923 constant SYS___LOG10L_H (line 2616) | SYS___LOG10L_H = 0x924 constant SYS___LROUND_H (line 2617) | SYS___LROUND_H = 0x925 constant SYS___LROUNDF_H (line 2618) | SYS___LROUNDF_H = 0x926 constant SYS___NEXTAFTER_H (line 2619) | SYS___NEXTAFTER_H = 0x927 constant SYS___POW_H (line 2620) | SYS___POW_H = 0x928 constant SYS___POWF_H (line 2621) | SYS___POWF_H = 0x929 constant SYS___SINL_H (line 2622) | SYS___SINL_H = 0x930 constant SYS___SINH_H (line 2623) | SYS___SINH_H = 0x931 constant SYS___SINHF_H (line 2624) | SYS___SINHF_H = 0x932 constant SYS___SINHL_H (line 2625) | SYS___SINHL_H = 0x933 constant SYS___SQRT_H (line 2626) | SYS___SQRT_H = 0x934 constant SYS___SQRTF_H (line 2627) | SYS___SQRTF_H = 0x935 constant SYS___SQRTL_H (line 2628) | SYS___SQRTL_H = 0x936 constant SYS___TAN_H (line 2629) | SYS___TAN_H = 0x937 constant SYS___TANF_H (line 2630) | SYS___TANF_H = 0x938 constant SYS___TANL_H (line 2631) | SYS___TANL_H = 0x939 constant SYS___TRUNCF_H (line 2632) | SYS___TRUNCF_H = 0x940 constant SYS___TRUNCL_H (line 2633) | SYS___TRUNCL_H = 0x941 constant SYS___COSH_H (line 2634) | SYS___COSH_H = 0x942 constant SYS___LE_DEBUG_SET_RESUME_MCH (line 2635) | SYS___LE_DEBUG_SET_RESUME_MCH = 0x943 constant SYS_VFSCANF (line 2636) | SYS_VFSCANF = 0x944 constant SYS_VSCANF (line 2637) | SYS_VSCANF = 0x946 constant SYS_VSSCANF (line 2638) | SYS_VSSCANF = 0x948 constant SYS_IMAXABS (line 2639) | SYS_IMAXABS = 0x950 constant SYS_IMAXDIV (line 2640) | SYS_IMAXDIV = 0x951 constant SYS_STRTOIMAX (line 2641) | SYS_STRTOIMAX = 0x952 constant SYS_STRTOUMAX (line 2642) | SYS_STRTOUMAX = 0x953 constant SYS_WCSTOIMAX (line 2643) | SYS_WCSTOIMAX = 0x954 constant SYS_WCSTOUMAX (line 2644) | SYS_WCSTOUMAX = 0x955 constant SYS_ATOLL (line 2645) | SYS_ATOLL = 0x956 constant SYS_STRTOF (line 2646) | SYS_STRTOF = 0x957 constant SYS_STRTOLD (line 2647) | SYS_STRTOLD = 0x958 constant SYS_WCSTOF (line 2648) | SYS_WCSTOF = 0x959 constant SYS_INET6_RTH_GETADDR (line 2649) | SYS_INET6_RTH_GETADDR = 0x960 constant SYS_INET6_OPT_INIT (line 2650) | SYS_INET6_OPT_INIT = 0x961 constant SYS_INET6_OPT_APPEND (line 2651) | SYS_INET6_OPT_APPEND = 0x962 constant SYS_INET6_OPT_FINISH (line 2652) | SYS_INET6_OPT_FINISH = 0x963 constant SYS_INET6_OPT_SET_VAL (line 2653) | SYS_INET6_OPT_SET_VAL = 0x964 constant SYS_INET6_OPT_NEXT (line 2654) | SYS_INET6_OPT_NEXT = 0x965 constant SYS_INET6_OPT_FIND (line 2655) | SYS_INET6_OPT_FIND = 0x966 constant SYS_INET6_OPT_GET_VAL (line 2656) | SYS_INET6_OPT_GET_VAL = 0x967 constant SYS___POW_I (line 2657) | SYS___POW_I = 0x987 constant SYS___POW_I_B (line 2658) | SYS___POW_I_B = 0x988 constant SYS___POW_I_H (line 2659) | SYS___POW_I_H = 0x989 constant SYS___CABS_H (line 2660) | SYS___CABS_H = 0x990 constant SYS_CABSF (line 2661) | SYS_CABSF = 0x991 constant SYS___CABSF_B (line 2662) | SYS___CABSF_B = 0x992 constant SYS___CABSF_H (line 2663) | SYS___CABSF_H = 0x993 constant SYS_CABSL (line 2664) | SYS_CABSL = 0x994 constant SYS___CABSL_B (line 2665) | SYS___CABSL_B = 0x995 constant SYS___CABSL_H (line 2666) | SYS___CABSL_H = 0x996 constant SYS_CACOS (line 2667) | SYS_CACOS = 0x997 constant SYS___CACOS_B (line 2668) | SYS___CACOS_B = 0x998 constant SYS___CACOS_H (line 2669) | SYS___CACOS_H = 0x999 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x3ff type _C_short (line 19) | type _C_short type _C_int (line 20) | type _C_int type _C_long (line 21) | type _C_long type _C_long_long (line 22) | type _C_long_long type off64 (line 25) | type off64 type off (line 26) | type off type Mode_t (line 27) | type Mode_t type Timespec (line 29) | type Timespec struct type Timeval (line 34) | type Timeval struct type Timeval32 (line 39) | type Timeval32 struct type Timex (line 44) | type Timex struct type Time_t (line 46) | type Time_t type Tms (line 48) | type Tms struct type Utimbuf (line 50) | type Utimbuf struct type Timezone (line 55) | type Timezone struct type Rusage (line 60) | type Rusage struct type Rlimit (line 79) | type Rlimit struct type Pid_t (line 84) | type Pid_t type _Gid_t (line 86) | type _Gid_t type dev_t (line 88) | type dev_t type Stat_t (line 90) | type Stat_t struct type StatxTimestamp (line 112) | type StatxTimestamp struct type Statx_t (line 114) | type Statx_t struct type Dirent (line 116) | type Dirent struct type RawSockaddrInet4 (line 124) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 132) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 141) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 147) | type RawSockaddrDatalink struct type RawSockaddr (line 158) | type RawSockaddr struct type RawSockaddrAny (line 164) | type RawSockaddrAny struct type _Socklen (line 169) | type _Socklen type Cmsghdr (line 171) | type Cmsghdr struct type ICMPv6Filter (line 177) | type ICMPv6Filter struct type Iovec (line 181) | type Iovec struct type IPMreq (line 186) | type IPMreq struct type IPv6Mreq (line 191) | type IPv6Mreq struct type IPv6MTUInfo (line 196) | type IPv6MTUInfo struct type Linger (line 201) | type Linger struct type Msghdr (line 206) | type Msghdr struct constant SizeofSockaddrInet4 (line 217) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 218) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 219) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 220) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 221) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 222) | SizeofLinger = 0x8 constant SizeofIovec (line 223) | SizeofIovec = 0x8 constant SizeofIPMreq (line 224) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 225) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 226) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 227) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 228) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 229) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 233) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 236) | type IfMsgHdr struct type FdSet (line 247) | type FdSet struct type Utsname (line 251) | type Utsname struct type Ustat_t (line 259) | type Ustat_t struct type Sigset_t (line 261) | type Sigset_t struct constant AT_FDCWD (line 267) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 268) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 269) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 272) | type Termios struct type Termio (line 280) | type Termio struct type Winsize (line 290) | type Winsize struct type PollFd (line 297) | type PollFd struct constant POLLERR (line 304) | POLLERR = 0x4000 constant POLLHUP (line 305) | POLLHUP = 0x2000 constant POLLIN (line 306) | POLLIN = 0x1 constant POLLNVAL (line 307) | POLLNVAL = 0x8000 constant POLLOUT (line 308) | POLLOUT = 0x2 constant POLLPRI (line 309) | POLLPRI = 0x4 constant POLLRDBAND (line 310) | POLLRDBAND = 0x20 constant POLLRDNORM (line 311) | POLLRDNORM = 0x10 constant POLLWRBAND (line 312) | POLLWRBAND = 0x40 constant POLLWRNORM (line 313) | POLLWRNORM = 0x2 type Flock_t (line 316) | type Flock_t struct type Fsid_t (line 326) | type Fsid_t struct type Fsid64_t (line 329) | type Fsid64_t struct type Statfs_t (line 333) | type Statfs_t struct constant RNDGETENTCNT (line 354) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x3ff type _C_short (line 19) | type _C_short type _C_int (line 20) | type _C_int type _C_long (line 21) | type _C_long type _C_long_long (line 22) | type _C_long_long type off64 (line 25) | type off64 type off (line 26) | type off type Mode_t (line 27) | type Mode_t type Timespec (line 29) | type Timespec struct type Timeval (line 34) | type Timeval struct type Timeval32 (line 40) | type Timeval32 struct type Timex (line 45) | type Timex struct type Time_t (line 47) | type Time_t type Tms (line 49) | type Tms struct type Utimbuf (line 51) | type Utimbuf struct type Timezone (line 56) | type Timezone struct type Rusage (line 61) | type Rusage struct type Rlimit (line 80) | type Rlimit struct type Pid_t (line 85) | type Pid_t type _Gid_t (line 87) | type _Gid_t type dev_t (line 89) | type dev_t type Stat_t (line 91) | type Stat_t struct type StatxTimestamp (line 115) | type StatxTimestamp struct type Statx_t (line 117) | type Statx_t struct type Dirent (line 119) | type Dirent struct type RawSockaddrInet4 (line 128) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 136) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 145) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 151) | type RawSockaddrDatalink struct type RawSockaddr (line 162) | type RawSockaddr struct type RawSockaddrAny (line 168) | type RawSockaddrAny struct type _Socklen (line 173) | type _Socklen type Cmsghdr (line 175) | type Cmsghdr struct type ICMPv6Filter (line 181) | type ICMPv6Filter struct type Iovec (line 185) | type Iovec struct type IPMreq (line 190) | type IPMreq struct type IPv6Mreq (line 195) | type IPv6Mreq struct type IPv6MTUInfo (line 200) | type IPv6MTUInfo struct type Linger (line 205) | type Linger struct type Msghdr (line 210) | type Msghdr struct constant SizeofSockaddrInet4 (line 221) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 222) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 223) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 224) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 225) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 226) | SizeofLinger = 0x8 constant SizeofIovec (line 227) | SizeofIovec = 0x10 constant SizeofIPMreq (line 228) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 229) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 230) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 231) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 232) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 233) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 237) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 240) | type IfMsgHdr struct type FdSet (line 251) | type FdSet struct type Utsname (line 255) | type Utsname struct type Ustat_t (line 263) | type Ustat_t struct type Sigset_t (line 265) | type Sigset_t struct constant AT_FDCWD (line 270) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 271) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 272) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 275) | type Termios struct type Termio (line 283) | type Termio struct type Winsize (line 293) | type Winsize struct type PollFd (line 300) | type PollFd struct constant POLLERR (line 307) | POLLERR = 0x4000 constant POLLHUP (line 308) | POLLHUP = 0x2000 constant POLLIN (line 309) | POLLIN = 0x1 constant POLLNVAL (line 310) | POLLNVAL = 0x8000 constant POLLOUT (line 311) | POLLOUT = 0x2 constant POLLPRI (line 312) | POLLPRI = 0x4 constant POLLRDBAND (line 313) | POLLRDBAND = 0x20 constant POLLRDNORM (line 314) | POLLRDNORM = 0x10 constant POLLWRBAND (line 315) | POLLWRBAND = 0x40 constant POLLWRNORM (line 316) | POLLWRNORM = 0x2 type Flock_t (line 319) | type Flock_t struct type Fsid_t (line 329) | type Fsid_t struct type Fsid64_t (line 332) | type Fsid64_t struct type Statfs_t (line 336) | type Statfs_t struct constant RNDGETENTCNT (line 358) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Timeval32 (line 35) | type Timeval32 struct type Rusage (line 40) | type Rusage struct type Rlimit (line 59) | type Rlimit struct type _Gid_t (line 64) | type _Gid_t type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 87) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Fstore_t (line 115) | type Fstore_t struct type Radvisory_t (line 123) | type Radvisory_t struct type Fbootstraptransfer_t (line 129) | type Fbootstraptransfer_t struct type Log2phys_t (line 135) | type Log2phys_t struct type Fsid (line 140) | type Fsid struct type Dirent (line 144) | type Dirent struct constant PathMax (line 155) | PathMax = 0x400 type RawSockaddrInet4 (line 158) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 166) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 175) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 181) | type RawSockaddrDatalink struct type RawSockaddr (line 192) | type RawSockaddr struct type RawSockaddrAny (line 198) | type RawSockaddrAny struct type RawSockaddrCtl (line 203) | type RawSockaddrCtl struct type RawSockaddrVM (line 212) | type RawSockaddrVM struct type XVSockPCB (line 220) | type XVSockPCB struct type XSocket (line 237) | type XSocket struct type XSocket64 (line 259) | type XSocket64 struct type XSockbuf (line 281) | type XSockbuf struct type XVSockPgen (line 291) | type XVSockPgen struct type _Socklen (line 298) | type _Socklen type Xucred (line 300) | type Xucred struct type Linger (line 307) | type Linger struct type Iovec (line 312) | type Iovec struct type IPMreq (line 317) | type IPMreq struct type IPMreqn (line 322) | type IPMreqn struct type IPv6Mreq (line 328) | type IPv6Mreq struct type Msghdr (line 333) | type Msghdr struct type Cmsghdr (line 343) | type Cmsghdr struct type Inet4Pktinfo (line 349) | type Inet4Pktinfo struct type Inet6Pktinfo (line 355) | type Inet6Pktinfo struct type IPv6MTUInfo (line 360) | type IPv6MTUInfo struct type ICMPv6Filter (line 365) | type ICMPv6Filter struct type TCPConnectionInfo (line 369) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 396) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 397) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 398) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 399) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 400) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 401) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 402) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 403) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 404) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 405) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 406) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 407) | SizeofXucred = 0x4c constant SizeofLinger (line 408) | SizeofLinger = 0x8 constant SizeofIovec (line 409) | SizeofIovec = 0x10 constant SizeofIPMreq (line 410) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 411) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 412) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 413) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 414) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 415) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 416) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 417) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 418) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 419) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 423) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 424) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 425) | PTRACE_KILL = 0x8 type Kevent_t (line 428) | type Kevent_t struct type FdSet (line 437) | type FdSet struct constant SizeofIfMsghdr (line 442) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 443) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 444) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 445) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 446) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 447) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 448) | SizeofRtMetrics = 0x38 type IfMsghdr (line 451) | type IfMsghdr struct type IfData (line 461) | type IfData struct type IfaMsghdr (line 493) | type IfaMsghdr struct type IfmaMsghdr (line 503) | type IfmaMsghdr struct type IfmaMsghdr2 (line 513) | type IfmaMsghdr2 struct type RtMsghdr (line 523) | type RtMsghdr struct type RtMetrics (line 538) | type RtMetrics struct constant SizeofBpfVersion (line 554) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 555) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 556) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 557) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 558) | SizeofBpfHdr = 0x14 type BpfVersion (line 561) | type BpfVersion struct type BpfStat (line 566) | type BpfStat struct type BpfProgram (line 571) | type BpfProgram struct type BpfInsn (line 576) | type BpfInsn struct type BpfHdr (line 583) | type BpfHdr struct type Termios (line 591) | type Termios struct type Winsize (line 601) | type Winsize struct constant AT_FDCWD (line 609) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 610) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 611) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 612) | AT_SYMLINK_NOFOLLOW = 0x20 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 POLLNVAL (line 625) | POLLNVAL = 0x20 constant POLLOUT (line 626) | POLLOUT = 0x4 constant POLLPRI (line 627) | POLLPRI = 0x2 constant POLLRDBAND (line 628) | POLLRDBAND = 0x80 constant POLLRDNORM (line 629) | POLLRDNORM = 0x40 constant POLLWRBAND (line 630) | POLLWRBAND = 0x100 constant POLLWRNORM (line 631) | POLLWRNORM = 0x4 type Utsname (line 634) | type Utsname struct constant SizeofClockinfo (line 642) | SizeofClockinfo = 0x14 type Clockinfo (line 644) | type Clockinfo struct type CtlInfo (line 652) | type CtlInfo struct constant SizeofKinfoProc (line 657) | SizeofKinfoProc = 0x288 type Eproc (line 659) | type Eproc struct type ExternProc (line 682) | type ExternProc struct type Itimerval (line 726) | type Itimerval struct type KinfoProc (line 731) | type KinfoProc struct type Vmspace (line 736) | type Vmspace struct type Pcred (line 743) | type Pcred struct type Ucred (line 754) | type Ucred struct type SysvIpcPerm (line 761) | type SysvIpcPerm struct type SysvShmDesc (line 770) | type SysvShmDesc struct constant IPC_CREAT (line 780) | IPC_CREAT = 0x200 constant IPC_EXCL (line 781) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 782) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 783) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 787) | IPC_RMID = 0x0 constant IPC_SET (line 788) | IPC_SET = 0x1 constant IPC_STAT (line 789) | IPC_STAT = 0x2 constant SHM_RDONLY (line 793) | SHM_RDONLY = 0x1000 constant SHM_RND (line 794) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Timeval32 (line 35) | type Timeval32 struct type Rusage (line 40) | type Rusage struct type Rlimit (line 59) | type Rlimit struct type _Gid_t (line 64) | type _Gid_t type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 87) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Fstore_t (line 115) | type Fstore_t struct type Radvisory_t (line 123) | type Radvisory_t struct type Fbootstraptransfer_t (line 129) | type Fbootstraptransfer_t struct type Log2phys_t (line 135) | type Log2phys_t struct type Fsid (line 140) | type Fsid struct type Dirent (line 144) | type Dirent struct constant PathMax (line 155) | PathMax = 0x400 type RawSockaddrInet4 (line 158) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 166) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 175) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 181) | type RawSockaddrDatalink struct type RawSockaddr (line 192) | type RawSockaddr struct type RawSockaddrAny (line 198) | type RawSockaddrAny struct type RawSockaddrCtl (line 203) | type RawSockaddrCtl struct type RawSockaddrVM (line 212) | type RawSockaddrVM struct type XVSockPCB (line 220) | type XVSockPCB struct type XSocket (line 237) | type XSocket struct type XSocket64 (line 259) | type XSocket64 struct type XSockbuf (line 281) | type XSockbuf struct type XVSockPgen (line 291) | type XVSockPgen struct type _Socklen (line 298) | type _Socklen type Xucred (line 300) | type Xucred struct type Linger (line 307) | type Linger struct type Iovec (line 312) | type Iovec struct type IPMreq (line 317) | type IPMreq struct type IPMreqn (line 322) | type IPMreqn struct type IPv6Mreq (line 328) | type IPv6Mreq struct type Msghdr (line 333) | type Msghdr struct type Cmsghdr (line 343) | type Cmsghdr struct type Inet4Pktinfo (line 349) | type Inet4Pktinfo struct type Inet6Pktinfo (line 355) | type Inet6Pktinfo struct type IPv6MTUInfo (line 360) | type IPv6MTUInfo struct type ICMPv6Filter (line 365) | type ICMPv6Filter struct type TCPConnectionInfo (line 369) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 396) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 397) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 398) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 399) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 400) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 401) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 402) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 403) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 404) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 405) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 406) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 407) | SizeofXucred = 0x4c constant SizeofLinger (line 408) | SizeofLinger = 0x8 constant SizeofIovec (line 409) | SizeofIovec = 0x10 constant SizeofIPMreq (line 410) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 411) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 412) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 413) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 414) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 415) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 416) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 417) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 418) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 419) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 423) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 424) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 425) | PTRACE_KILL = 0x8 type Kevent_t (line 428) | type Kevent_t struct type FdSet (line 437) | type FdSet struct constant SizeofIfMsghdr (line 442) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 443) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 444) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 445) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 446) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 447) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 448) | SizeofRtMetrics = 0x38 type IfMsghdr (line 451) | type IfMsghdr struct type IfData (line 461) | type IfData struct type IfaMsghdr (line 493) | type IfaMsghdr struct type IfmaMsghdr (line 503) | type IfmaMsghdr struct type IfmaMsghdr2 (line 513) | type IfmaMsghdr2 struct type RtMsghdr (line 523) | type RtMsghdr struct type RtMetrics (line 538) | type RtMetrics struct constant SizeofBpfVersion (line 554) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 555) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 556) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 557) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 558) | SizeofBpfHdr = 0x14 type BpfVersion (line 561) | type BpfVersion struct type BpfStat (line 566) | type BpfStat struct type BpfProgram (line 571) | type BpfProgram struct type BpfInsn (line 576) | type BpfInsn struct type BpfHdr (line 583) | type BpfHdr struct type Termios (line 591) | type Termios struct type Winsize (line 601) | type Winsize struct constant AT_FDCWD (line 609) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 610) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 611) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 612) | AT_SYMLINK_NOFOLLOW = 0x20 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 POLLNVAL (line 625) | POLLNVAL = 0x20 constant POLLOUT (line 626) | POLLOUT = 0x4 constant POLLPRI (line 627) | POLLPRI = 0x2 constant POLLRDBAND (line 628) | POLLRDBAND = 0x80 constant POLLRDNORM (line 629) | POLLRDNORM = 0x40 constant POLLWRBAND (line 630) | POLLWRBAND = 0x100 constant POLLWRNORM (line 631) | POLLWRNORM = 0x4 type Utsname (line 634) | type Utsname struct constant SizeofClockinfo (line 642) | SizeofClockinfo = 0x14 type Clockinfo (line 644) | type Clockinfo struct type CtlInfo (line 652) | type CtlInfo struct constant SizeofKinfoProc (line 657) | SizeofKinfoProc = 0x288 type Eproc (line 659) | type Eproc struct type ExternProc (line 682) | type ExternProc struct type Itimerval (line 726) | type Itimerval struct type KinfoProc (line 731) | type KinfoProc struct type Vmspace (line 736) | type Vmspace struct type Pcred (line 743) | type Pcred struct type Ucred (line 754) | type Ucred struct type SysvIpcPerm (line 761) | type SysvIpcPerm struct type SysvShmDesc (line 770) | type SysvShmDesc struct constant IPC_CREAT (line 780) | IPC_CREAT = 0x200 constant IPC_EXCL (line 781) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 782) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 783) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 787) | IPC_RMID = 0x0 constant IPC_SET (line 788) | IPC_SET = 0x1 constant IPC_STAT (line 789) | IPC_STAT = 0x2 constant SHM_RDONLY (line 793) | SHM_RDONLY = 0x1000 constant SHM_RND (line 794) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 82) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Dirent (line 115) | type Dirent struct type Fsid (line 124) | type Fsid struct constant PathMax (line 129) | PathMax = 0x400 type RawSockaddrInet4 (line 132) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 140) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 149) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 155) | type RawSockaddrDatalink struct type RawSockaddr (line 168) | type RawSockaddr struct type RawSockaddrAny (line 174) | type RawSockaddrAny struct type _Socklen (line 179) | type _Socklen type Linger (line 181) | type Linger struct type Iovec (line 186) | type Iovec struct type IPMreq (line 191) | type IPMreq struct type IPv6Mreq (line 196) | type IPv6Mreq struct type Msghdr (line 201) | type Msghdr struct type Cmsghdr (line 211) | type Cmsghdr struct type Inet6Pktinfo (line 217) | type Inet6Pktinfo struct type IPv6MTUInfo (line 222) | type IPv6MTUInfo struct type ICMPv6Filter (line 227) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 232) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 233) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 234) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 235) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 236) | SizeofSockaddrDatalink = 0x36 constant SizeofLinger (line 237) | SizeofLinger = 0x8 constant SizeofIovec (line 238) | SizeofIovec = 0x10 constant SizeofIPMreq (line 239) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 240) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 241) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 242) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 243) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 244) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 245) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 249) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 250) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 251) | PTRACE_KILL = 0x8 type Kevent_t (line 254) | type Kevent_t struct type FdSet (line 263) | type FdSet struct constant SizeofIfMsghdr (line 268) | SizeofIfMsghdr = 0xb0 constant SizeofIfData (line 269) | SizeofIfData = 0xa0 constant SizeofIfaMsghdr (line 270) | SizeofIfaMsghdr = 0x18 constant SizeofIfmaMsghdr (line 271) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 272) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 273) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 274) | SizeofRtMetrics = 0x70 type IfMsghdr (line 277) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 314) | type IfaMsghdr struct type IfmaMsghdr (line 325) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 334) | type IfAnnounceMsghdr struct type RtMsghdr (line 343) | type RtMsghdr struct type RtMetrics (line 358) | type RtMetrics struct constant SizeofBpfVersion (line 377) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 378) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 379) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 380) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 381) | SizeofBpfHdr = 0x20 type BpfVersion (line 384) | type BpfVersion struct type BpfStat (line 389) | type BpfStat struct type BpfProgram (line 394) | type BpfProgram struct type BpfInsn (line 399) | type BpfInsn struct type BpfHdr (line 406) | type BpfHdr struct type Termios (line 414) | type Termios struct type Winsize (line 424) | type Winsize struct constant AT_FDCWD (line 432) | AT_FDCWD = 0xfffafdcd constant AT_SYMLINK_NOFOLLOW (line 433) | AT_SYMLINK_NOFOLLOW = 0x1 constant AT_REMOVEDIR (line 434) | AT_REMOVEDIR = 0x2 constant AT_EACCESS (line 435) | AT_EACCESS = 0x4 constant AT_SYMLINK_FOLLOW (line 436) | AT_SYMLINK_FOLLOW = 0x8 type PollFd (line 439) | type PollFd struct constant POLLERR (line 446) | POLLERR = 0x8 constant POLLHUP (line 447) | POLLHUP = 0x10 constant POLLIN (line 448) | POLLIN = 0x1 constant POLLNVAL (line 449) | POLLNVAL = 0x20 constant POLLOUT (line 450) | POLLOUT = 0x4 constant POLLPRI (line 451) | POLLPRI = 0x2 constant POLLRDBAND (line 452) | POLLRDBAND = 0x80 constant POLLRDNORM (line 453) | POLLRDNORM = 0x40 constant POLLWRBAND (line 454) | POLLWRBAND = 0x100 constant POLLWRNORM (line 455) | POLLWRNORM = 0x4 type Utsname (line 458) | type Utsname struct constant SizeofClockinfo (line 466) | SizeofClockinfo = 0x14 type Clockinfo (line 468) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 93) | type Statfs_t struct type Flock_t (line 118) | type Flock_t struct type Dirent (line 127) | type Dirent struct type Fsid (line 138) | type Fsid struct constant PathMax (line 143) | PathMax = 0x400 constant FADV_NORMAL (line 147) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 148) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 149) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 150) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 151) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 152) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 155) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 163) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 172) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 178) | type RawSockaddrDatalink struct type RawSockaddr (line 189) | type RawSockaddr struct type RawSockaddrAny (line 195) | type RawSockaddrAny struct type _Socklen (line 200) | type _Socklen type Xucred (line 202) | type Xucred struct type Linger (line 210) | type Linger struct type Iovec (line 215) | type Iovec struct type IPMreq (line 220) | type IPMreq struct type IPMreqn (line 225) | type IPMreqn struct type IPv6Mreq (line 231) | type IPv6Mreq struct type Msghdr (line 236) | type Msghdr struct type Cmsghdr (line 246) | type Cmsghdr struct type Inet6Pktinfo (line 252) | type Inet6Pktinfo struct type IPv6MTUInfo (line 257) | type IPv6MTUInfo struct type ICMPv6Filter (line 262) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 267) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 268) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 269) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 270) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 271) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 272) | SizeofXucred = 0x50 constant SizeofLinger (line 273) | SizeofLinger = 0x8 constant SizeofIovec (line 274) | SizeofIovec = 0x8 constant SizeofIPMreq (line 275) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 276) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 277) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 278) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 279) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 280) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 281) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 282) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 286) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 287) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 288) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 291) | type PtraceLwpInfoStruct struct type __Siginfo (line 304) | type __Siginfo struct type __PtraceSiginfo (line 315) | type __PtraceSiginfo struct type Sigset_t (line 327) | type Sigset_t struct type Reg (line 331) | type Reg struct type FpReg (line 353) | type FpReg struct type FpExtendedPrecision (line 360) | type FpExtendedPrecision struct type PtraceIoDesc (line 362) | type PtraceIoDesc struct type Kevent_t (line 369) | type Kevent_t struct type FdSet (line 379) | type FdSet struct constant sizeofIfMsghdr (line 384) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 385) | SizeofIfMsghdr = 0x60 constant sizeofIfData (line 386) | sizeofIfData = 0x98 constant SizeofIfData (line 387) | SizeofIfData = 0x50 constant SizeofIfaMsghdr (line 388) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 389) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 390) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 391) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 392) | SizeofRtMetrics = 0x38 type ifMsghdr (line 395) | type ifMsghdr struct type IfMsghdr (line 406) | type IfMsghdr struct type ifData (line 416) | type ifData struct type IfData (line 444) | type IfData struct type IfaMsghdr (line 472) | type IfaMsghdr struct type IfmaMsghdr (line 483) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 493) | type IfAnnounceMsghdr struct type RtMsghdr (line 502) | type RtMsghdr struct type RtMetrics (line 518) | type RtMetrics struct constant SizeofBpfVersion (line 534) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 535) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 536) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 537) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 538) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 539) | SizeofBpfHdr = 0x14 constant SizeofBpfZbufHeader (line 540) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 543) | type BpfVersion struct type BpfStat (line 548) | type BpfStat struct type BpfZbuf (line 553) | type BpfZbuf struct type BpfProgram (line 559) | type BpfProgram struct type BpfInsn (line 564) | type BpfInsn struct type BpfHdr (line 571) | type BpfHdr struct type BpfZbufHeader (line 579) | type BpfZbufHeader struct type Termios (line 586) | type Termios struct type Winsize (line 596) | type Winsize struct constant AT_FDCWD (line 604) | AT_FDCWD = -0x64 constant AT_EACCESS (line 605) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 606) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 607) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 608) | AT_REMOVEDIR = 0x800 type PollFd (line 611) | type PollFd struct constant POLLERR (line 618) | POLLERR = 0x8 constant POLLHUP (line 619) | POLLHUP = 0x10 constant POLLIN (line 620) | POLLIN = 0x1 constant POLLINIGNEOF (line 621) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 622) | POLLNVAL = 0x20 constant POLLOUT (line 623) | POLLOUT = 0x4 constant POLLPRI (line 624) | POLLPRI = 0x2 constant POLLRDBAND (line 625) | POLLRDBAND = 0x80 constant POLLRDNORM (line 626) | POLLRDNORM = 0x40 constant POLLWRBAND (line 627) | POLLWRBAND = 0x100 constant POLLWRNORM (line 628) | POLLWRNORM = 0x4 type CapRights (line 631) | type CapRights struct type Utsname (line 635) | type Utsname struct constant SizeofClockinfo (line 643) | SizeofClockinfo = 0x14 type Clockinfo (line 645) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 358) | type FpReg struct type FpExtendedPrecision (line 365) | type FpExtendedPrecision struct type PtraceIoDesc (line 367) | type PtraceIoDesc struct type Kevent_t (line 374) | type Kevent_t struct type FdSet (line 384) | type FdSet struct constant sizeofIfMsghdr (line 389) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 390) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 391) | sizeofIfData = 0x98 constant SizeofIfData (line 392) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 393) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 394) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 395) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 396) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 397) | SizeofRtMetrics = 0x70 type ifMsghdr (line 400) | type ifMsghdr struct type IfMsghdr (line 411) | type IfMsghdr struct type ifData (line 421) | type ifData struct type IfData (line 449) | type IfData struct type IfaMsghdr (line 477) | type IfaMsghdr struct type IfmaMsghdr (line 488) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 498) | type IfAnnounceMsghdr struct type RtMsghdr (line 507) | type RtMsghdr struct type RtMetrics (line 523) | type RtMetrics struct constant SizeofBpfVersion (line 539) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 540) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 541) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 542) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 543) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 544) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 545) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 548) | type BpfVersion struct type BpfStat (line 553) | type BpfStat struct type BpfZbuf (line 558) | type BpfZbuf struct type BpfProgram (line 564) | type BpfProgram struct type BpfInsn (line 569) | type BpfInsn struct type BpfHdr (line 576) | type BpfHdr struct type BpfZbufHeader (line 584) | type BpfZbufHeader struct type Termios (line 591) | type Termios struct type Winsize (line 601) | type Winsize struct constant AT_FDCWD (line 609) | AT_FDCWD = -0x64 constant AT_EACCESS (line 610) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 611) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 612) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 613) | AT_REMOVEDIR = 0x800 type PollFd (line 616) | type PollFd struct constant POLLERR (line 623) | POLLERR = 0x8 constant POLLHUP (line 624) | POLLHUP = 0x10 constant POLLIN (line 625) | POLLIN = 0x1 constant POLLINIGNEOF (line 626) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 627) | POLLNVAL = 0x20 constant POLLOUT (line 628) | POLLOUT = 0x4 constant POLLPRI (line 629) | POLLPRI = 0x2 constant POLLRDBAND (line 630) | POLLRDBAND = 0x80 constant POLLRDNORM (line 631) | POLLRDNORM = 0x40 constant POLLWRBAND (line 632) | POLLWRBAND = 0x100 constant POLLWRNORM (line 633) | POLLWRNORM = 0x4 type CapRights (line 636) | type CapRights struct type Utsname (line 640) | type Utsname struct constant SizeofClockinfo (line 648) | SizeofClockinfo = 0x14 type Clockinfo (line 650) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Time_t (line 36) | type Time_t type Rusage (line 38) | type Rusage struct type Rlimit (line 57) | type Rlimit struct type _Gid_t (line 62) | type _Gid_t constant _statfsVersion (line 65) | _statfsVersion = 0x20140518 constant _dirblksiz (line 66) | _dirblksiz = 0x400 type Stat_t (line 69) | type Stat_t struct type Statfs_t (line 91) | type Statfs_t struct type Flock_t (line 116) | type Flock_t struct type Dirent (line 126) | type Dirent struct type Fsid (line 137) | type Fsid struct constant PathMax (line 142) | PathMax = 0x400 constant FADV_NORMAL (line 146) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 147) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 148) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 149) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 150) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 151) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 154) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 162) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 171) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 177) | type RawSockaddrDatalink struct type RawSockaddr (line 188) | type RawSockaddr struct type RawSockaddrAny (line 194) | type RawSockaddrAny struct type _Socklen (line 199) | type _Socklen type Xucred (line 201) | type Xucred struct type Linger (line 209) | type Linger struct type Iovec (line 214) | type Iovec struct type IPMreq (line 219) | type IPMreq struct type IPMreqn (line 224) | type IPMreqn struct type IPv6Mreq (line 230) | type IPv6Mreq struct type Msghdr (line 235) | type Msghdr struct type Cmsghdr (line 245) | type Cmsghdr struct type Inet6Pktinfo (line 251) | type Inet6Pktinfo struct type IPv6MTUInfo (line 256) | type IPv6MTUInfo struct type ICMPv6Filter (line 261) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 266) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 267) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 268) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 269) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 270) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 271) | SizeofXucred = 0x50 constant SizeofLinger (line 272) | SizeofLinger = 0x8 constant SizeofIovec (line 273) | SizeofIovec = 0x8 constant SizeofIPMreq (line 274) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 275) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 276) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 277) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 278) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 279) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 280) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 281) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 285) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 286) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 287) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 290) | type PtraceLwpInfoStruct struct type __Siginfo (line 303) | type __Siginfo struct type __PtraceSiginfo (line 315) | type __PtraceSiginfo struct type Sigset_t (line 327) | type Sigset_t struct type Reg (line 331) | type Reg struct type FpReg (line 339) | type FpReg struct type FpExtendedPrecision (line 344) | type FpExtendedPrecision struct type PtraceIoDesc (line 350) | type PtraceIoDesc struct type Kevent_t (line 357) | type Kevent_t struct type FdSet (line 369) | type FdSet struct constant sizeofIfMsghdr (line 374) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 375) | SizeofIfMsghdr = 0x70 constant sizeofIfData (line 376) | sizeofIfData = 0x98 constant SizeofIfData (line 377) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 378) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 379) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 380) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 381) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 382) | SizeofRtMetrics = 0x38 type ifMsghdr (line 385) | type ifMsghdr struct type IfMsghdr (line 396) | type IfMsghdr struct type ifData (line 406) | type ifData struct type IfData (line 434) | type IfData struct type IfaMsghdr (line 463) | type IfaMsghdr struct type IfmaMsghdr (line 474) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 484) | type IfAnnounceMsghdr struct type RtMsghdr (line 493) | type RtMsghdr struct type RtMetrics (line 509) | type RtMetrics struct constant SizeofBpfVersion (line 525) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 526) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 527) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 528) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 529) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 530) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 531) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 534) | type BpfVersion struct type BpfStat (line 539) | type BpfStat struct type BpfZbuf (line 544) | type BpfZbuf struct type BpfProgram (line 550) | type BpfProgram struct type BpfInsn (line 555) | type BpfInsn struct type BpfHdr (line 562) | type BpfHdr struct type BpfZbufHeader (line 570) | type BpfZbufHeader struct type Termios (line 577) | type Termios struct type Winsize (line 587) | type Winsize struct constant AT_FDCWD (line 595) | AT_FDCWD = -0x64 constant AT_EACCESS (line 596) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 597) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 598) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 599) | AT_REMOVEDIR = 0x800 type PollFd (line 602) | type PollFd struct constant POLLERR (line 609) | POLLERR = 0x8 constant POLLHUP (line 610) | POLLHUP = 0x10 constant POLLIN (line 611) | POLLIN = 0x1 constant POLLINIGNEOF (line 612) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 613) | POLLNVAL = 0x20 constant POLLOUT (line 614) | POLLOUT = 0x4 constant POLLPRI (line 615) | POLLPRI = 0x2 constant POLLRDBAND (line 616) | POLLRDBAND = 0x80 constant POLLRDNORM (line 617) | POLLRDNORM = 0x40 constant POLLWRBAND (line 618) | POLLWRBAND = 0x100 constant POLLWRNORM (line 619) | POLLWRNORM = 0x4 type CapRights (line 622) | type CapRights struct type Utsname (line 626) | type Utsname struct constant SizeofClockinfo (line 634) | SizeofClockinfo = 0x14 type Clockinfo (line 636) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 338) | type FpReg struct type FpExtendedPrecision (line 345) | type FpExtendedPrecision struct type PtraceIoDesc (line 347) | type PtraceIoDesc struct type Kevent_t (line 354) | type Kevent_t struct type FdSet (line 364) | type FdSet struct constant sizeofIfMsghdr (line 369) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 370) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 371) | sizeofIfData = 0x98 constant SizeofIfData (line 372) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 373) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 374) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 375) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 376) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 377) | SizeofRtMetrics = 0x70 type ifMsghdr (line 380) | type ifMsghdr struct type IfMsghdr (line 391) | type IfMsghdr struct type ifData (line 401) | type ifData struct type IfData (line 429) | type IfData struct type IfaMsghdr (line 457) | type IfaMsghdr struct type IfmaMsghdr (line 468) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 478) | type IfAnnounceMsghdr struct type RtMsghdr (line 487) | type RtMsghdr struct type RtMetrics (line 503) | type RtMetrics struct constant SizeofBpfVersion (line 519) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 520) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 521) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 522) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 523) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 524) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 525) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 528) | type BpfVersion struct type BpfStat (line 533) | type BpfStat struct type BpfZbuf (line 538) | type BpfZbuf struct type BpfProgram (line 544) | type BpfProgram struct type BpfInsn (line 549) | type BpfInsn struct type BpfHdr (line 556) | type BpfHdr struct type BpfZbufHeader (line 564) | type BpfZbufHeader struct type Termios (line 571) | type Termios struct type Winsize (line 581) | type Winsize struct constant AT_FDCWD (line 589) | AT_FDCWD = -0x64 constant AT_EACCESS (line 590) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 591) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 592) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 593) | AT_REMOVEDIR = 0x800 type PollFd (line 596) | type PollFd struct constant POLLERR (line 603) | POLLERR = 0x8 constant POLLHUP (line 604) | POLLHUP = 0x10 constant POLLIN (line 605) | POLLIN = 0x1 constant POLLINIGNEOF (line 606) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 607) | POLLNVAL = 0x20 constant POLLOUT (line 608) | POLLOUT = 0x4 constant POLLPRI (line 609) | POLLPRI = 0x2 constant POLLRDBAND (line 610) | POLLRDBAND = 0x80 constant POLLRDNORM (line 611) | POLLRDNORM = 0x40 constant POLLWRBAND (line 612) | POLLWRBAND = 0x100 constant POLLWRNORM (line 613) | POLLWRNORM = 0x4 type CapRights (line 616) | type CapRights struct type Utsname (line 620) | type Utsname struct constant SizeofClockinfo (line 628) | SizeofClockinfo = 0x14 type Clockinfo (line 630) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 341) | type FpReg struct type FpExtendedPrecision (line 346) | type FpExtendedPrecision struct type PtraceIoDesc (line 348) | type PtraceIoDesc struct type Kevent_t (line 355) | type Kevent_t struct type FdSet (line 365) | type FdSet struct constant sizeofIfMsghdr (line 370) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 371) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 372) | sizeofIfData = 0x98 constant SizeofIfData (line 373) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 374) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 375) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 376) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 377) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 378) | SizeofRtMetrics = 0x70 type ifMsghdr (line 381) | type ifMsghdr struct type IfMsghdr (line 392) | type IfMsghdr struct type ifData (line 402) | type ifData struct type IfData (line 430) | type IfData struct type IfaMsghdr (line 458) | type IfaMsghdr struct type IfmaMsghdr (line 469) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 479) | type IfAnnounceMsghdr struct type RtMsghdr (line 488) | type RtMsghdr struct type RtMetrics (line 504) | type RtMetrics struct constant SizeofBpfVersion (line 521) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 522) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 523) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 524) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 525) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 526) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 527) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 530) | type BpfVersion struct type BpfStat (line 535) | type BpfStat struct type BpfZbuf (line 540) | type BpfZbuf struct type BpfProgram (line 546) | type BpfProgram struct type BpfInsn (line 551) | type BpfInsn struct type BpfHdr (line 558) | type BpfHdr struct type BpfZbufHeader (line 566) | type BpfZbufHeader struct type Termios (line 573) | type Termios struct type Winsize (line 583) | type Winsize struct constant AT_FDCWD (line 591) | AT_FDCWD = -0x64 constant AT_EACCESS (line 592) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 593) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 594) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 595) | AT_REMOVEDIR = 0x800 type PollFd (line 598) | type PollFd struct constant POLLERR (line 605) | POLLERR = 0x8 constant POLLHUP (line 606) | POLLHUP = 0x10 constant POLLIN (line 607) | POLLIN = 0x1 constant POLLINIGNEOF (line 608) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 609) | POLLNVAL = 0x20 constant POLLOUT (line 610) | POLLOUT = 0x4 constant POLLPRI (line 611) | POLLPRI = 0x2 constant POLLRDBAND (line 612) | POLLRDBAND = 0x80 constant POLLRDNORM (line 613) | POLLRDNORM = 0x40 constant POLLWRBAND (line 614) | POLLWRBAND = 0x100 constant POLLWRNORM (line 615) | POLLWRNORM = 0x4 type CapRights (line 618) | type CapRights struct type Utsname (line 622) | type Utsname struct constant SizeofClockinfo (line 630) | SizeofClockinfo = 0x14 type Clockinfo (line 632) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux.go constant SizeofShort (line 9) | SizeofShort = 0x2 constant SizeofInt (line 10) | SizeofInt = 0x4 constant SizeofLongLong (line 11) | SizeofLongLong = 0x8 constant PathMax (line 12) | PathMax = 0x1000 type _C_short (line 16) | type _C_short type _C_int (line 17) | type _C_int type _C_long_long (line 19) | type _C_long_long type ItimerSpec (line 22) | type ItimerSpec struct type Itimerval (line 27) | type Itimerval struct constant ADJ_OFFSET (line 33) | ADJ_OFFSET = 0x1 constant ADJ_FREQUENCY (line 34) | ADJ_FREQUENCY = 0x2 constant ADJ_MAXERROR (line 35) | ADJ_MAXERROR = 0x4 constant ADJ_ESTERROR (line 36) | ADJ_ESTERROR = 0x8 constant ADJ_STATUS (line 37) | ADJ_STATUS = 0x10 constant ADJ_TIMECONST (line 38) | ADJ_TIMECONST = 0x20 constant ADJ_TAI (line 39) | ADJ_TAI = 0x80 constant ADJ_SETOFFSET (line 40) | ADJ_SETOFFSET = 0x100 constant ADJ_MICRO (line 41) | ADJ_MICRO = 0x1000 constant ADJ_NANO (line 42) | ADJ_NANO = 0x2000 constant ADJ_TICK (line 43) | ADJ_TICK = 0x4000 constant ADJ_OFFSET_SINGLESHOT (line 44) | ADJ_OFFSET_SINGLESHOT = 0x8001 constant ADJ_OFFSET_SS_READ (line 45) | ADJ_OFFSET_SS_READ = 0xa001 constant STA_PLL (line 49) | STA_PLL = 0x1 constant STA_PPSFREQ (line 50) | STA_PPSFREQ = 0x2 constant STA_PPSTIME (line 51) | STA_PPSTIME = 0x4 constant STA_FLL (line 52) | STA_FLL = 0x8 constant STA_INS (line 53) | STA_INS = 0x10 constant STA_DEL (line 54) | STA_DEL = 0x20 constant STA_UNSYNC (line 55) | STA_UNSYNC = 0x40 constant STA_FREQHOLD (line 56) | STA_FREQHOLD = 0x80 constant STA_PPSSIGNAL (line 57) | STA_PPSSIGNAL = 0x100 constant STA_PPSJITTER (line 58) | STA_PPSJITTER = 0x200 constant STA_PPSWANDER (line 59) | STA_PPSWANDER = 0x400 constant STA_PPSERROR (line 60) | STA_PPSERROR = 0x800 constant STA_CLOCKERR (line 61) | STA_CLOCKERR = 0x1000 constant STA_NANO (line 62) | STA_NANO = 0x2000 constant STA_MODE (line 63) | STA_MODE = 0x4000 constant STA_CLK (line 64) | STA_CLK = 0x8000 constant TIME_OK (line 68) | TIME_OK = 0x0 constant TIME_INS (line 69) | TIME_INS = 0x1 constant TIME_DEL (line 70) | TIME_DEL = 0x2 constant TIME_OOP (line 71) | TIME_OOP = 0x3 constant TIME_WAIT (line 72) | TIME_WAIT = 0x4 constant TIME_ERROR (line 73) | TIME_ERROR = 0x5 constant TIME_BAD (line 74) | TIME_BAD = 0x5 type Rlimit (line 77) | type Rlimit struct type _Gid_t (line 82) | type _Gid_t type StatxTimestamp (line 84) | type StatxTimestamp struct type Statx_t (line 90) | type Statx_t struct type Fsid (line 117) | type Fsid struct type FileCloneRange (line 121) | type FileCloneRange struct type RawFileDedupeRange (line 128) | type RawFileDedupeRange struct type RawFileDedupeRangeInfo (line 136) | type RawFileDedupeRangeInfo struct constant SizeofRawFileDedupeRange (line 145) | SizeofRawFileDedupeRange = 0x18 constant SizeofRawFileDedupeRangeInfo (line 146) | SizeofRawFileDedupeRangeInfo = 0x20 constant FILE_DEDUPE_RANGE_SAME (line 147) | FILE_DEDUPE_RANGE_SAME = 0x0 constant FILE_DEDUPE_RANGE_DIFFERS (line 148) | FILE_DEDUPE_RANGE_DIFFERS = 0x1 type FscryptPolicy (line 151) | type FscryptPolicy struct type FscryptKey (line 159) | type FscryptKey struct type FscryptPolicyV1 (line 165) | type FscryptPolicyV1 struct type FscryptPolicyV2 (line 173) | type FscryptPolicyV2 struct type FscryptGetPolicyExArg (line 182) | type FscryptGetPolicyExArg struct type FscryptKeySpecifier (line 187) | type FscryptKeySpecifier struct type FscryptAddKeyArg (line 193) | type FscryptAddKeyArg struct type FscryptRemoveKeyArg (line 200) | type FscryptRemoveKeyArg struct type FscryptGetKeyStatusArg (line 206) | type FscryptGetKeyStatusArg struct type DmIoctl (line 215) | type DmIoctl struct type DmTargetSpec (line 230) | type DmTargetSpec struct type DmTargetDeps (line 238) | type DmTargetDeps struct type DmTargetVersions (line 243) | type DmTargetVersions struct type DmTargetMsg (line 248) | type DmTargetMsg struct constant SizeofDmIoctl (line 253) | SizeofDmIoctl = 0x138 constant SizeofDmTargetSpec (line 254) | SizeofDmTargetSpec = 0x28 type KeyctlDHParams (line 257) | type KeyctlDHParams struct constant FADV_NORMAL (line 264) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 265) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 266) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 267) | FADV_WILLNEED = 0x3 type RawSockaddrInet4 (line 270) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 277) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 285) | type RawSockaddrUnix struct type RawSockaddrLinklayer (line 290) | type RawSockaddrLinklayer struct type RawSockaddrNetlink (line 300) | type RawSockaddrNetlink struct type RawSockaddrHCI (line 307) | type RawSockaddrHCI struct type RawSockaddrL2 (line 313) | type RawSockaddrL2 struct type RawSockaddrRFCOMM (line 322) | type RawSockaddrRFCOMM struct type RawSockaddrCAN (line 329) | type RawSockaddrCAN struct type RawSockaddrALG (line 335) | type RawSockaddrALG struct type RawSockaddrVM (line 343) | type RawSockaddrVM struct type RawSockaddrXDP (line 352) | type RawSockaddrXDP struct type RawSockaddrPPPoX (line 360) | type RawSockaddrPPPoX type RawSockaddrTIPC (line 362) | type RawSockaddrTIPC struct type RawSockaddrL2TPIP (line 369) | type RawSockaddrL2TPIP struct type RawSockaddrL2TPIP6 (line 377) | type RawSockaddrL2TPIP6 struct type RawSockaddrIUCV (line 386) | type RawSockaddrIUCV struct type RawSockaddrNFC (line 395) | type RawSockaddrNFC struct type _Socklen (line 402) | type _Socklen type Linger (line 404) | type Linger struct type IPMreq (line 409) | type IPMreq struct type IPMreqn (line 414) | type IPMreqn struct type IPv6Mreq (line 420) | type IPv6Mreq struct type PacketMreq (line 425) | type PacketMreq struct type Inet4Pktinfo (line 432) | type Inet4Pktinfo struct type Inet6Pktinfo (line 438) | type Inet6Pktinfo struct type IPv6MTUInfo (line 443) | type IPv6MTUInfo struct type ICMPv6Filter (line 448) | type ICMPv6Filter struct type Ucred (line 452) | type Ucred struct type TCPInfo (line 458) | type TCPInfo struct type CanFilter (line 515) | type CanFilter struct type TCPRepairOpt (line 520) | type TCPRepairOpt struct constant SizeofSockaddrInet4 (line 526) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 527) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 528) | SizeofSockaddrAny = 0x70 constant SizeofSockaddrUnix (line 529) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrLinklayer (line 530) | SizeofSockaddrLinklayer = 0x14 constant SizeofSockaddrNetlink (line 531) | SizeofSockaddrNetlink = 0xc constant SizeofSockaddrHCI (line 532) | SizeofSockaddrHCI = 0x6 constant SizeofSockaddrL2 (line 533) | SizeofSockaddrL2 = 0xe constant SizeofSockaddrRFCOMM (line 534) | SizeofSockaddrRFCOMM = 0xa constant SizeofSockaddrCAN (line 535) | SizeofSockaddrCAN = 0x18 constant SizeofSockaddrALG (line 536) | SizeofSockaddrALG = 0x58 constant SizeofSockaddrVM (line 537) | SizeofSockaddrVM = 0x10 constant SizeofSockaddrXDP (line 538) | SizeofSockaddrXDP = 0x10 constant SizeofSockaddrPPPoX (line 539) | SizeofSockaddrPPPoX = 0x1e constant SizeofSockaddrTIPC (line 540) | SizeofSockaddrTIPC = 0x10 constant SizeofSockaddrL2TPIP (line 541) | SizeofSockaddrL2TPIP = 0x10 constant SizeofSockaddrL2TPIP6 (line 542) | SizeofSockaddrL2TPIP6 = 0x20 constant SizeofSockaddrIUCV (line 543) | SizeofSockaddrIUCV = 0x20 constant SizeofSockaddrNFC (line 544) | SizeofSockaddrNFC = 0x10 constant SizeofLinger (line 545) | SizeofLinger = 0x8 constant SizeofIPMreq (line 546) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 547) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 548) | SizeofIPv6Mreq = 0x14 constant SizeofPacketMreq (line 549) | SizeofPacketMreq = 0x10 constant SizeofInet4Pktinfo (line 550) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 551) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 552) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 553) | SizeofICMPv6Filter = 0x20 constant SizeofUcred (line 554) | SizeofUcred = 0xc constant SizeofTCPInfo (line 555) | SizeofTCPInfo = 0xf0 constant SizeofCanFilter (line 556) | SizeofCanFilter = 0x8 constant SizeofTCPRepairOpt (line 557) | SizeofTCPRepairOpt = 0x8 constant NDA_UNSPEC (line 561) | NDA_UNSPEC = 0x0 constant NDA_DST (line 562) | NDA_DST = 0x1 constant NDA_LLADDR (line 563) | NDA_LLADDR = 0x2 constant NDA_CACHEINFO (line 564) | NDA_CACHEINFO = 0x3 constant NDA_PROBES (line 565) | NDA_PROBES = 0x4 constant NDA_VLAN (line 566) | NDA_VLAN = 0x5 constant NDA_PORT (line 567) | NDA_PORT = 0x6 constant NDA_VNI (line 568) | NDA_VNI = 0x7 constant NDA_IFINDEX (line 569) | NDA_IFINDEX = 0x8 constant NDA_MASTER (line 570) | NDA_MASTER = 0x9 constant NDA_LINK_NETNSID (line 571) | NDA_LINK_NETNSID = 0xa constant NDA_SRC_VNI (line 572) | NDA_SRC_VNI = 0xb constant NTF_USE (line 573) | NTF_USE = 0x1 constant NTF_SELF (line 574) | NTF_SELF = 0x2 constant NTF_MASTER (line 575) | NTF_MASTER = 0x4 constant NTF_PROXY (line 576) | NTF_PROXY = 0x8 constant NTF_EXT_LEARNED (line 577) | NTF_EXT_LEARNED = 0x10 constant NTF_OFFLOADED (line 578) | NTF_OFFLOADED = 0x20 constant NTF_ROUTER (line 579) | NTF_ROUTER = 0x80 constant NUD_INCOMPLETE (line 580) | NUD_INCOMPLETE = 0x1 constant NUD_REACHABLE (line 581) | NUD_REACHABLE = 0x2 constant NUD_STALE (line 582) | NUD_STALE = 0x4 constant NUD_DELAY (line 583) | NUD_DELAY = 0x8 constant NUD_PROBE (line 584) | NUD_PROBE = 0x10 constant NUD_FAILED (line 585) | NUD_FAILED = 0x20 constant NUD_NOARP (line 586) | NUD_NOARP = 0x40 constant NUD_PERMANENT (line 587) | NUD_PERMANENT = 0x80 constant NUD_NONE (line 588) | NUD_NONE = 0x0 constant IFA_UNSPEC (line 589) | IFA_UNSPEC = 0x0 constant IFA_ADDRESS (line 590) | IFA_ADDRESS = 0x1 constant IFA_LOCAL (line 591) | IFA_LOCAL = 0x2 constant IFA_LABEL (line 592) | IFA_LABEL = 0x3 constant IFA_BROADCAST (line 593) | IFA_BROADCAST = 0x4 constant IFA_ANYCAST (line 594) | IFA_ANYCAST = 0x5 constant IFA_CACHEINFO (line 595) | IFA_CACHEINFO = 0x6 constant IFA_MULTICAST (line 596) | IFA_MULTICAST = 0x7 constant IFA_FLAGS (line 597) | IFA_FLAGS = 0x8 constant IFA_RT_PRIORITY (line 598) | IFA_RT_PRIORITY = 0x9 constant IFA_TARGET_NETNSID (line 599) | IFA_TARGET_NETNSID = 0xa constant RT_SCOPE_UNIVERSE (line 600) | RT_SCOPE_UNIVERSE = 0x0 constant RT_SCOPE_SITE (line 601) | RT_SCOPE_SITE = 0xc8 constant RT_SCOPE_LINK (line 602) | RT_SCOPE_LINK = 0xfd constant RT_SCOPE_HOST (line 603) | RT_SCOPE_HOST = 0xfe constant RT_SCOPE_NOWHERE (line 604) | RT_SCOPE_NOWHERE = 0xff constant RT_TABLE_UNSPEC (line 605) | RT_TABLE_UNSPEC = 0x0 constant RT_TABLE_COMPAT (line 606) | RT_TABLE_COMPAT = 0xfc constant RT_TABLE_DEFAULT (line 607) | RT_TABLE_DEFAULT = 0xfd constant RT_TABLE_MAIN (line 608) | RT_TABLE_MAIN = 0xfe constant RT_TABLE_LOCAL (line 609) | RT_TABLE_LOCAL = 0xff constant RT_TABLE_MAX (line 610) | RT_TABLE_MAX = 0xffffffff constant RTA_UNSPEC (line 611) | RTA_UNSPEC = 0x0 constant RTA_DST (line 612) | RTA_DST = 0x1 constant RTA_SRC (line 613) | RTA_SRC = 0x2 constant RTA_IIF (line 614) | RTA_IIF = 0x3 constant RTA_OIF (line 615) | RTA_OIF = 0x4 constant RTA_GATEWAY (line 616) | RTA_GATEWAY = 0x5 constant RTA_PRIORITY (line 617) | RTA_PRIORITY = 0x6 constant RTA_PREFSRC (line 618) | RTA_PREFSRC = 0x7 constant RTA_METRICS (line 619) | RTA_METRICS = 0x8 constant RTA_MULTIPATH (line 620) | RTA_MULTIPATH = 0x9 constant RTA_FLOW (line 621) | RTA_FLOW = 0xb constant RTA_CACHEINFO (line 622) | RTA_CACHEINFO = 0xc constant RTA_TABLE (line 623) | RTA_TABLE = 0xf constant RTA_MARK (line 624) | RTA_MARK = 0x10 constant RTA_MFC_STATS (line 625) | RTA_MFC_STATS = 0x11 constant RTA_VIA (line 626) | RTA_VIA = 0x12 constant RTA_NEWDST (line 627) | RTA_NEWDST = 0x13 constant RTA_PREF (line 628) | RTA_PREF = 0x14 constant RTA_ENCAP_TYPE (line 629) | RTA_ENCAP_TYPE = 0x15 constant RTA_ENCAP (line 630) | RTA_ENCAP = 0x16 constant RTA_EXPIRES (line 631) | RTA_EXPIRES = 0x17 constant RTA_PAD (line 632) | RTA_PAD = 0x18 constant RTA_UID (line 633) | RTA_UID = 0x19 constant RTA_TTL_PROPAGATE (line 634) | RTA_TTL_PROPAGATE = 0x1a constant RTA_IP_PROTO (line 635) | RTA_IP_PROTO = 0x1b constant RTA_SPORT (line 636) | RTA_SPORT = 0x1c constant RTA_DPORT (line 637) | RTA_DPORT = 0x1d constant RTN_UNSPEC (line 638) | RTN_UNSPEC = 0x0 constant RTN_UNICAST (line 639) | RTN_UNICAST = 0x1 constant RTN_LOCAL (line 640) | RTN_LOCAL = 0x2 constant RTN_BROADCAST (line 641) | RTN_BROADCAST = 0x3 constant RTN_ANYCAST (line 642) | RTN_ANYCAST = 0x4 constant RTN_MULTICAST (line 643) | RTN_MULTICAST = 0x5 constant RTN_BLACKHOLE (line 644) | RTN_BLACKHOLE = 0x6 constant RTN_UNREACHABLE (line 645) | RTN_UNREACHABLE = 0x7 constant RTN_PROHIBIT (line 646) | RTN_PROHIBIT = 0x8 constant RTN_THROW (line 647) | RTN_THROW = 0x9 constant RTN_NAT (line 648) | RTN_NAT = 0xa constant RTN_XRESOLVE (line 649) | RTN_XRESOLVE = 0xb constant SizeofNlMsghdr (line 650) | SizeofNlMsghdr = 0x10 constant SizeofNlMsgerr (line 651) | SizeofNlMsgerr = 0x14 constant SizeofRtGenmsg (line 652) | SizeofRtGenmsg = 0x1 constant SizeofNlAttr (line 653) | SizeofNlAttr = 0x4 constant SizeofRtAttr (line 654) | SizeofRtAttr = 0x4 constant SizeofIfInfomsg (line 655) | SizeofIfInfomsg = 0x10 constant SizeofIfAddrmsg (line 656) | SizeofIfAddrmsg = 0x8 constant SizeofIfaCacheinfo (line 657) | SizeofIfaCacheinfo = 0x10 constant SizeofRtMsg (line 658) | SizeofRtMsg = 0xc constant SizeofRtNexthop (line 659) | SizeofRtNexthop = 0x8 constant SizeofNdUseroptmsg (line 660) | SizeofNdUseroptmsg = 0x10 constant SizeofNdMsg (line 661) | SizeofNdMsg = 0xc type NlMsghdr (line 664) | type NlMsghdr struct type NlMsgerr (line 672) | type NlMsgerr struct type RtGenmsg (line 677) | type RtGenmsg struct type NlAttr (line 681) | type NlAttr struct type RtAttr (line 686) | type RtAttr struct type IfInfomsg (line 691) | type IfInfomsg struct type IfAddrmsg (line 700) | type IfAddrmsg struct type IfaCacheinfo (line 708) | type IfaCacheinfo struct type RtMsg (line 715) | type RtMsg struct type RtNexthop (line 727) | type RtNexthop struct type NdUseroptmsg (line 734) | type NdUseroptmsg struct type NdMsg (line 745) | type NdMsg struct constant ICMP_FILTER (line 756) | ICMP_FILTER = 0x1 constant ICMPV6_FILTER (line 758) | ICMPV6_FILTER = 0x1 constant ICMPV6_FILTER_BLOCK (line 759) | ICMPV6_FILTER_BLOCK = 0x1 constant ICMPV6_FILTER_BLOCKOTHERS (line 760) | ICMPV6_FILTER_BLOCKOTHERS = 0x3 constant ICMPV6_FILTER_PASS (line 761) | ICMPV6_FILTER_PASS = 0x2 constant ICMPV6_FILTER_PASSONLY (line 762) | ICMPV6_FILTER_PASSONLY = 0x4 constant SizeofSockFilter (line 766) | SizeofSockFilter = 0x8 type SockFilter (line 769) | type SockFilter struct type SockFprog (line 776) | type SockFprog struct type InotifyEvent (line 781) | type InotifyEvent struct constant SizeofInotifyEvent (line 788) | SizeofInotifyEvent = 0x10 constant SI_LOAD_SHIFT (line 790) | SI_LOAD_SHIFT = 0x10 type Utsname (line 792) | type Utsname struct constant AT_EMPTY_PATH (line 802) | AT_EMPTY_PATH = 0x1000 constant AT_FDCWD (line 803) | AT_FDCWD = -0x64 constant AT_NO_AUTOMOUNT (line 804) | AT_NO_AUTOMOUNT = 0x800 constant AT_REMOVEDIR (line 805) | AT_REMOVEDIR = 0x200 constant AT_STATX_SYNC_AS_STAT (line 807) | AT_STATX_SYNC_AS_STAT = 0x0 constant AT_STATX_FORCE_SYNC (line 808) | AT_STATX_FORCE_SYNC = 0x2000 constant AT_STATX_DONT_SYNC (line 809) | AT_STATX_DONT_SYNC = 0x4000 constant AT_RECURSIVE (line 811) | AT_RECURSIVE = 0x8000 constant AT_SYMLINK_FOLLOW (line 813) | AT_SYMLINK_FOLLOW = 0x400 constant AT_SYMLINK_NOFOLLOW (line 814) | AT_SYMLINK_NOFOLLOW = 0x100 constant AT_EACCESS (line 816) | AT_EACCESS = 0x200 constant OPEN_TREE_CLONE (line 818) | OPEN_TREE_CLONE = 0x1 constant MOVE_MOUNT_F_SYMLINKS (line 820) | MOVE_MOUNT_F_SYMLINKS = 0x1 constant MOVE_MOUNT_F_AUTOMOUNTS (line 821) | MOVE_MOUNT_F_AUTOMOUNTS = 0x2 constant MOVE_MOUNT_F_EMPTY_PATH (line 822) | MOVE_MOUNT_F_EMPTY_PATH = 0x4 constant MOVE_MOUNT_T_SYMLINKS (line 823) | MOVE_MOUNT_T_SYMLINKS = 0x10 constant MOVE_MOUNT_T_AUTOMOUNTS (line 824) | MOVE_MOUNT_T_AUTOMOUNTS = 0x20 constant MOVE_MOUNT_T_EMPTY_PATH (line 825) | MOVE_MOUNT_T_EMPTY_PATH = 0x40 constant MOVE_MOUNT_SET_GROUP (line 826) | MOVE_MOUNT_SET_GROUP = 0x100 constant FSOPEN_CLOEXEC (line 828) | FSOPEN_CLOEXEC = 0x1 constant FSPICK_CLOEXEC (line 830) | FSPICK_CLOEXEC = 0x1 constant FSPICK_SYMLINK_NOFOLLOW (line 831) | FSPICK_SYMLINK_NOFOLLOW = 0x2 constant FSPICK_NO_AUTOMOUNT (line 832) | FSPICK_NO_AUTOMOUNT = 0x4 constant FSPICK_EMPTY_PATH (line 833) | FSPICK_EMPTY_PATH = 0x8 constant FSMOUNT_CLOEXEC (line 835) | FSMOUNT_CLOEXEC = 0x1 type OpenHow (line 838) | type OpenHow struct constant SizeofOpenHow (line 844) | SizeofOpenHow = 0x18 constant RESOLVE_BENEATH (line 847) | RESOLVE_BENEATH = 0x8 constant RESOLVE_IN_ROOT (line 848) | RESOLVE_IN_ROOT = 0x10 constant RESOLVE_NO_MAGICLINKS (line 849) | RESOLVE_NO_MAGICLINKS = 0x2 constant RESOLVE_NO_SYMLINKS (line 850) | RESOLVE_NO_SYMLINKS = 0x4 constant RESOLVE_NO_XDEV (line 851) | RESOLVE_NO_XDEV = 0x1 type PollFd (line 854) | type PollFd struct constant POLLIN (line 861) | POLLIN = 0x1 constant POLLPRI (line 862) | POLLPRI = 0x2 constant POLLOUT (line 863) | POLLOUT = 0x4 constant POLLERR (line 864) | POLLERR = 0x8 constant POLLHUP (line 865) | POLLHUP = 0x10 constant POLLNVAL (line 866) | POLLNVAL = 0x20 type SignalfdSiginfo (line 869) | type SignalfdSiginfo struct type Winsize (line 894) | type Winsize struct constant TASKSTATS_CMD_UNSPEC (line 902) | TASKSTATS_CMD_UNSPEC = 0x0 constant TASKSTATS_CMD_GET (line 903) | TASKSTATS_CMD_GET = 0x1 constant TASKSTATS_CMD_NEW (line 904) | TASKSTATS_CMD_NEW = 0x2 constant TASKSTATS_TYPE_UNSPEC (line 905) | TASKSTATS_TYPE_UNSPEC = 0x0 constant TASKSTATS_TYPE_PID (line 906) | TASKSTATS_TYPE_PID = 0x1 constant TASKSTATS_TYPE_TGID (line 907) | TASKSTATS_TYPE_TGID = 0x2 constant TASKSTATS_TYPE_STATS (line 908) | TASKSTATS_TYPE_STATS = 0x3 constant TASKSTATS_TYPE_AGGR_PID (line 909) | TASKSTATS_TYPE_AGGR_PID = 0x4 constant TASKSTATS_TYPE_AGGR_TGID (line 910) | TASKSTATS_TYPE_AGGR_TGID = 0x5 constant TASKSTATS_TYPE_NULL (line 911) | TASKSTATS_TYPE_NULL = 0x6 constant TASKSTATS_CMD_ATTR_UNSPEC (line 912) | TASKSTATS_CMD_ATTR_UNSPEC = 0x0 constant TASKSTATS_CMD_ATTR_PID (line 913) | TASKSTATS_CMD_ATTR_PID = 0x1 constant TASKSTATS_CMD_ATTR_TGID (line 914) | TASKSTATS_CMD_ATTR_TGID = 0x2 constant TASKSTATS_CMD_ATTR_REGISTER_CPUMASK (line 915) | TASKSTATS_CMD_ATTR_REGISTER_CPUMASK = 0x3 constant TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK (line 916) | TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4 type CGroupStats (line 919) | type CGroupStats struct constant CGROUPSTATS_CMD_UNSPEC (line 928) | CGROUPSTATS_CMD_UNSPEC = 0x3 constant CGROUPSTATS_CMD_GET (line 929) | CGROUPSTATS_CMD_GET = 0x4 constant CGROUPSTATS_CMD_NEW (line 930) | CGROUPSTATS_CMD_NEW = 0x5 constant CGROUPSTATS_TYPE_UNSPEC (line 931) | CGROUPSTATS_TYPE_UNSPEC = 0x0 constant CGROUPSTATS_TYPE_CGROUP_STATS (line 932) | CGROUPSTATS_TYPE_CGROUP_STATS = 0x1 constant CGROUPSTATS_CMD_ATTR_UNSPEC (line 933) | CGROUPSTATS_CMD_ATTR_UNSPEC = 0x0 constant CGROUPSTATS_CMD_ATTR_FD (line 934) | CGROUPSTATS_CMD_ATTR_FD = 0x1 type Genlmsghdr (line 937) | type Genlmsghdr struct constant CTRL_CMD_UNSPEC (line 944) | CTRL_CMD_UNSPEC = 0x0 constant CTRL_CMD_NEWFAMILY (line 945) | CTRL_CMD_NEWFAMILY = 0x1 constant CTRL_CMD_DELFAMILY (line 946) | CTRL_CMD_DELFAMILY = 0x2 constant CTRL_CMD_GETFAMILY (line 947) | CTRL_CMD_GETFAMILY = 0x3 constant CTRL_CMD_NEWOPS (line 948) | CTRL_CMD_NEWOPS = 0x4 constant CTRL_CMD_DELOPS (line 949) | CTRL_CMD_DELOPS = 0x5 constant CTRL_CMD_GETOPS (line 950) | CTRL_CMD_GETOPS = 0x6 constant CTRL_CMD_NEWMCAST_GRP (line 951) | CTRL_CMD_NEWMCAST_GRP = 0x7 constant CTRL_CMD_DELMCAST_GRP (line 952) | CTRL_CMD_DELMCAST_GRP = 0x8 constant CTRL_CMD_GETMCAST_GRP (line 953) | CTRL_CMD_GETMCAST_GRP = 0x9 constant CTRL_CMD_GETPOLICY (line 954) | CTRL_CMD_GETPOLICY = 0xa constant CTRL_ATTR_UNSPEC (line 955) | CTRL_ATTR_UNSPEC = 0x0 constant CTRL_ATTR_FAMILY_ID (line 956) | CTRL_ATTR_FAMILY_ID = 0x1 constant CTRL_ATTR_FAMILY_NAME (line 957) | CTRL_ATTR_FAMILY_NAME = 0x2 constant CTRL_ATTR_VERSION (line 958) | CTRL_ATTR_VERSION = 0x3 constant CTRL_ATTR_HDRSIZE (line 959) | CTRL_ATTR_HDRSIZE = 0x4 constant CTRL_ATTR_MAXATTR (line 960) | CTRL_ATTR_MAXATTR = 0x5 constant CTRL_ATTR_OPS (line 961) | CTRL_ATTR_OPS = 0x6 constant CTRL_ATTR_MCAST_GROUPS (line 962) | CTRL_ATTR_MCAST_GROUPS = 0x7 constant CTRL_ATTR_POLICY (line 963) | CTRL_ATTR_POLICY = 0x8 constant CTRL_ATTR_OP_POLICY (line 964) | CTRL_ATTR_OP_POLICY = 0x9 constant CTRL_ATTR_OP (line 965) | CTRL_ATTR_OP = 0xa constant CTRL_ATTR_OP_UNSPEC (line 966) | CTRL_ATTR_OP_UNSPEC = 0x0 constant CTRL_ATTR_OP_ID (line 967) | CTRL_ATTR_OP_ID = 0x1 constant CTRL_ATTR_OP_FLAGS (line 968) | CTRL_ATTR_OP_FLAGS = 0x2 constant CTRL_ATTR_MCAST_GRP_UNSPEC (line 969) | CTRL_ATTR_MCAST_GRP_UNSPEC = 0x0 constant CTRL_ATTR_MCAST_GRP_NAME (line 970) | CTRL_ATTR_MCAST_GRP_NAME = 0x1 constant CTRL_ATTR_MCAST_GRP_ID (line 971) | CTRL_ATTR_MCAST_GRP_ID = 0x2 constant CTRL_ATTR_POLICY_UNSPEC (line 972) | CTRL_ATTR_POLICY_UNSPEC = 0x0 constant CTRL_ATTR_POLICY_DO (line 973) | CTRL_ATTR_POLICY_DO = 0x1 constant CTRL_ATTR_POLICY_DUMP (line 974) | CTRL_ATTR_POLICY_DUMP = 0x2 constant CTRL_ATTR_POLICY_DUMP_MAX (line 975) | CTRL_ATTR_POLICY_DUMP_MAX = 0x2 constant _CPU_SETSIZE (line 979) | _CPU_SETSIZE = 0x400 constant BDADDR_BREDR (line 983) | BDADDR_BREDR = 0x0 constant BDADDR_LE_PUBLIC (line 984) | BDADDR_LE_PUBLIC = 0x1 constant BDADDR_LE_RANDOM (line 985) | BDADDR_LE_RANDOM = 0x2 type PerfEventAttr (line 988) | type PerfEventAttr struct type PerfEventMmapPage (line 1013) | type PerfEventMmapPage struct constant PerfBitDisabled (line 1043) | PerfBitDisabled uint64 = CBitFieldMaskBit0 constant PerfBitInherit (line 1044) | PerfBitInherit = CBitFieldMaskBit1 constant PerfBitPinned (line 1045) | PerfBitPinned = CBitFieldMaskBit2 constant PerfBitExclusive (line 1046) | PerfBitExclusive = CBitFieldMaskBit3 constant PerfBitExcludeUser (line 1047) | PerfBitExcludeUser = CBitFieldMaskBit4 constant PerfBitExcludeKernel (line 1048) | PerfBitExcludeKernel = CBitFieldMaskBit5 constant PerfBitExcludeHv (line 1049) | PerfBitExcludeHv = CBitFieldMaskBit6 constant PerfBitExcludeIdle (line 1050) | PerfBitExcludeIdle = CBitFieldMaskBit7 constant PerfBitMmap (line 1051) | PerfBitMmap = CBitFieldMaskBit8 constant PerfBitComm (line 1052) | PerfBitComm = CBitFieldMaskBit9 constant PerfBitFreq (line 1053) | PerfBitFreq = CBitFieldMaskBit10 constant PerfBitInheritStat (line 1054) | PerfBitInheritStat = CBitFieldMaskBit11 constant PerfBitEnableOnExec (line 1055) | PerfBitEnableOnExec = CBitFieldMaskBit12 constant PerfBitTask (line 1056) | PerfBitTask = CBitFieldMaskBit13 constant PerfBitWatermark (line 1057) | PerfBitWatermark = CBitFieldMaskBit14 constant PerfBitPreciseIPBit1 (line 1058) | PerfBitPreciseIPBit1 = CBitFieldMaskBit15 constant PerfBitPreciseIPBit2 (line 1059) | PerfBitPreciseIPBit2 = CBitFieldMaskBit16 constant PerfBitMmapData (line 1060) | PerfBitMmapData = CBitFieldMaskBit17 constant PerfBitSampleIDAll (line 1061) | PerfBitSampleIDAll = CBitFieldMaskBit18 constant PerfBitExcludeHost (line 1062) | PerfBitExcludeHost = CBitFieldMaskBit19 constant PerfBitExcludeGuest (line 1063) | PerfBitExcludeGuest = CBitFieldMaskBit20 constant PerfBitExcludeCallchainKernel (line 1064) | PerfBitExcludeCallchainKernel = CBitFieldMaskBit21 constant PerfBitExcludeCallchainUser (line 1065) | PerfBitExcludeCallchainUser = CBitFieldMaskBit22 constant PerfBitMmap2 (line 1066) | PerfBitMmap2 = CBitFieldMaskBit23 constant PerfBitCommExec (line 1067) | PerfBitCommExec = CBitFieldMaskBit24 constant PerfBitUseClockID (line 1068) | PerfBitUseClockID = CBitFieldMaskBit25 constant PerfBitContextSwitch (line 1069) | PerfBitContextSwitch = CBitFieldMaskBit26 constant PerfBitWriteBackward (line 1070) | PerfBitWriteBackward = CBitFieldMaskBit27 constant PERF_TYPE_HARDWARE (line 1074) | PERF_TYPE_HARDWARE = 0x0 constant PERF_TYPE_SOFTWARE (line 1075) | PERF_TYPE_SOFTWARE = 0x1 constant PERF_TYPE_TRACEPOINT (line 1076) | PERF_TYPE_TRACEPOINT = 0x2 constant PERF_TYPE_HW_CACHE (line 1077) | PERF_TYPE_HW_CACHE = 0x3 constant PERF_TYPE_RAW (line 1078) | PERF_TYPE_RAW = 0x4 constant PERF_TYPE_BREAKPOINT (line 1079) | PERF_TYPE_BREAKPOINT = 0x5 constant PERF_TYPE_MAX (line 1080) | PERF_TYPE_MAX = 0x6 constant PERF_COUNT_HW_CPU_CYCLES (line 1081) | PERF_COUNT_HW_CPU_CYCLES = 0x0 constant PERF_COUNT_HW_INSTRUCTIONS (line 1082) | PERF_COUNT_HW_INSTRUCTIONS = 0x1 constant PERF_COUNT_HW_CACHE_REFERENCES (line 1083) | PERF_COUNT_HW_CACHE_REFERENCES = 0x2 constant PERF_COUNT_HW_CACHE_MISSES (line 1084) | PERF_COUNT_HW_CACHE_MISSES = 0x3 constant PERF_COUNT_HW_BRANCH_INSTRUCTIONS (line 1085) | PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 0x4 constant PERF_COUNT_HW_BRANCH_MISSES (line 1086) | PERF_COUNT_HW_BRANCH_MISSES = 0x5 constant PERF_COUNT_HW_BUS_CYCLES (line 1087) | PERF_COUNT_HW_BUS_CYCLES = 0x6 constant PERF_COUNT_HW_STALLED_CYCLES_FRONTEND (line 1088) | PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 0x7 constant PERF_COUNT_HW_STALLED_CYCLES_BACKEND (line 1089) | PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 0x8 constant PERF_COUNT_HW_REF_CPU_CYCLES (line 1090) | PERF_COUNT_HW_REF_CPU_CYCLES = 0x9 constant PERF_COUNT_HW_MAX (line 1091) | PERF_COUNT_HW_MAX = 0xa constant PERF_COUNT_HW_CACHE_L1D (line 1092) | PERF_COUNT_HW_CACHE_L1D = 0x0 constant PERF_COUNT_HW_CACHE_L1I (line 1093) | PERF_COUNT_HW_CACHE_L1I = 0x1 constant PERF_COUNT_HW_CACHE_LL (line 1094) | PERF_COUNT_HW_CACHE_LL = 0x2 constant PERF_COUNT_HW_CACHE_DTLB (line 1095) | PERF_COUNT_HW_CACHE_DTLB = 0x3 constant PERF_COUNT_HW_CACHE_ITLB (line 1096) | PERF_COUNT_HW_CACHE_ITLB = 0x4 constant PERF_COUNT_HW_CACHE_BPU (line 1097) | PERF_COUNT_HW_CACHE_BPU = 0x5 constant PERF_COUNT_HW_CACHE_NODE (line 1098) | PERF_COUNT_HW_CACHE_NODE = 0x6 constant PERF_COUNT_HW_CACHE_MAX (line 1099) | PERF_COUNT_HW_CACHE_MAX = 0x7 constant PERF_COUNT_HW_CACHE_OP_READ (line 1100) | PERF_COUNT_HW_CACHE_OP_READ = 0x0 constant PERF_COUNT_HW_CACHE_OP_WRITE (line 1101) | PERF_COUNT_HW_CACHE_OP_WRITE = 0x1 constant PERF_COUNT_HW_CACHE_OP_PREFETCH (line 1102) | PERF_COUNT_HW_CACHE_OP_PREFETCH = 0x2 constant PERF_COUNT_HW_CACHE_OP_MAX (line 1103) | PERF_COUNT_HW_CACHE_OP_MAX = 0x3 constant PERF_COUNT_HW_CACHE_RESULT_ACCESS (line 1104) | PERF_COUNT_HW_CACHE_RESULT_ACCESS = 0x0 constant PERF_COUNT_HW_CACHE_RESULT_MISS (line 1105) | PERF_COUNT_HW_CACHE_RESULT_MISS = 0x1 constant PERF_COUNT_HW_CACHE_RESULT_MAX (line 1106) | PERF_COUNT_HW_CACHE_RESULT_MAX = 0x2 constant PERF_COUNT_SW_CPU_CLOCK (line 1107) | PERF_COUNT_SW_CPU_CLOCK = 0x0 constant PERF_COUNT_SW_TASK_CLOCK (line 1108) | PERF_COUNT_SW_TASK_CLOCK = 0x1 constant PERF_COUNT_SW_PAGE_FAULTS (line 1109) | PERF_COUNT_SW_PAGE_FAULTS = 0x2 constant PERF_COUNT_SW_CONTEXT_SWITCHES (line 1110) | PERF_COUNT_SW_CONTEXT_SWITCHES = 0x3 constant PERF_COUNT_SW_CPU_MIGRATIONS (line 1111) | PERF_COUNT_SW_CPU_MIGRATIONS = 0x4 constant PERF_COUNT_SW_PAGE_FAULTS_MIN (line 1112) | PERF_COUNT_SW_PAGE_FAULTS_MIN = 0x5 constant PERF_COUNT_SW_PAGE_FAULTS_MAJ (line 1113) | PERF_COUNT_SW_PAGE_FAULTS_MAJ = 0x6 constant PERF_COUNT_SW_ALIGNMENT_FAULTS (line 1114) | PERF_COUNT_SW_ALIGNMENT_FAULTS = 0x7 constant PERF_COUNT_SW_EMULATION_FAULTS (line 1115) | PERF_COUNT_SW_EMULATION_FAULTS = 0x8 constant PERF_COUNT_SW_DUMMY (line 1116) | PERF_COUNT_SW_DUMMY = 0x9 constant PERF_COUNT_SW_BPF_OUTPUT (line 1117) | PERF_COUNT_SW_BPF_OUTPUT = 0xa constant PERF_COUNT_SW_MAX (line 1118) | PERF_COUNT_SW_MAX = 0xc constant PERF_SAMPLE_IP (line 1119) | PERF_SAMPLE_IP = 0x1 constant PERF_SAMPLE_TID (line 1120) | PERF_SAMPLE_TID = 0x2 constant PERF_SAMPLE_TIME (line 1121) | PERF_SAMPLE_TIME = 0x4 constant PERF_SAMPLE_ADDR (line 1122) | PERF_SAMPLE_ADDR = 0x8 constant PERF_SAMPLE_READ (line 1123) | PERF_SAMPLE_READ = 0x10 constant PERF_SAMPLE_CALLCHAIN (line 1124) | PERF_SAMPLE_CALLCHAIN = 0x20 constant PERF_SAMPLE_ID (line 1125) | PERF_SAMPLE_ID = 0x40 constant PERF_SAMPLE_CPU (line 1126) | PERF_SAMPLE_CPU = 0x80 constant PERF_SAMPLE_PERIOD (line 1127) | PERF_SAMPLE_PERIOD = 0x100 constant PERF_SAMPLE_STREAM_ID (line 1128) | PERF_SAMPLE_STREAM_ID = 0x200 constant PERF_SAMPLE_RAW (line 1129) | PERF_SAMPLE_RAW = 0x400 constant PERF_SAMPLE_BRANCH_STACK (line 1130) | PERF_SAMPLE_BRANCH_STACK = 0x800 constant PERF_SAMPLE_REGS_USER (line 1131) | PERF_SAMPLE_REGS_USER = 0x1000 constant PERF_SAMPLE_STACK_USER (line 1132) | PERF_SAMPLE_STACK_USER = 0x2000 constant PERF_SAMPLE_WEIGHT (line 1133) | PERF_SAMPLE_WEIGHT = 0x4000 constant PERF_SAMPLE_DATA_SRC (line 1134) | PERF_SAMPLE_DATA_SRC = 0x8000 constant PERF_SAMPLE_IDENTIFIER (line 1135) | PERF_SAMPLE_IDENTIFIER = 0x10000 constant PERF_SAMPLE_TRANSACTION (line 1136) | PERF_SAMPLE_TRANSACTION = 0x20000 constant PERF_SAMPLE_REGS_INTR (line 1137) | PERF_SAMPLE_REGS_INTR = 0x40000 constant PERF_SAMPLE_PHYS_ADDR (line 1138) | PERF_SAMPLE_PHYS_ADDR = 0x80000 constant PERF_SAMPLE_AUX (line 1139) | PERF_SAMPLE_AUX = 0x100000 constant PERF_SAMPLE_CGROUP (line 1140) | PERF_SAMPLE_CGROUP = 0x200000 constant PERF_SAMPLE_DATA_PAGE_SIZE (line 1141) | PERF_SAMPLE_DATA_PAGE_SIZE = 0x400000 constant PERF_SAMPLE_CODE_PAGE_SIZE (line 1142) | PERF_SAMPLE_CODE_PAGE_SIZE = 0x800000 constant PERF_SAMPLE_WEIGHT_STRUCT (line 1143) | PERF_SAMPLE_WEIGHT_STRUCT = 0x1000000 constant PERF_SAMPLE_MAX (line 1144) | PERF_SAMPLE_MAX = 0x2000000 constant PERF_SAMPLE_BRANCH_USER_SHIFT (line 1145) | PERF_SAMPLE_BRANCH_USER_SHIFT = 0x0 constant PERF_SAMPLE_BRANCH_KERNEL_SHIFT (line 1146) | PERF_SAMPLE_BRANCH_KERNEL_SHIFT = 0x1 constant PERF_SAMPLE_BRANCH_HV_SHIFT (line 1147) | PERF_SAMPLE_BRANCH_HV_SHIFT = 0x2 constant PERF_SAMPLE_BRANCH_ANY_SHIFT (line 1148) | PERF_SAMPLE_BRANCH_ANY_SHIFT = 0x3 constant PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT (line 1149) | PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT = 0x4 constant PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT (line 1150) | PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT = 0x5 constant PERF_SAMPLE_BRANCH_IND_CALL_SHIFT (line 1151) | PERF_SAMPLE_BRANCH_IND_CALL_SHIFT = 0x6 constant PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT (line 1152) | PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT = 0x7 constant PERF_SAMPLE_BRANCH_IN_TX_SHIFT (line 1153) | PERF_SAMPLE_BRANCH_IN_TX_SHIFT = 0x8 constant PERF_SAMPLE_BRANCH_NO_TX_SHIFT (line 1154) | PERF_SAMPLE_BRANCH_NO_TX_SHIFT = 0x9 constant PERF_SAMPLE_BRANCH_COND_SHIFT (line 1155) | PERF_SAMPLE_BRANCH_COND_SHIFT = 0xa constant PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT (line 1156) | PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT = 0xb constant PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT (line 1157) | PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT = 0xc constant PERF_SAMPLE_BRANCH_CALL_SHIFT (line 1158) | PERF_SAMPLE_BRANCH_CALL_SHIFT = 0xd constant PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT (line 1159) | PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT = 0xe constant PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT (line 1160) | PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT = 0xf constant PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT (line 1161) | PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT = 0x10 constant PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT (line 1162) | PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 0x11 constant PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT (line 1163) | PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT = 0x12 constant PERF_SAMPLE_BRANCH_MAX_SHIFT (line 1164) | PERF_SAMPLE_BRANCH_MAX_SHIFT = 0x13 constant PERF_SAMPLE_BRANCH_USER (line 1165) | PERF_SAMPLE_BRANCH_USER = 0x1 constant PERF_SAMPLE_BRANCH_KERNEL (line 1166) | PERF_SAMPLE_BRANCH_KERNEL = 0x2 constant PERF_SAMPLE_BRANCH_HV (line 1167) | PERF_SAMPLE_BRANCH_HV = 0x4 constant PERF_SAMPLE_BRANCH_ANY (line 1168) | PERF_SAMPLE_BRANCH_ANY = 0x8 constant PERF_SAMPLE_BRANCH_ANY_CALL (line 1169) | PERF_SAMPLE_BRANCH_ANY_CALL = 0x10 constant PERF_SAMPLE_BRANCH_ANY_RETURN (line 1170) | PERF_SAMPLE_BRANCH_ANY_RETURN = 0x20 constant PERF_SAMPLE_BRANCH_IND_CALL (line 1171) | PERF_SAMPLE_BRANCH_IND_CALL = 0x40 constant PERF_SAMPLE_BRANCH_ABORT_TX (line 1172) | PERF_SAMPLE_BRANCH_ABORT_TX = 0x80 constant PERF_SAMPLE_BRANCH_IN_TX (line 1173) | PERF_SAMPLE_BRANCH_IN_TX = 0x100 constant PERF_SAMPLE_BRANCH_NO_TX (line 1174) | PERF_SAMPLE_BRANCH_NO_TX = 0x200 constant PERF_SAMPLE_BRANCH_COND (line 1175) | PERF_SAMPLE_BRANCH_COND = 0x400 constant PERF_SAMPLE_BRANCH_CALL_STACK (line 1176) | PERF_SAMPLE_BRANCH_CALL_STACK = 0x800 constant PERF_SAMPLE_BRANCH_IND_JUMP (line 1177) | PERF_SAMPLE_BRANCH_IND_JUMP = 0x1000 constant PERF_SAMPLE_BRANCH_CALL (line 1178) | PERF_SAMPLE_BRANCH_CALL = 0x2000 constant PERF_SAMPLE_BRANCH_NO_FLAGS (line 1179) | PERF_SAMPLE_BRANCH_NO_FLAGS = 0x4000 constant PERF_SAMPLE_BRANCH_NO_CYCLES (line 1180) | PERF_SAMPLE_BRANCH_NO_CYCLES = 0x8000 constant PERF_SAMPLE_BRANCH_TYPE_SAVE (line 1181) | PERF_SAMPLE_BRANCH_TYPE_SAVE = 0x10000 constant PERF_SAMPLE_BRANCH_HW_INDEX (line 1182) | PERF_SAMPLE_BRANCH_HW_INDEX = 0x20000 constant PERF_SAMPLE_BRANCH_PRIV_SAVE (line 1183) | PERF_SAMPLE_BRANCH_PRIV_SAVE = 0x40000 constant PERF_SAMPLE_BRANCH_MAX (line 1184) | PERF_SAMPLE_BRANCH_MAX = 0x80000 constant PERF_BR_UNKNOWN (line 1185) | PERF_BR_UNKNOWN = 0x0 constant PERF_BR_COND (line 1186) | PERF_BR_COND = 0x1 constant PERF_BR_UNCOND (line 1187) | PERF_BR_UNCOND = 0x2 constant PERF_BR_IND (line 1188) | PERF_BR_IND = 0x3 constant PERF_BR_CALL (line 1189) | PERF_BR_CALL = 0x4 constant PERF_BR_IND_CALL (line 1190) | PERF_BR_IND_CALL = 0x5 constant PERF_BR_RET (line 1191) | PERF_BR_RET = 0x6 constant PERF_BR_SYSCALL (line 1192) | PERF_BR_SYSCALL = 0x7 constant PERF_BR_SYSRET (line 1193) | PERF_BR_SYSRET = 0x8 constant PERF_BR_COND_CALL (line 1194) | PERF_BR_COND_CALL = 0x9 constant PERF_BR_COND_RET (line 1195) | PERF_BR_COND_RET = 0xa constant PERF_BR_ERET (line 1196) | PERF_BR_ERET = 0xb constant PERF_BR_IRQ (line 1197) | PERF_BR_IRQ = 0xc constant PERF_BR_SERROR (line 1198) | PERF_BR_SERROR = 0xd constant PERF_BR_NO_TX (line 1199) | PERF_BR_NO_TX = 0xe constant PERF_BR_EXTEND_ABI (line 1200) | PERF_BR_EXTEND_ABI = 0xf constant PERF_BR_MAX (line 1201) | PERF_BR_MAX = 0x10 constant PERF_SAMPLE_REGS_ABI_NONE (line 1202) | PERF_SAMPLE_REGS_ABI_NONE = 0x0 constant PERF_SAMPLE_REGS_ABI_32 (line 1203) | PERF_SAMPLE_REGS_ABI_32 = 0x1 constant PERF_SAMPLE_REGS_ABI_64 (line 1204) | PERF_SAMPLE_REGS_ABI_64 = 0x2 constant PERF_TXN_ELISION (line 1205) | PERF_TXN_ELISION = 0x1 constant PERF_TXN_TRANSACTION (line 1206) | PERF_TXN_TRANSACTION = 0x2 constant PERF_TXN_SYNC (line 1207) | PERF_TXN_SYNC = 0x4 constant PERF_TXN_ASYNC (line 1208) | PERF_TXN_ASYNC = 0x8 constant PERF_TXN_RETRY (line 1209) | PERF_TXN_RETRY = 0x10 constant PERF_TXN_CONFLICT (line 1210) | PERF_TXN_CONFLICT = 0x20 constant PERF_TXN_CAPACITY_WRITE (line 1211) | PERF_TXN_CAPACITY_WRITE = 0x40 constant PERF_TXN_CAPACITY_READ (line 1212) | PERF_TXN_CAPACITY_READ = 0x80 constant PERF_TXN_MAX (line 1213) | PERF_TXN_MAX = 0x100 constant PERF_TXN_ABORT_MASK (line 1214) | PERF_TXN_ABORT_MASK = -0x100000000 constant PERF_TXN_ABORT_SHIFT (line 1215) | PERF_TXN_ABORT_SHIFT = 0x20 constant PERF_FORMAT_TOTAL_TIME_ENABLED (line 1216) | PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1 constant PERF_FORMAT_TOTAL_TIME_RUNNING (line 1217) | PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2 constant PERF_FORMAT_ID (line 1218) | PERF_FORMAT_ID = 0x4 constant PERF_FORMAT_GROUP (line 1219) | PERF_FORMAT_GROUP = 0x8 constant PERF_FORMAT_LOST (line 1220) | PERF_FORMAT_LOST = 0x10 constant PERF_FORMAT_MAX (line 1221) | PERF_FORMAT_MAX = 0x20 constant PERF_IOC_FLAG_GROUP (line 1222) | PERF_IOC_FLAG_GROUP = 0x1 constant PERF_RECORD_MMAP (line 1223) | PERF_RECORD_MMAP = 0x1 constant PERF_RECORD_LOST (line 1224) | PERF_RECORD_LOST = 0x2 constant PERF_RECORD_COMM (line 1225) | PERF_RECORD_COMM = 0x3 constant PERF_RECORD_EXIT (line 1226) | PERF_RECORD_EXIT = 0x4 constant PERF_RECORD_THROTTLE (line 1227) | PERF_RECORD_THROTTLE = 0x5 constant PERF_RECORD_UNTHROTTLE (line 1228) | PERF_RECORD_UNTHROTTLE = 0x6 constant PERF_RECORD_FORK (line 1229) | PERF_RECORD_FORK = 0x7 constant PERF_RECORD_READ (line 1230) | PERF_RECORD_READ = 0x8 constant PERF_RECORD_SAMPLE (line 1231) | PERF_RECORD_SAMPLE = 0x9 constant PERF_RECORD_MMAP2 (line 1232) | PERF_RECORD_MMAP2 = 0xa constant PERF_RECORD_AUX (line 1233) | PERF_RECORD_AUX = 0xb constant PERF_RECORD_ITRACE_START (line 1234) | PERF_RECORD_ITRACE_START = 0xc constant PERF_RECORD_LOST_SAMPLES (line 1235) | PERF_RECORD_LOST_SAMPLES = 0xd constant PERF_RECORD_SWITCH (line 1236) | PERF_RECORD_SWITCH = 0xe constant PERF_RECORD_SWITCH_CPU_WIDE (line 1237) | PERF_RECORD_SWITCH_CPU_WIDE = 0xf constant PERF_RECORD_NAMESPACES (line 1238) | PERF_RECORD_NAMESPACES = 0x10 constant PERF_RECORD_KSYMBOL (line 1239) | PERF_RECORD_KSYMBOL = 0x11 constant PERF_RECORD_BPF_EVENT (line 1240) | PERF_RECORD_BPF_EVENT = 0x12 constant PERF_RECORD_CGROUP (line 1241) | PERF_RECORD_CGROUP = 0x13 constant PERF_RECORD_TEXT_POKE (line 1242) | PERF_RECORD_TEXT_POKE = 0x14 constant PERF_RECORD_AUX_OUTPUT_HW_ID (line 1243) | PERF_RECORD_AUX_OUTPUT_HW_ID = 0x15 constant PERF_RECORD_MAX (line 1244) | PERF_RECORD_MAX = 0x16 constant PERF_RECORD_KSYMBOL_TYPE_UNKNOWN (line 1245) | PERF_RECORD_KSYMBOL_TYPE_UNKNOWN = 0x0 constant PERF_RECORD_KSYMBOL_TYPE_BPF (line 1246) | PERF_RECORD_KSYMBOL_TYPE_BPF = 0x1 constant PERF_RECORD_KSYMBOL_TYPE_OOL (line 1247) | PERF_RECORD_KSYMBOL_TYPE_OOL = 0x2 constant PERF_RECORD_KSYMBOL_TYPE_MAX (line 1248) | PERF_RECORD_KSYMBOL_TYPE_MAX = 0x3 constant PERF_BPF_EVENT_UNKNOWN (line 1249) | PERF_BPF_EVENT_UNKNOWN = 0x0 constant PERF_BPF_EVENT_PROG_LOAD (line 1250) | PERF_BPF_EVENT_PROG_LOAD = 0x1 constant PERF_BPF_EVENT_PROG_UNLOAD (line 1251) | PERF_BPF_EVENT_PROG_UNLOAD = 0x2 constant PERF_BPF_EVENT_MAX (line 1252) | PERF_BPF_EVENT_MAX = 0x3 constant PERF_CONTEXT_HV (line 1253) | PERF_CONTEXT_HV = -0x20 constant PERF_CONTEXT_KERNEL (line 1254) | PERF_CONTEXT_KERNEL = -0x80 constant PERF_CONTEXT_USER (line 1255) | PERF_CONTEXT_USER = -0x200 constant PERF_CONTEXT_GUEST (line 1256) | PERF_CONTEXT_GUEST = -0x800 constant PERF_CONTEXT_GUEST_KERNEL (line 1257) | PERF_CONTEXT_GUEST_KERNEL = -0x880 constant PERF_CONTEXT_GUEST_USER (line 1258) | PERF_CONTEXT_GUEST_USER = -0xa00 constant PERF_CONTEXT_MAX (line 1259) | PERF_CONTEXT_MAX = -0xfff type TCPMD5Sig (line 1262) | type TCPMD5Sig struct type HDDriveCmdHdr (line 1271) | type HDDriveCmdHdr struct type HDDriveID (line 1278) | type HDDriveID struct constant ST_MANDLOCK (line 1361) | ST_MANDLOCK = 0x40 constant ST_NOATIME (line 1362) | ST_NOATIME = 0x400 constant ST_NODEV (line 1363) | ST_NODEV = 0x4 constant ST_NODIRATIME (line 1364) | ST_NODIRATIME = 0x800 constant ST_NOEXEC (line 1365) | ST_NOEXEC = 0x8 constant ST_NOSUID (line 1366) | ST_NOSUID = 0x2 constant ST_RDONLY (line 1367) | ST_RDONLY = 0x1 constant ST_RELATIME (line 1368) | ST_RELATIME = 0x1000 constant ST_SYNCHRONOUS (line 1369) | ST_SYNCHRONOUS = 0x10 type Tpacket2Hdr (line 1372) | type Tpacket2Hdr struct type Tpacket3Hdr (line 1385) | type Tpacket3Hdr struct type TpacketHdrVariant1 (line 1398) | type TpacketHdrVariant1 struct type TpacketBlockDesc (line 1405) | type TpacketBlockDesc struct type TpacketBDTS (line 1411) | type TpacketBDTS struct type TpacketHdrV1 (line 1416) | type TpacketHdrV1 struct type TpacketReq (line 1426) | type TpacketReq struct type TpacketReq3 (line 1433) | type TpacketReq3 struct type TpacketStats (line 1443) | type TpacketStats struct type TpacketStatsV3 (line 1448) | type TpacketStatsV3 struct type TpacketAuxdata (line 1454) | type TpacketAuxdata struct constant TPACKET_V1 (line 1465) | TPACKET_V1 = 0x0 constant TPACKET_V2 (line 1466) | TPACKET_V2 = 0x1 constant TPACKET_V3 (line 1467) | TPACKET_V3 = 0x2 constant SizeofTpacket2Hdr (line 1471) | SizeofTpacket2Hdr = 0x20 constant SizeofTpacket3Hdr (line 1472) | SizeofTpacket3Hdr = 0x30 constant SizeofTpacketStats (line 1474) | SizeofTpacketStats = 0x8 constant SizeofTpacketStatsV3 (line 1475) | SizeofTpacketStatsV3 = 0xc constant IFLA_UNSPEC (line 1479) | IFLA_UNSPEC = 0x0 constant IFLA_ADDRESS (line 1480) | IFLA_ADDRESS = 0x1 constant IFLA_BROADCAST (line 1481) | IFLA_BROADCAST = 0x2 constant IFLA_IFNAME (line 1482) | IFLA_IFNAME = 0x3 constant IFLA_MTU (line 1483) | IFLA_MTU = 0x4 constant IFLA_LINK (line 1484) | IFLA_LINK = 0x5 constant IFLA_QDISC (line 1485) | IFLA_QDISC = 0x6 constant IFLA_STATS (line 1486) | IFLA_STATS = 0x7 constant IFLA_COST (line 1487) | IFLA_COST = 0x8 constant IFLA_PRIORITY (line 1488) | IFLA_PRIORITY = 0x9 constant IFLA_MASTER (line 1489) | IFLA_MASTER = 0xa constant IFLA_WIRELESS (line 1490) | IFLA_WIRELESS = 0xb constant IFLA_PROTINFO (line 1491) | IFLA_PROTINFO = 0xc constant IFLA_TXQLEN (line 1492) | IFLA_TXQLEN = 0xd constant IFLA_MAP (line 1493) | IFLA_MAP = 0xe constant IFLA_WEIGHT (line 1494) | IFLA_WEIGHT = 0xf constant IFLA_OPERSTATE (line 1495) | IFLA_OPERSTATE = 0x10 constant IFLA_LINKMODE (line 1496) | IFLA_LINKMODE = 0x11 constant IFLA_LINKINFO (line 1497) | IFLA_LINKINFO = 0x12 constant IFLA_NET_NS_PID (line 1498) | IFLA_NET_NS_PID = 0x13 constant IFLA_IFALIAS (line 1499) | IFLA_IFALIAS = 0x14 constant IFLA_NUM_VF (line 1500) | IFLA_NUM_VF = 0x15 constant IFLA_VFINFO_LIST (line 1501) | IFLA_VFINFO_LIST = 0x16 constant IFLA_STATS64 (line 1502) | IFLA_STATS64 = 0x17 constant IFLA_VF_PORTS (line 1503) | IFLA_VF_PORTS = 0x18 constant IFLA_PORT_SELF (line 1504) | IFLA_PORT_SELF = 0x19 constant IFLA_AF_SPEC (line 1505) | IFLA_AF_SPEC = 0x1a constant IFLA_GROUP (line 1506) | IFLA_GROUP = 0x1b constant IFLA_NET_NS_FD (line 1507) | IFLA_NET_NS_FD = 0x1c constant IFLA_EXT_MASK (line 1508) | IFLA_EXT_MASK = 0x1d constant IFLA_PROMISCUITY (line 1509) | IFLA_PROMISCUITY = 0x1e constant IFLA_NUM_TX_QUEUES (line 1510) | IFLA_NUM_TX_QUEUES = 0x1f constant IFLA_NUM_RX_QUEUES (line 1511) | IFLA_NUM_RX_QUEUES = 0x20 constant IFLA_CARRIER (line 1512) | IFLA_CARRIER = 0x21 constant IFLA_PHYS_PORT_ID (line 1513) | IFLA_PHYS_PORT_ID = 0x22 constant IFLA_CARRIER_CHANGES (line 1514) | IFLA_CARRIER_CHANGES = 0x23 constant IFLA_PHYS_SWITCH_ID (line 1515) | IFLA_PHYS_SWITCH_ID = 0x24 constant IFLA_LINK_NETNSID (line 1516) | IFLA_LINK_NETNSID = 0x25 constant IFLA_PHYS_PORT_NAME (line 1517) | IFLA_PHYS_PORT_NAME = 0x26 constant IFLA_PROTO_DOWN (line 1518) | IFLA_PROTO_DOWN = 0x27 constant IFLA_GSO_MAX_SEGS (line 1519) | IFLA_GSO_MAX_SEGS = 0x28 constant IFLA_GSO_MAX_SIZE (line 1520) | IFLA_GSO_MAX_SIZE = 0x29 constant IFLA_PAD (line 1521) | IFLA_PAD = 0x2a constant IFLA_XDP (line 1522) | IFLA_XDP = 0x2b constant IFLA_EVENT (line 1523) | IFLA_EVENT = 0x2c constant IFLA_NEW_NETNSID (line 1524) | IFLA_NEW_NETNSID = 0x2d constant IFLA_IF_NETNSID (line 1525) | IFLA_IF_NETNSID = 0x2e constant IFLA_TARGET_NETNSID (line 1526) | IFLA_TARGET_NETNSID = 0x2e constant IFLA_CARRIER_UP_COUNT (line 1527) | IFLA_CARRIER_UP_COUNT = 0x2f constant IFLA_CARRIER_DOWN_COUNT (line 1528) | IFLA_CARRIER_DOWN_COUNT = 0x30 constant IFLA_NEW_IFINDEX (line 1529) | IFLA_NEW_IFINDEX = 0x31 constant IFLA_MIN_MTU (line 1530) | IFLA_MIN_MTU = 0x32 constant IFLA_MAX_MTU (line 1531) | IFLA_MAX_MTU = 0x33 constant IFLA_PROP_LIST (line 1532) | IFLA_PROP_LIST = 0x34 constant IFLA_ALT_IFNAME (line 1533) | IFLA_ALT_IFNAME = 0x35 constant IFLA_PERM_ADDRESS (line 1534) | IFLA_PERM_ADDRESS = 0x36 constant IFLA_PROTO_DOWN_REASON (line 1535) | IFLA_PROTO_DOWN_REASON = 0x37 constant IFLA_PARENT_DEV_NAME (line 1536) | IFLA_PARENT_DEV_NAME = 0x38 constant IFLA_PARENT_DEV_BUS_NAME (line 1537) | IFLA_PARENT_DEV_BUS_NAME = 0x39 constant IFLA_GRO_MAX_SIZE (line 1538) | IFLA_GRO_MAX_SIZE = 0x3a constant IFLA_TSO_MAX_SIZE (line 1539) | IFLA_TSO_MAX_SIZE = 0x3b constant IFLA_TSO_MAX_SEGS (line 1540) | IFLA_TSO_MAX_SEGS = 0x3c constant IFLA_PROTO_DOWN_REASON_UNSPEC (line 1541) | IFLA_PROTO_DOWN_REASON_UNSPEC = 0x0 constant IFLA_PROTO_DOWN_REASON_MASK (line 1542) | IFLA_PROTO_DOWN_REASON_MASK = 0x1 constant IFLA_PROTO_DOWN_REASON_VALUE (line 1543) | IFLA_PROTO_DOWN_REASON_VALUE = 0x2 constant IFLA_PROTO_DOWN_REASON_MAX (line 1544) | IFLA_PROTO_DOWN_REASON_MAX = 0x2 constant IFLA_INET_UNSPEC (line 1545) | IFLA_INET_UNSPEC = 0x0 constant IFLA_INET_CONF (line 1546) | IFLA_INET_CONF = 0x1 constant IFLA_INET6_UNSPEC (line 1547) | IFLA_INET6_UNSPEC = 0x0 constant IFLA_INET6_FLAGS (line 1548) | IFLA_INET6_FLAGS = 0x1 constant IFLA_INET6_CONF (line 1549) | IFLA_INET6_CONF = 0x2 constant IFLA_INET6_STATS (line 1550) | IFLA_INET6_STATS = 0x3 constant IFLA_INET6_MCAST (line 1551) | IFLA_INET6_MCAST = 0x4 constant IFLA_INET6_CACHEINFO (line 1552) | IFLA_INET6_CACHEINFO = 0x5 constant IFLA_INET6_ICMP6STATS (line 1553) | IFLA_INET6_ICMP6STATS = 0x6 constant IFLA_INET6_TOKEN (line 1554) | IFLA_INET6_TOKEN = 0x7 constant IFLA_INET6_ADDR_GEN_MODE (line 1555) | IFLA_INET6_ADDR_GEN_MODE = 0x8 constant IFLA_BR_UNSPEC (line 1556) | IFLA_BR_UNSPEC = 0x0 constant IFLA_BR_FORWARD_DELAY (line 1557) | IFLA_BR_FORWARD_DELAY = 0x1 constant IFLA_BR_HELLO_TIME (line 1558) | IFLA_BR_HELLO_TIME = 0x2 constant IFLA_BR_MAX_AGE (line 1559) | IFLA_BR_MAX_AGE = 0x3 constant IFLA_BR_AGEING_TIME (line 1560) | IFLA_BR_AGEING_TIME = 0x4 constant IFLA_BR_STP_STATE (line 1561) | IFLA_BR_STP_STATE = 0x5 constant IFLA_BR_PRIORITY (line 1562) | IFLA_BR_PRIORITY = 0x6 constant IFLA_BR_VLAN_FILTERING (line 1563) | IFLA_BR_VLAN_FILTERING = 0x7 constant IFLA_BR_VLAN_PROTOCOL (line 1564) | IFLA_BR_VLAN_PROTOCOL = 0x8 constant IFLA_BR_GROUP_FWD_MASK (line 1565) | IFLA_BR_GROUP_FWD_MASK = 0x9 constant IFLA_BR_ROOT_ID (line 1566) | IFLA_BR_ROOT_ID = 0xa constant IFLA_BR_BRIDGE_ID (line 1567) | IFLA_BR_BRIDGE_ID = 0xb constant IFLA_BR_ROOT_PORT (line 1568) | IFLA_BR_ROOT_PORT = 0xc constant IFLA_BR_ROOT_PATH_COST (line 1569) | IFLA_BR_ROOT_PATH_COST = 0xd constant IFLA_BR_TOPOLOGY_CHANGE (line 1570) | IFLA_BR_TOPOLOGY_CHANGE = 0xe constant IFLA_BR_TOPOLOGY_CHANGE_DETECTED (line 1571) | IFLA_BR_TOPOLOGY_CHANGE_DETECTED = 0xf constant IFLA_BR_HELLO_TIMER (line 1572) | IFLA_BR_HELLO_TIMER = 0x10 constant IFLA_BR_TCN_TIMER (line 1573) | IFLA_BR_TCN_TIMER = 0x11 constant IFLA_BR_TOPOLOGY_CHANGE_TIMER (line 1574) | IFLA_BR_TOPOLOGY_CHANGE_TIMER = 0x12 constant IFLA_BR_GC_TIMER (line 1575) | IFLA_BR_GC_TIMER = 0x13 constant IFLA_BR_GROUP_ADDR (line 1576) | IFLA_BR_GROUP_ADDR = 0x14 constant IFLA_BR_FDB_FLUSH (line 1577) | IFLA_BR_FDB_FLUSH = 0x15 constant IFLA_BR_MCAST_ROUTER (line 1578) | IFLA_BR_MCAST_ROUTER = 0x16 constant IFLA_BR_MCAST_SNOOPING (line 1579) | IFLA_BR_MCAST_SNOOPING = 0x17 constant IFLA_BR_MCAST_QUERY_USE_IFADDR (line 1580) | IFLA_BR_MCAST_QUERY_USE_IFADDR = 0x18 constant IFLA_BR_MCAST_QUERIER (line 1581) | IFLA_BR_MCAST_QUERIER = 0x19 constant IFLA_BR_MCAST_HASH_ELASTICITY (line 1582) | IFLA_BR_MCAST_HASH_ELASTICITY = 0x1a constant IFLA_BR_MCAST_HASH_MAX (line 1583) | IFLA_BR_MCAST_HASH_MAX = 0x1b constant IFLA_BR_MCAST_LAST_MEMBER_CNT (line 1584) | IFLA_BR_MCAST_LAST_MEMBER_CNT = 0x1c constant IFLA_BR_MCAST_STARTUP_QUERY_CNT (line 1585) | IFLA_BR_MCAST_STARTUP_QUERY_CNT = 0x1d constant IFLA_BR_MCAST_LAST_MEMBER_INTVL (line 1586) | IFLA_BR_MCAST_LAST_MEMBER_INTVL = 0x1e constant IFLA_BR_MCAST_MEMBERSHIP_INTVL (line 1587) | IFLA_BR_MCAST_MEMBERSHIP_INTVL = 0x1f constant IFLA_BR_MCAST_QUERIER_INTVL (line 1588) | IFLA_BR_MCAST_QUERIER_INTVL = 0x20 constant IFLA_BR_MCAST_QUERY_INTVL (line 1589) | IFLA_BR_MCAST_QUERY_INTVL = 0x21 constant IFLA_BR_MCAST_QUERY_RESPONSE_INTVL (line 1590) | IFLA_BR_MCAST_QUERY_RESPONSE_INTVL = 0x22 constant IFLA_BR_MCAST_STARTUP_QUERY_INTVL (line 1591) | IFLA_BR_MCAST_STARTUP_QUERY_INTVL = 0x23 constant IFLA_BR_NF_CALL_IPTABLES (line 1592) | IFLA_BR_NF_CALL_IPTABLES = 0x24 constant IFLA_BR_NF_CALL_IP6TABLES (line 1593) | IFLA_BR_NF_CALL_IP6TABLES = 0x25 constant IFLA_BR_NF_CALL_ARPTABLES (line 1594) | IFLA_BR_NF_CALL_ARPTABLES = 0x26 constant IFLA_BR_VLAN_DEFAULT_PVID (line 1595) | IFLA_BR_VLAN_DEFAULT_PVID = 0x27 constant IFLA_BR_PAD (line 1596) | IFLA_BR_PAD = 0x28 constant IFLA_BR_VLAN_STATS_ENABLED (line 1597) | IFLA_BR_VLAN_STATS_ENABLED = 0x29 constant IFLA_BR_MCAST_STATS_ENABLED (line 1598) | IFLA_BR_MCAST_STATS_ENABLED = 0x2a constant IFLA_BR_MCAST_IGMP_VERSION (line 1599) | IFLA_BR_MCAST_IGMP_VERSION = 0x2b constant IFLA_BR_MCAST_MLD_VERSION (line 1600) | IFLA_BR_MCAST_MLD_VERSION = 0x2c constant IFLA_BR_VLAN_STATS_PER_PORT (line 1601) | IFLA_BR_VLAN_STATS_PER_PORT = 0x2d constant IFLA_BR_MULTI_BOOLOPT (line 1602) | IFLA_BR_MULTI_BOOLOPT = 0x2e constant IFLA_BRPORT_UNSPEC (line 1603) | IFLA_BRPORT_UNSPEC = 0x0 constant IFLA_BRPORT_STATE (line 1604) | IFLA_BRPORT_STATE = 0x1 constant IFLA_BRPORT_PRIORITY (line 1605) | IFLA_BRPORT_PRIORITY = 0x2 constant IFLA_BRPORT_COST (line 1606) | IFLA_BRPORT_COST = 0x3 constant IFLA_BRPORT_MODE (line 1607) | IFLA_BRPORT_MODE = 0x4 constant IFLA_BRPORT_GUARD (line 1608) | IFLA_BRPORT_GUARD = 0x5 constant IFLA_BRPORT_PROTECT (line 1609) | IFLA_BRPORT_PROTECT = 0x6 constant IFLA_BRPORT_FAST_LEAVE (line 1610) | IFLA_BRPORT_FAST_LEAVE = 0x7 constant IFLA_BRPORT_LEARNING (line 1611) | IFLA_BRPORT_LEARNING = 0x8 constant IFLA_BRPORT_UNICAST_FLOOD (line 1612) | IFLA_BRPORT_UNICAST_FLOOD = 0x9 constant IFLA_BRPORT_PROXYARP (line 1613) | IFLA_BRPORT_PROXYARP = 0xa constant IFLA_BRPORT_LEARNING_SYNC (line 1614) | IFLA_BRPORT_LEARNING_SYNC = 0xb constant IFLA_BRPORT_PROXYARP_WIFI (line 1615) | IFLA_BRPORT_PROXYARP_WIFI = 0xc constant IFLA_BRPORT_ROOT_ID (line 1616) | IFLA_BRPORT_ROOT_ID = 0xd constant IFLA_BRPORT_BRIDGE_ID (line 1617) | IFLA_BRPORT_BRIDGE_ID = 0xe constant IFLA_BRPORT_DESIGNATED_PORT (line 1618) | IFLA_BRPORT_DESIGNATED_PORT = 0xf constant IFLA_BRPORT_DESIGNATED_COST (line 1619) | IFLA_BRPORT_DESIGNATED_COST = 0x10 constant IFLA_BRPORT_ID (line 1620) | IFLA_BRPORT_ID = 0x11 constant IFLA_BRPORT_NO (line 1621) | IFLA_BRPORT_NO = 0x12 constant IFLA_BRPORT_TOPOLOGY_CHANGE_ACK (line 1622) | IFLA_BRPORT_TOPOLOGY_CHANGE_ACK = 0x13 constant IFLA_BRPORT_CONFIG_PENDING (line 1623) | IFLA_BRPORT_CONFIG_PENDING = 0x14 constant IFLA_BRPORT_MESSAGE_AGE_TIMER (line 1624) | IFLA_BRPORT_MESSAGE_AGE_TIMER = 0x15 constant IFLA_BRPORT_FORWARD_DELAY_TIMER (line 1625) | IFLA_BRPORT_FORWARD_DELAY_TIMER = 0x16 constant IFLA_BRPORT_HOLD_TIMER (line 1626) | IFLA_BRPORT_HOLD_TIMER = 0x17 constant IFLA_BRPORT_FLUSH (line 1627) | IFLA_BRPORT_FLUSH = 0x18 constant IFLA_BRPORT_MULTICAST_ROUTER (line 1628) | IFLA_BRPORT_MULTICAST_ROUTER = 0x19 constant IFLA_BRPORT_PAD (line 1629) | IFLA_BRPORT_PAD = 0x1a constant IFLA_BRPORT_MCAST_FLOOD (line 1630) | IFLA_BRPORT_MCAST_FLOOD = 0x1b constant IFLA_BRPORT_MCAST_TO_UCAST (line 1631) | IFLA_BRPORT_MCAST_TO_UCAST = 0x1c constant IFLA_BRPORT_VLAN_TUNNEL (line 1632) | IFLA_BRPORT_VLAN_TUNNEL = 0x1d constant IFLA_BRPORT_BCAST_FLOOD (line 1633) | IFLA_BRPORT_BCAST_FLOOD = 0x1e constant IFLA_BRPORT_GROUP_FWD_MASK (line 1634) | IFLA_BRPORT_GROUP_FWD_MASK = 0x1f constant IFLA_BRPORT_NEIGH_SUPPRESS (line 1635) | IFLA_BRPORT_NEIGH_SUPPRESS = 0x20 constant IFLA_BRPORT_ISOLATED (line 1636) | IFLA_BRPORT_ISOLATED = 0x21 constant IFLA_BRPORT_BACKUP_PORT (line 1637) | IFLA_BRPORT_BACKUP_PORT = 0x22 constant IFLA_BRPORT_MRP_RING_OPEN (line 1638) | IFLA_BRPORT_MRP_RING_OPEN = 0x23 constant IFLA_BRPORT_MRP_IN_OPEN (line 1639) | IFLA_BRPORT_MRP_IN_OPEN = 0x24 constant IFLA_INFO_UNSPEC (line 1640) | IFLA_INFO_UNSPEC = 0x0 constant IFLA_INFO_KIND (line 1641) | IFLA_INFO_KIND = 0x1 constant IFLA_INFO_DATA (line 1642) | IFLA_INFO_DATA = 0x2 constant IFLA_INFO_XSTATS (line 1643) | IFLA_INFO_XSTATS = 0x3 constant IFLA_INFO_SLAVE_KIND (line 1644) | IFLA_INFO_SLAVE_KIND = 0x4 constant IFLA_INFO_SLAVE_DATA (line 1645) | IFLA_INFO_SLAVE_DATA = 0x5 constant IFLA_VLAN_UNSPEC (line 1646) | IFLA_VLAN_UNSPEC = 0x0 constant IFLA_VLAN_ID (line 1647) | IFLA_VLAN_ID = 0x1 constant IFLA_VLAN_FLAGS (line 1648) | IFLA_VLAN_FLAGS = 0x2 constant IFLA_VLAN_EGRESS_QOS (line 1649) | IFLA_VLAN_EGRESS_QOS = 0x3 constant IFLA_VLAN_INGRESS_QOS (line 1650) | IFLA_VLAN_INGRESS_QOS = 0x4 constant IFLA_VLAN_PROTOCOL (line 1651) | IFLA_VLAN_PROTOCOL = 0x5 constant IFLA_VLAN_QOS_UNSPEC (line 1652) | IFLA_VLAN_QOS_UNSPEC = 0x0 constant IFLA_VLAN_QOS_MAPPING (line 1653) | IFLA_VLAN_QOS_MAPPING = 0x1 constant IFLA_MACVLAN_UNSPEC (line 1654) | IFLA_MACVLAN_UNSPEC = 0x0 constant IFLA_MACVLAN_MODE (line 1655) | IFLA_MACVLAN_MODE = 0x1 constant IFLA_MACVLAN_FLAGS (line 1656) | IFLA_MACVLAN_FLAGS = 0x2 constant IFLA_MACVLAN_MACADDR_MODE (line 1657) | IFLA_MACVLAN_MACADDR_MODE = 0x3 constant IFLA_MACVLAN_MACADDR (line 1658) | IFLA_MACVLAN_MACADDR = 0x4 constant IFLA_MACVLAN_MACADDR_DATA (line 1659) | IFLA_MACVLAN_MACADDR_DATA = 0x5 constant IFLA_MACVLAN_MACADDR_COUNT (line 1660) | IFLA_MACVLAN_MACADDR_COUNT = 0x6 constant IFLA_VRF_UNSPEC (line 1661) | IFLA_VRF_UNSPEC = 0x0 constant IFLA_VRF_TABLE (line 1662) | IFLA_VRF_TABLE = 0x1 constant IFLA_VRF_PORT_UNSPEC (line 1663) | IFLA_VRF_PORT_UNSPEC = 0x0 constant IFLA_VRF_PORT_TABLE (line 1664) | IFLA_VRF_PORT_TABLE = 0x1 constant IFLA_MACSEC_UNSPEC (line 1665) | IFLA_MACSEC_UNSPEC = 0x0 constant IFLA_MACSEC_SCI (line 1666) | IFLA_MACSEC_SCI = 0x1 constant IFLA_MACSEC_PORT (line 1667) | IFLA_MACSEC_PORT = 0x2 constant IFLA_MACSEC_ICV_LEN (line 1668) | IFLA_MACSEC_ICV_LEN = 0x3 constant IFLA_MACSEC_CIPHER_SUITE (line 1669) | IFLA_MACSEC_CIPHER_SUITE = 0x4 constant IFLA_MACSEC_WINDOW (line 1670) | IFLA_MACSEC_WINDOW = 0x5 constant IFLA_MACSEC_ENCODING_SA (line 1671) | IFLA_MACSEC_ENCODING_SA = 0x6 constant IFLA_MACSEC_ENCRYPT (line 1672) | IFLA_MACSEC_ENCRYPT = 0x7 constant IFLA_MACSEC_PROTECT (line 1673) | IFLA_MACSEC_PROTECT = 0x8 constant IFLA_MACSEC_INC_SCI (line 1674) | IFLA_MACSEC_INC_SCI = 0x9 constant IFLA_MACSEC_ES (line 1675) | IFLA_MACSEC_ES = 0xa constant IFLA_MACSEC_SCB (line 1676) | IFLA_MACSEC_SCB = 0xb constant IFLA_MACSEC_REPLAY_PROTECT (line 1677) | IFLA_MACSEC_REPLAY_PROTECT = 0xc constant IFLA_MACSEC_VALIDATION (line 1678) | IFLA_MACSEC_VALIDATION = 0xd constant IFLA_MACSEC_PAD (line 1679) | IFLA_MACSEC_PAD = 0xe constant IFLA_MACSEC_OFFLOAD (line 1680) | IFLA_MACSEC_OFFLOAD = 0xf constant IFLA_XFRM_UNSPEC (line 1681) | IFLA_XFRM_UNSPEC = 0x0 constant IFLA_XFRM_LINK (line 1682) | IFLA_XFRM_LINK = 0x1 constant IFLA_XFRM_IF_ID (line 1683) | IFLA_XFRM_IF_ID = 0x2 constant IFLA_IPVLAN_UNSPEC (line 1684) | IFLA_IPVLAN_UNSPEC = 0x0 constant IFLA_IPVLAN_MODE (line 1685) | IFLA_IPVLAN_MODE = 0x1 constant IFLA_IPVLAN_FLAGS (line 1686) | IFLA_IPVLAN_FLAGS = 0x2 constant IFLA_VXLAN_UNSPEC (line 1687) | IFLA_VXLAN_UNSPEC = 0x0 constant IFLA_VXLAN_ID (line 1688) | IFLA_VXLAN_ID = 0x1 constant IFLA_VXLAN_GROUP (line 1689) | IFLA_VXLAN_GROUP = 0x2 constant IFLA_VXLAN_LINK (line 1690) | IFLA_VXLAN_LINK = 0x3 constant IFLA_VXLAN_LOCAL (line 1691) | IFLA_VXLAN_LOCAL = 0x4 constant IFLA_VXLAN_TTL (line 1692) | IFLA_VXLAN_TTL = 0x5 constant IFLA_VXLAN_TOS (line 1693) | IFLA_VXLAN_TOS = 0x6 constant IFLA_VXLAN_LEARNING (line 1694) | IFLA_VXLAN_LEARNING = 0x7 constant IFLA_VXLAN_AGEING (line 1695) | IFLA_VXLAN_AGEING = 0x8 constant IFLA_VXLAN_LIMIT (line 1696) | IFLA_VXLAN_LIMIT = 0x9 constant IFLA_VXLAN_PORT_RANGE (line 1697) | IFLA_VXLAN_PORT_RANGE = 0xa constant IFLA_VXLAN_PROXY (line 1698) | IFLA_VXLAN_PROXY = 0xb constant IFLA_VXLAN_RSC (line 1699) | IFLA_VXLAN_RSC = 0xc constant IFLA_VXLAN_L2MISS (line 1700) | IFLA_VXLAN_L2MISS = 0xd constant IFLA_VXLAN_L3MISS (line 1701) | IFLA_VXLAN_L3MISS = 0xe constant IFLA_VXLAN_PORT (line 1702) | IFLA_VXLAN_PORT = 0xf constant IFLA_VXLAN_GROUP6 (line 1703) | IFLA_VXLAN_GROUP6 = 0x10 constant IFLA_VXLAN_LOCAL6 (line 1704) | IFLA_VXLAN_LOCAL6 = 0x11 constant IFLA_VXLAN_UDP_CSUM (line 1705) | IFLA_VXLAN_UDP_CSUM = 0x12 constant IFLA_VXLAN_UDP_ZERO_CSUM6_TX (line 1706) | IFLA_VXLAN_UDP_ZERO_CSUM6_TX = 0x13 constant IFLA_VXLAN_UDP_ZERO_CSUM6_RX (line 1707) | IFLA_VXLAN_UDP_ZERO_CSUM6_RX = 0x14 constant IFLA_VXLAN_REMCSUM_TX (line 1708) | IFLA_VXLAN_REMCSUM_TX = 0x15 constant IFLA_VXLAN_REMCSUM_RX (line 1709) | IFLA_VXLAN_REMCSUM_RX = 0x16 constant IFLA_VXLAN_GBP (line 1710) | IFLA_VXLAN_GBP = 0x17 constant IFLA_VXLAN_REMCSUM_NOPARTIAL (line 1711) | IFLA_VXLAN_REMCSUM_NOPARTIAL = 0x18 constant IFLA_VXLAN_COLLECT_METADATA (line 1712) | IFLA_VXLAN_COLLECT_METADATA = 0x19 constant IFLA_VXLAN_LABEL (line 1713) | IFLA_VXLAN_LABEL = 0x1a constant IFLA_VXLAN_GPE (line 1714) | IFLA_VXLAN_GPE = 0x1b constant IFLA_VXLAN_TTL_INHERIT (line 1715) | IFLA_VXLAN_TTL_INHERIT = 0x1c constant IFLA_VXLAN_DF (line 1716) | IFLA_VXLAN_DF = 0x1d constant IFLA_GENEVE_UNSPEC (line 1717) | IFLA_GENEVE_UNSPEC = 0x0 constant IFLA_GENEVE_ID (line 1718) | IFLA_GENEVE_ID = 0x1 constant IFLA_GENEVE_REMOTE (line 1719) | IFLA_GENEVE_REMOTE = 0x2 constant IFLA_GENEVE_TTL (line 1720) | IFLA_GENEVE_TTL = 0x3 constant IFLA_GENEVE_TOS (line 1721) | IFLA_GENEVE_TOS = 0x4 constant IFLA_GENEVE_PORT (line 1722) | IFLA_GENEVE_PORT = 0x5 constant IFLA_GENEVE_COLLECT_METADATA (line 1723) | IFLA_GENEVE_COLLECT_METADATA = 0x6 constant IFLA_GENEVE_REMOTE6 (line 1724) | IFLA_GENEVE_REMOTE6 = 0x7 constant IFLA_GENEVE_UDP_CSUM (line 1725) | IFLA_GENEVE_UDP_CSUM = 0x8 constant IFLA_GENEVE_UDP_ZERO_CSUM6_TX (line 1726) | IFLA_GENEVE_UDP_ZERO_CSUM6_TX = 0x9 constant IFLA_GENEVE_UDP_ZERO_CSUM6_RX (line 1727) | IFLA_GENEVE_UDP_ZERO_CSUM6_RX = 0xa constant IFLA_GENEVE_LABEL (line 1728) | IFLA_GENEVE_LABEL = 0xb constant IFLA_GENEVE_TTL_INHERIT (line 1729) | IFLA_GENEVE_TTL_INHERIT = 0xc constant IFLA_GENEVE_DF (line 1730) | IFLA_GENEVE_DF = 0xd constant IFLA_BAREUDP_UNSPEC (line 1731) | IFLA_BAREUDP_UNSPEC = 0x0 constant IFLA_BAREUDP_PORT (line 1732) | IFLA_BAREUDP_PORT = 0x1 constant IFLA_BAREUDP_ETHERTYPE (line 1733) | IFLA_BAREUDP_ETHERTYPE = 0x2 constant IFLA_BAREUDP_SRCPORT_MIN (line 1734) | IFLA_BAREUDP_SRCPORT_MIN = 0x3 constant IFLA_BAREUDP_MULTIPROTO_MODE (line 1735) | IFLA_BAREUDP_MULTIPROTO_MODE = 0x4 constant IFLA_PPP_UNSPEC (line 1736) | IFLA_PPP_UNSPEC = 0x0 constant IFLA_PPP_DEV_FD (line 1737) | IFLA_PPP_DEV_FD = 0x1 constant IFLA_GTP_UNSPEC (line 1738) | IFLA_GTP_UNSPEC = 0x0 constant IFLA_GTP_FD0 (line 1739) | IFLA_GTP_FD0 = 0x1 constant IFLA_GTP_FD1 (line 1740) | IFLA_GTP_FD1 = 0x2 constant IFLA_GTP_PDP_HASHSIZE (line 1741) | IFLA_GTP_PDP_HASHSIZE = 0x3 constant IFLA_GTP_ROLE (line 1742) | IFLA_GTP_ROLE = 0x4 constant IFLA_BOND_UNSPEC (line 1743) | IFLA_BOND_UNSPEC = 0x0 constant IFLA_BOND_MODE (line 1744) | IFLA_BOND_MODE = 0x1 constant IFLA_BOND_ACTIVE_SLAVE (line 1745) | IFLA_BOND_ACTIVE_SLAVE = 0x2 constant IFLA_BOND_MIIMON (line 1746) | IFLA_BOND_MIIMON = 0x3 constant IFLA_BOND_UPDELAY (line 1747) | IFLA_BOND_UPDELAY = 0x4 constant IFLA_BOND_DOWNDELAY (line 1748) | IFLA_BOND_DOWNDELAY = 0x5 constant IFLA_BOND_USE_CARRIER (line 1749) | IFLA_BOND_USE_CARRIER = 0x6 constant IFLA_BOND_ARP_INTERVAL (line 1750) | IFLA_BOND_ARP_INTERVAL = 0x7 constant IFLA_BOND_ARP_IP_TARGET (line 1751) | IFLA_BOND_ARP_IP_TARGET = 0x8 constant IFLA_BOND_ARP_VALIDATE (line 1752) | IFLA_BOND_ARP_VALIDATE = 0x9 constant IFLA_BOND_ARP_ALL_TARGETS (line 1753) | IFLA_BOND_ARP_ALL_TARGETS = 0xa constant IFLA_BOND_PRIMARY (line 1754) | IFLA_BOND_PRIMARY = 0xb constant IFLA_BOND_PRIMARY_RESELECT (line 1755) | IFLA_BOND_PRIMARY_RESELECT = 0xc constant IFLA_BOND_FAIL_OVER_MAC (line 1756) | IFLA_BOND_FAIL_OVER_MAC = 0xd constant IFLA_BOND_XMIT_HASH_POLICY (line 1757) | IFLA_BOND_XMIT_HASH_POLICY = 0xe constant IFLA_BOND_RESEND_IGMP (line 1758) | IFLA_BOND_RESEND_IGMP = 0xf constant IFLA_BOND_NUM_PEER_NOTIF (line 1759) | IFLA_BOND_NUM_PEER_NOTIF = 0x10 constant IFLA_BOND_ALL_SLAVES_ACTIVE (line 1760) | IFLA_BOND_ALL_SLAVES_ACTIVE = 0x11 constant IFLA_BOND_MIN_LINKS (line 1761) | IFLA_BOND_MIN_LINKS = 0x12 constant IFLA_BOND_LP_INTERVAL (line 1762) | IFLA_BOND_LP_INTERVAL = 0x13 constant IFLA_BOND_PACKETS_PER_SLAVE (line 1763) | IFLA_BOND_PACKETS_PER_SLAVE = 0x14 constant IFLA_BOND_AD_LACP_RATE (line 1764) | IFLA_BOND_AD_LACP_RATE = 0x15 constant IFLA_BOND_AD_SELECT (line 1765) | IFLA_BOND_AD_SELECT = 0x16 constant IFLA_BOND_AD_INFO (line 1766) | IFLA_BOND_AD_INFO = 0x17 constant IFLA_BOND_AD_ACTOR_SYS_PRIO (line 1767) | IFLA_BOND_AD_ACTOR_SYS_PRIO = 0x18 constant IFLA_BOND_AD_USER_PORT_KEY (line 1768) | IFLA_BOND_AD_USER_PORT_KEY = 0x19 constant IFLA_BOND_AD_ACTOR_SYSTEM (line 1769) | IFLA_BOND_AD_ACTOR_SYSTEM = 0x1a constant IFLA_BOND_TLB_DYNAMIC_LB (line 1770) | IFLA_BOND_TLB_DYNAMIC_LB = 0x1b constant IFLA_BOND_PEER_NOTIF_DELAY (line 1771) | IFLA_BOND_PEER_NOTIF_DELAY = 0x1c constant IFLA_BOND_AD_INFO_UNSPEC (line 1772) | IFLA_BOND_AD_INFO_UNSPEC = 0x0 constant IFLA_BOND_AD_INFO_AGGREGATOR (line 1773) | IFLA_BOND_AD_INFO_AGGREGATOR = 0x1 constant IFLA_BOND_AD_INFO_NUM_PORTS (line 1774) | IFLA_BOND_AD_INFO_NUM_PORTS = 0x2 constant IFLA_BOND_AD_INFO_ACTOR_KEY (line 1775) | IFLA_BOND_AD_INFO_ACTOR_KEY = 0x3 constant IFLA_BOND_AD_INFO_PARTNER_KEY (line 1776) | IFLA_BOND_AD_INFO_PARTNER_KEY = 0x4 constant IFLA_BOND_AD_INFO_PARTNER_MAC (line 1777) | IFLA_BOND_AD_INFO_PARTNER_MAC = 0x5 constant IFLA_BOND_SLAVE_UNSPEC (line 1778) | IFLA_BOND_SLAVE_UNSPEC = 0x0 constant IFLA_BOND_SLAVE_STATE (line 1779) | IFLA_BOND_SLAVE_STATE = 0x1 constant IFLA_BOND_SLAVE_MII_STATUS (line 1780) | IFLA_BOND_SLAVE_MII_STATUS = 0x2 constant IFLA_BOND_SLAVE_LINK_FAILURE_COUNT (line 1781) | IFLA_BOND_SLAVE_LINK_FAILURE_COUNT = 0x3 constant IFLA_BOND_SLAVE_PERM_HWADDR (line 1782) | IFLA_BOND_SLAVE_PERM_HWADDR = 0x4 constant IFLA_BOND_SLAVE_QUEUE_ID (line 1783) | IFLA_BOND_SLAVE_QUEUE_ID = 0x5 constant IFLA_BOND_SLAVE_AD_AGGREGATOR_ID (line 1784) | IFLA_BOND_SLAVE_AD_AGGREGATOR_ID = 0x6 constant IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE (line 1785) | IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE = 0x7 constant IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE (line 1786) | IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE = 0x8 constant IFLA_VF_INFO_UNSPEC (line 1787) | IFLA_VF_INFO_UNSPEC = 0x0 constant IFLA_VF_INFO (line 1788) | IFLA_VF_INFO = 0x1 constant IFLA_VF_UNSPEC (line 1789) | IFLA_VF_UNSPEC = 0x0 constant IFLA_VF_MAC (line 1790) | IFLA_VF_MAC = 0x1 constant IFLA_VF_VLAN (line 1791) | IFLA_VF_VLAN = 0x2 constant IFLA_VF_TX_RATE (line 1792) | IFLA_VF_TX_RATE = 0x3 constant IFLA_VF_SPOOFCHK (line 1793) | IFLA_VF_SPOOFCHK = 0x4 constant IFLA_VF_LINK_STATE (line 1794) | IFLA_VF_LINK_STATE = 0x5 constant IFLA_VF_RATE (line 1795) | IFLA_VF_RATE = 0x6 constant IFLA_VF_RSS_QUERY_EN (line 1796) | IFLA_VF_RSS_QUERY_EN = 0x7 constant IFLA_VF_STATS (line 1797) | IFLA_VF_STATS = 0x8 constant IFLA_VF_TRUST (line 1798) | IFLA_VF_TRUST = 0x9 constant IFLA_VF_IB_NODE_GUID (line 1799) | IFLA_VF_IB_NODE_GUID = 0xa constant IFLA_VF_IB_PORT_GUID (line 1800) | IFLA_VF_IB_PORT_GUID = 0xb constant IFLA_VF_VLAN_LIST (line 1801) | IFLA_VF_VLAN_LIST = 0xc constant IFLA_VF_BROADCAST (line 1802) | IFLA_VF_BROADCAST = 0xd constant IFLA_VF_VLAN_INFO_UNSPEC (line 1803) | IFLA_VF_VLAN_INFO_UNSPEC = 0x0 constant IFLA_VF_VLAN_INFO (line 1804) | IFLA_VF_VLAN_INFO = 0x1 constant IFLA_VF_LINK_STATE_AUTO (line 1805) | IFLA_VF_LINK_STATE_AUTO = 0x0 constant IFLA_VF_LINK_STATE_ENABLE (line 1806) | IFLA_VF_LINK_STATE_ENABLE = 0x1 constant IFLA_VF_LINK_STATE_DISABLE (line 1807) | IFLA_VF_LINK_STATE_DISABLE = 0x2 constant IFLA_VF_STATS_RX_PACKETS (line 1808) | IFLA_VF_STATS_RX_PACKETS = 0x0 constant IFLA_VF_STATS_TX_PACKETS (line 1809) | IFLA_VF_STATS_TX_PACKETS = 0x1 constant IFLA_VF_STATS_RX_BYTES (line 1810) | IFLA_VF_STATS_RX_BYTES = 0x2 constant IFLA_VF_STATS_TX_BYTES (line 1811) | IFLA_VF_STATS_TX_BYTES = 0x3 constant IFLA_VF_STATS_BROADCAST (line 1812) | IFLA_VF_STATS_BROADCAST = 0x4 constant IFLA_VF_STATS_MULTICAST (line 1813) | IFLA_VF_STATS_MULTICAST = 0x5 constant IFLA_VF_STATS_PAD (line 1814) | IFLA_VF_STATS_PAD = 0x6 constant IFLA_VF_STATS_RX_DROPPED (line 1815) | IFLA_VF_STATS_RX_DROPPED = 0x7 constant IFLA_VF_STATS_TX_DROPPED (line 1816) | IFLA_VF_STATS_TX_DROPPED = 0x8 constant IFLA_VF_PORT_UNSPEC (line 1817) | IFLA_VF_PORT_UNSPEC = 0x0 constant IFLA_VF_PORT (line 1818) | IFLA_VF_PORT = 0x1 constant IFLA_PORT_UNSPEC (line 1819) | IFLA_PORT_UNSPEC = 0x0 constant IFLA_PORT_VF (line 1820) | IFLA_PORT_VF = 0x1 constant IFLA_PORT_PROFILE (line 1821) | IFLA_PORT_PROFILE = 0x2 constant IFLA_PORT_VSI_TYPE (line 1822) | IFLA_PORT_VSI_TYPE = 0x3 constant IFLA_PORT_INSTANCE_UUID (line 1823) | IFLA_PORT_INSTANCE_UUID = 0x4 constant IFLA_PORT_HOST_UUID (line 1824) | IFLA_PORT_HOST_UUID = 0x5 constant IFLA_PORT_REQUEST (line 1825) | IFLA_PORT_REQUEST = 0x6 constant IFLA_PORT_RESPONSE (line 1826) | IFLA_PORT_RESPONSE = 0x7 constant IFLA_IPOIB_UNSPEC (line 1827) | IFLA_IPOIB_UNSPEC = 0x0 constant IFLA_IPOIB_PKEY (line 1828) | IFLA_IPOIB_PKEY = 0x1 constant IFLA_IPOIB_MODE (line 1829) | IFLA_IPOIB_MODE = 0x2 constant IFLA_IPOIB_UMCAST (line 1830) | IFLA_IPOIB_UMCAST = 0x3 constant IFLA_HSR_UNSPEC (line 1831) | IFLA_HSR_UNSPEC = 0x0 constant IFLA_HSR_SLAVE1 (line 1832) | IFLA_HSR_SLAVE1 = 0x1 constant IFLA_HSR_SLAVE2 (line 1833) | IFLA_HSR_SLAVE2 = 0x2 constant IFLA_HSR_MULTICAST_SPEC (line 1834) | IFLA_HSR_MULTICAST_SPEC = 0x3 constant IFLA_HSR_SUPERVISION_ADDR (line 1835) | IFLA_HSR_SUPERVISION_ADDR = 0x4 constant IFLA_HSR_SEQ_NR (line 1836) | IFLA_HSR_SEQ_NR = 0x5 constant IFLA_HSR_VERSION (line 1837) | IFLA_HSR_VERSION = 0x6 constant IFLA_HSR_PROTOCOL (line 1838) | IFLA_HSR_PROTOCOL = 0x7 constant IFLA_STATS_UNSPEC (line 1839) | IFLA_STATS_UNSPEC = 0x0 constant IFLA_STATS_LINK_64 (line 1840) | IFLA_STATS_LINK_64 = 0x1 constant IFLA_STATS_LINK_XSTATS (line 1841) | IFLA_STATS_LINK_XSTATS = 0x2 constant IFLA_STATS_LINK_XSTATS_SLAVE (line 1842) | IFLA_STATS_LINK_XSTATS_SLAVE = 0x3 constant IFLA_STATS_LINK_OFFLOAD_XSTATS (line 1843) | IFLA_STATS_LINK_OFFLOAD_XSTATS = 0x4 constant IFLA_STATS_AF_SPEC (line 1844) | IFLA_STATS_AF_SPEC = 0x5 constant IFLA_OFFLOAD_XSTATS_UNSPEC (line 1845) | IFLA_OFFLOAD_XSTATS_UNSPEC = 0x0 constant IFLA_OFFLOAD_XSTATS_CPU_HIT (line 1846) | IFLA_OFFLOAD_XSTATS_CPU_HIT = 0x1 constant IFLA_XDP_UNSPEC (line 1847) | IFLA_XDP_UNSPEC = 0x0 constant IFLA_XDP_FD (line 1848) | IFLA_XDP_FD = 0x1 constant IFLA_XDP_ATTACHED (line 1849) | IFLA_XDP_ATTACHED = 0x2 constant IFLA_XDP_FLAGS (line 1850) | IFLA_XDP_FLAGS = 0x3 constant IFLA_XDP_PROG_ID (line 1851) | IFLA_XDP_PROG_ID = 0x4 constant IFLA_XDP_DRV_PROG_ID (line 1852) | IFLA_XDP_DRV_PROG_ID = 0x5 constant IFLA_XDP_SKB_PROG_ID (line 1853) | IFLA_XDP_SKB_PROG_ID = 0x6 constant IFLA_XDP_HW_PROG_ID (line 1854) | IFLA_XDP_HW_PROG_ID = 0x7 constant IFLA_XDP_EXPECTED_FD (line 1855) | IFLA_XDP_EXPECTED_FD = 0x8 constant IFLA_EVENT_NONE (line 1856) | IFLA_EVENT_NONE = 0x0 constant IFLA_EVENT_REBOOT (line 1857) | IFLA_EVENT_REBOOT = 0x1 constant IFLA_EVENT_FEATURES (line 1858) | IFLA_EVENT_FEATURES = 0x2 constant IFLA_EVENT_BONDING_FAILOVER (line 1859) | IFLA_EVENT_BONDING_FAILOVER = 0x3 constant IFLA_EVENT_NOTIFY_PEERS (line 1860) | IFLA_EVENT_NOTIFY_PEERS = 0x4 constant IFLA_EVENT_IGMP_RESEND (line 1861) | IFLA_EVENT_IGMP_RESEND = 0x5 constant IFLA_EVENT_BONDING_OPTIONS (line 1862) | IFLA_EVENT_BONDING_OPTIONS = 0x6 constant IFLA_TUN_UNSPEC (line 1863) | IFLA_TUN_UNSPEC = 0x0 constant IFLA_TUN_OWNER (line 1864) | IFLA_TUN_OWNER = 0x1 constant IFLA_TUN_GROUP (line 1865) | IFLA_TUN_GROUP = 0x2 constant IFLA_TUN_TYPE (line 1866) | IFLA_TUN_TYPE = 0x3 constant IFLA_TUN_PI (line 1867) | IFLA_TUN_PI = 0x4 constant IFLA_TUN_VNET_HDR (line 1868) | IFLA_TUN_VNET_HDR = 0x5 constant IFLA_TUN_PERSIST (line 1869) | IFLA_TUN_PERSIST = 0x6 constant IFLA_TUN_MULTI_QUEUE (line 1870) | IFLA_TUN_MULTI_QUEUE = 0x7 constant IFLA_TUN_NUM_QUEUES (line 1871) | IFLA_TUN_NUM_QUEUES = 0x8 constant IFLA_TUN_NUM_DISABLED_QUEUES (line 1872) | IFLA_TUN_NUM_DISABLED_QUEUES = 0x9 constant IFLA_RMNET_UNSPEC (line 1873) | IFLA_RMNET_UNSPEC = 0x0 constant IFLA_RMNET_MUX_ID (line 1874) | IFLA_RMNET_MUX_ID = 0x1 constant IFLA_RMNET_FLAGS (line 1875) | IFLA_RMNET_FLAGS = 0x2 constant NF_INET_PRE_ROUTING (line 1879) | NF_INET_PRE_ROUTING = 0x0 constant NF_INET_LOCAL_IN (line 1880) | NF_INET_LOCAL_IN = 0x1 constant NF_INET_FORWARD (line 1881) | NF_INET_FORWARD = 0x2 constant NF_INET_LOCAL_OUT (line 1882) | NF_INET_LOCAL_OUT = 0x3 constant NF_INET_POST_ROUTING (line 1883) | NF_INET_POST_ROUTING = 0x4 constant NF_INET_NUMHOOKS (line 1884) | NF_INET_NUMHOOKS = 0x5 constant NF_NETDEV_INGRESS (line 1888) | NF_NETDEV_INGRESS = 0x0 constant NF_NETDEV_EGRESS (line 1889) | NF_NETDEV_EGRESS = 0x1 constant NF_NETDEV_NUMHOOKS (line 1890) | NF_NETDEV_NUMHOOKS = 0x2 constant NFPROTO_UNSPEC (line 1894) | NFPROTO_UNSPEC = 0x0 constant NFPROTO_INET (line 1895) | NFPROTO_INET = 0x1 constant NFPROTO_IPV4 (line 1896) | NFPROTO_IPV4 = 0x2 constant NFPROTO_ARP (line 1897) | NFPROTO_ARP = 0x3 constant NFPROTO_NETDEV (line 1898) | NFPROTO_NETDEV = 0x5 constant NFPROTO_BRIDGE (line 1899) | NFPROTO_BRIDGE = 0x7 constant NFPROTO_IPV6 (line 1900) | NFPROTO_IPV6 = 0xa constant NFPROTO_DECNET (line 1901) | NFPROTO_DECNET = 0xc constant NFPROTO_NUMPROTO (line 1902) | NFPROTO_NUMPROTO = 0xd constant SO_ORIGINAL_DST (line 1905) | SO_ORIGINAL_DST = 0x50 type Nfgenmsg (line 1907) | type Nfgenmsg struct constant NFNL_BATCH_UNSPEC (line 1914) | NFNL_BATCH_UNSPEC = 0x0 constant NFNL_BATCH_GENID (line 1915) | NFNL_BATCH_GENID = 0x1 constant NFT_REG_VERDICT (line 1919) | NFT_REG_VERDICT = 0x0 constant NFT_REG_1 (line 1920) | NFT_REG_1 = 0x1 constant NFT_REG_2 (line 1921) | NFT_REG_2 = 0x2 constant NFT_REG_3 (line 1922) | NFT_REG_3 = 0x3 constant NFT_REG_4 (line 1923) | NFT_REG_4 = 0x4 constant NFT_REG32_00 (line 1924) | NFT_REG32_00 = 0x8 constant NFT_REG32_01 (line 1925) | NFT_REG32_01 = 0x9 constant NFT_REG32_02 (line 1926) | NFT_REG32_02 = 0xa constant NFT_REG32_03 (line 1927) | NFT_REG32_03 = 0xb constant NFT_REG32_04 (line 1928) | NFT_REG32_04 = 0xc constant NFT_REG32_05 (line 1929) | NFT_REG32_05 = 0xd constant NFT_REG32_06 (line 1930) | NFT_REG32_06 = 0xe constant NFT_REG32_07 (line 1931) | NFT_REG32_07 = 0xf constant NFT_REG32_08 (line 1932) | NFT_REG32_08 = 0x10 constant NFT_REG32_09 (line 1933) | NFT_REG32_09 = 0x11 constant NFT_REG32_10 (line 1934) | NFT_REG32_10 = 0x12 constant NFT_REG32_11 (line 1935) | NFT_REG32_11 = 0x13 constant NFT_REG32_12 (line 1936) | NFT_REG32_12 = 0x14 constant NFT_REG32_13 (line 1937) | NFT_REG32_13 = 0x15 constant NFT_REG32_14 (line 1938) | NFT_REG32_14 = 0x16 constant NFT_REG32_15 (line 1939) | NFT_REG32_15 = 0x17 constant NFT_CONTINUE (line 1940) | NFT_CONTINUE = -0x1 constant NFT_BREAK (line 1941) | NFT_BREAK = -0x2 constant NFT_JUMP (line 1942) | NFT_JUMP = -0x3 constant NFT_GOTO (line 1943) | NFT_GOTO = -0x4 constant NFT_RETURN (line 1944) | NFT_RETURN = -0x5 constant NFT_MSG_NEWTABLE (line 1945) | NFT_MSG_NEWTABLE = 0x0 constant NFT_MSG_GETTABLE (line 1946) | NFT_MSG_GETTABLE = 0x1 constant NFT_MSG_DELTABLE (line 1947) | NFT_MSG_DELTABLE = 0x2 constant NFT_MSG_NEWCHAIN (line 1948) | NFT_MSG_NEWCHAIN = 0x3 constant NFT_MSG_GETCHAIN (line 1949) | NFT_MSG_GETCHAIN = 0x4 constant NFT_MSG_DELCHAIN (line 1950) | NFT_MSG_DELCHAIN = 0x5 constant NFT_MSG_NEWRULE (line 1951) | NFT_MSG_NEWRULE = 0x6 constant NFT_MSG_GETRULE (line 1952) | NFT_MSG_GETRULE = 0x7 constant NFT_MSG_DELRULE (line 1953) | NFT_MSG_DELRULE = 0x8 constant NFT_MSG_NEWSET (line 1954) | NFT_MSG_NEWSET = 0x9 constant NFT_MSG_GETSET (line 1955) | NFT_MSG_GETSET = 0xa constant NFT_MSG_DELSET (line 1956) | NFT_MSG_DELSET = 0xb constant NFT_MSG_NEWSETELEM (line 1957) | NFT_MSG_NEWSETELEM = 0xc constant NFT_MSG_GETSETELEM (line 1958) | NFT_MSG_GETSETELEM = 0xd constant NFT_MSG_DELSETELEM (line 1959) | NFT_MSG_DELSETELEM = 0xe constant NFT_MSG_NEWGEN (line 1960) | NFT_MSG_NEWGEN = 0xf constant NFT_MSG_GETGEN (line 1961) | NFT_MSG_GETGEN = 0x10 constant NFT_MSG_TRACE (line 1962) | NFT_MSG_TRACE = 0x11 constant NFT_MSG_NEWOBJ (line 1963) | NFT_MSG_NEWOBJ = 0x12 constant NFT_MSG_GETOBJ (line 1964) | NFT_MSG_GETOBJ = 0x13 constant NFT_MSG_DELOBJ (line 1965) | NFT_MSG_DELOBJ = 0x14 constant NFT_MSG_GETOBJ_RESET (line 1966) | NFT_MSG_GETOBJ_RESET = 0x15 constant NFT_MSG_NEWFLOWTABLE (line 1967) | NFT_MSG_NEWFLOWTABLE = 0x16 constant NFT_MSG_GETFLOWTABLE (line 1968) | NFT_MSG_GETFLOWTABLE = 0x17 constant NFT_MSG_DELFLOWTABLE (line 1969) | NFT_MSG_DELFLOWTABLE = 0x18 constant NFT_MSG_GETRULE_RESET (line 1970) | NFT_MSG_GETRULE_RESET = 0x19 constant NFT_MSG_MAX (line 1971) | NFT_MSG_MAX = 0x1a constant NFTA_LIST_UNSPEC (line 1972) | NFTA_LIST_UNSPEC = 0x0 constant NFTA_LIST_ELEM (line 1973) | NFTA_LIST_ELEM = 0x1 constant NFTA_HOOK_UNSPEC (line 1974) | NFTA_HOOK_UNSPEC = 0x0 constant NFTA_HOOK_HOOKNUM (line 1975) | NFTA_HOOK_HOOKNUM = 0x1 constant NFTA_HOOK_PRIORITY (line 1976) | NFTA_HOOK_PRIORITY = 0x2 constant NFTA_HOOK_DEV (line 1977) | NFTA_HOOK_DEV = 0x3 constant NFT_TABLE_F_DORMANT (line 1978) | NFT_TABLE_F_DORMANT = 0x1 constant NFTA_TABLE_UNSPEC (line 1979) | NFTA_TABLE_UNSPEC = 0x0 constant NFTA_TABLE_NAME (line 1980) | NFTA_TABLE_NAME = 0x1 constant NFTA_TABLE_FLAGS (line 1981) | NFTA_TABLE_FLAGS = 0x2 constant NFTA_TABLE_USE (line 1982) | NFTA_TABLE_USE = 0x3 constant NFTA_CHAIN_UNSPEC (line 1983) | NFTA_CHAIN_UNSPEC = 0x0 constant NFTA_CHAIN_TABLE (line 1984) | NFTA_CHAIN_TABLE = 0x1 constant NFTA_CHAIN_HANDLE (line 1985) | NFTA_CHAIN_HANDLE = 0x2 constant NFTA_CHAIN_NAME (line 1986) | NFTA_CHAIN_NAME = 0x3 constant NFTA_CHAIN_HOOK (line 1987) | NFTA_CHAIN_HOOK = 0x4 constant NFTA_CHAIN_POLICY (line 1988) | NFTA_CHAIN_POLICY = 0x5 constant NFTA_CHAIN_USE (line 1989) | NFTA_CHAIN_USE = 0x6 constant NFTA_CHAIN_TYPE (line 1990) | NFTA_CHAIN_TYPE = 0x7 constant NFTA_CHAIN_COUNTERS (line 1991) | NFTA_CHAIN_COUNTERS = 0x8 constant NFTA_CHAIN_PAD (line 1992) | NFTA_CHAIN_PAD = 0x9 constant NFTA_RULE_UNSPEC (line 1993) | NFTA_RULE_UNSPEC = 0x0 constant NFTA_RULE_TABLE (line 1994) | NFTA_RULE_TABLE = 0x1 constant NFTA_RULE_CHAIN (line 1995) | NFTA_RULE_CHAIN = 0x2 constant NFTA_RULE_HANDLE (line 1996) | NFTA_RULE_HANDLE = 0x3 constant NFTA_RULE_EXPRESSIONS (line 1997) | NFTA_RULE_EXPRESSIONS = 0x4 constant NFTA_RULE_COMPAT (line 1998) | NFTA_RULE_COMPAT = 0x5 constant NFTA_RULE_POSITION (line 1999) | NFTA_RULE_POSITION = 0x6 constant NFTA_RULE_USERDATA (line 2000) | NFTA_RULE_USERDATA = 0x7 constant NFTA_RULE_PAD (line 2001) | NFTA_RULE_PAD = 0x8 constant NFTA_RULE_ID (line 2002) | NFTA_RULE_ID = 0x9 constant NFT_RULE_COMPAT_F_INV (line 2003) | NFT_RULE_COMPAT_F_INV = 0x2 constant NFT_RULE_COMPAT_F_MASK (line 2004) | NFT_RULE_COMPAT_F_MASK = 0x2 constant NFTA_RULE_COMPAT_UNSPEC (line 2005) | NFTA_RULE_COMPAT_UNSPEC = 0x0 constant NFTA_RULE_COMPAT_PROTO (line 2006) | NFTA_RULE_COMPAT_PROTO = 0x1 constant NFTA_RULE_COMPAT_FLAGS (line 2007) | NFTA_RULE_COMPAT_FLAGS = 0x2 constant NFT_SET_ANONYMOUS (line 2008) | NFT_SET_ANONYMOUS = 0x1 constant NFT_SET_CONSTANT (line 2009) | NFT_SET_CONSTANT = 0x2 constant NFT_SET_INTERVAL (line 2010) | NFT_SET_INTERVAL = 0x4 constant NFT_SET_MAP (line 2011) | NFT_SET_MAP = 0x8 constant NFT_SET_TIMEOUT (line 2012) | NFT_SET_TIMEOUT = 0x10 constant NFT_SET_EVAL (line 2013) | NFT_SET_EVAL = 0x20 constant NFT_SET_OBJECT (line 2014) | NFT_SET_OBJECT = 0x40 constant NFT_SET_POL_PERFORMANCE (line 2015) | NFT_SET_POL_PERFORMANCE = 0x0 constant NFT_SET_POL_MEMORY (line 2016) | NFT_SET_POL_MEMORY = 0x1 constant NFTA_SET_DESC_UNSPEC (line 2017) | NFTA_SET_DESC_UNSPEC = 0x0 constant NFTA_SET_DESC_SIZE (line 2018) | NFTA_SET_DESC_SIZE = 0x1 constant NFTA_SET_UNSPEC (line 2019) | NFTA_SET_UNSPEC = 0x0 constant NFTA_SET_TABLE (line 2020) | NFTA_SET_TABLE = 0x1 constant NFTA_SET_NAME (line 2021) | NFTA_SET_NAME = 0x2 constant NFTA_SET_FLAGS (line 2022) | NFTA_SET_FLAGS = 0x3 constant NFTA_SET_KEY_TYPE (line 2023) | NFTA_SET_KEY_TYPE = 0x4 constant NFTA_SET_KEY_LEN (line 2024) | NFTA_SET_KEY_LEN = 0x5 constant NFTA_SET_DATA_TYPE (line 2025) | NFTA_SET_DATA_TYPE = 0x6 constant NFTA_SET_DATA_LEN (line 2026) | NFTA_SET_DATA_LEN = 0x7 constant NFTA_SET_POLICY (line 2027) | NFTA_SET_POLICY = 0x8 constant NFTA_SET_DESC (line 2028) | NFTA_SET_DESC = 0x9 constant NFTA_SET_ID (line 2029) | NFTA_SET_ID = 0xa constant NFTA_SET_TIMEOUT (line 2030) | NFTA_SET_TIMEOUT = 0xb constant NFTA_SET_GC_INTERVAL (line 2031) | NFTA_SET_GC_INTERVAL = 0xc constant NFTA_SET_USERDATA (line 2032) | NFTA_SET_USERDATA = 0xd constant NFTA_SET_PAD (line 2033) | NFTA_SET_PAD = 0xe constant NFTA_SET_OBJ_TYPE (line 2034) | NFTA_SET_OBJ_TYPE = 0xf constant NFT_SET_ELEM_INTERVAL_END (line 2035) | NFT_SET_ELEM_INTERVAL_END = 0x1 constant NFTA_SET_ELEM_UNSPEC (line 2036) | NFTA_SET_ELEM_UNSPEC = 0x0 constant NFTA_SET_ELEM_KEY (line 2037) | NFTA_SET_ELEM_KEY = 0x1 constant NFTA_SET_ELEM_DATA (line 2038) | NFTA_SET_ELEM_DATA = 0x2 constant NFTA_SET_ELEM_FLAGS (line 2039) | NFTA_SET_ELEM_FLAGS = 0x3 constant NFTA_SET_ELEM_TIMEOUT (line 2040) | NFTA_SET_ELEM_TIMEOUT = 0x4 constant NFTA_SET_ELEM_EXPIRATION (line 2041) | NFTA_SET_ELEM_EXPIRATION = 0x5 constant NFTA_SET_ELEM_USERDATA (line 2042) | NFTA_SET_ELEM_USERDATA = 0x6 constant NFTA_SET_ELEM_EXPR (line 2043) | NFTA_SET_ELEM_EXPR = 0x7 constant NFTA_SET_ELEM_PAD (line 2044) | NFTA_SET_ELEM_PAD = 0x8 constant NFTA_SET_ELEM_OBJREF (line 2045) | NFTA_SET_ELEM_OBJREF = 0x9 constant NFTA_SET_ELEM_LIST_UNSPEC (line 2046) | NFTA_SET_ELEM_LIST_UNSPEC = 0x0 constant NFTA_SET_ELEM_LIST_TABLE (line 2047) | NFTA_SET_ELEM_LIST_TABLE = 0x1 constant NFTA_SET_ELEM_LIST_SET (line 2048) | NFTA_SET_ELEM_LIST_SET = 0x2 constant NFTA_SET_ELEM_LIST_ELEMENTS (line 2049) | NFTA_SET_ELEM_LIST_ELEMENTS = 0x3 constant NFTA_SET_ELEM_LIST_SET_ID (line 2050) | NFTA_SET_ELEM_LIST_SET_ID = 0x4 constant NFT_DATA_VALUE (line 2051) | NFT_DATA_VALUE = 0x0 constant NFT_DATA_VERDICT (line 2052) | NFT_DATA_VERDICT = 0xffffff00 constant NFTA_DATA_UNSPEC (line 2053) | NFTA_DATA_UNSPEC = 0x0 constant NFTA_DATA_VALUE (line 2054) | NFTA_DATA_VALUE = 0x1 constant NFTA_DATA_VERDICT (line 2055) | NFTA_DATA_VERDICT = 0x2 constant NFTA_VERDICT_UNSPEC (line 2056) | NFTA_VERDICT_UNSPEC = 0x0 constant NFTA_VERDICT_CODE (line 2057) | NFTA_VERDICT_CODE = 0x1 constant NFTA_VERDICT_CHAIN (line 2058) | NFTA_VERDICT_CHAIN = 0x2 constant NFTA_EXPR_UNSPEC (line 2059) | NFTA_EXPR_UNSPEC = 0x0 constant NFTA_EXPR_NAME (line 2060) | NFTA_EXPR_NAME = 0x1 constant NFTA_EXPR_DATA (line 2061) | NFTA_EXPR_DATA = 0x2 constant NFTA_IMMEDIATE_UNSPEC (line 2062) | NFTA_IMMEDIATE_UNSPEC = 0x0 constant NFTA_IMMEDIATE_DREG (line 2063) | NFTA_IMMEDIATE_DREG = 0x1 constant NFTA_IMMEDIATE_DATA (line 2064) | NFTA_IMMEDIATE_DATA = 0x2 constant NFTA_BITWISE_UNSPEC (line 2065) | NFTA_BITWISE_UNSPEC = 0x0 constant NFTA_BITWISE_SREG (line 2066) | NFTA_BITWISE_SREG = 0x1 constant NFTA_BITWISE_DREG (line 2067) | NFTA_BITWISE_DREG = 0x2 constant NFTA_BITWISE_LEN (line 2068) | NFTA_BITWISE_LEN = 0x3 constant NFTA_BITWISE_MASK (line 2069) | NFTA_BITWISE_MASK = 0x4 constant NFTA_BITWISE_XOR (line 2070) | NFTA_BITWISE_XOR = 0x5 constant NFT_BYTEORDER_NTOH (line 2071) | NFT_BYTEORDER_NTOH = 0x0 constant NFT_BYTEORDER_HTON (line 2072) | NFT_BYTEORDER_HTON = 0x1 constant NFTA_BYTEORDER_UNSPEC (line 2073) | NFTA_BYTEORDER_UNSPEC = 0x0 constant NFTA_BYTEORDER_SREG (line 2074) | NFTA_BYTEORDER_SREG = 0x1 constant NFTA_BYTEORDER_DREG (line 2075) | NFTA_BYTEORDER_DREG = 0x2 constant NFTA_BYTEORDER_OP (line 2076) | NFTA_BYTEORDER_OP = 0x3 constant NFTA_BYTEORDER_LEN (line 2077) | NFTA_BYTEORDER_LEN = 0x4 constant NFTA_BYTEORDER_SIZE (line 2078) | NFTA_BYTEORDER_SIZE = 0x5 constant NFT_CMP_EQ (line 2079) | NFT_CMP_EQ = 0x0 constant NFT_CMP_NEQ (line 2080) | NFT_CMP_NEQ = 0x1 constant NFT_CMP_LT (line 2081) | NFT_CMP_LT = 0x2 constant NFT_CMP_LTE (line 2082) | NFT_CMP_LTE = 0x3 constant NFT_CMP_GT (line 2083) | NFT_CMP_GT = 0x4 constant NFT_CMP_GTE (line 2084) | NFT_CMP_GTE = 0x5 constant NFTA_CMP_UNSPEC (line 2085) | NFTA_CMP_UNSPEC = 0x0 constant NFTA_CMP_SREG (line 2086) | NFTA_CMP_SREG = 0x1 constant NFTA_CMP_OP (line 2087) | NFTA_CMP_OP = 0x2 constant NFTA_CMP_DATA (line 2088) | NFTA_CMP_DATA = 0x3 constant NFT_RANGE_EQ (line 2089) | NFT_RANGE_EQ = 0x0 constant NFT_RANGE_NEQ (line 2090) | NFT_RANGE_NEQ = 0x1 constant NFTA_RANGE_UNSPEC (line 2091) | NFTA_RANGE_UNSPEC = 0x0 constant NFTA_RANGE_SREG (line 2092) | NFTA_RANGE_SREG = 0x1 constant NFTA_RANGE_OP (line 2093) | NFTA_RANGE_OP = 0x2 constant NFTA_RANGE_FROM_DATA (line 2094) | NFTA_RANGE_FROM_DATA = 0x3 constant NFTA_RANGE_TO_DATA (line 2095) | NFTA_RANGE_TO_DATA = 0x4 constant NFT_LOOKUP_F_INV (line 2096) | NFT_LOOKUP_F_INV = 0x1 constant NFTA_LOOKUP_UNSPEC (line 2097) | NFTA_LOOKUP_UNSPEC = 0x0 constant NFTA_LOOKUP_SET (line 2098) | NFTA_LOOKUP_SET = 0x1 constant NFTA_LOOKUP_SREG (line 2099) | NFTA_LOOKUP_SREG = 0x2 constant NFTA_LOOKUP_DREG (line 2100) | NFTA_LOOKUP_DREG = 0x3 constant NFTA_LOOKUP_SET_ID (line 2101) | NFTA_LOOKUP_SET_ID = 0x4 constant NFTA_LOOKUP_FLAGS (line 2102) | NFTA_LOOKUP_FLAGS = 0x5 constant NFT_DYNSET_OP_ADD (line 2103) | NFT_DYNSET_OP_ADD = 0x0 constant NFT_DYNSET_OP_UPDATE (line 2104) | NFT_DYNSET_OP_UPDATE = 0x1 constant NFT_DYNSET_F_INV (line 2105) | NFT_DYNSET_F_INV = 0x1 constant NFTA_DYNSET_UNSPEC (line 2106) | NFTA_DYNSET_UNSPEC = 0x0 constant NFTA_DYNSET_SET_NAME (line 2107) | NFTA_DYNSET_SET_NAME = 0x1 constant NFTA_DYNSET_SET_ID (line 2108) | NFTA_DYNSET_SET_ID = 0x2 constant NFTA_DYNSET_OP (line 2109) | NFTA_DYNSET_OP = 0x3 constant NFTA_DYNSET_SREG_KEY (line 2110) | NFTA_DYNSET_SREG_KEY = 0x4 constant NFTA_DYNSET_SREG_DATA (line 2111) | NFTA_DYNSET_SREG_DATA = 0x5 constant NFTA_DYNSET_TIMEOUT (line 2112) | NFTA_DYNSET_TIMEOUT = 0x6 constant NFTA_DYNSET_EXPR (line 2113) | NFTA_DYNSET_EXPR = 0x7 constant NFTA_DYNSET_PAD (line 2114) | NFTA_DYNSET_PAD = 0x8 constant NFTA_DYNSET_FLAGS (line 2115) | NFTA_DYNSET_FLAGS = 0x9 constant NFT_PAYLOAD_LL_HEADER (line 2116) | NFT_PAYLOAD_LL_HEADER = 0x0 constant NFT_PAYLOAD_NETWORK_HEADER (line 2117) | NFT_PAYLOAD_NETWORK_HEADER = 0x1 constant NFT_PAYLOAD_TRANSPORT_HEADER (line 2118) | NFT_PAYLOAD_TRANSPORT_HEADER = 0x2 constant NFT_PAYLOAD_CSUM_NONE (line 2119) | NFT_PAYLOAD_CSUM_NONE = 0x0 constant NFT_PAYLOAD_CSUM_INET (line 2120) | NFT_PAYLOAD_CSUM_INET = 0x1 constant NFT_PAYLOAD_L4CSUM_PSEUDOHDR (line 2121) | NFT_PAYLOAD_L4CSUM_PSEUDOHDR = 0x1 constant NFTA_PAYLOAD_UNSPEC (line 2122) | NFTA_PAYLOAD_UNSPEC = 0x0 constant NFTA_PAYLOAD_DREG (line 2123) | NFTA_PAYLOAD_DREG = 0x1 constant NFTA_PAYLOAD_BASE (line 2124) | NFTA_PAYLOAD_BASE = 0x2 constant NFTA_PAYLOAD_OFFSET (line 2125) | NFTA_PAYLOAD_OFFSET = 0x3 constant NFTA_PAYLOAD_LEN (line 2126) | NFTA_PAYLOAD_LEN = 0x4 constant NFTA_PAYLOAD_SREG (line 2127) | NFTA_PAYLOAD_SREG = 0x5 constant NFTA_PAYLOAD_CSUM_TYPE (line 2128) | NFTA_PAYLOAD_CSUM_TYPE = 0x6 constant NFTA_PAYLOAD_CSUM_OFFSET (line 2129) | NFTA_PAYLOAD_CSUM_OFFSET = 0x7 constant NFTA_PAYLOAD_CSUM_FLAGS (line 2130) | NFTA_PAYLOAD_CSUM_FLAGS = 0x8 constant NFT_EXTHDR_F_PRESENT (line 2131) | NFT_EXTHDR_F_PRESENT = 0x1 constant NFT_EXTHDR_OP_IPV6 (line 2132) | NFT_EXTHDR_OP_IPV6 = 0x0 constant NFT_EXTHDR_OP_TCPOPT (line 2133) | NFT_EXTHDR_OP_TCPOPT = 0x1 constant NFTA_EXTHDR_UNSPEC (line 2134) | NFTA_EXTHDR_UNSPEC = 0x0 constant NFTA_EXTHDR_DREG (line 2135) | NFTA_EXTHDR_DREG = 0x1 constant NFTA_EXTHDR_TYPE (line 2136) | NFTA_EXTHDR_TYPE = 0x2 constant NFTA_EXTHDR_OFFSET (line 2137) | NFTA_EXTHDR_OFFSET = 0x3 constant NFTA_EXTHDR_LEN (line 2138) | NFTA_EXTHDR_LEN = 0x4 constant NFTA_EXTHDR_FLAGS (line 2139) | NFTA_EXTHDR_FLAGS = 0x5 constant NFTA_EXTHDR_OP (line 2140) | NFTA_EXTHDR_OP = 0x6 constant NFTA_EXTHDR_SREG (line 2141) | NFTA_EXTHDR_SREG = 0x7 constant NFT_META_LEN (line 2142) | NFT_META_LEN = 0x0 constant NFT_META_PROTOCOL (line 2143) | NFT_META_PROTOCOL = 0x1 constant NFT_META_PRIORITY (line 2144) | NFT_META_PRIORITY = 0x2 constant NFT_META_MARK (line 2145) | NFT_META_MARK = 0x3 constant NFT_META_IIF (line 2146) | NFT_META_IIF = 0x4 constant NFT_META_OIF (line 2147) | NFT_META_OIF = 0x5 constant NFT_META_IIFNAME (line 2148) | NFT_META_IIFNAME = 0x6 constant NFT_META_OIFNAME (line 2149) | NFT_META_OIFNAME = 0x7 constant NFT_META_IIFTYPE (line 2150) | NFT_META_IIFTYPE = 0x8 constant NFT_META_OIFTYPE (line 2151) | NFT_META_OIFTYPE = 0x9 constant NFT_META_SKUID (line 2152) | NFT_META_SKUID = 0xa constant NFT_META_SKGID (line 2153) | NFT_META_SKGID = 0xb constant NFT_META_NFTRACE (line 2154) | NFT_META_NFTRACE = 0xc constant NFT_META_RTCLASSID (line 2155) | NFT_META_RTCLASSID = 0xd constant NFT_META_SECMARK (line 2156) | NFT_META_SECMARK = 0xe constant NFT_META_NFPROTO (line 2157) | NFT_META_NFPROTO = 0xf constant NFT_META_L4PROTO (line 2158) | NFT_META_L4PROTO = 0x10 constant NFT_META_BRI_IIFNAME (line 2159) | NFT_META_BRI_IIFNAME = 0x11 constant NFT_META_BRI_OIFNAME (line 2160) | NFT_META_BRI_OIFNAME = 0x12 constant NFT_META_PKTTYPE (line 2161) | NFT_META_PKTTYPE = 0x13 constant NFT_META_CPU (line 2162) | NFT_META_CPU = 0x14 constant NFT_META_IIFGROUP (line 2163) | NFT_META_IIFGROUP = 0x15 constant NFT_META_OIFGROUP (line 2164) | NFT_META_OIFGROUP = 0x16 constant NFT_META_CGROUP (line 2165) | NFT_META_CGROUP = 0x17 constant NFT_META_PRANDOM (line 2166) | NFT_META_PRANDOM = 0x18 constant NFT_RT_CLASSID (line 2167) | NFT_RT_CLASSID = 0x0 constant NFT_RT_NEXTHOP4 (line 2168) | NFT_RT_NEXTHOP4 = 0x1 constant NFT_RT_NEXTHOP6 (line 2169) | NFT_RT_NEXTHOP6 = 0x2 constant NFT_RT_TCPMSS (line 2170) | NFT_RT_TCPMSS = 0x3 constant NFT_HASH_JENKINS (line 2171) | NFT_HASH_JENKINS = 0x0 constant NFT_HASH_SYM (line 2172) | NFT_HASH_SYM = 0x1 constant NFTA_HASH_UNSPEC (line 2173) | NFTA_HASH_UNSPEC = 0x0 constant NFTA_HASH_SREG (line 2174) | NFTA_HASH_SREG = 0x1 constant NFTA_HASH_DREG (line 2175) | NFTA_HASH_DREG = 0x2 constant NFTA_HASH_LEN (line 2176) | NFTA_HASH_LEN = 0x3 constant NFTA_HASH_MODULUS (line 2177) | NFTA_HASH_MODULUS = 0x4 constant NFTA_HASH_SEED (line 2178) | NFTA_HASH_SEED = 0x5 constant NFTA_HASH_OFFSET (line 2179) | NFTA_HASH_OFFSET = 0x6 constant NFTA_HASH_TYPE (line 2180) | NFTA_HASH_TYPE = 0x7 constant NFTA_META_UNSPEC (line 2181) | NFTA_META_UNSPEC = 0x0 constant NFTA_META_DREG (line 2182) | NFTA_META_DREG = 0x1 constant NFTA_META_KEY (line 2183) | NFTA_META_KEY = 0x2 constant NFTA_META_SREG (line 2184) | NFTA_META_SREG = 0x3 constant NFTA_RT_UNSPEC (line 2185) | NFTA_RT_UNSPEC = 0x0 constant NFTA_RT_DREG (line 2186) | NFTA_RT_DREG = 0x1 constant NFTA_RT_KEY (line 2187) | NFTA_RT_KEY = 0x2 constant NFT_CT_STATE (line 2188) | NFT_CT_STATE = 0x0 constant NFT_CT_DIRECTION (line 2189) | NFT_CT_DIRECTION = 0x1 constant NFT_CT_STATUS (line 2190) | NFT_CT_STATUS = 0x2 constant NFT_CT_MARK (line 2191) | NFT_CT_MARK = 0x3 constant NFT_CT_SECMARK (line 2192) | NFT_CT_SECMARK = 0x4 constant NFT_CT_EXPIRATION (line 2193) | NFT_CT_EXPIRATION = 0x5 constant NFT_CT_HELPER (line 2194) | NFT_CT_HELPER = 0x6 constant NFT_CT_L3PROTOCOL (line 2195) | NFT_CT_L3PROTOCOL = 0x7 constant NFT_CT_SRC (line 2196) | NFT_CT_SRC = 0x8 constant NFT_CT_DST (line 2197) | NFT_CT_DST = 0x9 constant NFT_CT_PROTOCOL (line 2198) | NFT_CT_PROTOCOL = 0xa constant NFT_CT_PROTO_SRC (line 2199) | NFT_CT_PROTO_SRC = 0xb constant NFT_CT_PROTO_DST (line 2200) | NFT_CT_PROTO_DST = 0xc constant NFT_CT_LABELS (line 2201) | NFT_CT_LABELS = 0xd constant NFT_CT_PKTS (line 2202) | NFT_CT_PKTS = 0xe constant NFT_CT_BYTES (line 2203) | NFT_CT_BYTES = 0xf constant NFT_CT_AVGPKT (line 2204) | NFT_CT_AVGPKT = 0x10 constant NFT_CT_ZONE (line 2205) | NFT_CT_ZONE = 0x11 constant NFT_CT_EVENTMASK (line 2206) | NFT_CT_EVENTMASK = 0x12 constant NFTA_CT_UNSPEC (line 2207) | NFTA_CT_UNSPEC = 0x0 constant NFTA_CT_DREG (line 2208) | NFTA_CT_DREG = 0x1 constant NFTA_CT_KEY (line 2209) | NFTA_CT_KEY = 0x2 constant NFTA_CT_DIRECTION (line 2210) | NFTA_CT_DIRECTION = 0x3 constant NFTA_CT_SREG (line 2211) | NFTA_CT_SREG = 0x4 constant NFT_LIMIT_PKTS (line 2212) | NFT_LIMIT_PKTS = 0x0 constant NFT_LIMIT_PKT_BYTES (line 2213) | NFT_LIMIT_PKT_BYTES = 0x1 constant NFT_LIMIT_F_INV (line 2214) | NFT_LIMIT_F_INV = 0x1 constant NFTA_LIMIT_UNSPEC (line 2215) | NFTA_LIMIT_UNSPEC = 0x0 constant NFTA_LIMIT_RATE (line 2216) | NFTA_LIMIT_RATE = 0x1 constant NFTA_LIMIT_UNIT (line 2217) | NFTA_LIMIT_UNIT = 0x2 constant NFTA_LIMIT_BURST (line 2218) | NFTA_LIMIT_BURST = 0x3 constant NFTA_LIMIT_TYPE (line 2219) | NFTA_LIMIT_TYPE = 0x4 constant NFTA_LIMIT_FLAGS (line 2220) | NFTA_LIMIT_FLAGS = 0x5 constant NFTA_LIMIT_PAD (line 2221) | NFTA_LIMIT_PAD = 0x6 constant NFTA_COUNTER_UNSPEC (line 2222) | NFTA_COUNTER_UNSPEC = 0x0 constant NFTA_COUNTER_BYTES (line 2223) | NFTA_COUNTER_BYTES = 0x1 constant NFTA_COUNTER_PACKETS (line 2224) | NFTA_COUNTER_PACKETS = 0x2 constant NFTA_COUNTER_PAD (line 2225) | NFTA_COUNTER_PAD = 0x3 constant NFTA_LOG_UNSPEC (line 2226) | NFTA_LOG_UNSPEC = 0x0 constant NFTA_LOG_GROUP (line 2227) | NFTA_LOG_GROUP = 0x1 constant NFTA_LOG_PREFIX (line 2228) | NFTA_LOG_PREFIX = 0x2 constant NFTA_LOG_SNAPLEN (line 2229) | NFTA_LOG_SNAPLEN = 0x3 constant NFTA_LOG_QTHRESHOLD (line 2230) | NFTA_LOG_QTHRESHOLD = 0x4 constant NFTA_LOG_LEVEL (line 2231) | NFTA_LOG_LEVEL = 0x5 constant NFTA_LOG_FLAGS (line 2232) | NFTA_LOG_FLAGS = 0x6 constant NFTA_QUEUE_UNSPEC (line 2233) | NFTA_QUEUE_UNSPEC = 0x0 constant NFTA_QUEUE_NUM (line 2234) | NFTA_QUEUE_NUM = 0x1 constant NFTA_QUEUE_TOTAL (line 2235) | NFTA_QUEUE_TOTAL = 0x2 constant NFTA_QUEUE_FLAGS (line 2236) | NFTA_QUEUE_FLAGS = 0x3 constant NFTA_QUEUE_SREG_QNUM (line 2237) | NFTA_QUEUE_SREG_QNUM = 0x4 constant NFT_QUOTA_F_INV (line 2238) | NFT_QUOTA_F_INV = 0x1 constant NFT_QUOTA_F_DEPLETED (line 2239) | NFT_QUOTA_F_DEPLETED = 0x2 constant NFTA_QUOTA_UNSPEC (line 2240) | NFTA_QUOTA_UNSPEC = 0x0 constant NFTA_QUOTA_BYTES (line 2241) | NFTA_QUOTA_BYTES = 0x1 constant NFTA_QUOTA_FLAGS (line 2242) | NFTA_QUOTA_FLAGS = 0x2 constant NFTA_QUOTA_PAD (line 2243) | NFTA_QUOTA_PAD = 0x3 constant NFTA_QUOTA_CONSUMED (line 2244) | NFTA_QUOTA_CONSUMED = 0x4 constant NFT_REJECT_ICMP_UNREACH (line 2245) | NFT_REJECT_ICMP_UNREACH = 0x0 constant NFT_REJECT_TCP_RST (line 2246) | NFT_REJECT_TCP_RST = 0x1 constant NFT_REJECT_ICMPX_UNREACH (line 2247) | NFT_REJECT_ICMPX_UNREACH = 0x2 constant NFT_REJECT_ICMPX_NO_ROUTE (line 2248) | NFT_REJECT_ICMPX_NO_ROUTE = 0x0 constant NFT_REJECT_ICMPX_PORT_UNREACH (line 2249) | NFT_REJECT_ICMPX_PORT_UNREACH = 0x1 constant NFT_REJECT_ICMPX_HOST_UNREACH (line 2250) | NFT_REJECT_ICMPX_HOST_UNREACH = 0x2 constant NFT_REJECT_ICMPX_ADMIN_PROHIBITED (line 2251) | NFT_REJECT_ICMPX_ADMIN_PROHIBITED = 0x3 constant NFTA_REJECT_UNSPEC (line 2252) | NFTA_REJECT_UNSPEC = 0x0 constant NFTA_REJECT_TYPE (line 2253) | NFTA_REJECT_TYPE = 0x1 constant NFTA_REJECT_ICMP_CODE (line 2254) | NFTA_REJECT_ICMP_CODE = 0x2 constant NFT_NAT_SNAT (line 2255) | NFT_NAT_SNAT = 0x0 constant NFT_NAT_DNAT (line 2256) | NFT_NAT_DNAT = 0x1 constant NFTA_NAT_UNSPEC (line 2257) | NFTA_NAT_UNSPEC = 0x0 constant NFTA_NAT_TYPE (line 2258) | NFTA_NAT_TYPE = 0x1 constant NFTA_NAT_FAMILY (line 2259) | NFTA_NAT_FAMILY = 0x2 constant NFTA_NAT_REG_ADDR_MIN (line 2260) | NFTA_NAT_REG_ADDR_MIN = 0x3 constant NFTA_NAT_REG_ADDR_MAX (line 2261) | NFTA_NAT_REG_ADDR_MAX = 0x4 constant NFTA_NAT_REG_PROTO_MIN (line 2262) | NFTA_NAT_REG_PROTO_MIN = 0x5 constant NFTA_NAT_REG_PROTO_MAX (line 2263) | NFTA_NAT_REG_PROTO_MAX = 0x6 constant NFTA_NAT_FLAGS (line 2264) | NFTA_NAT_FLAGS = 0x7 constant NFTA_MASQ_UNSPEC (line 2265) | NFTA_MASQ_UNSPEC = 0x0 constant NFTA_MASQ_FLAGS (line 2266) | NFTA_MASQ_FLAGS = 0x1 constant NFTA_MASQ_REG_PROTO_MIN (line 2267) | NFTA_MASQ_REG_PROTO_MIN = 0x2 constant NFTA_MASQ_REG_PROTO_MAX (line 2268) | NFTA_MASQ_REG_PROTO_MAX = 0x3 constant NFTA_REDIR_UNSPEC (line 2269) | NFTA_REDIR_UNSPEC = 0x0 constant NFTA_REDIR_REG_PROTO_MIN (line 2270) | NFTA_REDIR_REG_PROTO_MIN = 0x1 constant NFTA_REDIR_REG_PROTO_MAX (line 2271) | NFTA_REDIR_REG_PROTO_MAX = 0x2 constant NFTA_REDIR_FLAGS (line 2272) | NFTA_REDIR_FLAGS = 0x3 constant NFTA_DUP_UNSPEC (line 2273) | NFTA_DUP_UNSPEC = 0x0 constant NFTA_DUP_SREG_ADDR (line 2274) | NFTA_DUP_SREG_ADDR = 0x1 constant NFTA_DUP_SREG_DEV (line 2275) | NFTA_DUP_SREG_DEV = 0x2 constant NFTA_FWD_UNSPEC (line 2276) | NFTA_FWD_UNSPEC = 0x0 constant NFTA_FWD_SREG_DEV (line 2277) | NFTA_FWD_SREG_DEV = 0x1 constant NFTA_OBJREF_UNSPEC (line 2278) | NFTA_OBJREF_UNSPEC = 0x0 constant NFTA_OBJREF_IMM_TYPE (line 2279) | NFTA_OBJREF_IMM_TYPE = 0x1 constant NFTA_OBJREF_IMM_NAME (line 2280) | NFTA_OBJREF_IMM_NAME = 0x2 constant NFTA_OBJREF_SET_SREG (line 2281) | NFTA_OBJREF_SET_SREG = 0x3 constant NFTA_OBJREF_SET_NAME (line 2282) | NFTA_OBJREF_SET_NAME = 0x4 constant NFTA_OBJREF_SET_ID (line 2283) | NFTA_OBJREF_SET_ID = 0x5 constant NFTA_GEN_UNSPEC (line 2284) | NFTA_GEN_UNSPEC = 0x0 constant NFTA_GEN_ID (line 2285) | NFTA_GEN_ID = 0x1 constant NFTA_GEN_PROC_PID (line 2286) | NFTA_GEN_PROC_PID = 0x2 constant NFTA_GEN_PROC_NAME (line 2287) | NFTA_GEN_PROC_NAME = 0x3 constant NFTA_FIB_UNSPEC (line 2288) | NFTA_FIB_UNSPEC = 0x0 constant NFTA_FIB_DREG (line 2289) | NFTA_FIB_DREG = 0x1 constant NFTA_FIB_RESULT (line 2290) | NFTA_FIB_RESULT = 0x2 constant NFTA_FIB_FLAGS (line 2291) | NFTA_FIB_FLAGS = 0x3 constant NFT_FIB_RESULT_UNSPEC (line 2292) | NFT_FIB_RESULT_UNSPEC = 0x0 constant NFT_FIB_RESULT_OIF (line 2293) | NFT_FIB_RESULT_OIF = 0x1 constant NFT_FIB_RESULT_OIFNAME (line 2294) | NFT_FIB_RESULT_OIFNAME = 0x2 constant NFT_FIB_RESULT_ADDRTYPE (line 2295) | NFT_FIB_RESULT_ADDRTYPE = 0x3 constant NFTA_FIB_F_SADDR (line 2296) | NFTA_FIB_F_SADDR = 0x1 constant NFTA_FIB_F_DADDR (line 2297) | NFTA_FIB_F_DADDR = 0x2 constant NFTA_FIB_F_MARK (line 2298) | NFTA_FIB_F_MARK = 0x4 constant NFTA_FIB_F_IIF (line 2299) | NFTA_FIB_F_IIF = 0x8 constant NFTA_FIB_F_OIF (line 2300) | NFTA_FIB_F_OIF = 0x10 constant NFTA_FIB_F_PRESENT (line 2301) | NFTA_FIB_F_PRESENT = 0x20 constant NFTA_CT_HELPER_UNSPEC (line 2302) | NFTA_CT_HELPER_UNSPEC = 0x0 constant NFTA_CT_HELPER_NAME (line 2303) | NFTA_CT_HELPER_NAME = 0x1 constant NFTA_CT_HELPER_L3PROTO (line 2304) | NFTA_CT_HELPER_L3PROTO = 0x2 constant NFTA_CT_HELPER_L4PROTO (line 2305) | NFTA_CT_HELPER_L4PROTO = 0x3 constant NFTA_OBJ_UNSPEC (line 2306) | NFTA_OBJ_UNSPEC = 0x0 constant NFTA_OBJ_TABLE (line 2307) | NFTA_OBJ_TABLE = 0x1 constant NFTA_OBJ_NAME (line 2308) | NFTA_OBJ_NAME = 0x2 constant NFTA_OBJ_TYPE (line 2309) | NFTA_OBJ_TYPE = 0x3 constant NFTA_OBJ_DATA (line 2310) | NFTA_OBJ_DATA = 0x4 constant NFTA_OBJ_USE (line 2311) | NFTA_OBJ_USE = 0x5 constant NFTA_TRACE_UNSPEC (line 2312) | NFTA_TRACE_UNSPEC = 0x0 constant NFTA_TRACE_TABLE (line 2313) | NFTA_TRACE_TABLE = 0x1 constant NFTA_TRACE_CHAIN (line 2314) | NFTA_TRACE_CHAIN = 0x2 constant NFTA_TRACE_RULE_HANDLE (line 2315) | NFTA_TRACE_RULE_HANDLE = 0x3 constant NFTA_TRACE_TYPE (line 2316) | NFTA_TRACE_TYPE = 0x4 constant NFTA_TRACE_VERDICT (line 2317) | NFTA_TRACE_VERDICT = 0x5 constant NFTA_TRACE_ID (line 2318) | NFTA_TRACE_ID = 0x6 constant NFTA_TRACE_LL_HEADER (line 2319) | NFTA_TRACE_LL_HEADER = 0x7 constant NFTA_TRACE_NETWORK_HEADER (line 2320) | NFTA_TRACE_NETWORK_HEADER = 0x8 constant NFTA_TRACE_TRANSPORT_HEADER (line 2321) | NFTA_TRACE_TRANSPORT_HEADER = 0x9 constant NFTA_TRACE_IIF (line 2322) | NFTA_TRACE_IIF = 0xa constant NFTA_TRACE_IIFTYPE (line 2323) | NFTA_TRACE_IIFTYPE = 0xb constant NFTA_TRACE_OIF (line 2324) | NFTA_TRACE_OIF = 0xc constant NFTA_TRACE_OIFTYPE (line 2325) | NFTA_TRACE_OIFTYPE = 0xd constant NFTA_TRACE_MARK (line 2326) | NFTA_TRACE_MARK = 0xe constant NFTA_TRACE_NFPROTO (line 2327) | NFTA_TRACE_NFPROTO = 0xf constant NFTA_TRACE_POLICY (line 2328) | NFTA_TRACE_POLICY = 0x10 constant NFTA_TRACE_PAD (line 2329) | NFTA_TRACE_PAD = 0x11 constant NFT_TRACETYPE_UNSPEC (line 2330) | NFT_TRACETYPE_UNSPEC = 0x0 constant NFT_TRACETYPE_POLICY (line 2331) | NFT_TRACETYPE_POLICY = 0x1 constant NFT_TRACETYPE_RETURN (line 2332) | NFT_TRACETYPE_RETURN = 0x2 constant NFT_TRACETYPE_RULE (line 2333) | NFT_TRACETYPE_RULE = 0x3 constant NFTA_NG_UNSPEC (line 2334) | NFTA_NG_UNSPEC = 0x0 constant NFTA_NG_DREG (line 2335) | NFTA_NG_DREG = 0x1 constant NFTA_NG_MODULUS (line 2336) | NFTA_NG_MODULUS = 0x2 constant NFTA_NG_TYPE (line 2337) | NFTA_NG_TYPE = 0x3 constant NFTA_NG_OFFSET (line 2338) | NFTA_NG_OFFSET = 0x4 constant NFT_NG_INCREMENTAL (line 2339) | NFT_NG_INCREMENTAL = 0x0 constant NFT_NG_RANDOM (line 2340) | NFT_NG_RANDOM = 0x1 constant NFTA_TARGET_UNSPEC (line 2344) | NFTA_TARGET_UNSPEC = 0x0 constant NFTA_TARGET_NAME (line 2345) | NFTA_TARGET_NAME = 0x1 constant NFTA_TARGET_REV (line 2346) | NFTA_TARGET_REV = 0x2 constant NFTA_TARGET_INFO (line 2347) | NFTA_TARGET_INFO = 0x3 constant NFTA_MATCH_UNSPEC (line 2348) | NFTA_MATCH_UNSPEC = 0x0 constant NFTA_MATCH_NAME (line 2349) | NFTA_MATCH_NAME = 0x1 constant NFTA_MATCH_REV (line 2350) | NFTA_MATCH_REV = 0x2 constant NFTA_MATCH_INFO (line 2351) | NFTA_MATCH_INFO = 0x3 constant NFTA_COMPAT_UNSPEC (line 2352) | NFTA_COMPAT_UNSPEC = 0x0 constant NFTA_COMPAT_NAME (line 2353) | NFTA_COMPAT_NAME = 0x1 constant NFTA_COMPAT_REV (line 2354) | NFTA_COMPAT_REV = 0x2 constant NFTA_COMPAT_TYPE (line 2355) | NFTA_COMPAT_TYPE = 0x3 type RTCTime (line 2358) | type RTCTime struct type RTCWkAlrm (line 2370) | type RTCWkAlrm struct type BlkpgIoctlArg (line 2376) | type BlkpgIoctlArg struct constant BLKPG_ADD_PARTITION (line 2384) | BLKPG_ADD_PARTITION = 0x1 constant BLKPG_DEL_PARTITION (line 2385) | BLKPG_DEL_PARTITION = 0x2 constant BLKPG_RESIZE_PARTITION (line 2386) | BLKPG_RESIZE_PARTITION = 0x3 constant NETNSA_NONE (line 2390) | NETNSA_NONE = 0x0 constant NETNSA_NSID (line 2391) | NETNSA_NSID = 0x1 constant NETNSA_PID (line 2392) | NETNSA_PID = 0x2 constant NETNSA_FD (line 2393) | NETNSA_FD = 0x3 constant NETNSA_TARGET_NSID (line 2394) | NETNSA_TARGET_NSID = 0x4 constant NETNSA_CURRENT_NSID (line 2395) | NETNSA_CURRENT_NSID = 0x5 type XDPRingOffset (line 2398) | type XDPRingOffset struct type XDPMmapOffsets (line 2405) | type XDPMmapOffsets struct type XDPStatistics (line 2412) | type XDPStatistics struct type XDPDesc (line 2421) | type XDPDesc struct constant NCSI_CMD_UNSPEC (line 2428) | NCSI_CMD_UNSPEC = 0x0 constant NCSI_CMD_PKG_INFO (line 2429) | NCSI_CMD_PKG_INFO = 0x1 constant NCSI_CMD_SET_INTERFACE (line 2430) | NCSI_CMD_SET_INTERFACE = 0x2 constant NCSI_CMD_CLEAR_INTERFACE (line 2431) | NCSI_CMD_CLEAR_INTERFACE = 0x3 constant NCSI_ATTR_UNSPEC (line 2432) | NCSI_ATTR_UNSPEC = 0x0 constant NCSI_ATTR_IFINDEX (line 2433) | NCSI_ATTR_IFINDEX = 0x1 constant NCSI_ATTR_PACKAGE_LIST (line 2434) | NCSI_ATTR_PACKAGE_LIST = 0x2 constant NCSI_ATTR_PACKAGE_ID (line 2435) | NCSI_ATTR_PACKAGE_ID = 0x3 constant NCSI_ATTR_CHANNEL_ID (line 2436) | NCSI_ATTR_CHANNEL_ID = 0x4 constant NCSI_PKG_ATTR_UNSPEC (line 2437) | NCSI_PKG_ATTR_UNSPEC = 0x0 constant NCSI_PKG_ATTR (line 2438) | NCSI_PKG_ATTR = 0x1 constant NCSI_PKG_ATTR_ID (line 2439) | NCSI_PKG_ATTR_ID = 0x2 constant NCSI_PKG_ATTR_FORCED (line 2440) | NCSI_PKG_ATTR_FORCED = 0x3 constant NCSI_PKG_ATTR_CHANNEL_LIST (line 2441) | NCSI_PKG_ATTR_CHANNEL_LIST = 0x4 constant NCSI_CHANNEL_ATTR_UNSPEC (line 2442) | NCSI_CHANNEL_ATTR_UNSPEC = 0x0 constant NCSI_CHANNEL_ATTR (line 2443) | NCSI_CHANNEL_ATTR = 0x1 constant NCSI_CHANNEL_ATTR_ID (line 2444) | NCSI_CHANNEL_ATTR_ID = 0x2 constant NCSI_CHANNEL_ATTR_VERSION_MAJOR (line 2445) | NCSI_CHANNEL_ATTR_VERSION_MAJOR = 0x3 constant NCSI_CHANNEL_ATTR_VERSION_MINOR (line 2446) | NCSI_CHANNEL_ATTR_VERSION_MINOR = 0x4 constant NCSI_CHANNEL_ATTR_VERSION_STR (line 2447) | NCSI_CHANNEL_ATTR_VERSION_STR = 0x5 constant NCSI_CHANNEL_ATTR_LINK_STATE (line 2448) | NCSI_CHANNEL_ATTR_LINK_STATE = 0x6 constant NCSI_CHANNEL_ATTR_ACTIVE (line 2449) | NCSI_CHANNEL_ATTR_ACTIVE = 0x7 constant NCSI_CHANNEL_ATTR_FORCED (line 2450) | NCSI_CHANNEL_ATTR_FORCED = 0x8 constant NCSI_CHANNEL_ATTR_VLAN_LIST (line 2451) | NCSI_CHANNEL_ATTR_VLAN_LIST = 0x9 constant NCSI_CHANNEL_ATTR_VLAN_ID (line 2452) | NCSI_CHANNEL_ATTR_VLAN_ID = 0xa type ScmTimestamping (line 2455) | type ScmTimestamping struct constant SOF_TIMESTAMPING_TX_HARDWARE (line 2460) | SOF_TIMESTAMPING_TX_HARDWARE = 0x1 constant SOF_TIMESTAMPING_TX_SOFTWARE (line 2461) | SOF_TIMESTAMPING_TX_SOFTWARE = 0x2 constant SOF_TIMESTAMPING_RX_HARDWARE (line 2462) | SOF_TIMESTAMPING_RX_HARDWARE = 0x4 constant SOF_TIMESTAMPING_RX_SOFTWARE (line 2463) | SOF_TIMESTAMPING_RX_SOFTWARE = 0x8 constant SOF_TIMESTAMPING_SOFTWARE (line 2464) | SOF_TIMESTAMPING_SOFTWARE = 0x10 constant SOF_TIMESTAMPING_SYS_HARDWARE (line 2465) | SOF_TIMESTAMPING_SYS_HARDWARE = 0x20 constant SOF_TIMESTAMPING_RAW_HARDWARE (line 2466) | SOF_TIMESTAMPING_RAW_HARDWARE = 0x40 constant SOF_TIMESTAMPING_OPT_ID (line 2467) | SOF_TIMESTAMPING_OPT_ID = 0x80 constant SOF_TIMESTAMPING_TX_SCHED (line 2468) | SOF_TIMESTAMPING_TX_SCHED = 0x100 constant SOF_TIMESTAMPING_TX_ACK (line 2469) | SOF_TIMESTAMPING_TX_ACK = 0x200 constant SOF_TIMESTAMPING_OPT_CMSG (line 2470) | SOF_TIMESTAMPING_OPT_CMSG = 0x400 constant SOF_TIMESTAMPING_OPT_TSONLY (line 2471) | SOF_TIMESTAMPING_OPT_TSONLY = 0x800 constant SOF_TIMESTAMPING_OPT_STATS (line 2472) | SOF_TIMESTAMPING_OPT_STATS = 0x1000 constant SOF_TIMESTAMPING_OPT_PKTINFO (line 2473) | SOF_TIMESTAMPING_OPT_PKTINFO = 0x2000 constant SOF_TIMESTAMPING_OPT_TX_SWHW (line 2474) | SOF_TIMESTAMPING_OPT_TX_SWHW = 0x4000 constant SOF_TIMESTAMPING_BIND_PHC (line 2475) | SOF_TIMESTAMPING_BIND_PHC = 0x8000 constant SOF_TIMESTAMPING_OPT_ID_TCP (line 2476) | SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 constant SOF_TIMESTAMPING_LAST (line 2478) | SOF_TIMESTAMPING_LAST = 0x10000 constant SOF_TIMESTAMPING_MASK (line 2479) | SOF_TIMESTAMPING_MASK = 0x1ffff constant SCM_TSTAMP_SND (line 2481) | SCM_TSTAMP_SND = 0x0 constant SCM_TSTAMP_SCHED (line 2482) | SCM_TSTAMP_SCHED = 0x1 constant SCM_TSTAMP_ACK (line 2483) | SCM_TSTAMP_ACK = 0x2 type SockExtendedErr (line 2486) | type SockExtendedErr struct type FanotifyEventMetadata (line 2496) | type FanotifyEventMetadata struct type FanotifyResponse (line 2506) | type FanotifyResponse struct constant CRYPTO_MSG_BASE (line 2512) | CRYPTO_MSG_BASE = 0x10 constant CRYPTO_MSG_NEWALG (line 2513) | CRYPTO_MSG_NEWALG = 0x10 constant CRYPTO_MSG_DELALG (line 2514) | CRYPTO_MSG_DELALG = 0x11 constant CRYPTO_MSG_UPDATEALG (line 2515) | CRYPTO_MSG_UPDATEALG = 0x12 constant CRYPTO_MSG_GETALG (line 2516) | CRYPTO_MSG_GETALG = 0x13 constant CRYPTO_MSG_DELRNG (line 2517) | CRYPTO_MSG_DELRNG = 0x14 constant CRYPTO_MSG_GETSTAT (line 2518) | CRYPTO_MSG_GETSTAT = 0x15 constant CRYPTOCFGA_UNSPEC (line 2522) | CRYPTOCFGA_UNSPEC = 0x0 constant CRYPTOCFGA_PRIORITY_VAL (line 2523) | CRYPTOCFGA_PRIORITY_VAL = 0x1 constant CRYPTOCFGA_REPORT_LARVAL (line 2524) | CRYPTOCFGA_REPORT_LARVAL = 0x2 constant CRYPTOCFGA_REPORT_HASH (line 2525) | CRYPTOCFGA_REPORT_HASH = 0x3 constant CRYPTOCFGA_REPORT_BLKCIPHER (line 2526) | CRYPTOCFGA_REPORT_BLKCIPHER = 0x4 constant CRYPTOCFGA_REPORT_AEAD (line 2527) | CRYPTOCFGA_REPORT_AEAD = 0x5 constant CRYPTOCFGA_REPORT_COMPRESS (line 2528) | CRYPTOCFGA_REPORT_COMPRESS = 0x6 constant CRYPTOCFGA_REPORT_RNG (line 2529) | CRYPTOCFGA_REPORT_RNG = 0x7 constant CRYPTOCFGA_REPORT_CIPHER (line 2530) | CRYPTOCFGA_REPORT_CIPHER = 0x8 constant CRYPTOCFGA_REPORT_AKCIPHER (line 2531) | CRYPTOCFGA_REPORT_AKCIPHER = 0x9 constant CRYPTOCFGA_REPORT_KPP (line 2532) | CRYPTOCFGA_REPORT_KPP = 0xa constant CRYPTOCFGA_REPORT_ACOMP (line 2533) | CRYPTOCFGA_REPORT_ACOMP = 0xb constant CRYPTOCFGA_STAT_LARVAL (line 2534) | CRYPTOCFGA_STAT_LARVAL = 0xc constant CRYPTOCFGA_STAT_HASH (line 2535) | CRYPTOCFGA_STAT_HASH = 0xd constant CRYPTOCFGA_STAT_BLKCIPHER (line 2536) | CRYPTOCFGA_STAT_BLKCIPHER = 0xe constant CRYPTOCFGA_STAT_AEAD (line 2537) | CRYPTOCFGA_STAT_AEAD = 0xf constant CRYPTOCFGA_STAT_COMPRESS (line 2538) | CRYPTOCFGA_STAT_COMPRESS = 0x10 constant CRYPTOCFGA_STAT_RNG (line 2539) | CRYPTOCFGA_STAT_RNG = 0x11 constant CRYPTOCFGA_STAT_CIPHER (line 2540) | CRYPTOCFGA_STAT_CIPHER = 0x12 constant CRYPTOCFGA_STAT_AKCIPHER (line 2541) | CRYPTOCFGA_STAT_AKCIPHER = 0x13 constant CRYPTOCFGA_STAT_KPP (line 2542) | CRYPTOCFGA_STAT_KPP = 0x14 constant CRYPTOCFGA_STAT_ACOMP (line 2543) | CRYPTOCFGA_STAT_ACOMP = 0x15 constant BPF_REG_0 (line 2547) | BPF_REG_0 = 0x0 constant BPF_REG_1 (line 2548) | BPF_REG_1 = 0x1 constant BPF_REG_2 (line 2549) | BPF_REG_2 = 0x2 constant BPF_REG_3 (line 2550) | BPF_REG_3 = 0x3 constant BPF_REG_4 (line 2551) | BPF_REG_4 = 0x4 constant BPF_REG_5 (line 2552) | BPF_REG_5 = 0x5 constant BPF_REG_6 (line 2553) | BPF_REG_6 = 0x6 constant BPF_REG_7 (line 2554) | BPF_REG_7 = 0x7 constant BPF_REG_8 (line 2555) | BPF_REG_8 = 0x8 constant BPF_REG_9 (line 2556) | BPF_REG_9 = 0x9 constant BPF_REG_10 (line 2557) | BPF_REG_10 = 0xa constant BPF_MAP_CREATE (line 2558) | BPF_MAP_CREATE = 0x0 constant BPF_MAP_LOOKUP_ELEM (line 2559) | BPF_MAP_LOOKUP_ELEM = 0x1 constant BPF_MAP_UPDATE_ELEM (line 2560) | BPF_MAP_UPDATE_ELEM = 0x2 constant BPF_MAP_DELETE_ELEM (line 2561) | BPF_MAP_DELETE_ELEM = 0x3 constant BPF_MAP_GET_NEXT_KEY (line 2562) | BPF_MAP_GET_NEXT_KEY = 0x4 constant BPF_PROG_LOAD (line 2563) | BPF_PROG_LOAD = 0x5 constant BPF_OBJ_PIN (line 2564) | BPF_OBJ_PIN = 0x6 constant BPF_OBJ_GET (line 2565) | BPF_OBJ_GET = 0x7 constant BPF_PROG_ATTACH (line 2566) | BPF_PROG_ATTACH = 0x8 constant BPF_PROG_DETACH (line 2567) | BPF_PROG_DETACH = 0x9 constant BPF_PROG_TEST_RUN (line 2568) | BPF_PROG_TEST_RUN = 0xa constant BPF_PROG_GET_NEXT_ID (line 2569) | BPF_PROG_GET_NEXT_ID = 0xb constant BPF_MAP_GET_NEXT_ID (line 2570) | BPF_MAP_GET_NEXT_ID = 0xc constant BPF_PROG_GET_FD_BY_ID (line 2571) | BPF_PROG_GET_FD_BY_ID = 0xd constant BPF_MAP_GET_FD_BY_ID (line 2572) | BPF_MAP_GET_FD_BY_ID = 0xe constant BPF_OBJ_GET_INFO_BY_FD (line 2573) | BPF_OBJ_GET_INFO_BY_FD = 0xf constant BPF_PROG_QUERY (line 2574) | BPF_PROG_QUERY = 0x10 constant BPF_RAW_TRACEPOINT_OPEN (line 2575) | BPF_RAW_TRACEPOINT_OPEN = 0x11 constant BPF_BTF_LOAD (line 2576) | BPF_BTF_LOAD = 0x12 constant BPF_BTF_GET_FD_BY_ID (line 2577) | BPF_BTF_GET_FD_BY_ID = 0x13 constant BPF_TASK_FD_QUERY (line 2578) | BPF_TASK_FD_QUERY = 0x14 constant BPF_MAP_LOOKUP_AND_DELETE_ELEM (line 2579) | BPF_MAP_LOOKUP_AND_DELETE_ELEM = 0x15 constant BPF_MAP_FREEZE (line 2580) | BPF_MAP_FREEZE = 0x16 constant BPF_BTF_GET_NEXT_ID (line 2581) | BPF_BTF_GET_NEXT_ID = 0x17 constant BPF_MAP_LOOKUP_BATCH (line 2582) | BPF_MAP_LOOKUP_BATCH = 0x18 constant BPF_MAP_LOOKUP_AND_DELETE_BATCH (line 2583) | BPF_MAP_LOOKUP_AND_DELETE_BATCH = 0x19 constant BPF_MAP_UPDATE_BATCH (line 2584) | BPF_MAP_UPDATE_BATCH = 0x1a constant BPF_MAP_DELETE_BATCH (line 2585) | BPF_MAP_DELETE_BATCH = 0x1b constant BPF_LINK_CREATE (line 2586) | BPF_LINK_CREATE = 0x1c constant BPF_LINK_UPDATE (line 2587) | BPF_LINK_UPDATE = 0x1d constant BPF_LINK_GET_FD_BY_ID (line 2588) | BPF_LINK_GET_FD_BY_ID = 0x1e constant BPF_LINK_GET_NEXT_ID (line 2589) | BPF_LINK_GET_NEXT_ID = 0x1f constant BPF_ENABLE_STATS (line 2590) | BPF_ENABLE_STATS = 0x20 constant BPF_ITER_CREATE (line 2591) | BPF_ITER_CREATE = 0x21 constant BPF_LINK_DETACH (line 2592) | BPF_LINK_DETACH = 0x22 constant BPF_PROG_BIND_MAP (line 2593) | BPF_PROG_BIND_MAP = 0x23 constant BPF_MAP_TYPE_UNSPEC (line 2594) | BPF_MAP_TYPE_UNSPEC = 0x0 constant BPF_MAP_TYPE_HASH (line 2595) | BPF_MAP_TYPE_HASH = 0x1 constant BPF_MAP_TYPE_ARRAY (line 2596) | BPF_MAP_TYPE_ARRAY = 0x2 constant BPF_MAP_TYPE_PROG_ARRAY (line 2597) | BPF_MAP_TYPE_PROG_ARRAY = 0x3 constant BPF_MAP_TYPE_PERF_EVENT_ARRAY (line 2598) | BPF_MAP_TYPE_PERF_EVENT_ARRAY = 0x4 constant BPF_MAP_TYPE_PERCPU_HASH (line 2599) | BPF_MAP_TYPE_PERCPU_HASH = 0x5 constant BPF_MAP_TYPE_PERCPU_ARRAY (line 2600) | BPF_MAP_TYPE_PERCPU_ARRAY = 0x6 constant BPF_MAP_TYPE_STACK_TRACE (line 2601) | BPF_MAP_TYPE_STACK_TRACE = 0x7 constant BPF_MAP_TYPE_CGROUP_ARRAY (line 2602) | BPF_MAP_TYPE_CGROUP_ARRAY = 0x8 constant BPF_MAP_TYPE_LRU_HASH (line 2603) | BPF_MAP_TYPE_LRU_HASH = 0x9 constant BPF_MAP_TYPE_LRU_PERCPU_HASH (line 2604) | BPF_MAP_TYPE_LRU_PERCPU_HASH = 0xa constant BPF_MAP_TYPE_LPM_TRIE (line 2605) | BPF_MAP_TYPE_LPM_TRIE = 0xb constant BPF_MAP_TYPE_ARRAY_OF_MAPS (line 2606) | BPF_MAP_TYPE_ARRAY_OF_MAPS = 0xc constant BPF_MAP_TYPE_HASH_OF_MAPS (line 2607) | BPF_MAP_TYPE_HASH_OF_MAPS = 0xd constant BPF_MAP_TYPE_DEVMAP (line 2608) | BPF_MAP_TYPE_DEVMAP = 0xe constant BPF_MAP_TYPE_SOCKMAP (line 2609) | BPF_MAP_TYPE_SOCKMAP = 0xf constant BPF_MAP_TYPE_CPUMAP (line 2610) | BPF_MAP_TYPE_CPUMAP = 0x10 constant BPF_MAP_TYPE_XSKMAP (line 2611) | BPF_MAP_TYPE_XSKMAP = 0x11 constant BPF_MAP_TYPE_SOCKHASH (line 2612) | BPF_MAP_TYPE_SOCKHASH = 0x12 constant BPF_MAP_TYPE_CGROUP_STORAGE (line 2613) | BPF_MAP_TYPE_CGROUP_STORAGE = 0x13 constant BPF_MAP_TYPE_REUSEPORT_SOCKARRAY (line 2614) | BPF_MAP_TYPE_REUSEPORT_SOCKARRAY = 0x14 constant BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE (line 2615) | BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE = 0x15 constant BPF_MAP_TYPE_QUEUE (line 2616) | BPF_MAP_TYPE_QUEUE = 0x16 constant BPF_MAP_TYPE_STACK (line 2617) | BPF_MAP_TYPE_STACK = 0x17 constant BPF_MAP_TYPE_SK_STORAGE (line 2618) | BPF_MAP_TYPE_SK_STORAGE = 0x18 constant BPF_MAP_TYPE_DEVMAP_HASH (line 2619) | BPF_MAP_TYPE_DEVMAP_HASH = 0x19 constant BPF_MAP_TYPE_STRUCT_OPS (line 2620) | BPF_MAP_TYPE_STRUCT_OPS = 0x1a constant BPF_MAP_TYPE_RINGBUF (line 2621) | BPF_MAP_TYPE_RINGBUF = 0x1b constant BPF_MAP_TYPE_INODE_STORAGE (line 2622) | BPF_MAP_TYPE_INODE_STORAGE = 0x1c constant BPF_PROG_TYPE_UNSPEC (line 2623) | BPF_PROG_TYPE_UNSPEC = 0x0 constant BPF_PROG_TYPE_SOCKET_FILTER (line 2624) | BPF_PROG_TYPE_SOCKET_FILTER = 0x1 constant BPF_PROG_TYPE_KPROBE (line 2625) | BPF_PROG_TYPE_KPROBE = 0x2 constant BPF_PROG_TYPE_SCHED_CLS (line 2626) | BPF_PROG_TYPE_SCHED_CLS = 0x3 constant BPF_PROG_TYPE_SCHED_ACT (line 2627) | BPF_PROG_TYPE_SCHED_ACT = 0x4 constant BPF_PROG_TYPE_TRACEPOINT (line 2628) | BPF_PROG_TYPE_TRACEPOINT = 0x5 constant BPF_PROG_TYPE_XDP (line 2629) | BPF_PROG_TYPE_XDP = 0x6 constant BPF_PROG_TYPE_PERF_EVENT (line 2630) | BPF_PROG_TYPE_PERF_EVENT = 0x7 constant BPF_PROG_TYPE_CGROUP_SKB (line 2631) | BPF_PROG_TYPE_CGROUP_SKB = 0x8 constant BPF_PROG_TYPE_CGROUP_SOCK (line 2632) | BPF_PROG_TYPE_CGROUP_SOCK = 0x9 constant BPF_PROG_TYPE_LWT_IN (line 2633) | BPF_PROG_TYPE_LWT_IN = 0xa constant BPF_PROG_TYPE_LWT_OUT (line 2634) | BPF_PROG_TYPE_LWT_OUT = 0xb constant BPF_PROG_TYPE_LWT_XMIT (line 2635) | BPF_PROG_TYPE_LWT_XMIT = 0xc constant BPF_PROG_TYPE_SOCK_OPS (line 2636) | BPF_PROG_TYPE_SOCK_OPS = 0xd constant BPF_PROG_TYPE_SK_SKB (line 2637) | BPF_PROG_TYPE_SK_SKB = 0xe constant BPF_PROG_TYPE_CGROUP_DEVICE (line 2638) | BPF_PROG_TYPE_CGROUP_DEVICE = 0xf constant BPF_PROG_TYPE_SK_MSG (line 2639) | BPF_PROG_TYPE_SK_MSG = 0x10 constant BPF_PROG_TYPE_RAW_TRACEPOINT (line 2640) | BPF_PROG_TYPE_RAW_TRACEPOINT = 0x11 constant BPF_PROG_TYPE_CGROUP_SOCK_ADDR (line 2641) | BPF_PROG_TYPE_CGROUP_SOCK_ADDR = 0x12 constant BPF_PROG_TYPE_LWT_SEG6LOCAL (line 2642) | BPF_PROG_TYPE_LWT_SEG6LOCAL = 0x13 constant BPF_PROG_TYPE_LIRC_MODE2 (line 2643) | BPF_PROG_TYPE_LIRC_MODE2 = 0x14 constant BPF_PROG_TYPE_SK_REUSEPORT (line 2644) | BPF_PROG_TYPE_SK_REUSEPORT = 0x15 constant BPF_PROG_TYPE_FLOW_DISSECTOR (line 2645) | BPF_PROG_TYPE_FLOW_DISSECTOR = 0x16 constant BPF_PROG_TYPE_CGROUP_SYSCTL (line 2646) | BPF_PROG_TYPE_CGROUP_SYSCTL = 0x17 constant BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE (line 2647) | BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE = 0x18 constant BPF_PROG_TYPE_CGROUP_SOCKOPT (line 2648) | BPF_PROG_TYPE_CGROUP_SOCKOPT = 0x19 constant BPF_PROG_TYPE_TRACING (line 2649) | BPF_PROG_TYPE_TRACING = 0x1a constant BPF_PROG_TYPE_STRUCT_OPS (line 2650) | BPF_PROG_TYPE_STRUCT_OPS = 0x1b constant BPF_PROG_TYPE_EXT (line 2651) | BPF_PROG_TYPE_EXT = 0x1c constant BPF_PROG_TYPE_LSM (line 2652) | BPF_PROG_TYPE_LSM = 0x1d constant BPF_PROG_TYPE_SK_LOOKUP (line 2653) | BPF_PROG_TYPE_SK_LOOKUP = 0x1e constant BPF_CGROUP_INET_INGRESS (line 2654) | BPF_CGROUP_INET_INGRESS = 0x0 constant BPF_CGROUP_INET_EGRESS (line 2655) | BPF_CGROUP_INET_EGRESS = 0x1 constant BPF_CGROUP_INET_SOCK_CREATE (line 2656) | BPF_CGROUP_INET_SOCK_CREATE = 0x2 constant BPF_CGROUP_SOCK_OPS (line 2657) | BPF_CGROUP_SOCK_OPS = 0x3 constant BPF_SK_SKB_STREAM_PARSER (line 2658) | BPF_SK_SKB_STREAM_PARSER = 0x4 constant BPF_SK_SKB_STREAM_VERDICT (line 2659) | BPF_SK_SKB_STREAM_VERDICT = 0x5 constant BPF_CGROUP_DEVICE (line 2660) | BPF_CGROUP_DEVICE = 0x6 constant BPF_SK_MSG_VERDICT (line 2661) | BPF_SK_MSG_VERDICT = 0x7 constant BPF_CGROUP_INET4_BIND (line 2662) | BPF_CGROUP_INET4_BIND = 0x8 constant BPF_CGROUP_INET6_BIND (line 2663) | BPF_CGROUP_INET6_BIND = 0x9 constant BPF_CGROUP_INET4_CONNECT (line 2664) | BPF_CGROUP_INET4_CONNECT = 0xa constant BPF_CGROUP_INET6_CONNECT (line 2665) | BPF_CGROUP_INET6_CONNECT = 0xb constant BPF_CGROUP_INET4_POST_BIND (line 2666) | BPF_CGROUP_INET4_POST_BIND = 0xc constant BPF_CGROUP_INET6_POST_BIND (line 2667) | BPF_CGROUP_INET6_POST_BIND = 0xd constant BPF_CGROUP_UDP4_SENDMSG (line 2668) | BPF_CGROUP_UDP4_SENDMSG = 0xe constant BPF_CGROUP_UDP6_SENDMSG (line 2669) | BPF_CGROUP_UDP6_SENDMSG = 0xf constant BPF_LIRC_MODE2 (line 2670) | BPF_LIRC_MODE2 = 0x10 constant BPF_FLOW_DISSECTOR (line 2671) | BPF_FLOW_DISSECTOR = 0x11 constant BPF_CGROUP_SYSCTL (line 2672) | BPF_CGROUP_SYSCTL = 0x12 constant BPF_CGROUP_UDP4_RECVMSG (line 2673) | BPF_CGROUP_UDP4_RECVMSG = 0x13 constant BPF_CGROUP_UDP6_RECVMSG (line 2674) | BPF_CGROUP_UDP6_RECVMSG = 0x14 constant BPF_CGROUP_GETSOCKOPT (line 2675) | BPF_CGROUP_GETSOCKOPT = 0x15 constant BPF_CGROUP_SETSOCKOPT (line 2676) | BPF_CGROUP_SETSOCKOPT = 0x16 constant BPF_TRACE_RAW_TP (line 2677) | BPF_TRACE_RAW_TP = 0x17 constant BPF_TRACE_FENTRY (line 2678) | BPF_TRACE_FENTRY = 0x18 constant BPF_TRACE_FEXIT (line 2679) | BPF_TRACE_FEXIT = 0x19 constant BPF_MODIFY_RETURN (line 2680) | BPF_MODIFY_RETURN = 0x1a constant BPF_LSM_MAC (line 2681) | BPF_LSM_MAC = 0x1b constant BPF_TRACE_ITER (line 2682) | BPF_TRACE_ITER = 0x1c constant BPF_CGROUP_INET4_GETPEERNAME (line 2683) | BPF_CGROUP_INET4_GETPEERNAME = 0x1d constant BPF_CGROUP_INET6_GETPEERNAME (line 2684) | BPF_CGROUP_INET6_GETPEERNAME = 0x1e constant BPF_CGROUP_INET4_GETSOCKNAME (line 2685) | BPF_CGROUP_INET4_GETSOCKNAME = 0x1f constant BPF_CGROUP_INET6_GETSOCKNAME (line 2686) | BPF_CGROUP_INET6_GETSOCKNAME = 0x20 constant BPF_XDP_DEVMAP (line 2687) | BPF_XDP_DEVMAP = 0x21 constant BPF_CGROUP_INET_SOCK_RELEASE (line 2688) | BPF_CGROUP_INET_SOCK_RELEASE = 0x22 constant BPF_XDP_CPUMAP (line 2689) | BPF_XDP_CPUMAP = 0x23 constant BPF_SK_LOOKUP (line 2690) | BPF_SK_LOOKUP = 0x24 constant BPF_XDP (line 2691) | BPF_XDP = 0x25 constant BPF_LINK_TYPE_UNSPEC (line 2692) | BPF_LINK_TYPE_UNSPEC = 0x0 constant BPF_LINK_TYPE_RAW_TRACEPOINT (line 2693) | BPF_LINK_TYPE_RAW_TRACEPOINT = 0x1 constant BPF_LINK_TYPE_TRACING (line 2694) | BPF_LINK_TYPE_TRACING = 0x2 constant BPF_LINK_TYPE_CGROUP (line 2695) | BPF_LINK_TYPE_CGROUP = 0x3 constant BPF_LINK_TYPE_ITER (line 2696) | BPF_LINK_TYPE_ITER = 0x4 constant BPF_LINK_TYPE_NETNS (line 2697) | BPF_LINK_TYPE_NETNS = 0x5 constant BPF_LINK_TYPE_XDP (line 2698) | BPF_LINK_TYPE_XDP = 0x6 constant BPF_ANY (line 2699) | BPF_ANY = 0x0 constant BPF_NOEXIST (line 2700) | BPF_NOEXIST = 0x1 constant BPF_EXIST (line 2701) | BPF_EXIST = 0x2 constant BPF_F_LOCK (line 2702) | BPF_F_LOCK = 0x4 constant BPF_F_NO_PREALLOC (line 2703) | BPF_F_NO_PREALLOC = 0x1 constant BPF_F_NO_COMMON_LRU (line 2704) | BPF_F_NO_COMMON_LRU = 0x2 constant BPF_F_NUMA_NODE (line 2705) | BPF_F_NUMA_NODE = 0x4 constant BPF_F_RDONLY (line 2706) | BPF_F_RDONLY = 0x8 constant BPF_F_WRONLY (line 2707) | BPF_F_WRONLY = 0x10 constant BPF_F_STACK_BUILD_ID (line 2708) | BPF_F_STACK_BUILD_ID = 0x20 constant BPF_F_ZERO_SEED (line 2709) | BPF_F_ZERO_SEED = 0x40 constant BPF_F_RDONLY_PROG (line 2710) | BPF_F_RDONLY_PROG = 0x80 constant BPF_F_WRONLY_PROG (line 2711) | BPF_F_WRONLY_PROG = 0x100 constant BPF_F_CLONE (line 2712) | BPF_F_CLONE = 0x200 constant BPF_F_MMAPABLE (line 2713) | BPF_F_MMAPABLE = 0x400 constant BPF_F_PRESERVE_ELEMS (line 2714) | BPF_F_PRESERVE_ELEMS = 0x800 constant BPF_F_INNER_MAP (line 2715) | BPF_F_INNER_MAP = 0x1000 constant BPF_STATS_RUN_TIME (line 2716) | BPF_STATS_RUN_TIME = 0x0 constant BPF_STACK_BUILD_ID_EMPTY (line 2717) | BPF_STACK_BUILD_ID_EMPTY = 0x0 constant BPF_STACK_BUILD_ID_VALID (line 2718) | BPF_STACK_BUILD_ID_VALID = 0x1 constant BPF_STACK_BUILD_ID_IP (line 2719) | BPF_STACK_BUILD_ID_IP = 0x2 constant BPF_F_RECOMPUTE_CSUM (line 2720) | BPF_F_RECOMPUTE_CSUM = 0x1 constant BPF_F_INVALIDATE_HASH (line 2721) | BPF_F_INVALIDATE_HASH = 0x2 constant BPF_F_HDR_FIELD_MASK (line 2722) | BPF_F_HDR_FIELD_MASK = 0xf constant BPF_F_PSEUDO_HDR (line 2723) | BPF_F_PSEUDO_HDR = 0x10 constant BPF_F_MARK_MANGLED_0 (line 2724) | BPF_F_MARK_MANGLED_0 = 0x20 constant BPF_F_MARK_ENFORCE (line 2725) | BPF_F_MARK_ENFORCE = 0x40 constant BPF_F_INGRESS (line 2726) | BPF_F_INGRESS = 0x1 constant BPF_F_TUNINFO_IPV6 (line 2727) | BPF_F_TUNINFO_IPV6 = 0x1 constant BPF_F_SKIP_FIELD_MASK (line 2728) | BPF_F_SKIP_FIELD_MASK = 0xff constant BPF_F_USER_STACK (line 2729) | BPF_F_USER_STACK = 0x100 constant BPF_F_FAST_STACK_CMP (line 2730) | BPF_F_FAST_STACK_CMP = 0x200 constant BPF_F_REUSE_STACKID (line 2731) | BPF_F_REUSE_STACKID = 0x400 constant BPF_F_USER_BUILD_ID (line 2732) | BPF_F_USER_BUILD_ID = 0x800 constant BPF_F_ZERO_CSUM_TX (line 2733) | BPF_F_ZERO_CSUM_TX = 0x2 constant BPF_F_DONT_FRAGMENT (line 2734) | BPF_F_DONT_FRAGMENT = 0x4 constant BPF_F_SEQ_NUMBER (line 2735) | BPF_F_SEQ_NUMBER = 0x8 constant BPF_F_INDEX_MASK (line 2736) | BPF_F_INDEX_MASK = 0xffffffff constant BPF_F_CURRENT_CPU (line 2737) | BPF_F_CURRENT_CPU = 0xffffffff constant BPF_F_CTXLEN_MASK (line 2738) | BPF_F_CTXLEN_MASK = 0xfffff00000000 constant BPF_F_CURRENT_NETNS (line 2739) | BPF_F_CURRENT_NETNS = -0x1 constant BPF_CSUM_LEVEL_QUERY (line 2740) | BPF_CSUM_LEVEL_QUERY = 0x0 constant BPF_CSUM_LEVEL_INC (line 2741) | BPF_CSUM_LEVEL_INC = 0x1 constant BPF_CSUM_LEVEL_DEC (line 2742) | BPF_CSUM_LEVEL_DEC = 0x2 constant BPF_CSUM_LEVEL_RESET (line 2743) | BPF_CSUM_LEVEL_RESET = 0x3 constant BPF_F_ADJ_ROOM_FIXED_GSO (line 2744) | BPF_F_ADJ_ROOM_FIXED_GSO = 0x1 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 (line 2745) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 = 0x2 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 (line 2746) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 = 0x4 constant BPF_F_ADJ_ROOM_ENCAP_L4_GRE (line 2747) | BPF_F_ADJ_ROOM_ENCAP_L4_GRE = 0x8 constant BPF_F_ADJ_ROOM_ENCAP_L4_UDP (line 2748) | BPF_F_ADJ_ROOM_ENCAP_L4_UDP = 0x10 constant BPF_F_ADJ_ROOM_NO_CSUM_RESET (line 2749) | BPF_F_ADJ_ROOM_NO_CSUM_RESET = 0x20 constant BPF_ADJ_ROOM_ENCAP_L2_MASK (line 2750) | BPF_ADJ_ROOM_ENCAP_L2_MASK = 0xff constant BPF_ADJ_ROOM_ENCAP_L2_SHIFT (line 2751) | BPF_ADJ_ROOM_ENCAP_L2_SHIFT = 0x38 constant BPF_F_SYSCTL_BASE_NAME (line 2752) | BPF_F_SYSCTL_BASE_NAME = 0x1 constant BPF_LOCAL_STORAGE_GET_F_CREATE (line 2753) | BPF_LOCAL_STORAGE_GET_F_CREATE = 0x1 constant BPF_SK_STORAGE_GET_F_CREATE (line 2754) | BPF_SK_STORAGE_GET_F_CREATE = 0x1 constant BPF_F_GET_BRANCH_RECORDS_SIZE (line 2755) | BPF_F_GET_BRANCH_RECORDS_SIZE = 0x1 constant BPF_RB_NO_WAKEUP (line 2756) | BPF_RB_NO_WAKEUP = 0x1 constant BPF_RB_FORCE_WAKEUP (line 2757) | BPF_RB_FORCE_WAKEUP = 0x2 constant BPF_RB_AVAIL_DATA (line 2758) | BPF_RB_AVAIL_DATA = 0x0 constant BPF_RB_RING_SIZE (line 2759) | BPF_RB_RING_SIZE = 0x1 constant BPF_RB_CONS_POS (line 2760) | BPF_RB_CONS_POS = 0x2 constant BPF_RB_PROD_POS (line 2761) | BPF_RB_PROD_POS = 0x3 constant BPF_RINGBUF_BUSY_BIT (line 2762) | BPF_RINGBUF_BUSY_BIT = 0x80000000 constant BPF_RINGBUF_DISCARD_BIT (line 2763) | BPF_RINGBUF_DISCARD_BIT = 0x40000000 constant BPF_RINGBUF_HDR_SZ (line 2764) | BPF_RINGBUF_HDR_SZ = 0x8 constant BPF_SK_LOOKUP_F_REPLACE (line 2765) | BPF_SK_LOOKUP_F_REPLACE = 0x1 constant BPF_SK_LOOKUP_F_NO_REUSEPORT (line 2766) | BPF_SK_LOOKUP_F_NO_REUSEPORT = 0x2 constant BPF_ADJ_ROOM_NET (line 2767) | BPF_ADJ_ROOM_NET = 0x0 constant BPF_ADJ_ROOM_MAC (line 2768) | BPF_ADJ_ROOM_MAC = 0x1 constant BPF_HDR_START_MAC (line 2769) | BPF_HDR_START_MAC = 0x0 constant BPF_HDR_START_NET (line 2770) | BPF_HDR_START_NET = 0x1 constant BPF_LWT_ENCAP_SEG6 (line 2771) | BPF_LWT_ENCAP_SEG6 = 0x0 constant BPF_LWT_ENCAP_SEG6_INLINE (line 2772) | BPF_LWT_ENCAP_SEG6_INLINE = 0x1 constant BPF_LWT_ENCAP_IP (line 2773) | BPF_LWT_ENCAP_IP = 0x2 constant BPF_OK (line 2774) | BPF_OK = 0x0 constant BPF_DROP (line 2775) | BPF_DROP = 0x2 constant BPF_REDIRECT (line 2776) | BPF_REDIRECT = 0x7 constant BPF_LWT_REROUTE (line 2777) | BPF_LWT_REROUTE = 0x80 constant BPF_SOCK_OPS_RTO_CB_FLAG (line 2778) | BPF_SOCK_OPS_RTO_CB_FLAG = 0x1 constant BPF_SOCK_OPS_RETRANS_CB_FLAG (line 2779) | BPF_SOCK_OPS_RETRANS_CB_FLAG = 0x2 constant BPF_SOCK_OPS_STATE_CB_FLAG (line 2780) | BPF_SOCK_OPS_STATE_CB_FLAG = 0x4 constant BPF_SOCK_OPS_RTT_CB_FLAG (line 2781) | BPF_SOCK_OPS_RTT_CB_FLAG = 0x8 constant BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG (line 2782) | BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG = 0x10 constant BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG (line 2783) | BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG = 0x20 constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG (line 2784) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG = 0x40 constant BPF_SOCK_OPS_ALL_CB_FLAGS (line 2785) | BPF_SOCK_OPS_ALL_CB_FLAGS = 0x7f constant BPF_SOCK_OPS_VOID (line 2786) | BPF_SOCK_OPS_VOID = 0x0 constant BPF_SOCK_OPS_TIMEOUT_INIT (line 2787) | BPF_SOCK_OPS_TIMEOUT_INIT = 0x1 constant BPF_SOCK_OPS_RWND_INIT (line 2788) | BPF_SOCK_OPS_RWND_INIT = 0x2 constant BPF_SOCK_OPS_TCP_CONNECT_CB (line 2789) | BPF_SOCK_OPS_TCP_CONNECT_CB = 0x3 constant BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB (line 2790) | BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB = 0x4 constant BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB (line 2791) | BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB = 0x5 constant BPF_SOCK_OPS_NEEDS_ECN (line 2792) | BPF_SOCK_OPS_NEEDS_ECN = 0x6 constant BPF_SOCK_OPS_BASE_RTT (line 2793) | BPF_SOCK_OPS_BASE_RTT = 0x7 constant BPF_SOCK_OPS_RTO_CB (line 2794) | BPF_SOCK_OPS_RTO_CB = 0x8 constant BPF_SOCK_OPS_RETRANS_CB (line 2795) | BPF_SOCK_OPS_RETRANS_CB = 0x9 constant BPF_SOCK_OPS_STATE_CB (line 2796) | BPF_SOCK_OPS_STATE_CB = 0xa constant BPF_SOCK_OPS_TCP_LISTEN_CB (line 2797) | BPF_SOCK_OPS_TCP_LISTEN_CB = 0xb constant BPF_SOCK_OPS_RTT_CB (line 2798) | BPF_SOCK_OPS_RTT_CB = 0xc constant BPF_SOCK_OPS_PARSE_HDR_OPT_CB (line 2799) | BPF_SOCK_OPS_PARSE_HDR_OPT_CB = 0xd constant BPF_SOCK_OPS_HDR_OPT_LEN_CB (line 2800) | BPF_SOCK_OPS_HDR_OPT_LEN_CB = 0xe constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB (line 2801) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB = 0xf constant BPF_TCP_ESTABLISHED (line 2802) | BPF_TCP_ESTABLISHED = 0x1 constant BPF_TCP_SYN_SENT (line 2803) | BPF_TCP_SYN_SENT = 0x2 constant BPF_TCP_SYN_RECV (line 2804) | BPF_TCP_SYN_RECV = 0x3 constant BPF_TCP_FIN_WAIT1 (line 2805) | BPF_TCP_FIN_WAIT1 = 0x4 constant BPF_TCP_FIN_WAIT2 (line 2806) | BPF_TCP_FIN_WAIT2 = 0x5 constant BPF_TCP_TIME_WAIT (line 2807) | BPF_TCP_TIME_WAIT = 0x6 constant BPF_TCP_CLOSE (line 2808) | BPF_TCP_CLOSE = 0x7 constant BPF_TCP_CLOSE_WAIT (line 2809) | BPF_TCP_CLOSE_WAIT = 0x8 constant BPF_TCP_LAST_ACK (line 2810) | BPF_TCP_LAST_ACK = 0x9 constant BPF_TCP_LISTEN (line 2811) | BPF_TCP_LISTEN = 0xa constant BPF_TCP_CLOSING (line 2812) | BPF_TCP_CLOSING = 0xb constant BPF_TCP_NEW_SYN_RECV (line 2813) | BPF_TCP_NEW_SYN_RECV = 0xc constant BPF_TCP_MAX_STATES (line 2814) | BPF_TCP_MAX_STATES = 0xd constant TCP_BPF_IW (line 2815) | TCP_BPF_IW = 0x3e9 constant TCP_BPF_SNDCWND_CLAMP (line 2816) | TCP_BPF_SNDCWND_CLAMP = 0x3ea constant TCP_BPF_DELACK_MAX (line 2817) | TCP_BPF_DELACK_MAX = 0x3eb constant TCP_BPF_RTO_MIN (line 2818) | TCP_BPF_RTO_MIN = 0x3ec constant TCP_BPF_SYN (line 2819) | TCP_BPF_SYN = 0x3ed constant TCP_BPF_SYN_IP (line 2820) | TCP_BPF_SYN_IP = 0x3ee constant TCP_BPF_SYN_MAC (line 2821) | TCP_BPF_SYN_MAC = 0x3ef constant BPF_LOAD_HDR_OPT_TCP_SYN (line 2822) | BPF_LOAD_HDR_OPT_TCP_SYN = 0x1 constant BPF_WRITE_HDR_TCP_CURRENT_MSS (line 2823) | BPF_WRITE_HDR_TCP_CURRENT_MSS = 0x1 constant BPF_WRITE_HDR_TCP_SYNACK_COOKIE (line 2824) | BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 0x2 constant BPF_DEVCG_ACC_MKNOD (line 2825) | BPF_DEVCG_ACC_MKNOD = 0x1 constant BPF_DEVCG_ACC_READ (line 2826) | BPF_DEVCG_ACC_READ = 0x2 constant BPF_DEVCG_ACC_WRITE (line 2827) | BPF_DEVCG_ACC_WRITE = 0x4 constant BPF_DEVCG_DEV_BLOCK (line 2828) | BPF_DEVCG_DEV_BLOCK = 0x1 constant BPF_DEVCG_DEV_CHAR (line 2829) | BPF_DEVCG_DEV_CHAR = 0x2 constant BPF_FIB_LOOKUP_DIRECT (line 2830) | BPF_FIB_LOOKUP_DIRECT = 0x1 constant BPF_FIB_LOOKUP_OUTPUT (line 2831) | BPF_FIB_LOOKUP_OUTPUT = 0x2 constant BPF_FIB_LKUP_RET_SUCCESS (line 2832) | BPF_FIB_LKUP_RET_SUCCESS = 0x0 constant BPF_FIB_LKUP_RET_BLACKHOLE (line 2833) | BPF_FIB_LKUP_RET_BLACKHOLE = 0x1 constant BPF_FIB_LKUP_RET_UNREACHABLE (line 2834) | BPF_FIB_LKUP_RET_UNREACHABLE = 0x2 constant BPF_FIB_LKUP_RET_PROHIBIT (line 2835) | BPF_FIB_LKUP_RET_PROHIBIT = 0x3 constant BPF_FIB_LKUP_RET_NOT_FWDED (line 2836) | BPF_FIB_LKUP_RET_NOT_FWDED = 0x4 constant BPF_FIB_LKUP_RET_FWD_DISABLED (line 2837) | BPF_FIB_LKUP_RET_FWD_DISABLED = 0x5 constant BPF_FIB_LKUP_RET_UNSUPP_LWT (line 2838) | BPF_FIB_LKUP_RET_UNSUPP_LWT = 0x6 constant BPF_FIB_LKUP_RET_NO_NEIGH (line 2839) | BPF_FIB_LKUP_RET_NO_NEIGH = 0x7 constant BPF_FIB_LKUP_RET_FRAG_NEEDED (line 2840) | BPF_FIB_LKUP_RET_FRAG_NEEDED = 0x8 constant BPF_FD_TYPE_RAW_TRACEPOINT (line 2841) | BPF_FD_TYPE_RAW_TRACEPOINT = 0x0 constant BPF_FD_TYPE_TRACEPOINT (line 2842) | BPF_FD_TYPE_TRACEPOINT = 0x1 constant BPF_FD_TYPE_KPROBE (line 2843) | BPF_FD_TYPE_KPROBE = 0x2 constant BPF_FD_TYPE_KRETPROBE (line 2844) | BPF_FD_TYPE_KRETPROBE = 0x3 constant BPF_FD_TYPE_UPROBE (line 2845) | BPF_FD_TYPE_UPROBE = 0x4 constant BPF_FD_TYPE_URETPROBE (line 2846) | BPF_FD_TYPE_URETPROBE = 0x5 constant BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG (line 2847) | BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG = 0x1 constant BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL (line 2848) | BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL = 0x2 constant BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (line 2849) | BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = 0x4 constant RTNLGRP_NONE (line 2853) | RTNLGRP_NONE = 0x0 constant RTNLGRP_LINK (line 2854) | RTNLGRP_LINK = 0x1 constant RTNLGRP_NOTIFY (line 2855) | RTNLGRP_NOTIFY = 0x2 constant RTNLGRP_NEIGH (line 2856) | RTNLGRP_NEIGH = 0x3 constant RTNLGRP_TC (line 2857) | RTNLGRP_TC = 0x4 constant RTNLGRP_IPV4_IFADDR (line 2858) | RTNLGRP_IPV4_IFADDR = 0x5 constant RTNLGRP_IPV4_MROUTE (line 2859) | RTNLGRP_IPV4_MROUTE = 0x6 constant RTNLGRP_IPV4_ROUTE (line 2860) | RTNLGRP_IPV4_ROUTE = 0x7 constant RTNLGRP_IPV4_RULE (line 2861) | RTNLGRP_IPV4_RULE = 0x8 constant RTNLGRP_IPV6_IFADDR (line 2862) | RTNLGRP_IPV6_IFADDR = 0x9 constant RTNLGRP_IPV6_MROUTE (line 2863) | RTNLGRP_IPV6_MROUTE = 0xa constant RTNLGRP_IPV6_ROUTE (line 2864) | RTNLGRP_IPV6_ROUTE = 0xb constant RTNLGRP_IPV6_IFINFO (line 2865) | RTNLGRP_IPV6_IFINFO = 0xc constant RTNLGRP_DECnet_IFADDR (line 2866) | RTNLGRP_DECnet_IFADDR = 0xd constant RTNLGRP_NOP2 (line 2867) | RTNLGRP_NOP2 = 0xe constant RTNLGRP_DECnet_ROUTE (line 2868) | RTNLGRP_DECnet_ROUTE = 0xf constant RTNLGRP_DECnet_RULE (line 2869) | RTNLGRP_DECnet_RULE = 0x10 constant RTNLGRP_NOP4 (line 2870) | RTNLGRP_NOP4 = 0x11 constant RTNLGRP_IPV6_PREFIX (line 2871) | RTNLGRP_IPV6_PREFIX = 0x12 constant RTNLGRP_IPV6_RULE (line 2872) | RTNLGRP_IPV6_RULE = 0x13 constant RTNLGRP_ND_USEROPT (line 2873) | RTNLGRP_ND_USEROPT = 0x14 constant RTNLGRP_PHONET_IFADDR (line 2874) | RTNLGRP_PHONET_IFADDR = 0x15 constant RTNLGRP_PHONET_ROUTE (line 2875) | RTNLGRP_PHONET_ROUTE = 0x16 constant RTNLGRP_DCB (line 2876) | RTNLGRP_DCB = 0x17 constant RTNLGRP_IPV4_NETCONF (line 2877) | RTNLGRP_IPV4_NETCONF = 0x18 constant RTNLGRP_IPV6_NETCONF (line 2878) | RTNLGRP_IPV6_NETCONF = 0x19 constant RTNLGRP_MDB (line 2879) | RTNLGRP_MDB = 0x1a constant RTNLGRP_MPLS_ROUTE (line 2880) | RTNLGRP_MPLS_ROUTE = 0x1b constant RTNLGRP_NSID (line 2881) | RTNLGRP_NSID = 0x1c constant RTNLGRP_MPLS_NETCONF (line 2882) | RTNLGRP_MPLS_NETCONF = 0x1d constant RTNLGRP_IPV4_MROUTE_R (line 2883) | RTNLGRP_IPV4_MROUTE_R = 0x1e constant RTNLGRP_IPV6_MROUTE_R (line 2884) | RTNLGRP_IPV6_MROUTE_R = 0x1f constant RTNLGRP_NEXTHOP (line 2885) | RTNLGRP_NEXTHOP = 0x20 constant RTNLGRP_BRVLAN (line 2886) | RTNLGRP_BRVLAN = 0x21 type CapUserHeader (line 2889) | type CapUserHeader struct type CapUserData (line 2894) | type CapUserData struct constant LINUX_CAPABILITY_VERSION_1 (line 2901) | LINUX_CAPABILITY_VERSION_1 = 0x19980330 constant LINUX_CAPABILITY_VERSION_2 (line 2902) | LINUX_CAPABILITY_VERSION_2 = 0x20071026 constant LINUX_CAPABILITY_VERSION_3 (line 2903) | LINUX_CAPABILITY_VERSION_3 = 0x20080522 constant LO_FLAGS_READ_ONLY (line 2907) | LO_FLAGS_READ_ONLY = 0x1 constant LO_FLAGS_AUTOCLEAR (line 2908) | LO_FLAGS_AUTOCLEAR = 0x4 constant LO_FLAGS_PARTSCAN (line 2909) | LO_FLAGS_PARTSCAN = 0x8 constant LO_FLAGS_DIRECT_IO (line 2910) | LO_FLAGS_DIRECT_IO = 0x10 type LoopInfo64 (line 2913) | type LoopInfo64 struct type TIPCSocketAddr (line 2929) | type TIPCSocketAddr struct type TIPCServiceRange (line 2934) | type TIPCServiceRange struct type TIPCServiceName (line 2940) | type TIPCServiceName struct type TIPCEvent (line 2946) | type TIPCEvent struct type TIPCGroupReq (line 2954) | type TIPCGroupReq struct constant TIPC_CLUSTER_SCOPE (line 2962) | TIPC_CLUSTER_SCOPE = 0x2 constant TIPC_NODE_SCOPE (line 2963) | TIPC_NODE_SCOPE = 0x3 constant SYSLOG_ACTION_CLOSE (line 2967) | SYSLOG_ACTION_CLOSE = 0 constant SYSLOG_ACTION_OPEN (line 2968) | SYSLOG_ACTION_OPEN = 1 constant SYSLOG_ACTION_READ (line 2969) | SYSLOG_ACTION_READ = 2 constant SYSLOG_ACTION_READ_ALL (line 2970) | SYSLOG_ACTION_READ_ALL = 3 constant SYSLOG_ACTION_READ_CLEAR (line 2971) | SYSLOG_ACTION_READ_CLEAR = 4 constant SYSLOG_ACTION_CLEAR (line 2972) | SYSLOG_ACTION_CLEAR = 5 constant SYSLOG_ACTION_CONSOLE_OFF (line 2973) | SYSLOG_ACTION_CONSOLE_OFF = 6 constant SYSLOG_ACTION_CONSOLE_ON (line 2974) | SYSLOG_ACTION_CONSOLE_ON = 7 constant SYSLOG_ACTION_CONSOLE_LEVEL (line 2975) | SYSLOG_ACTION_CONSOLE_LEVEL = 8 constant SYSLOG_ACTION_SIZE_UNREAD (line 2976) | SYSLOG_ACTION_SIZE_UNREAD = 9 constant SYSLOG_ACTION_SIZE_BUFFER (line 2977) | SYSLOG_ACTION_SIZE_BUFFER = 10 constant DEVLINK_CMD_UNSPEC (line 2981) | DEVLINK_CMD_UNSPEC = 0x0 constant DEVLINK_CMD_GET (line 2982) | DEVLINK_CMD_GET = 0x1 constant DEVLINK_CMD_SET (line 2983) | DEVLINK_CMD_SET = 0x2 constant DEVLINK_CMD_NEW (line 2984) | DEVLINK_CMD_NEW = 0x3 constant DEVLINK_CMD_DEL (line 2985) | DEVLINK_CMD_DEL = 0x4 constant DEVLINK_CMD_PORT_GET (line 2986) | DEVLINK_CMD_PORT_GET = 0x5 constant DEVLINK_CMD_PORT_SET (line 2987) | DEVLINK_CMD_PORT_SET = 0x6 constant DEVLINK_CMD_PORT_NEW (line 2988) | DEVLINK_CMD_PORT_NEW = 0x7 constant DEVLINK_CMD_PORT_DEL (line 2989) | DEVLINK_CMD_PORT_DEL = 0x8 constant DEVLINK_CMD_PORT_SPLIT (line 2990) | DEVLINK_CMD_PORT_SPLIT = 0x9 constant DEVLINK_CMD_PORT_UNSPLIT (line 2991) | DEVLINK_CMD_PORT_UNSPLIT = 0xa constant DEVLINK_CMD_SB_GET (line 2992) | DEVLINK_CMD_SB_GET = 0xb constant DEVLINK_CMD_SB_SET (line 2993) | DEVLINK_CMD_SB_SET = 0xc constant DEVLINK_CMD_SB_NEW (line 2994) | DEVLINK_CMD_SB_NEW = 0xd constant DEVLINK_CMD_SB_DEL (line 2995) | DEVLINK_CMD_SB_DEL = 0xe constant DEVLINK_CMD_SB_POOL_GET (line 2996) | DEVLINK_CMD_SB_POOL_GET = 0xf constant DEVLINK_CMD_SB_POOL_SET (line 2997) | DEVLINK_CMD_SB_POOL_SET = 0x10 constant DEVLINK_CMD_SB_POOL_NEW (line 2998) | DEVLINK_CMD_SB_POOL_NEW = 0x11 constant DEVLINK_CMD_SB_POOL_DEL (line 2999) | DEVLINK_CMD_SB_POOL_DEL = 0x12 constant DEVLINK_CMD_SB_PORT_POOL_GET (line 3000) | DEVLINK_CMD_SB_PORT_POOL_GET = 0x13 constant DEVLINK_CMD_SB_PORT_POOL_SET (line 3001) | DEVLINK_CMD_SB_PORT_POOL_SET = 0x14 constant DEVLINK_CMD_SB_PORT_POOL_NEW (line 3002) | DEVLINK_CMD_SB_PORT_POOL_NEW = 0x15 constant DEVLINK_CMD_SB_PORT_POOL_DEL (line 3003) | DEVLINK_CMD_SB_PORT_POOL_DEL = 0x16 constant DEVLINK_CMD_SB_TC_POOL_BIND_GET (line 3004) | DEVLINK_CMD_SB_TC_POOL_BIND_GET = 0x17 constant DEVLINK_CMD_SB_TC_POOL_BIND_SET (line 3005) | DEVLINK_CMD_SB_TC_POOL_BIND_SET = 0x18 constant DEVLINK_CMD_SB_TC_POOL_BIND_NEW (line 3006) | DEVLINK_CMD_SB_TC_POOL_BIND_NEW = 0x19 constant DEVLINK_CMD_SB_TC_POOL_BIND_DEL (line 3007) | DEVLINK_CMD_SB_TC_POOL_BIND_DEL = 0x1a constant DEVLINK_CMD_SB_OCC_SNAPSHOT (line 3008) | DEVLINK_CMD_SB_OCC_SNAPSHOT = 0x1b constant DEVLINK_CMD_SB_OCC_MAX_CLEAR (line 3009) | DEVLINK_CMD_SB_OCC_MAX_CLEAR = 0x1c constant DEVLINK_CMD_ESWITCH_GET (line 3010) | DEVLINK_CMD_ESWITCH_GET = 0x1d constant DEVLINK_CMD_ESWITCH_SET (line 3011) | DEVLINK_CMD_ESWITCH_SET = 0x1e constant DEVLINK_CMD_DPIPE_TABLE_GET (line 3012) | DEVLINK_CMD_DPIPE_TABLE_GET = 0x1f constant DEVLINK_CMD_DPIPE_ENTRIES_GET (line 3013) | DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20 constant DEVLINK_CMD_DPIPE_HEADERS_GET (line 3014) | DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21 constant DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET (line 3015) | DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22 constant DEVLINK_CMD_RESOURCE_SET (line 3016) | DEVLINK_CMD_RESOURCE_SET = 0x23 constant DEVLINK_CMD_RESOURCE_DUMP (line 3017) | DEVLINK_CMD_RESOURCE_DUMP = 0x24 constant DEVLINK_CMD_RELOAD (line 3018) | DEVLINK_CMD_RELOAD = 0x25 constant DEVLINK_CMD_PARAM_GET (line 3019) | DEVLINK_CMD_PARAM_GET = 0x26 constant DEVLINK_CMD_PARAM_SET (line 3020) | DEVLINK_CMD_PARAM_SET = 0x27 constant DEVLINK_CMD_PARAM_NEW (line 3021) | DEVLINK_CMD_PARAM_NEW = 0x28 constant DEVLINK_CMD_PARAM_DEL (line 3022) | DEVLINK_CMD_PARAM_DEL = 0x29 constant DEVLINK_CMD_REGION_GET (line 3023) | DEVLINK_CMD_REGION_GET = 0x2a constant DEVLINK_CMD_REGION_SET (line 3024) | DEVLINK_CMD_REGION_SET = 0x2b constant DEVLINK_CMD_REGION_NEW (line 3025) | DEVLINK_CMD_REGION_NEW = 0x2c constant DEVLINK_CMD_REGION_DEL (line 3026) | DEVLINK_CMD_REGION_DEL = 0x2d constant DEVLINK_CMD_REGION_READ (line 3027) | DEVLINK_CMD_REGION_READ = 0x2e constant DEVLINK_CMD_PORT_PARAM_GET (line 3028) | DEVLINK_CMD_PORT_PARAM_GET = 0x2f constant DEVLINK_CMD_PORT_PARAM_SET (line 3029) | DEVLINK_CMD_PORT_PARAM_SET = 0x30 constant DEVLINK_CMD_PORT_PARAM_NEW (line 3030) | DEVLINK_CMD_PORT_PARAM_NEW = 0x31 constant DEVLINK_CMD_PORT_PARAM_DEL (line 3031) | DEVLINK_CMD_PORT_PARAM_DEL = 0x32 constant DEVLINK_CMD_INFO_GET (line 3032) | DEVLINK_CMD_INFO_GET = 0x33 constant DEVLINK_CMD_HEALTH_REPORTER_GET (line 3033) | DEVLINK_CMD_HEALTH_REPORTER_GET = 0x34 constant DEVLINK_CMD_HEALTH_REPORTER_SET (line 3034) | DEVLINK_CMD_HEALTH_REPORTER_SET = 0x35 constant DEVLINK_CMD_HEALTH_REPORTER_RECOVER (line 3035) | DEVLINK_CMD_HEALTH_REPORTER_RECOVER = 0x36 constant DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE (line 3036) | DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE = 0x37 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET (line 3037) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET = 0x38 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR (line 3038) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR = 0x39 constant DEVLINK_CMD_FLASH_UPDATE (line 3039) | DEVLINK_CMD_FLASH_UPDATE = 0x3a constant DEVLINK_CMD_FLASH_UPDATE_END (line 3040) | DEVLINK_CMD_FLASH_UPDATE_END = 0x3b constant DEVLINK_CMD_FLASH_UPDATE_STATUS (line 3041) | DEVLINK_CMD_FLASH_UPDATE_STATUS = 0x3c constant DEVLINK_CMD_TRAP_GET (line 3042) | DEVLINK_CMD_TRAP_GET = 0x3d constant DEVLINK_CMD_TRAP_SET (line 3043) | DEVLINK_CMD_TRAP_SET = 0x3e constant DEVLINK_CMD_TRAP_NEW (line 3044) | DEVLINK_CMD_TRAP_NEW = 0x3f constant DEVLINK_CMD_TRAP_DEL (line 3045) | DEVLINK_CMD_TRAP_DEL = 0x40 constant DEVLINK_CMD_TRAP_GROUP_GET (line 3046) | DEVLINK_CMD_TRAP_GROUP_GET = 0x41 constant DEVLINK_CMD_TRAP_GROUP_SET (line 3047) | DEVLINK_CMD_TRAP_GROUP_SET = 0x42 constant DEVLINK_CMD_TRAP_GROUP_NEW (line 3048) | DEVLINK_CMD_TRAP_GROUP_NEW = 0x43 constant DEVLINK_CMD_TRAP_GROUP_DEL (line 3049) | DEVLINK_CMD_TRAP_GROUP_DEL = 0x44 constant DEVLINK_CMD_TRAP_POLICER_GET (line 3050) | DEVLINK_CMD_TRAP_POLICER_GET = 0x45 constant DEVLINK_CMD_TRAP_POLICER_SET (line 3051) | DEVLINK_CMD_TRAP_POLICER_SET = 0x46 constant DEVLINK_CMD_TRAP_POLICER_NEW (line 3052) | DEVLINK_CMD_TRAP_POLICER_NEW = 0x47 constant DEVLINK_CMD_TRAP_POLICER_DEL (line 3053) | DEVLINK_CMD_TRAP_POLICER_DEL = 0x48 constant DEVLINK_CMD_HEALTH_REPORTER_TEST (line 3054) | DEVLINK_CMD_HEALTH_REPORTER_TEST = 0x49 constant DEVLINK_CMD_RATE_GET (line 3055) | DEVLINK_CMD_RATE_GET = 0x4a constant DEVLINK_CMD_RATE_SET (line 3056) | DEVLINK_CMD_RATE_SET = 0x4b constant DEVLINK_CMD_RATE_NEW (line 3057) | DEVLINK_CMD_RATE_NEW = 0x4c constant DEVLINK_CMD_RATE_DEL (line 3058) | DEVLINK_CMD_RATE_DEL = 0x4d constant DEVLINK_CMD_LINECARD_GET (line 3059) | DEVLINK_CMD_LINECARD_GET = 0x4e constant DEVLINK_CMD_LINECARD_SET (line 3060) | DEVLINK_CMD_LINECARD_SET = 0x4f constant DEVLINK_CMD_LINECARD_NEW (line 3061) | DEVLINK_CMD_LINECARD_NEW = 0x50 constant DEVLINK_CMD_LINECARD_DEL (line 3062) | DEVLINK_CMD_LINECARD_DEL = 0x51 constant DEVLINK_CMD_SELFTESTS_GET (line 3063) | DEVLINK_CMD_SELFTESTS_GET = 0x52 constant DEVLINK_CMD_MAX (line 3064) | DEVLINK_CMD_MAX = 0x53 constant DEVLINK_PORT_TYPE_NOTSET (line 3065) | DEVLINK_PORT_TYPE_NOTSET = 0x0 constant DEVLINK_PORT_TYPE_AUTO (line 3066) | DEVLINK_PORT_TYPE_AUTO = 0x1 constant DEVLINK_PORT_TYPE_ETH (line 3067) | DEVLINK_PORT_TYPE_ETH = 0x2 constant DEVLINK_PORT_TYPE_IB (line 3068) | DEVLINK_PORT_TYPE_IB = 0x3 constant DEVLINK_SB_POOL_TYPE_INGRESS (line 3069) | DEVLINK_SB_POOL_TYPE_INGRESS = 0x0 constant DEVLINK_SB_POOL_TYPE_EGRESS (line 3070) | DEVLINK_SB_POOL_TYPE_EGRESS = 0x1 constant DEVLINK_SB_THRESHOLD_TYPE_STATIC (line 3071) | DEVLINK_SB_THRESHOLD_TYPE_STATIC = 0x0 constant DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC (line 3072) | DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC = 0x1 constant DEVLINK_ESWITCH_MODE_LEGACY (line 3073) | DEVLINK_ESWITCH_MODE_LEGACY = 0x0 constant DEVLINK_ESWITCH_MODE_SWITCHDEV (line 3074) | DEVLINK_ESWITCH_MODE_SWITCHDEV = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NONE (line 3075) | DEVLINK_ESWITCH_INLINE_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_INLINE_MODE_LINK (line 3076) | DEVLINK_ESWITCH_INLINE_MODE_LINK = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NETWORK (line 3077) | DEVLINK_ESWITCH_INLINE_MODE_NETWORK = 0x2 constant DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT (line 3078) | DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT = 0x3 constant DEVLINK_ESWITCH_ENCAP_MODE_NONE (line 3079) | DEVLINK_ESWITCH_ENCAP_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_ENCAP_MODE_BASIC (line 3080) | DEVLINK_ESWITCH_ENCAP_MODE_BASIC = 0x1 constant DEVLINK_PORT_FLAVOUR_PHYSICAL (line 3081) | DEVLINK_PORT_FLAVOUR_PHYSICAL = 0x0 constant DEVLINK_PORT_FLAVOUR_CPU (line 3082) | DEVLINK_PORT_FLAVOUR_CPU = 0x1 constant DEVLINK_PORT_FLAVOUR_DSA (line 3083) | DEVLINK_PORT_FLAVOUR_DSA = 0x2 constant DEVLINK_PORT_FLAVOUR_PCI_PF (line 3084) | DEVLINK_PORT_FLAVOUR_PCI_PF = 0x3 constant DEVLINK_PORT_FLAVOUR_PCI_VF (line 3085) | DEVLINK_PORT_FLAVOUR_PCI_VF = 0x4 constant DEVLINK_PORT_FLAVOUR_VIRTUAL (line 3086) | DEVLINK_PORT_FLAVOUR_VIRTUAL = 0x5 constant DEVLINK_PORT_FLAVOUR_UNUSED (line 3087) | DEVLINK_PORT_FLAVOUR_UNUSED = 0x6 constant DEVLINK_PARAM_CMODE_RUNTIME (line 3088) | DEVLINK_PARAM_CMODE_RUNTIME = 0x0 constant DEVLINK_PARAM_CMODE_DRIVERINIT (line 3089) | DEVLINK_PARAM_CMODE_DRIVERINIT = 0x1 constant DEVLINK_PARAM_CMODE_PERMANENT (line 3090) | DEVLINK_PARAM_CMODE_PERMANENT = 0x2 constant DEVLINK_PARAM_CMODE_MAX (line 3091) | DEVLINK_PARAM_CMODE_MAX = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER (line 3092) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER = 0x0 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH (line 3093) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH = 0x1 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK (line 3094) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN (line 3095) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN = 0x3 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN (line 3096) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN = 0x0 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS (line 3097) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS = 0x1 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER (line 3098) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER = 0x2 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK (line 3099) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK = 0x3 constant DEVLINK_ATTR_STATS_RX_PACKETS (line 3100) | DEVLINK_ATTR_STATS_RX_PACKETS = 0x0 constant DEVLINK_ATTR_STATS_RX_BYTES (line 3101) | DEVLINK_ATTR_STATS_RX_BYTES = 0x1 constant DEVLINK_ATTR_STATS_RX_DROPPED (line 3102) | DEVLINK_ATTR_STATS_RX_DROPPED = 0x2 constant DEVLINK_ATTR_STATS_MAX (line 3103) | DEVLINK_ATTR_STATS_MAX = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT (line 3104) | DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT = 0x0 constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT (line 3105) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT = 0x1 constant DEVLINK_FLASH_OVERWRITE_MAX_BIT (line 3106) | DEVLINK_FLASH_OVERWRITE_MAX_BIT = 0x1 constant DEVLINK_TRAP_ACTION_DROP (line 3107) | DEVLINK_TRAP_ACTION_DROP = 0x0 constant DEVLINK_TRAP_ACTION_TRAP (line 3108) | DEVLINK_TRAP_ACTION_TRAP = 0x1 constant DEVLINK_TRAP_ACTION_MIRROR (line 3109) | DEVLINK_TRAP_ACTION_MIRROR = 0x2 constant DEVLINK_TRAP_TYPE_DROP (line 3110) | DEVLINK_TRAP_TYPE_DROP = 0x0 constant DEVLINK_TRAP_TYPE_EXCEPTION (line 3111) | DEVLINK_TRAP_TYPE_EXCEPTION = 0x1 constant DEVLINK_TRAP_TYPE_CONTROL (line 3112) | DEVLINK_TRAP_TYPE_CONTROL = 0x2 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT (line 3113) | DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT = 0x0 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE (line 3114) | DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE = 0x1 constant DEVLINK_RELOAD_ACTION_UNSPEC (line 3115) | DEVLINK_RELOAD_ACTION_UNSPEC = 0x0 constant DEVLINK_RELOAD_ACTION_DRIVER_REINIT (line 3116) | DEVLINK_RELOAD_ACTION_DRIVER_REINIT = 0x1 constant DEVLINK_RELOAD_ACTION_FW_ACTIVATE (line 3117) | DEVLINK_RELOAD_ACTION_FW_ACTIVATE = 0x2 constant DEVLINK_RELOAD_ACTION_MAX (line 3118) | DEVLINK_RELOAD_ACTION_MAX = 0x2 constant DEVLINK_RELOAD_LIMIT_UNSPEC (line 3119) | DEVLINK_RELOAD_LIMIT_UNSPEC = 0x0 constant DEVLINK_RELOAD_LIMIT_NO_RESET (line 3120) | DEVLINK_RELOAD_LIMIT_NO_RESET = 0x1 constant DEVLINK_RELOAD_LIMIT_MAX (line 3121) | DEVLINK_RELOAD_LIMIT_MAX = 0x1 constant DEVLINK_ATTR_UNSPEC (line 3122) | DEVLINK_ATTR_UNSPEC = 0x0 constant DEVLINK_ATTR_BUS_NAME (line 3123) | DEVLINK_ATTR_BUS_NAME = 0x1 constant DEVLINK_ATTR_DEV_NAME (line 3124) | DEVLINK_ATTR_DEV_NAME = 0x2 constant DEVLINK_ATTR_PORT_INDEX (line 3125) | DEVLINK_ATTR_PORT_INDEX = 0x3 constant DEVLINK_ATTR_PORT_TYPE (line 3126) | DEVLINK_ATTR_PORT_TYPE = 0x4 constant DEVLINK_ATTR_PORT_DESIRED_TYPE (line 3127) | DEVLINK_ATTR_PORT_DESIRED_TYPE = 0x5 constant DEVLINK_ATTR_PORT_NETDEV_IFINDEX (line 3128) | DEVLINK_ATTR_PORT_NETDEV_IFINDEX = 0x6 constant DEVLINK_ATTR_PORT_NETDEV_NAME (line 3129) | DEVLINK_ATTR_PORT_NETDEV_NAME = 0x7 constant DEVLINK_ATTR_PORT_IBDEV_NAME (line 3130) | DEVLINK_ATTR_PORT_IBDEV_NAME = 0x8 constant DEVLINK_ATTR_PORT_SPLIT_COUNT (line 3131) | DEVLINK_ATTR_PORT_SPLIT_COUNT = 0x9 constant DEVLINK_ATTR_PORT_SPLIT_GROUP (line 3132) | DEVLINK_ATTR_PORT_SPLIT_GROUP = 0xa constant DEVLINK_ATTR_SB_INDEX (line 3133) | DEVLINK_ATTR_SB_INDEX = 0xb constant DEVLINK_ATTR_SB_SIZE (line 3134) | DEVLINK_ATTR_SB_SIZE = 0xc constant DEVLINK_ATTR_SB_INGRESS_POOL_COUNT (line 3135) | DEVLINK_ATTR_SB_INGRESS_POOL_COUNT = 0xd constant DEVLINK_ATTR_SB_EGRESS_POOL_COUNT (line 3136) | DEVLINK_ATTR_SB_EGRESS_POOL_COUNT = 0xe constant DEVLINK_ATTR_SB_INGRESS_TC_COUNT (line 3137) | DEVLINK_ATTR_SB_INGRESS_TC_COUNT = 0xf constant DEVLINK_ATTR_SB_EGRESS_TC_COUNT (line 3138) | DEVLINK_ATTR_SB_EGRESS_TC_COUNT = 0x10 constant DEVLINK_ATTR_SB_POOL_INDEX (line 3139) | DEVLINK_ATTR_SB_POOL_INDEX = 0x11 constant DEVLINK_ATTR_SB_POOL_TYPE (line 3140) | DEVLINK_ATTR_SB_POOL_TYPE = 0x12 constant DEVLINK_ATTR_SB_POOL_SIZE (line 3141) | DEVLINK_ATTR_SB_POOL_SIZE = 0x13 constant DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE (line 3142) | DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE = 0x14 constant DEVLINK_ATTR_SB_THRESHOLD (line 3143) | DEVLINK_ATTR_SB_THRESHOLD = 0x15 constant DEVLINK_ATTR_SB_TC_INDEX (line 3144) | DEVLINK_ATTR_SB_TC_INDEX = 0x16 constant DEVLINK_ATTR_SB_OCC_CUR (line 3145) | DEVLINK_ATTR_SB_OCC_CUR = 0x17 constant DEVLINK_ATTR_SB_OCC_MAX (line 3146) | DEVLINK_ATTR_SB_OCC_MAX = 0x18 constant DEVLINK_ATTR_ESWITCH_MODE (line 3147) | DEVLINK_ATTR_ESWITCH_MODE = 0x19 constant DEVLINK_ATTR_ESWITCH_INLINE_MODE (line 3148) | DEVLINK_ATTR_ESWITCH_INLINE_MODE = 0x1a constant DEVLINK_ATTR_DPIPE_TABLES (line 3149) | DEVLINK_ATTR_DPIPE_TABLES = 0x1b constant DEVLINK_ATTR_DPIPE_TABLE (line 3150) | DEVLINK_ATTR_DPIPE_TABLE = 0x1c constant DEVLINK_ATTR_DPIPE_TABLE_NAME (line 3151) | DEVLINK_ATTR_DPIPE_TABLE_NAME = 0x1d constant DEVLINK_ATTR_DPIPE_TABLE_SIZE (line 3152) | DEVLINK_ATTR_DPIPE_TABLE_SIZE = 0x1e constant DEVLINK_ATTR_DPIPE_TABLE_MATCHES (line 3153) | DEVLINK_ATTR_DPIPE_TABLE_MATCHES = 0x1f constant DEVLINK_ATTR_DPIPE_TABLE_ACTIONS (line 3154) | DEVLINK_ATTR_DPIPE_TABLE_ACTIONS = 0x20 constant DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED (line 3155) | DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED = 0x21 constant DEVLINK_ATTR_DPIPE_ENTRIES (line 3156) | DEVLINK_ATTR_DPIPE_ENTRIES = 0x22 constant DEVLINK_ATTR_DPIPE_ENTRY (line 3157) | DEVLINK_ATTR_DPIPE_ENTRY = 0x23 constant DEVLINK_ATTR_DPIPE_ENTRY_INDEX (line 3158) | DEVLINK_ATTR_DPIPE_ENTRY_INDEX = 0x24 constant DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES (line 3159) | DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES = 0x25 constant DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES (line 3160) | DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES = 0x26 constant DEVLINK_ATTR_DPIPE_ENTRY_COUNTER (line 3161) | DEVLINK_ATTR_DPIPE_ENTRY_COUNTER = 0x27 constant DEVLINK_ATTR_DPIPE_MATCH (line 3162) | DEVLINK_ATTR_DPIPE_MATCH = 0x28 constant DEVLINK_ATTR_DPIPE_MATCH_VALUE (line 3163) | DEVLINK_ATTR_DPIPE_MATCH_VALUE = 0x29 constant DEVLINK_ATTR_DPIPE_MATCH_TYPE (line 3164) | DEVLINK_ATTR_DPIPE_MATCH_TYPE = 0x2a constant DEVLINK_ATTR_DPIPE_ACTION (line 3165) | DEVLINK_ATTR_DPIPE_ACTION = 0x2b constant DEVLINK_ATTR_DPIPE_ACTION_VALUE (line 3166) | DEVLINK_ATTR_DPIPE_ACTION_VALUE = 0x2c constant DEVLINK_ATTR_DPIPE_ACTION_TYPE (line 3167) | DEVLINK_ATTR_DPIPE_ACTION_TYPE = 0x2d constant DEVLINK_ATTR_DPIPE_VALUE (line 3168) | DEVLINK_ATTR_DPIPE_VALUE = 0x2e constant DEVLINK_ATTR_DPIPE_VALUE_MASK (line 3169) | DEVLINK_ATTR_DPIPE_VALUE_MASK = 0x2f constant DEVLINK_ATTR_DPIPE_VALUE_MAPPING (line 3170) | DEVLINK_ATTR_DPIPE_VALUE_MAPPING = 0x30 constant DEVLINK_ATTR_DPIPE_HEADERS (line 3171) | DEVLINK_ATTR_DPIPE_HEADERS = 0x31 constant DEVLINK_ATTR_DPIPE_HEADER (line 3172) | DEVLINK_ATTR_DPIPE_HEADER = 0x32 constant DEVLINK_ATTR_DPIPE_HEADER_NAME (line 3173) | DEVLINK_ATTR_DPIPE_HEADER_NAME = 0x33 constant DEVLINK_ATTR_DPIPE_HEADER_ID (line 3174) | DEVLINK_ATTR_DPIPE_HEADER_ID = 0x34 constant DEVLINK_ATTR_DPIPE_HEADER_FIELDS (line 3175) | DEVLINK_ATTR_DPIPE_HEADER_FIELDS = 0x35 constant DEVLINK_ATTR_DPIPE_HEADER_GLOBAL (line 3176) | DEVLINK_ATTR_DPIPE_HEADER_GLOBAL = 0x36 constant DEVLINK_ATTR_DPIPE_HEADER_INDEX (line 3177) | DEVLINK_ATTR_DPIPE_HEADER_INDEX = 0x37 constant DEVLINK_ATTR_DPIPE_FIELD (line 3178) | DEVLINK_ATTR_DPIPE_FIELD = 0x38 constant DEVLINK_ATTR_DPIPE_FIELD_NAME (line 3179) | DEVLINK_ATTR_DPIPE_FIELD_NAME = 0x39 constant DEVLINK_ATTR_DPIPE_FIELD_ID (line 3180) | DEVLINK_ATTR_DPIPE_FIELD_ID = 0x3a constant DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH (line 3181) | DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH = 0x3b constant DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE (line 3182) | DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c constant DEVLINK_ATTR_PAD (line 3183) | DEVLINK_ATTR_PAD = 0x3d constant DEVLINK_ATTR_ESWITCH_ENCAP_MODE (line 3184) | DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e constant DEVLINK_ATTR_RESOURCE_LIST (line 3185) | DEVLINK_ATTR_RESOURCE_LIST = 0x3f constant DEVLINK_ATTR_RESOURCE (line 3186) | DEVLINK_ATTR_RESOURCE = 0x40 constant DEVLINK_ATTR_RESOURCE_NAME (line 3187) | DEVLINK_ATTR_RESOURCE_NAME = 0x41 constant DEVLINK_ATTR_RESOURCE_ID (line 3188) | DEVLINK_ATTR_RESOURCE_ID = 0x42 constant DEVLINK_ATTR_RESOURCE_SIZE (line 3189) | DEVLINK_ATTR_RESOURCE_SIZE = 0x43 constant DEVLINK_ATTR_RESOURCE_SIZE_NEW (line 3190) | DEVLINK_ATTR_RESOURCE_SIZE_NEW = 0x44 constant DEVLINK_ATTR_RESOURCE_SIZE_VALID (line 3191) | DEVLINK_ATTR_RESOURCE_SIZE_VALID = 0x45 constant DEVLINK_ATTR_RESOURCE_SIZE_MIN (line 3192) | DEVLINK_ATTR_RESOURCE_SIZE_MIN = 0x46 constant DEVLINK_ATTR_RESOURCE_SIZE_MAX (line 3193) | DEVLINK_ATTR_RESOURCE_SIZE_MAX = 0x47 constant DEVLINK_ATTR_RESOURCE_SIZE_GRAN (line 3194) | DEVLINK_ATTR_RESOURCE_SIZE_GRAN = 0x48 constant DEVLINK_ATTR_RESOURCE_UNIT (line 3195) | DEVLINK_ATTR_RESOURCE_UNIT = 0x49 constant DEVLINK_ATTR_RESOURCE_OCC (line 3196) | DEVLINK_ATTR_RESOURCE_OCC = 0x4a constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID (line 3197) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID = 0x4b constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS (line 3198) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS = 0x4c constant DEVLINK_ATTR_PORT_FLAVOUR (line 3199) | DEVLINK_ATTR_PORT_FLAVOUR = 0x4d constant DEVLINK_ATTR_PORT_NUMBER (line 3200) | DEVLINK_ATTR_PORT_NUMBER = 0x4e constant DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER (line 3201) | DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER = 0x4f constant DEVLINK_ATTR_PARAM (line 3202) | DEVLINK_ATTR_PARAM = 0x50 constant DEVLINK_ATTR_PARAM_NAME (line 3203) | DEVLINK_ATTR_PARAM_NAME = 0x51 constant DEVLINK_ATTR_PARAM_GENERIC (line 3204) | DEVLINK_ATTR_PARAM_GENERIC = 0x52 constant DEVLINK_ATTR_PARAM_TYPE (line 3205) | DEVLINK_ATTR_PARAM_TYPE = 0x53 constant DEVLINK_ATTR_PARAM_VALUES_LIST (line 3206) | DEVLINK_ATTR_PARAM_VALUES_LIST = 0x54 constant DEVLINK_ATTR_PARAM_VALUE (line 3207) | DEVLINK_ATTR_PARAM_VALUE = 0x55 constant DEVLINK_ATTR_PARAM_VALUE_DATA (line 3208) | DEVLINK_ATTR_PARAM_VALUE_DATA = 0x56 constant DEVLINK_ATTR_PARAM_VALUE_CMODE (line 3209) | DEVLINK_ATTR_PARAM_VALUE_CMODE = 0x57 constant DEVLINK_ATTR_REGION_NAME (line 3210) | DEVLINK_ATTR_REGION_NAME = 0x58 constant DEVLINK_ATTR_REGION_SIZE (line 3211) | DEVLINK_ATTR_REGION_SIZE = 0x59 constant DEVLINK_ATTR_REGION_SNAPSHOTS (line 3212) | DEVLINK_ATTR_REGION_SNAPSHOTS = 0x5a constant DEVLINK_ATTR_REGION_SNAPSHOT (line 3213) | DEVLINK_ATTR_REGION_SNAPSHOT = 0x5b constant DEVLINK_ATTR_REGION_SNAPSHOT_ID (line 3214) | DEVLINK_ATTR_REGION_SNAPSHOT_ID = 0x5c constant DEVLINK_ATTR_REGION_CHUNKS (line 3215) | DEVLINK_ATTR_REGION_CHUNKS = 0x5d constant DEVLINK_ATTR_REGION_CHUNK (line 3216) | DEVLINK_ATTR_REGION_CHUNK = 0x5e constant DEVLINK_ATTR_REGION_CHUNK_DATA (line 3217) | DEVLINK_ATTR_REGION_CHUNK_DATA = 0x5f constant DEVLINK_ATTR_REGION_CHUNK_ADDR (line 3218) | DEVLINK_ATTR_REGION_CHUNK_ADDR = 0x60 constant DEVLINK_ATTR_REGION_CHUNK_LEN (line 3219) | DEVLINK_ATTR_REGION_CHUNK_LEN = 0x61 constant DEVLINK_ATTR_INFO_DRIVER_NAME (line 3220) | DEVLINK_ATTR_INFO_DRIVER_NAME = 0x62 constant DEVLINK_ATTR_INFO_SERIAL_NUMBER (line 3221) | DEVLINK_ATTR_INFO_SERIAL_NUMBER = 0x63 constant DEVLINK_ATTR_INFO_VERSION_FIXED (line 3222) | DEVLINK_ATTR_INFO_VERSION_FIXED = 0x64 constant DEVLINK_ATTR_INFO_VERSION_RUNNING (line 3223) | DEVLINK_ATTR_INFO_VERSION_RUNNING = 0x65 constant DEVLINK_ATTR_INFO_VERSION_STORED (line 3224) | DEVLINK_ATTR_INFO_VERSION_STORED = 0x66 constant DEVLINK_ATTR_INFO_VERSION_NAME (line 3225) | DEVLINK_ATTR_INFO_VERSION_NAME = 0x67 constant DEVLINK_ATTR_INFO_VERSION_VALUE (line 3226) | DEVLINK_ATTR_INFO_VERSION_VALUE = 0x68 constant DEVLINK_ATTR_SB_POOL_CELL_SIZE (line 3227) | DEVLINK_ATTR_SB_POOL_CELL_SIZE = 0x69 constant DEVLINK_ATTR_FMSG (line 3228) | DEVLINK_ATTR_FMSG = 0x6a constant DEVLINK_ATTR_FMSG_OBJ_NEST_START (line 3229) | DEVLINK_ATTR_FMSG_OBJ_NEST_START = 0x6b constant DEVLINK_ATTR_FMSG_PAIR_NEST_START (line 3230) | DEVLINK_ATTR_FMSG_PAIR_NEST_START = 0x6c constant DEVLINK_ATTR_FMSG_ARR_NEST_START (line 3231) | DEVLINK_ATTR_FMSG_ARR_NEST_START = 0x6d constant DEVLINK_ATTR_FMSG_NEST_END (line 3232) | DEVLINK_ATTR_FMSG_NEST_END = 0x6e constant DEVLINK_ATTR_FMSG_OBJ_NAME (line 3233) | DEVLINK_ATTR_FMSG_OBJ_NAME = 0x6f constant DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE (line 3234) | DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE = 0x70 constant DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA (line 3235) | DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA = 0x71 constant DEVLINK_ATTR_HEALTH_REPORTER (line 3236) | DEVLINK_ATTR_HEALTH_REPORTER = 0x72 constant DEVLINK_ATTR_HEALTH_REPORTER_NAME (line 3237) | DEVLINK_ATTR_HEALTH_REPORTER_NAME = 0x73 constant DEVLINK_ATTR_HEALTH_REPORTER_STATE (line 3238) | DEVLINK_ATTR_HEALTH_REPORTER_STATE = 0x74 constant DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT (line 3239) | DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT = 0x75 constant DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT (line 3240) | DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT = 0x76 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS (line 3241) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS = 0x77 constant DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD (line 3242) | DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD = 0x78 constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER (line 3243) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER = 0x79 constant DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME (line 3244) | DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME = 0x7a constant DEVLINK_ATTR_FLASH_UPDATE_COMPONENT (line 3245) | DEVLINK_ATTR_FLASH_UPDATE_COMPONENT = 0x7b constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG (line 3246) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG = 0x7c constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE (line 3247) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE = 0x7d constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL (line 3248) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL = 0x7e constant DEVLINK_ATTR_PORT_PCI_PF_NUMBER (line 3249) | DEVLINK_ATTR_PORT_PCI_PF_NUMBER = 0x7f constant DEVLINK_ATTR_PORT_PCI_VF_NUMBER (line 3250) | DEVLINK_ATTR_PORT_PCI_VF_NUMBER = 0x80 constant DEVLINK_ATTR_STATS (line 3251) | DEVLINK_ATTR_STATS = 0x81 constant DEVLINK_ATTR_TRAP_NAME (line 3252) | DEVLINK_ATTR_TRAP_NAME = 0x82 constant DEVLINK_ATTR_TRAP_ACTION (line 3253) | DEVLINK_ATTR_TRAP_ACTION = 0x83 constant DEVLINK_ATTR_TRAP_TYPE (line 3254) | DEVLINK_ATTR_TRAP_TYPE = 0x84 constant DEVLINK_ATTR_TRAP_GENERIC (line 3255) | DEVLINK_ATTR_TRAP_GENERIC = 0x85 constant DEVLINK_ATTR_TRAP_METADATA (line 3256) | DEVLINK_ATTR_TRAP_METADATA = 0x86 constant DEVLINK_ATTR_TRAP_GROUP_NAME (line 3257) | DEVLINK_ATTR_TRAP_GROUP_NAME = 0x87 constant DEVLINK_ATTR_RELOAD_FAILED (line 3258) | DEVLINK_ATTR_RELOAD_FAILED = 0x88 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS (line 3259) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS = 0x89 constant DEVLINK_ATTR_NETNS_FD (line 3260) | DEVLINK_ATTR_NETNS_FD = 0x8a constant DEVLINK_ATTR_NETNS_PID (line 3261) | DEVLINK_ATTR_NETNS_PID = 0x8b constant DEVLINK_ATTR_NETNS_ID (line 3262) | DEVLINK_ATTR_NETNS_ID = 0x8c constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP (line 3263) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP = 0x8d constant DEVLINK_ATTR_TRAP_POLICER_ID (line 3264) | DEVLINK_ATTR_TRAP_POLICER_ID = 0x8e constant DEVLINK_ATTR_TRAP_POLICER_RATE (line 3265) | DEVLINK_ATTR_TRAP_POLICER_RATE = 0x8f constant DEVLINK_ATTR_TRAP_POLICER_BURST (line 3266) | DEVLINK_ATTR_TRAP_POLICER_BURST = 0x90 constant DEVLINK_ATTR_PORT_FUNCTION (line 3267) | DEVLINK_ATTR_PORT_FUNCTION = 0x91 constant DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER (line 3268) | DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER = 0x92 constant DEVLINK_ATTR_PORT_LANES (line 3269) | DEVLINK_ATTR_PORT_LANES = 0x93 constant DEVLINK_ATTR_PORT_SPLITTABLE (line 3270) | DEVLINK_ATTR_PORT_SPLITTABLE = 0x94 constant DEVLINK_ATTR_PORT_EXTERNAL (line 3271) | DEVLINK_ATTR_PORT_EXTERNAL = 0x95 constant DEVLINK_ATTR_PORT_CONTROLLER_NUMBER (line 3272) | DEVLINK_ATTR_PORT_CONTROLLER_NUMBER = 0x96 constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT (line 3273) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT = 0x97 constant DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK (line 3274) | DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK = 0x98 constant DEVLINK_ATTR_RELOAD_ACTION (line 3275) | DEVLINK_ATTR_RELOAD_ACTION = 0x99 constant DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED (line 3276) | DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED = 0x9a constant DEVLINK_ATTR_RELOAD_LIMITS (line 3277) | DEVLINK_ATTR_RELOAD_LIMITS = 0x9b constant DEVLINK_ATTR_DEV_STATS (line 3278) | DEVLINK_ATTR_DEV_STATS = 0x9c constant DEVLINK_ATTR_RELOAD_STATS (line 3279) | DEVLINK_ATTR_RELOAD_STATS = 0x9d constant DEVLINK_ATTR_RELOAD_STATS_ENTRY (line 3280) | DEVLINK_ATTR_RELOAD_STATS_ENTRY = 0x9e constant DEVLINK_ATTR_RELOAD_STATS_LIMIT (line 3281) | DEVLINK_ATTR_RELOAD_STATS_LIMIT = 0x9f constant DEVLINK_ATTR_RELOAD_STATS_VALUE (line 3282) | DEVLINK_ATTR_RELOAD_STATS_VALUE = 0xa0 constant DEVLINK_ATTR_REMOTE_RELOAD_STATS (line 3283) | DEVLINK_ATTR_REMOTE_RELOAD_STATS = 0xa1 constant DEVLINK_ATTR_RELOAD_ACTION_INFO (line 3284) | DEVLINK_ATTR_RELOAD_ACTION_INFO = 0xa2 constant DEVLINK_ATTR_RELOAD_ACTION_STATS (line 3285) | DEVLINK_ATTR_RELOAD_ACTION_STATS = 0xa3 constant DEVLINK_ATTR_PORT_PCI_SF_NUMBER (line 3286) | DEVLINK_ATTR_PORT_PCI_SF_NUMBER = 0xa4 constant DEVLINK_ATTR_RATE_TYPE (line 3287) | DEVLINK_ATTR_RATE_TYPE = 0xa5 constant DEVLINK_ATTR_RATE_TX_SHARE (line 3288) | DEVLINK_ATTR_RATE_TX_SHARE = 0xa6 constant DEVLINK_ATTR_RATE_TX_MAX (line 3289) | DEVLINK_ATTR_RATE_TX_MAX = 0xa7 constant DEVLINK_ATTR_RATE_NODE_NAME (line 3290) | DEVLINK_ATTR_RATE_NODE_NAME = 0xa8 constant DEVLINK_ATTR_RATE_PARENT_NODE_NAME (line 3291) | DEVLINK_ATTR_RATE_PARENT_NODE_NAME = 0xa9 constant DEVLINK_ATTR_REGION_MAX_SNAPSHOTS (line 3292) | DEVLINK_ATTR_REGION_MAX_SNAPSHOTS = 0xaa constant DEVLINK_ATTR_LINECARD_INDEX (line 3293) | DEVLINK_ATTR_LINECARD_INDEX = 0xab constant DEVLINK_ATTR_LINECARD_STATE (line 3294) | DEVLINK_ATTR_LINECARD_STATE = 0xac constant DEVLINK_ATTR_LINECARD_TYPE (line 3295) | DEVLINK_ATTR_LINECARD_TYPE = 0xad constant DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES (line 3296) | DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES = 0xae constant DEVLINK_ATTR_NESTED_DEVLINK (line 3297) | DEVLINK_ATTR_NESTED_DEVLINK = 0xaf constant DEVLINK_ATTR_SELFTESTS (line 3298) | DEVLINK_ATTR_SELFTESTS = 0xb0 constant DEVLINK_ATTR_MAX (line 3299) | DEVLINK_ATTR_MAX = 0xb3 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE (line 3300) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX (line 3301) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1 constant DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT (line 3302) | DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0 constant DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY (line 3303) | DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY = 0x0 constant DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC (line 3304) | DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC = 0x0 constant DEVLINK_DPIPE_FIELD_IPV4_DST_IP (line 3305) | DEVLINK_DPIPE_FIELD_IPV4_DST_IP = 0x0 constant DEVLINK_DPIPE_FIELD_IPV6_DST_IP (line 3306) | DEVLINK_DPIPE_FIELD_IPV6_DST_IP = 0x0 constant DEVLINK_DPIPE_HEADER_ETHERNET (line 3307) | DEVLINK_DPIPE_HEADER_ETHERNET = 0x0 constant DEVLINK_DPIPE_HEADER_IPV4 (line 3308) | DEVLINK_DPIPE_HEADER_IPV4 = 0x1 constant DEVLINK_DPIPE_HEADER_IPV6 (line 3309) | DEVLINK_DPIPE_HEADER_IPV6 = 0x2 constant DEVLINK_RESOURCE_UNIT_ENTRY (line 3310) | DEVLINK_RESOURCE_UNIT_ENTRY = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_UNSPEC (line 3311) | DEVLINK_PORT_FUNCTION_ATTR_UNSPEC = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR (line 3312) | DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR = 0x1 constant DEVLINK_PORT_FN_ATTR_STATE (line 3313) | DEVLINK_PORT_FN_ATTR_STATE = 0x2 constant DEVLINK_PORT_FN_ATTR_OPSTATE (line 3314) | DEVLINK_PORT_FN_ATTR_OPSTATE = 0x3 constant DEVLINK_PORT_FN_ATTR_CAPS (line 3315) | DEVLINK_PORT_FN_ATTR_CAPS = 0x4 constant DEVLINK_PORT_FUNCTION_ATTR_MAX (line 3316) | DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x4 type FsverityDigest (line 3319) | type FsverityDigest struct type FsverityEnableArg (line 3324) | type FsverityEnableArg struct type Nhmsg (line 3336) | type Nhmsg struct type NexthopGrp (line 3344) | type NexthopGrp struct constant NHA_UNSPEC (line 3352) | NHA_UNSPEC = 0x0 constant NHA_ID (line 3353) | NHA_ID = 0x1 constant NHA_GROUP (line 3354) | NHA_GROUP = 0x2 constant NHA_GROUP_TYPE (line 3355) | NHA_GROUP_TYPE = 0x3 constant NHA_BLACKHOLE (line 3356) | NHA_BLACKHOLE = 0x4 constant NHA_OIF (line 3357) | NHA_OIF = 0x5 constant NHA_GATEWAY (line 3358) | NHA_GATEWAY = 0x6 constant NHA_ENCAP_TYPE (line 3359) | NHA_ENCAP_TYPE = 0x7 constant NHA_ENCAP (line 3360) | NHA_ENCAP = 0x8 constant NHA_GROUPS (line 3361) | NHA_GROUPS = 0x9 constant NHA_MASTER (line 3362) | NHA_MASTER = 0xa constant CAN_RAW_FILTER (line 3366) | CAN_RAW_FILTER = 0x1 constant CAN_RAW_ERR_FILTER (line 3367) | CAN_RAW_ERR_FILTER = 0x2 constant CAN_RAW_LOOPBACK (line 3368) | CAN_RAW_LOOPBACK = 0x3 constant CAN_RAW_RECV_OWN_MSGS (line 3369) | CAN_RAW_RECV_OWN_MSGS = 0x4 constant CAN_RAW_FD_FRAMES (line 3370) | CAN_RAW_FD_FRAMES = 0x5 constant CAN_RAW_JOIN_FILTERS (line 3371) | CAN_RAW_JOIN_FILTERS = 0x6 type WatchdogInfo (line 3374) | type WatchdogInfo struct type PPSFData (line 3380) | type PPSFData struct type PPSKParams (line 3385) | type PPSKParams struct type PPSKTime (line 3392) | type PPSKTime struct constant LWTUNNEL_ENCAP_NONE (line 3399) | LWTUNNEL_ENCAP_NONE = 0x0 constant LWTUNNEL_ENCAP_MPLS (line 3400) | LWTUNNEL_ENCAP_MPLS = 0x1 constant LWTUNNEL_ENCAP_IP (line 3401) | LWTUNNEL_ENCAP_IP = 0x2 constant LWTUNNEL_ENCAP_ILA (line 3402) | LWTUNNEL_ENCAP_ILA = 0x3 constant LWTUNNEL_ENCAP_IP6 (line 3403) | LWTUNNEL_ENCAP_IP6 = 0x4 constant LWTUNNEL_ENCAP_SEG6 (line 3404) | LWTUNNEL_ENCAP_SEG6 = 0x5 constant LWTUNNEL_ENCAP_BPF (line 3405) | LWTUNNEL_ENCAP_BPF = 0x6 constant LWTUNNEL_ENCAP_SEG6_LOCAL (line 3406) | LWTUNNEL_ENCAP_SEG6_LOCAL = 0x7 constant LWTUNNEL_ENCAP_RPL (line 3407) | LWTUNNEL_ENCAP_RPL = 0x8 constant LWTUNNEL_ENCAP_IOAM6 (line 3408) | LWTUNNEL_ENCAP_IOAM6 = 0x9 constant LWTUNNEL_ENCAP_XFRM (line 3409) | LWTUNNEL_ENCAP_XFRM = 0xa constant LWTUNNEL_ENCAP_MAX (line 3410) | LWTUNNEL_ENCAP_MAX = 0xa constant MPLS_IPTUNNEL_UNSPEC (line 3412) | MPLS_IPTUNNEL_UNSPEC = 0x0 constant MPLS_IPTUNNEL_DST (line 3413) | MPLS_IPTUNNEL_DST = 0x1 constant MPLS_IPTUNNEL_TTL (line 3414) | MPLS_IPTUNNEL_TTL = 0x2 constant MPLS_IPTUNNEL_MAX (line 3415) | MPLS_IPTUNNEL_MAX = 0x2 constant ETHTOOL_ID_UNSPEC (line 3419) | ETHTOOL_ID_UNSPEC ... constant ETHTOOL_RX_COPYBREAK (line 3420) | ETHTOOL_RX_COPYBREAK ... constant ETHTOOL_TX_COPYBREAK (line 3421) | ETHTOOL_TX_COPYBREAK ... constant ETHTOOL_PFC_PREVENTION_TOUT (line 3422) | ETHTOOL_PFC_PREVENTION_TOUT ... constant ETHTOOL_TUNABLE_UNSPEC (line 3423) | ETHTOOL_TUNABLE_UNSPEC ... constant ETHTOOL_TUNABLE_U8 (line 3424) | ETHTOOL_TUNABLE_U8 ... constant ETHTOOL_TUNABLE_U16 (line 3425) | ETHTOOL_TUNABLE_U16 ... constant ETHTOOL_TUNABLE_U32 (line 3426) | ETHTOOL_TUNABLE_U32 ... constant ETHTOOL_TUNABLE_U64 (line 3427) | ETHTOOL_TUNABLE_U64 ... constant ETHTOOL_TUNABLE_STRING (line 3428) | ETHTOOL_TUNABLE_STRING ... constant ETHTOOL_TUNABLE_S8 (line 3429) | ETHTOOL_TUNABLE_S8 ... constant ETHTOOL_TUNABLE_S16 (line 3430) | ETHTOOL_TUNABLE_S16 ... constant ETHTOOL_TUNABLE_S32 (line 3431) | ETHTOOL_TUNABLE_S32 ... constant ETHTOOL_TUNABLE_S64 (line 3432) | ETHTOOL_TUNABLE_S64 ... constant ETHTOOL_PHY_ID_UNSPEC (line 3433) | ETHTOOL_PHY_ID_UNSPEC ... constant ETHTOOL_PHY_DOWNSHIFT (line 3434) | ETHTOOL_PHY_DOWNSHIFT ... constant ETHTOOL_PHY_FAST_LINK_DOWN (line 3435) | ETHTOOL_PHY_FAST_LINK_DOWN ... constant ETHTOOL_PHY_EDPD (line 3436) | ETHTOOL_PHY_EDPD ... constant ETHTOOL_LINK_EXT_STATE_AUTONEG (line 3437) | ETHTOOL_LINK_EXT_STATE_AUTONEG ... constant ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE (line 3438) | ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH (line 3439) | ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH ... constant ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY (line 3440) | ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY ... constant ETHTOOL_LINK_EXT_STATE_NO_CABLE (line 3441) | ETHTOOL_LINK_EXT_STATE_NO_CABLE ... constant ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE (line 3442) | ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE (line 3443) | ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE (line 3444) | ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED (line 3445) | ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED ... constant ETHTOOL_LINK_EXT_STATE_OVERHEAT (line 3446) | ETHTOOL_LINK_EXT_STATE_OVERHEAT ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED (line 3447) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED (line 3448) | ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED (line 3449) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE (line 3450) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE (line 3451) | ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD (line 3452) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED (line 3453) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT (line 3454) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY (line 3455) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT (line 3456) | ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK (line 3457) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK (line 3458) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS (line 3459) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED (line 3460) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED (line 3461) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS (line 3462) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE (line 3463) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE (line 3464) | ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE (line 3465) | ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE ... constant ETHTOOL_FLASH_ALL_REGIONS (line 3466) | ETHTOOL_FLASH_ALL_REGIONS ... constant ETHTOOL_F_UNSUPPORTED__BIT (line 3467) | ETHTOOL_F_UNSUPPORTED__BIT ... constant ETHTOOL_F_WISH__BIT (line 3468) | ETHTOOL_F_WISH__BIT ... constant ETHTOOL_F_COMPAT__BIT (line 3469) | ETHTOOL_F_COMPAT__BIT ... constant ETHTOOL_FEC_NONE_BIT (line 3470) | ETHTOOL_FEC_NONE_BIT ... constant ETHTOOL_FEC_AUTO_BIT (line 3471) | ETHTOOL_FEC_AUTO_BIT ... constant ETHTOOL_FEC_OFF_BIT (line 3472) | ETHTOOL_FEC_OFF_BIT ... constant ETHTOOL_FEC_RS_BIT (line 3473) | ETHTOOL_FEC_RS_BIT ... constant ETHTOOL_FEC_BASER_BIT (line 3474) | ETHTOOL_FEC_BASER_BIT ... constant ETHTOOL_FEC_LLRS_BIT (line 3475) | ETHTOOL_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Half_BIT (line 3476) | ETHTOOL_LINK_MODE_10baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Full_BIT (line 3477) | ETHTOOL_LINK_MODE_10baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Half_BIT (line 3478) | ETHTOOL_LINK_MODE_100baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Full_BIT (line 3479) | ETHTOOL_LINK_MODE_100baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Half_BIT (line 3480) | ETHTOOL_LINK_MODE_1000baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT (line 3481) | ETHTOOL_LINK_MODE_1000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Autoneg_BIT (line 3482) | ETHTOOL_LINK_MODE_Autoneg_BIT ... constant ETHTOOL_LINK_MODE_TP_BIT (line 3483) | ETHTOOL_LINK_MODE_TP_BIT ... constant ETHTOOL_LINK_MODE_AUI_BIT (line 3484) | ETHTOOL_LINK_MODE_AUI_BIT ... constant ETHTOOL_LINK_MODE_MII_BIT (line 3485) | ETHTOOL_LINK_MODE_MII_BIT ... constant ETHTOOL_LINK_MODE_FIBRE_BIT (line 3486) | ETHTOOL_LINK_MODE_FIBRE_BIT ... constant ETHTOOL_LINK_MODE_BNC_BIT (line 3487) | ETHTOOL_LINK_MODE_BNC_BIT ... constant ETHTOOL_LINK_MODE_10000baseT_Full_BIT (line 3488) | ETHTOOL_LINK_MODE_10000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Pause_BIT (line 3489) | ETHTOOL_LINK_MODE_Pause_BIT ... constant ETHTOOL_LINK_MODE_Asym_Pause_BIT (line 3490) | ETHTOOL_LINK_MODE_Asym_Pause_BIT ... constant ETHTOOL_LINK_MODE_2500baseX_Full_BIT (line 3491) | ETHTOOL_LINK_MODE_2500baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_Backplane_BIT (line 3492) | ETHTOOL_LINK_MODE_Backplane_BIT ... constant ETHTOOL_LINK_MODE_1000baseKX_Full_BIT (line 3493) | ETHTOOL_LINK_MODE_1000baseKX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT (line 3494) | ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKR_Full_BIT (line 3495) | ETHTOOL_LINK_MODE_10000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseR_FEC_BIT (line 3496) | ETHTOOL_LINK_MODE_10000baseR_FEC_BIT ... constant ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT (line 3497) | ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT ... constant ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT (line 3498) | ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT (line 3499) | ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT (line 3500) | ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT (line 3501) | ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT (line 3502) | ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT (line 3503) | ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT (line 3504) | ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT (line 3505) | ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT (line 3506) | ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseCR_Full_BIT (line 3507) | ETHTOOL_LINK_MODE_25000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseKR_Full_BIT (line 3508) | ETHTOOL_LINK_MODE_25000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseSR_Full_BIT (line 3509) | ETHTOOL_LINK_MODE_25000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT (line 3510) | ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT (line 3511) | ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT (line 3512) | ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT (line 3513) | ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT (line 3514) | ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT (line 3515) | ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT (line 3516) | ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseX_Full_BIT (line 3517) | ETHTOOL_LINK_MODE_1000baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseCR_Full_BIT (line 3518) | ETHTOOL_LINK_MODE_10000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseSR_Full_BIT (line 3519) | ETHTOOL_LINK_MODE_10000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLR_Full_BIT (line 3520) | ETHTOOL_LINK_MODE_10000baseLR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT (line 3521) | ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseER_Full_BIT (line 3522) | ETHTOOL_LINK_MODE_10000baseER_Full_BIT ... constant ETHTOOL_LINK_MODE_2500baseT_Full_BIT (line 3523) | ETHTOOL_LINK_MODE_2500baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_5000baseT_Full_BIT (line 3524) | ETHTOOL_LINK_MODE_5000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_NONE_BIT (line 3525) | ETHTOOL_LINK_MODE_FEC_NONE_BIT ... constant ETHTOOL_LINK_MODE_FEC_RS_BIT (line 3526) | ETHTOOL_LINK_MODE_FEC_RS_BIT ... constant ETHTOOL_LINK_MODE_FEC_BASER_BIT (line 3527) | ETHTOOL_LINK_MODE_FEC_BASER_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR_Full_BIT (line 3528) | ETHTOOL_LINK_MODE_50000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR_Full_BIT (line 3529) | ETHTOOL_LINK_MODE_50000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR_Full_BIT (line 3530) | ETHTOOL_LINK_MODE_50000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT (line 3531) | ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseDR_Full_BIT (line 3532) | ETHTOOL_LINK_MODE_50000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT (line 3533) | ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT (line 3534) | ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT (line 3535) | ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT (line 3536) | ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT (line 3537) | ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT (line 3538) | ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT (line 3539) | ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT (line 3540) | ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT (line 3541) | ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT (line 3542) | ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT1_Full_BIT (line 3543) | ETHTOOL_LINK_MODE_100baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT1_Full_BIT (line 3544) | ETHTOOL_LINK_MODE_1000baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT (line 3545) | ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT (line 3546) | ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT (line 3547) | ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT (line 3548) | ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT (line 3549) | ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_LLRS_BIT (line 3550) | ETHTOOL_LINK_MODE_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR_Full_BIT (line 3551) | ETHTOOL_LINK_MODE_100000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR_Full_BIT (line 3552) | ETHTOOL_LINK_MODE_100000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT (line 3553) | ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR_Full_BIT (line 3554) | ETHTOOL_LINK_MODE_100000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR_Full_BIT (line 3555) | ETHTOOL_LINK_MODE_100000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT (line 3556) | ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT (line 3557) | ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT (line 3558) | ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT (line 3559) | ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT (line 3560) | ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT (line 3561) | ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT (line 3562) | ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT (line 3563) | ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT (line 3564) | ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT (line 3565) | ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Half_BIT (line 3566) | ETHTOOL_LINK_MODE_100baseFX_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Full_BIT (line 3567) | ETHTOOL_LINK_MODE_100baseFX_Full_BIT ... constant ETHTOOL_MSG_USER_NONE (line 3569) | ETHTOOL_MSG_USER_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET (line 3570) | ETHTOOL_MSG_STRSET_GET = 0x1 constant ETHTOOL_MSG_LINKINFO_GET (line 3571) | ETHTOOL_MSG_LINKINFO_GET = 0x2 constant ETHTOOL_MSG_LINKINFO_SET (line 3572) | ETHTOOL_MSG_LINKINFO_SET = 0x3 constant ETHTOOL_MSG_LINKMODES_GET (line 3573) | ETHTOOL_MSG_LINKMODES_GET = 0x4 constant ETHTOOL_MSG_LINKMODES_SET (line 3574) | ETHTOOL_MSG_LINKMODES_SET = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET (line 3575) | ETHTOOL_MSG_LINKSTATE_GET = 0x6 constant ETHTOOL_MSG_DEBUG_GET (line 3576) | ETHTOOL_MSG_DEBUG_GET = 0x7 constant ETHTOOL_MSG_DEBUG_SET (line 3577) | ETHTOOL_MSG_DEBUG_SET = 0x8 constant ETHTOOL_MSG_WOL_GET (line 3578) | ETHTOOL_MSG_WOL_GET = 0x9 constant ETHTOOL_MSG_WOL_SET (line 3579) | ETHTOOL_MSG_WOL_SET = 0xa constant ETHTOOL_MSG_FEATURES_GET (line 3580) | ETHTOOL_MSG_FEATURES_GET = 0xb constant ETHTOOL_MSG_FEATURES_SET (line 3581) | ETHTOOL_MSG_FEATURES_SET = 0xc constant ETHTOOL_MSG_PRIVFLAGS_GET (line 3582) | ETHTOOL_MSG_PRIVFLAGS_GET = 0xd constant ETHTOOL_MSG_PRIVFLAGS_SET (line 3583) | ETHTOOL_MSG_PRIVFLAGS_SET = 0xe constant ETHTOOL_MSG_RINGS_GET (line 3584) | ETHTOOL_MSG_RINGS_GET = 0xf constant ETHTOOL_MSG_RINGS_SET (line 3585) | ETHTOOL_MSG_RINGS_SET = 0x10 constant ETHTOOL_MSG_CHANNELS_GET (line 3586) | ETHTOOL_MSG_CHANNELS_GET = 0x11 constant ETHTOOL_MSG_CHANNELS_SET (line 3587) | ETHTOOL_MSG_CHANNELS_SET = 0x12 constant ETHTOOL_MSG_COALESCE_GET (line 3588) | ETHTOOL_MSG_COALESCE_GET = 0x13 constant ETHTOOL_MSG_COALESCE_SET (line 3589) | ETHTOOL_MSG_COALESCE_SET = 0x14 constant ETHTOOL_MSG_PAUSE_GET (line 3590) | ETHTOOL_MSG_PAUSE_GET = 0x15 constant ETHTOOL_MSG_PAUSE_SET (line 3591) | ETHTOOL_MSG_PAUSE_SET = 0x16 constant ETHTOOL_MSG_EEE_GET (line 3592) | ETHTOOL_MSG_EEE_GET = 0x17 constant ETHTOOL_MSG_EEE_SET (line 3593) | ETHTOOL_MSG_EEE_SET = 0x18 constant ETHTOOL_MSG_TSINFO_GET (line 3594) | ETHTOOL_MSG_TSINFO_GET = 0x19 constant ETHTOOL_MSG_CABLE_TEST_ACT (line 3595) | ETHTOOL_MSG_CABLE_TEST_ACT = 0x1a constant ETHTOOL_MSG_CABLE_TEST_TDR_ACT (line 3596) | ETHTOOL_MSG_CABLE_TEST_TDR_ACT = 0x1b constant ETHTOOL_MSG_TUNNEL_INFO_GET (line 3597) | ETHTOOL_MSG_TUNNEL_INFO_GET = 0x1c constant ETHTOOL_MSG_FEC_GET (line 3598) | ETHTOOL_MSG_FEC_GET = 0x1d constant ETHTOOL_MSG_FEC_SET (line 3599) | ETHTOOL_MSG_FEC_SET = 0x1e constant ETHTOOL_MSG_MODULE_EEPROM_GET (line 3600) | ETHTOOL_MSG_MODULE_EEPROM_GET = 0x1f constant ETHTOOL_MSG_STATS_GET (line 3601) | ETHTOOL_MSG_STATS_GET = 0x20 constant ETHTOOL_MSG_PHC_VCLOCKS_GET (line 3602) | ETHTOOL_MSG_PHC_VCLOCKS_GET = 0x21 constant ETHTOOL_MSG_MODULE_GET (line 3603) | ETHTOOL_MSG_MODULE_GET = 0x22 constant ETHTOOL_MSG_MODULE_SET (line 3604) | ETHTOOL_MSG_MODULE_SET = 0x23 constant ETHTOOL_MSG_PSE_GET (line 3605) | ETHTOOL_MSG_PSE_GET = 0x24 constant ETHTOOL_MSG_PSE_SET (line 3606) | ETHTOOL_MSG_PSE_SET = 0x25 constant ETHTOOL_MSG_RSS_GET (line 3607) | ETHTOOL_MSG_RSS_GET = 0x26 constant ETHTOOL_MSG_USER_MAX (line 3608) | ETHTOOL_MSG_USER_MAX = 0x26 constant ETHTOOL_MSG_KERNEL_NONE (line 3609) | ETHTOOL_MSG_KERNEL_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET_REPLY (line 3610) | ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 constant ETHTOOL_MSG_LINKINFO_GET_REPLY (line 3611) | ETHTOOL_MSG_LINKINFO_GET_REPLY = 0x2 constant ETHTOOL_MSG_LINKINFO_NTF (line 3612) | ETHTOOL_MSG_LINKINFO_NTF = 0x3 constant ETHTOOL_MSG_LINKMODES_GET_REPLY (line 3613) | ETHTOOL_MSG_LINKMODES_GET_REPLY = 0x4 constant ETHTOOL_MSG_LINKMODES_NTF (line 3614) | ETHTOOL_MSG_LINKMODES_NTF = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET_REPLY (line 3615) | ETHTOOL_MSG_LINKSTATE_GET_REPLY = 0x6 constant ETHTOOL_MSG_DEBUG_GET_REPLY (line 3616) | ETHTOOL_MSG_DEBUG_GET_REPLY = 0x7 constant ETHTOOL_MSG_DEBUG_NTF (line 3617) | ETHTOOL_MSG_DEBUG_NTF = 0x8 constant ETHTOOL_MSG_WOL_GET_REPLY (line 3618) | ETHTOOL_MSG_WOL_GET_REPLY = 0x9 constant ETHTOOL_MSG_WOL_NTF (line 3619) | ETHTOOL_MSG_WOL_NTF = 0xa constant ETHTOOL_MSG_FEATURES_GET_REPLY (line 3620) | ETHTOOL_MSG_FEATURES_GET_REPLY = 0xb constant ETHTOOL_MSG_FEATURES_SET_REPLY (line 3621) | ETHTOOL_MSG_FEATURES_SET_REPLY = 0xc constant ETHTOOL_MSG_FEATURES_NTF (line 3622) | ETHTOOL_MSG_FEATURES_NTF = 0xd constant ETHTOOL_MSG_PRIVFLAGS_GET_REPLY (line 3623) | ETHTOOL_MSG_PRIVFLAGS_GET_REPLY = 0xe constant ETHTOOL_MSG_PRIVFLAGS_NTF (line 3624) | ETHTOOL_MSG_PRIVFLAGS_NTF = 0xf constant ETHTOOL_MSG_RINGS_GET_REPLY (line 3625) | ETHTOOL_MSG_RINGS_GET_REPLY = 0x10 constant ETHTOOL_MSG_RINGS_NTF (line 3626) | ETHTOOL_MSG_RINGS_NTF = 0x11 constant ETHTOOL_MSG_CHANNELS_GET_REPLY (line 3627) | ETHTOOL_MSG_CHANNELS_GET_REPLY = 0x12 constant ETHTOOL_MSG_CHANNELS_NTF (line 3628) | ETHTOOL_MSG_CHANNELS_NTF = 0x13 constant ETHTOOL_MSG_COALESCE_GET_REPLY (line 3629) | ETHTOOL_MSG_COALESCE_GET_REPLY = 0x14 constant ETHTOOL_MSG_COALESCE_NTF (line 3630) | ETHTOOL_MSG_COALESCE_NTF = 0x15 constant ETHTOOL_MSG_PAUSE_GET_REPLY (line 3631) | ETHTOOL_MSG_PAUSE_GET_REPLY = 0x16 constant ETHTOOL_MSG_PAUSE_NTF (line 3632) | ETHTOOL_MSG_PAUSE_NTF = 0x17 constant ETHTOOL_MSG_EEE_GET_REPLY (line 3633) | ETHTOOL_MSG_EEE_GET_REPLY = 0x18 constant ETHTOOL_MSG_EEE_NTF (line 3634) | ETHTOOL_MSG_EEE_NTF = 0x19 constant ETHTOOL_MSG_TSINFO_GET_REPLY (line 3635) | ETHTOOL_MSG_TSINFO_GET_REPLY = 0x1a constant ETHTOOL_MSG_CABLE_TEST_NTF (line 3636) | ETHTOOL_MSG_CABLE_TEST_NTF = 0x1b constant ETHTOOL_MSG_CABLE_TEST_TDR_NTF (line 3637) | ETHTOOL_MSG_CABLE_TEST_TDR_NTF = 0x1c constant ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY (line 3638) | ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY = 0x1d constant ETHTOOL_MSG_FEC_GET_REPLY (line 3639) | ETHTOOL_MSG_FEC_GET_REPLY = 0x1e constant ETHTOOL_MSG_FEC_NTF (line 3640) | ETHTOOL_MSG_FEC_NTF = 0x1f constant ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY (line 3641) | ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY = 0x20 constant ETHTOOL_MSG_STATS_GET_REPLY (line 3642) | ETHTOOL_MSG_STATS_GET_REPLY = 0x21 constant ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY (line 3643) | ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY = 0x22 constant ETHTOOL_MSG_MODULE_GET_REPLY (line 3644) | ETHTOOL_MSG_MODULE_GET_REPLY = 0x23 constant ETHTOOL_MSG_MODULE_NTF (line 3645) | ETHTOOL_MSG_MODULE_NTF = 0x24 constant ETHTOOL_MSG_PSE_GET_REPLY (line 3646) | ETHTOOL_MSG_PSE_GET_REPLY = 0x25 constant ETHTOOL_MSG_RSS_GET_REPLY (line 3647) | ETHTOOL_MSG_RSS_GET_REPLY = 0x26 constant ETHTOOL_MSG_KERNEL_MAX (line 3648) | ETHTOOL_MSG_KERNEL_MAX = 0x26 constant ETHTOOL_A_HEADER_UNSPEC (line 3649) | ETHTOOL_A_HEADER_UNSPEC = 0x0 constant ETHTOOL_A_HEADER_DEV_INDEX (line 3650) | ETHTOOL_A_HEADER_DEV_INDEX = 0x1 constant ETHTOOL_A_HEADER_DEV_NAME (line 3651) | ETHTOOL_A_HEADER_DEV_NAME = 0x2 constant ETHTOOL_A_HEADER_FLAGS (line 3652) | ETHTOOL_A_HEADER_FLAGS = 0x3 constant ETHTOOL_A_HEADER_MAX (line 3653) | ETHTOOL_A_HEADER_MAX = 0x3 constant ETHTOOL_A_BITSET_BIT_UNSPEC (line 3654) | ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BIT_INDEX (line 3655) | ETHTOOL_A_BITSET_BIT_INDEX = 0x1 constant ETHTOOL_A_BITSET_BIT_NAME (line 3656) | ETHTOOL_A_BITSET_BIT_NAME = 0x2 constant ETHTOOL_A_BITSET_BIT_VALUE (line 3657) | ETHTOOL_A_BITSET_BIT_VALUE = 0x3 constant ETHTOOL_A_BITSET_BIT_MAX (line 3658) | ETHTOOL_A_BITSET_BIT_MAX = 0x3 constant ETHTOOL_A_BITSET_BITS_UNSPEC (line 3659) | ETHTOOL_A_BITSET_BITS_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BITS_BIT (line 3660) | ETHTOOL_A_BITSET_BITS_BIT = 0x1 constant ETHTOOL_A_BITSET_BITS_MAX (line 3661) | ETHTOOL_A_BITSET_BITS_MAX = 0x1 constant ETHTOOL_A_BITSET_UNSPEC (line 3662) | ETHTOOL_A_BITSET_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_NOMASK (line 3663) | ETHTOOL_A_BITSET_NOMASK = 0x1 constant ETHTOOL_A_BITSET_SIZE (line 3664) | ETHTOOL_A_BITSET_SIZE = 0x2 constant ETHTOOL_A_BITSET_BITS (line 3665) | ETHTOOL_A_BITSET_BITS = 0x3 constant ETHTOOL_A_BITSET_VALUE (line 3666) | ETHTOOL_A_BITSET_VALUE = 0x4 constant ETHTOOL_A_BITSET_MASK (line 3667) | ETHTOOL_A_BITSET_MASK = 0x5 constant ETHTOOL_A_BITSET_MAX (line 3668) | ETHTOOL_A_BITSET_MAX = 0x5 constant ETHTOOL_A_STRING_UNSPEC (line 3669) | ETHTOOL_A_STRING_UNSPEC = 0x0 constant ETHTOOL_A_STRING_INDEX (line 3670) | ETHTOOL_A_STRING_INDEX = 0x1 constant ETHTOOL_A_STRING_VALUE (line 3671) | ETHTOOL_A_STRING_VALUE = 0x2 constant ETHTOOL_A_STRING_MAX (line 3672) | ETHTOOL_A_STRING_MAX = 0x2 constant ETHTOOL_A_STRINGS_UNSPEC (line 3673) | ETHTOOL_A_STRINGS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGS_STRING (line 3674) | ETHTOOL_A_STRINGS_STRING = 0x1 constant ETHTOOL_A_STRINGS_MAX (line 3675) | ETHTOOL_A_STRINGS_MAX = 0x1 constant ETHTOOL_A_STRINGSET_UNSPEC (line 3676) | ETHTOOL_A_STRINGSET_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSET_ID (line 3677) | ETHTOOL_A_STRINGSET_ID = 0x1 constant ETHTOOL_A_STRINGSET_COUNT (line 3678) | ETHTOOL_A_STRINGSET_COUNT = 0x2 constant ETHTOOL_A_STRINGSET_STRINGS (line 3679) | ETHTOOL_A_STRINGSET_STRINGS = 0x3 constant ETHTOOL_A_STRINGSET_MAX (line 3680) | ETHTOOL_A_STRINGSET_MAX = 0x3 constant ETHTOOL_A_STRINGSETS_UNSPEC (line 3681) | ETHTOOL_A_STRINGSETS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSETS_STRINGSET (line 3682) | ETHTOOL_A_STRINGSETS_STRINGSET = 0x1 constant ETHTOOL_A_STRINGSETS_MAX (line 3683) | ETHTOOL_A_STRINGSETS_MAX = 0x1 constant ETHTOOL_A_STRSET_UNSPEC (line 3684) | ETHTOOL_A_STRSET_UNSPEC = 0x0 constant ETHTOOL_A_STRSET_HEADER (line 3685) | ETHTOOL_A_STRSET_HEADER = 0x1 constant ETHTOOL_A_STRSET_STRINGSETS (line 3686) | ETHTOOL_A_STRSET_STRINGSETS = 0x2 constant ETHTOOL_A_STRSET_COUNTS_ONLY (line 3687) | ETHTOOL_A_STRSET_COUNTS_ONLY = 0x3 constant ETHTOOL_A_STRSET_MAX (line 3688) | ETHTOOL_A_STRSET_MAX = 0x3 constant ETHTOOL_A_LINKINFO_UNSPEC (line 3689) | ETHTOOL_A_LINKINFO_UNSPEC = 0x0 constant ETHTOOL_A_LINKINFO_HEADER (line 3690) | ETHTOOL_A_LINKINFO_HEADER = 0x1 constant ETHTOOL_A_LINKINFO_PORT (line 3691) | ETHTOOL_A_LINKINFO_PORT = 0x2 constant ETHTOOL_A_LINKINFO_PHYADDR (line 3692) | ETHTOOL_A_LINKINFO_PHYADDR = 0x3 constant ETHTOOL_A_LINKINFO_TP_MDIX (line 3693) | ETHTOOL_A_LINKINFO_TP_MDIX = 0x4 constant ETHTOOL_A_LINKINFO_TP_MDIX_CTRL (line 3694) | ETHTOOL_A_LINKINFO_TP_MDIX_CTRL = 0x5 constant ETHTOOL_A_LINKINFO_TRANSCEIVER (line 3695) | ETHTOOL_A_LINKINFO_TRANSCEIVER = 0x6 constant ETHTOOL_A_LINKINFO_MAX (line 3696) | ETHTOOL_A_LINKINFO_MAX = 0x6 constant ETHTOOL_A_LINKMODES_UNSPEC (line 3697) | ETHTOOL_A_LINKMODES_UNSPEC = 0x0 constant ETHTOOL_A_LINKMODES_HEADER (line 3698) | ETHTOOL_A_LINKMODES_HEADER = 0x1 constant ETHTOOL_A_LINKMODES_AUTONEG (line 3699) | ETHTOOL_A_LINKMODES_AUTONEG = 0x2 constant ETHTOOL_A_LINKMODES_OURS (line 3700) | ETHTOOL_A_LINKMODES_OURS = 0x3 constant ETHTOOL_A_LINKMODES_PEER (line 3701) | ETHTOOL_A_LINKMODES_PEER = 0x4 constant ETHTOOL_A_LINKMODES_SPEED (line 3702) | ETHTOOL_A_LINKMODES_SPEED = 0x5 constant ETHTOOL_A_LINKMODES_DUPLEX (line 3703) | ETHTOOL_A_LINKMODES_DUPLEX = 0x6 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG (line 3704) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG = 0x7 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE (line 3705) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE = 0x8 constant ETHTOOL_A_LINKMODES_LANES (line 3706) | ETHTOOL_A_LINKMODES_LANES = 0x9 constant ETHTOOL_A_LINKMODES_RATE_MATCHING (line 3707) | ETHTOOL_A_LINKMODES_RATE_MATCHING = 0xa constant ETHTOOL_A_LINKMODES_MAX (line 3708) | ETHTOOL_A_LINKMODES_MAX = 0xa constant ETHTOOL_A_LINKSTATE_UNSPEC (line 3709) | ETHTOOL_A_LINKSTATE_UNSPEC = 0x0 constant ETHTOOL_A_LINKSTATE_HEADER (line 3710) | ETHTOOL_A_LINKSTATE_HEADER = 0x1 constant ETHTOOL_A_LINKSTATE_LINK (line 3711) | ETHTOOL_A_LINKSTATE_LINK = 0x2 constant ETHTOOL_A_LINKSTATE_SQI (line 3712) | ETHTOOL_A_LINKSTATE_SQI = 0x3 constant ETHTOOL_A_LINKSTATE_SQI_MAX (line 3713) | ETHTOOL_A_LINKSTATE_SQI_MAX = 0x4 constant ETHTOOL_A_LINKSTATE_EXT_STATE (line 3714) | ETHTOOL_A_LINKSTATE_EXT_STATE = 0x5 constant ETHTOOL_A_LINKSTATE_EXT_SUBSTATE (line 3715) | ETHTOOL_A_LINKSTATE_EXT_SUBSTATE = 0x6 constant ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT (line 3716) | ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT = 0x7 constant ETHTOOL_A_LINKSTATE_MAX (line 3717) | ETHTOOL_A_LINKSTATE_MAX = 0x7 constant ETHTOOL_A_DEBUG_UNSPEC (line 3718) | ETHTOOL_A_DEBUG_UNSPEC = 0x0 constant ETHTOOL_A_DEBUG_HEADER (line 3719) | ETHTOOL_A_DEBUG_HEADER = 0x1 constant ETHTOOL_A_DEBUG_MSGMASK (line 3720) | ETHTOOL_A_DEBUG_MSGMASK = 0x2 constant ETHTOOL_A_DEBUG_MAX (line 3721) | ETHTOOL_A_DEBUG_MAX = 0x2 constant ETHTOOL_A_WOL_UNSPEC (line 3722) | ETHTOOL_A_WOL_UNSPEC = 0x0 constant ETHTOOL_A_WOL_HEADER (line 3723) | ETHTOOL_A_WOL_HEADER = 0x1 constant ETHTOOL_A_WOL_MODES (line 3724) | ETHTOOL_A_WOL_MODES = 0x2 constant ETHTOOL_A_WOL_SOPASS (line 3725) | ETHTOOL_A_WOL_SOPASS = 0x3 constant ETHTOOL_A_WOL_MAX (line 3726) | ETHTOOL_A_WOL_MAX = 0x3 constant ETHTOOL_A_FEATURES_UNSPEC (line 3727) | ETHTOOL_A_FEATURES_UNSPEC = 0x0 constant ETHTOOL_A_FEATURES_HEADER (line 3728) | ETHTOOL_A_FEATURES_HEADER = 0x1 constant ETHTOOL_A_FEATURES_HW (line 3729) | ETHTOOL_A_FEATURES_HW = 0x2 constant ETHTOOL_A_FEATURES_WANTED (line 3730) | ETHTOOL_A_FEATURES_WANTED = 0x3 constant ETHTOOL_A_FEATURES_ACTIVE (line 3731) | ETHTOOL_A_FEATURES_ACTIVE = 0x4 constant ETHTOOL_A_FEATURES_NOCHANGE (line 3732) | ETHTOOL_A_FEATURES_NOCHANGE = 0x5 constant ETHTOOL_A_FEATURES_MAX (line 3733) | ETHTOOL_A_FEATURES_MAX = 0x5 constant ETHTOOL_A_PRIVFLAGS_UNSPEC (line 3734) | ETHTOOL_A_PRIVFLAGS_UNSPEC = 0x0 constant ETHTOOL_A_PRIVFLAGS_HEADER (line 3735) | ETHTOOL_A_PRIVFLAGS_HEADER = 0x1 constant ETHTOOL_A_PRIVFLAGS_FLAGS (line 3736) | ETHTOOL_A_PRIVFLAGS_FLAGS = 0x2 constant ETHTOOL_A_PRIVFLAGS_MAX (line 3737) | ETHTOOL_A_PRIVFLAGS_MAX = 0x2 constant ETHTOOL_A_RINGS_UNSPEC (line 3738) | ETHTOOL_A_RINGS_UNSPEC = 0x0 constant ETHTOOL_A_RINGS_HEADER (line 3739) | ETHTOOL_A_RINGS_HEADER = 0x1 constant ETHTOOL_A_RINGS_RX_MAX (line 3740) | ETHTOOL_A_RINGS_RX_MAX = 0x2 constant ETHTOOL_A_RINGS_RX_MINI_MAX (line 3741) | ETHTOOL_A_RINGS_RX_MINI_MAX = 0x3 constant ETHTOOL_A_RINGS_RX_JUMBO_MAX (line 3742) | ETHTOOL_A_RINGS_RX_JUMBO_MAX = 0x4 constant ETHTOOL_A_RINGS_TX_MAX (line 3743) | ETHTOOL_A_RINGS_TX_MAX = 0x5 constant ETHTOOL_A_RINGS_RX (line 3744) | ETHTOOL_A_RINGS_RX = 0x6 constant ETHTOOL_A_RINGS_RX_MINI (line 3745) | ETHTOOL_A_RINGS_RX_MINI = 0x7 constant ETHTOOL_A_RINGS_RX_JUMBO (line 3746) | ETHTOOL_A_RINGS_RX_JUMBO = 0x8 constant ETHTOOL_A_RINGS_TX (line 3747) | ETHTOOL_A_RINGS_TX = 0x9 constant ETHTOOL_A_RINGS_RX_BUF_LEN (line 3748) | ETHTOOL_A_RINGS_RX_BUF_LEN = 0xa constant ETHTOOL_A_RINGS_TCP_DATA_SPLIT (line 3749) | ETHTOOL_A_RINGS_TCP_DATA_SPLIT = 0xb constant ETHTOOL_A_RINGS_CQE_SIZE (line 3750) | ETHTOOL_A_RINGS_CQE_SIZE = 0xc constant ETHTOOL_A_RINGS_TX_PUSH (line 3751) | ETHTOOL_A_RINGS_TX_PUSH = 0xd constant ETHTOOL_A_RINGS_MAX (line 3752) | ETHTOOL_A_RINGS_MAX = 0xd constant ETHTOOL_A_CHANNELS_UNSPEC (line 3753) | ETHTOOL_A_CHANNELS_UNSPEC = 0x0 constant ETHTOOL_A_CHANNELS_HEADER (line 3754) | ETHTOOL_A_CHANNELS_HEADER = 0x1 constant ETHTOOL_A_CHANNELS_RX_MAX (line 3755) | ETHTOOL_A_CHANNELS_RX_MAX = 0x2 constant ETHTOOL_A_CHANNELS_TX_MAX (line 3756) | ETHTOOL_A_CHANNELS_TX_MAX = 0x3 constant ETHTOOL_A_CHANNELS_OTHER_MAX (line 3757) | ETHTOOL_A_CHANNELS_OTHER_MAX = 0x4 constant ETHTOOL_A_CHANNELS_COMBINED_MAX (line 3758) | ETHTOOL_A_CHANNELS_COMBINED_MAX = 0x5 constant ETHTOOL_A_CHANNELS_RX_COUNT (line 3759) | ETHTOOL_A_CHANNELS_RX_COUNT = 0x6 constant ETHTOOL_A_CHANNELS_TX_COUNT (line 3760) | ETHTOOL_A_CHANNELS_TX_COUNT = 0x7 constant ETHTOOL_A_CHANNELS_OTHER_COUNT (line 3761) | ETHTOOL_A_CHANNELS_OTHER_COUNT = 0x8 constant ETHTOOL_A_CHANNELS_COMBINED_COUNT (line 3762) | ETHTOOL_A_CHANNELS_COMBINED_COUNT = 0x9 constant ETHTOOL_A_CHANNELS_MAX (line 3763) | ETHTOOL_A_CHANNELS_MAX = 0x9 constant ETHTOOL_A_COALESCE_UNSPEC (line 3764) | ETHTOOL_A_COALESCE_UNSPEC = 0x0 constant ETHTOOL_A_COALESCE_HEADER (line 3765) | ETHTOOL_A_COALESCE_HEADER = 0x1 constant ETHTOOL_A_COALESCE_RX_USECS (line 3766) | ETHTOOL_A_COALESCE_RX_USECS = 0x2 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES (line 3767) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES = 0x3 constant ETHTOOL_A_COALESCE_RX_USECS_IRQ (line 3768) | ETHTOOL_A_COALESCE_RX_USECS_IRQ = 0x4 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ (line 3769) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ = 0x5 constant ETHTOOL_A_COALESCE_TX_USECS (line 3770) | ETHTOOL_A_COALESCE_TX_USECS = 0x6 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES (line 3771) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES = 0x7 constant ETHTOOL_A_COALESCE_TX_USECS_IRQ (line 3772) | ETHTOOL_A_COALESCE_TX_USECS_IRQ = 0x8 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ (line 3773) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ = 0x9 constant ETHTOOL_A_COALESCE_STATS_BLOCK_USECS (line 3774) | ETHTOOL_A_COALESCE_STATS_BLOCK_USECS = 0xa constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX (line 3775) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX = 0xb constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX (line 3776) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX = 0xc constant ETHTOOL_A_COALESCE_PKT_RATE_LOW (line 3777) | ETHTOOL_A_COALESCE_PKT_RATE_LOW = 0xd constant ETHTOOL_A_COALESCE_RX_USECS_LOW (line 3778) | ETHTOOL_A_COALESCE_RX_USECS_LOW = 0xe constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW (line 3779) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW = 0xf constant ETHTOOL_A_COALESCE_TX_USECS_LOW (line 3780) | ETHTOOL_A_COALESCE_TX_USECS_LOW = 0x10 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW (line 3781) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW = 0x11 constant ETHTOOL_A_COALESCE_PKT_RATE_HIGH (line 3782) | ETHTOOL_A_COALESCE_PKT_RATE_HIGH = 0x12 constant ETHTOOL_A_COALESCE_RX_USECS_HIGH (line 3783) | ETHTOOL_A_COALESCE_RX_USECS_HIGH = 0x13 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH (line 3784) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH = 0x14 constant ETHTOOL_A_COALESCE_TX_USECS_HIGH (line 3785) | ETHTOOL_A_COALESCE_TX_USECS_HIGH = 0x15 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH (line 3786) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH = 0x16 constant ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL (line 3787) | ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL = 0x17 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_TX (line 3788) | ETHTOOL_A_COALESCE_USE_CQE_MODE_TX = 0x18 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_RX (line 3789) | ETHTOOL_A_COALESCE_USE_CQE_MODE_RX = 0x19 constant ETHTOOL_A_COALESCE_MAX (line 3790) | ETHTOOL_A_COALESCE_MAX = 0x19 constant ETHTOOL_A_PAUSE_UNSPEC (line 3791) | ETHTOOL_A_PAUSE_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_HEADER (line 3792) | ETHTOOL_A_PAUSE_HEADER = 0x1 constant ETHTOOL_A_PAUSE_AUTONEG (line 3793) | ETHTOOL_A_PAUSE_AUTONEG = 0x2 constant ETHTOOL_A_PAUSE_RX (line 3794) | ETHTOOL_A_PAUSE_RX = 0x3 constant ETHTOOL_A_PAUSE_TX (line 3795) | ETHTOOL_A_PAUSE_TX = 0x4 constant ETHTOOL_A_PAUSE_STATS (line 3796) | ETHTOOL_A_PAUSE_STATS = 0x5 constant ETHTOOL_A_PAUSE_MAX (line 3797) | ETHTOOL_A_PAUSE_MAX = 0x5 constant ETHTOOL_A_PAUSE_STAT_UNSPEC (line 3798) | ETHTOOL_A_PAUSE_STAT_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_STAT_PAD (line 3799) | ETHTOOL_A_PAUSE_STAT_PAD = 0x1 constant ETHTOOL_A_PAUSE_STAT_TX_FRAMES (line 3800) | ETHTOOL_A_PAUSE_STAT_TX_FRAMES = 0x2 constant ETHTOOL_A_PAUSE_STAT_RX_FRAMES (line 3801) | ETHTOOL_A_PAUSE_STAT_RX_FRAMES = 0x3 constant ETHTOOL_A_PAUSE_STAT_MAX (line 3802) | ETHTOOL_A_PAUSE_STAT_MAX = 0x3 constant ETHTOOL_A_EEE_UNSPEC (line 3803) | ETHTOOL_A_EEE_UNSPEC = 0x0 constant ETHTOOL_A_EEE_HEADER (line 3804) | ETHTOOL_A_EEE_HEADER = 0x1 constant ETHTOOL_A_EEE_MODES_OURS (line 3805) | ETHTOOL_A_EEE_MODES_OURS = 0x2 constant ETHTOOL_A_EEE_MODES_PEER (line 3806) | ETHTOOL_A_EEE_MODES_PEER = 0x3 constant ETHTOOL_A_EEE_ACTIVE (line 3807) | ETHTOOL_A_EEE_ACTIVE = 0x4 constant ETHTOOL_A_EEE_ENABLED (line 3808) | ETHTOOL_A_EEE_ENABLED = 0x5 constant ETHTOOL_A_EEE_TX_LPI_ENABLED (line 3809) | ETHTOOL_A_EEE_TX_LPI_ENABLED = 0x6 constant ETHTOOL_A_EEE_TX_LPI_TIMER (line 3810) | ETHTOOL_A_EEE_TX_LPI_TIMER = 0x7 constant ETHTOOL_A_EEE_MAX (line 3811) | ETHTOOL_A_EEE_MAX = 0x7 constant ETHTOOL_A_TSINFO_UNSPEC (line 3812) | ETHTOOL_A_TSINFO_UNSPEC = 0x0 constant ETHTOOL_A_TSINFO_HEADER (line 3813) | ETHTOOL_A_TSINFO_HEADER = 0x1 constant ETHTOOL_A_TSINFO_TIMESTAMPING (line 3814) | ETHTOOL_A_TSINFO_TIMESTAMPING = 0x2 constant ETHTOOL_A_TSINFO_TX_TYPES (line 3815) | ETHTOOL_A_TSINFO_TX_TYPES = 0x3 constant ETHTOOL_A_TSINFO_RX_FILTERS (line 3816) | ETHTOOL_A_TSINFO_RX_FILTERS = 0x4 constant ETHTOOL_A_TSINFO_PHC_INDEX (line 3817) | ETHTOOL_A_TSINFO_PHC_INDEX = 0x5 constant ETHTOOL_A_TSINFO_MAX (line 3818) | ETHTOOL_A_TSINFO_MAX = 0x5 constant ETHTOOL_A_CABLE_TEST_UNSPEC (line 3819) | ETHTOOL_A_CABLE_TEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_HEADER (line 3820) | ETHTOOL_A_CABLE_TEST_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_MAX (line 3821) | ETHTOOL_A_CABLE_TEST_MAX = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC (line 3822) | ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_CODE_OK (line 3823) | ETHTOOL_A_CABLE_RESULT_CODE_OK = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_OPEN (line 3824) | ETHTOOL_A_CABLE_RESULT_CODE_OPEN = 0x2 constant ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT (line 3825) | ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT = 0x3 constant ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT (line 3826) | ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT = 0x4 constant ETHTOOL_A_CABLE_PAIR_A (line 3827) | ETHTOOL_A_CABLE_PAIR_A = 0x0 constant ETHTOOL_A_CABLE_PAIR_B (line 3828) | ETHTOOL_A_CABLE_PAIR_B = 0x1 constant ETHTOOL_A_CABLE_PAIR_C (line 3829) | ETHTOOL_A_CABLE_PAIR_C = 0x2 constant ETHTOOL_A_CABLE_PAIR_D (line 3830) | ETHTOOL_A_CABLE_PAIR_D = 0x3 constant ETHTOOL_A_CABLE_RESULT_UNSPEC (line 3831) | ETHTOOL_A_CABLE_RESULT_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_PAIR (line 3832) | ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE (line 3833) | ETHTOOL_A_CABLE_RESULT_CODE = 0x2 constant ETHTOOL_A_CABLE_RESULT_MAX (line 3834) | ETHTOOL_A_CABLE_RESULT_MAX = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC (line 3835) | ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR (line 3836) | ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 constant ETHTOOL_A_CABLE_FAULT_LENGTH_CM (line 3837) | ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_MAX (line 3838) | ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC (line 3839) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED (line 3840) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED (line 3841) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED = 0x2 constant ETHTOOL_A_CABLE_NEST_UNSPEC (line 3842) | ETHTOOL_A_CABLE_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_NEST_RESULT (line 3843) | ETHTOOL_A_CABLE_NEST_RESULT = 0x1 constant ETHTOOL_A_CABLE_NEST_FAULT_LENGTH (line 3844) | ETHTOOL_A_CABLE_NEST_FAULT_LENGTH = 0x2 constant ETHTOOL_A_CABLE_NEST_MAX (line 3845) | ETHTOOL_A_CABLE_NEST_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_UNSPEC (line 3846) | ETHTOOL_A_CABLE_TEST_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_HEADER (line 3847) | ETHTOOL_A_CABLE_TEST_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS (line 3848) | ETHTOOL_A_CABLE_TEST_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_NEST (line 3849) | ETHTOOL_A_CABLE_TEST_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_NTF_MAX (line 3850) | ETHTOOL_A_CABLE_TEST_NTF_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC (line 3851) | ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST (line 3852) | ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST (line 3853) | ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP (line 3854) | ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR (line 3855) | ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX (line 3856) | ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_UNSPEC (line 3857) | ETHTOOL_A_CABLE_TEST_TDR_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_HEADER (line 3858) | ETHTOOL_A_CABLE_TEST_TDR_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG (line 3859) | ETHTOOL_A_CABLE_TEST_TDR_CFG = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_MAX (line 3860) | ETHTOOL_A_CABLE_TEST_TDR_MAX = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC (line 3861) | ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_AMPLITUDE_PAIR (line 3862) | ETHTOOL_A_CABLE_AMPLITUDE_PAIR = 0x1 constant ETHTOOL_A_CABLE_AMPLITUDE_mV (line 3863) | ETHTOOL_A_CABLE_AMPLITUDE_mV = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_MAX (line 3864) | ETHTOOL_A_CABLE_AMPLITUDE_MAX = 0x2 constant ETHTOOL_A_CABLE_PULSE_UNSPEC (line 3865) | ETHTOOL_A_CABLE_PULSE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_PULSE_mV (line 3866) | ETHTOOL_A_CABLE_PULSE_mV = 0x1 constant ETHTOOL_A_CABLE_PULSE_MAX (line 3867) | ETHTOOL_A_CABLE_PULSE_MAX = 0x1 constant ETHTOOL_A_CABLE_STEP_UNSPEC (line 3868) | ETHTOOL_A_CABLE_STEP_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE (line 3869) | ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE = 0x1 constant ETHTOOL_A_CABLE_STEP_LAST_DISTANCE (line 3870) | ETHTOOL_A_CABLE_STEP_LAST_DISTANCE = 0x2 constant ETHTOOL_A_CABLE_STEP_STEP_DISTANCE (line 3871) | ETHTOOL_A_CABLE_STEP_STEP_DISTANCE = 0x3 constant ETHTOOL_A_CABLE_STEP_MAX (line 3872) | ETHTOOL_A_CABLE_STEP_MAX = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_UNSPEC (line 3873) | ETHTOOL_A_CABLE_TDR_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TDR_NEST_STEP (line 3874) | ETHTOOL_A_CABLE_TDR_NEST_STEP = 0x1 constant ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE (line 3875) | ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE = 0x2 constant ETHTOOL_A_CABLE_TDR_NEST_PULSE (line 3876) | ETHTOOL_A_CABLE_TDR_NEST_PULSE = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_MAX (line 3877) | ETHTOOL_A_CABLE_TDR_NEST_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC (line 3878) | ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER (line 3879) | ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS (line 3880) | ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST (line 3881) | ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX (line 3882) | ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX = 0x3 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN (line 3883) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN = 0x0 constant ETHTOOL_UDP_TUNNEL_TYPE_GENEVE (line 3884) | ETHTOOL_UDP_TUNNEL_TYPE_GENEVE = 0x1 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE (line 3885) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC (line 3886) | ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT (line 3887) | ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT = 0x1 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE (line 3888) | ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX (line 3889) | ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC (line 3890) | ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE (line 3891) | ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES (line 3892) | ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY (line 3893) | ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY = 0x3 constant ETHTOOL_A_TUNNEL_UDP_TABLE_MAX (line 3894) | ETHTOOL_A_TUNNEL_UDP_TABLE_MAX = 0x3 constant ETHTOOL_A_TUNNEL_UDP_UNSPEC (line 3895) | ETHTOOL_A_TUNNEL_UDP_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE (line 3896) | ETHTOOL_A_TUNNEL_UDP_TABLE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_MAX (line 3897) | ETHTOOL_A_TUNNEL_UDP_MAX = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UNSPEC (line 3898) | ETHTOOL_A_TUNNEL_INFO_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_INFO_HEADER (line 3899) | ETHTOOL_A_TUNNEL_INFO_HEADER = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UDP_PORTS (line 3900) | ETHTOOL_A_TUNNEL_INFO_UDP_PORTS = 0x2 constant ETHTOOL_A_TUNNEL_INFO_MAX (line 3901) | ETHTOOL_A_TUNNEL_INFO_MAX = 0x2 constant SPEED_UNKNOWN (line 3904) | SPEED_UNKNOWN = -0x1 type EthtoolDrvinfo (line 3906) | type EthtoolDrvinfo struct type HIDRawReportDescriptor (line 3922) | type HIDRawReportDescriptor struct type HIDRawDevInfo (line 3926) | type HIDRawDevInfo struct constant CLOSE_RANGE_UNSHARE (line 3934) | CLOSE_RANGE_UNSHARE = 0x2 constant CLOSE_RANGE_CLOEXEC (line 3935) | CLOSE_RANGE_CLOEXEC = 0x4 constant NLMSGERR_ATTR_MSG (line 3939) | NLMSGERR_ATTR_MSG = 0x1 constant NLMSGERR_ATTR_OFFS (line 3940) | NLMSGERR_ATTR_OFFS = 0x2 constant NLMSGERR_ATTR_COOKIE (line 3941) | NLMSGERR_ATTR_COOKIE = 0x3 type EraseInfo (line 3945) | type EraseInfo struct type EraseInfo64 (line 3949) | type EraseInfo64 struct type MtdOobBuf (line 3953) | type MtdOobBuf struct type MtdOobBuf64 (line 3958) | type MtdOobBuf64 struct type MtdWriteReq (line 3964) | type MtdWriteReq struct type MtdInfo (line 3973) | type MtdInfo struct type RegionInfo (line 3982) | type RegionInfo struct type OtpInfo (line 3988) | type OtpInfo struct type NandOobinfo (line 3993) | type NandOobinfo struct type NandOobfree (line 3999) | type NandOobfree struct type NandEcclayout (line 4003) | type NandEcclayout struct type MtdEccStats (line 4009) | type MtdEccStats struct constant MTD_OPS_PLACE_OOB (line 4018) | MTD_OPS_PLACE_OOB = 0x0 constant MTD_OPS_AUTO_OOB (line 4019) | MTD_OPS_AUTO_OOB = 0x1 constant MTD_OPS_RAW (line 4020) | MTD_OPS_RAW = 0x2 constant MTD_FILE_MODE_NORMAL (line 4024) | MTD_FILE_MODE_NORMAL = 0x0 constant MTD_FILE_MODE_OTP_FACTORY (line 4025) | MTD_FILE_MODE_OTP_FACTORY = 0x1 constant MTD_FILE_MODE_OTP_USER (line 4026) | MTD_FILE_MODE_OTP_USER = 0x2 constant MTD_FILE_MODE_RAW (line 4027) | MTD_FILE_MODE_RAW = 0x3 constant NFC_CMD_UNSPEC (line 4031) | NFC_CMD_UNSPEC = 0x0 constant NFC_CMD_GET_DEVICE (line 4032) | NFC_CMD_GET_DEVICE = 0x1 constant NFC_CMD_DEV_UP (line 4033) | NFC_CMD_DEV_UP = 0x2 constant NFC_CMD_DEV_DOWN (line 4034) | NFC_CMD_DEV_DOWN = 0x3 constant NFC_CMD_DEP_LINK_UP (line 4035) | NFC_CMD_DEP_LINK_UP = 0x4 constant NFC_CMD_DEP_LINK_DOWN (line 4036) | NFC_CMD_DEP_LINK_DOWN = 0x5 constant NFC_CMD_START_POLL (line 4037) | NFC_CMD_START_POLL = 0x6 constant NFC_CMD_STOP_POLL (line 4038) | NFC_CMD_STOP_POLL = 0x7 constant NFC_CMD_GET_TARGET (line 4039) | NFC_CMD_GET_TARGET = 0x8 constant NFC_EVENT_TARGETS_FOUND (line 4040) | NFC_EVENT_TARGETS_FOUND = 0x9 constant NFC_EVENT_DEVICE_ADDED (line 4041) | NFC_EVENT_DEVICE_ADDED = 0xa constant NFC_EVENT_DEVICE_REMOVED (line 4042) | NFC_EVENT_DEVICE_REMOVED = 0xb constant NFC_EVENT_TARGET_LOST (line 4043) | NFC_EVENT_TARGET_LOST = 0xc constant NFC_EVENT_TM_ACTIVATED (line 4044) | NFC_EVENT_TM_ACTIVATED = 0xd constant NFC_EVENT_TM_DEACTIVATED (line 4045) | NFC_EVENT_TM_DEACTIVATED = 0xe constant NFC_CMD_LLC_GET_PARAMS (line 4046) | NFC_CMD_LLC_GET_PARAMS = 0xf constant NFC_CMD_LLC_SET_PARAMS (line 4047) | NFC_CMD_LLC_SET_PARAMS = 0x10 constant NFC_CMD_ENABLE_SE (line 4048) | NFC_CMD_ENABLE_SE = 0x11 constant NFC_CMD_DISABLE_SE (line 4049) | NFC_CMD_DISABLE_SE = 0x12 constant NFC_CMD_LLC_SDREQ (line 4050) | NFC_CMD_LLC_SDREQ = 0x13 constant NFC_EVENT_LLC_SDRES (line 4051) | NFC_EVENT_LLC_SDRES = 0x14 constant NFC_CMD_FW_DOWNLOAD (line 4052) | NFC_CMD_FW_DOWNLOAD = 0x15 constant NFC_EVENT_SE_ADDED (line 4053) | NFC_EVENT_SE_ADDED = 0x16 constant NFC_EVENT_SE_REMOVED (line 4054) | NFC_EVENT_SE_REMOVED = 0x17 constant NFC_EVENT_SE_CONNECTIVITY (line 4055) | NFC_EVENT_SE_CONNECTIVITY = 0x18 constant NFC_EVENT_SE_TRANSACTION (line 4056) | NFC_EVENT_SE_TRANSACTION = 0x19 constant NFC_CMD_GET_SE (line 4057) | NFC_CMD_GET_SE = 0x1a constant NFC_CMD_SE_IO (line 4058) | NFC_CMD_SE_IO = 0x1b constant NFC_CMD_ACTIVATE_TARGET (line 4059) | NFC_CMD_ACTIVATE_TARGET = 0x1c constant NFC_CMD_VENDOR (line 4060) | NFC_CMD_VENDOR = 0x1d constant NFC_CMD_DEACTIVATE_TARGET (line 4061) | NFC_CMD_DEACTIVATE_TARGET = 0x1e constant NFC_ATTR_UNSPEC (line 4062) | NFC_ATTR_UNSPEC = 0x0 constant NFC_ATTR_DEVICE_INDEX (line 4063) | NFC_ATTR_DEVICE_INDEX = 0x1 constant NFC_ATTR_DEVICE_NAME (line 4064) | NFC_ATTR_DEVICE_NAME = 0x2 constant NFC_ATTR_PROTOCOLS (line 4065) | NFC_ATTR_PROTOCOLS = 0x3 constant NFC_ATTR_TARGET_INDEX (line 4066) | NFC_ATTR_TARGET_INDEX = 0x4 constant NFC_ATTR_TARGET_SENS_RES (line 4067) | NFC_ATTR_TARGET_SENS_RES = 0x5 constant NFC_ATTR_TARGET_SEL_RES (line 4068) | NFC_ATTR_TARGET_SEL_RES = 0x6 constant NFC_ATTR_TARGET_NFCID1 (line 4069) | NFC_ATTR_TARGET_NFCID1 = 0x7 constant NFC_ATTR_TARGET_SENSB_RES (line 4070) | NFC_ATTR_TARGET_SENSB_RES = 0x8 constant NFC_ATTR_TARGET_SENSF_RES (line 4071) | NFC_ATTR_TARGET_SENSF_RES = 0x9 constant NFC_ATTR_COMM_MODE (line 4072) | NFC_ATTR_COMM_MODE = 0xa constant NFC_ATTR_RF_MODE (line 4073) | NFC_ATTR_RF_MODE = 0xb constant NFC_ATTR_DEVICE_POWERED (line 4074) | NFC_ATTR_DEVICE_POWERED = 0xc constant NFC_ATTR_IM_PROTOCOLS (line 4075) | NFC_ATTR_IM_PROTOCOLS = 0xd constant NFC_ATTR_TM_PROTOCOLS (line 4076) | NFC_ATTR_TM_PROTOCOLS = 0xe constant NFC_ATTR_LLC_PARAM_LTO (line 4077) | NFC_ATTR_LLC_PARAM_LTO = 0xf constant NFC_ATTR_LLC_PARAM_RW (line 4078) | NFC_ATTR_LLC_PARAM_RW = 0x10 constant NFC_ATTR_LLC_PARAM_MIUX (line 4079) | NFC_ATTR_LLC_PARAM_MIUX = 0x11 constant NFC_ATTR_SE (line 4080) | NFC_ATTR_SE = 0x12 constant NFC_ATTR_LLC_SDP (line 4081) | NFC_ATTR_LLC_SDP = 0x13 constant NFC_ATTR_FIRMWARE_NAME (line 4082) | NFC_ATTR_FIRMWARE_NAME = 0x14 constant NFC_ATTR_SE_INDEX (line 4083) | NFC_ATTR_SE_INDEX = 0x15 constant NFC_ATTR_SE_TYPE (line 4084) | NFC_ATTR_SE_TYPE = 0x16 constant NFC_ATTR_SE_AID (line 4085) | NFC_ATTR_SE_AID = 0x17 constant NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS (line 4086) | NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS = 0x18 constant NFC_ATTR_SE_APDU (line 4087) | NFC_ATTR_SE_APDU = 0x19 constant NFC_ATTR_TARGET_ISO15693_DSFID (line 4088) | NFC_ATTR_TARGET_ISO15693_DSFID = 0x1a constant NFC_ATTR_TARGET_ISO15693_UID (line 4089) | NFC_ATTR_TARGET_ISO15693_UID = 0x1b constant NFC_ATTR_SE_PARAMS (line 4090) | NFC_ATTR_SE_PARAMS = 0x1c constant NFC_ATTR_VENDOR_ID (line 4091) | NFC_ATTR_VENDOR_ID = 0x1d constant NFC_ATTR_VENDOR_SUBCMD (line 4092) | NFC_ATTR_VENDOR_SUBCMD = 0x1e constant NFC_ATTR_VENDOR_DATA (line 4093) | NFC_ATTR_VENDOR_DATA = 0x1f constant NFC_SDP_ATTR_UNSPEC (line 4094) | NFC_SDP_ATTR_UNSPEC = 0x0 constant NFC_SDP_ATTR_URI (line 4095) | NFC_SDP_ATTR_URI = 0x1 constant NFC_SDP_ATTR_SAP (line 4096) | NFC_SDP_ATTR_SAP = 0x2 type LandlockRulesetAttr (line 4099) | type LandlockRulesetAttr struct type LandlockPathBeneathAttr (line 4103) | type LandlockPathBeneathAttr struct constant LANDLOCK_RULE_PATH_BENEATH (line 4109) | LANDLOCK_RULE_PATH_BENEATH = 0x1 constant IPC_CREAT (line 4113) | IPC_CREAT = 0x200 constant IPC_EXCL (line 4114) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 4115) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 4116) | IPC_PRIVATE = 0x0 constant ipc_64 (line 4118) | ipc_64 = 0x100 constant IPC_RMID (line 4122) | IPC_RMID = 0x0 constant IPC_SET (line 4123) | IPC_SET = 0x1 constant IPC_STAT (line 4124) | IPC_STAT = 0x2 constant SHM_RDONLY (line 4128) | SHM_RDONLY = 0x1000 constant SHM_RND (line 4129) | SHM_RND = 0x2000 type MountAttr (line 4132) | type MountAttr struct constant WG_CMD_GET_DEVICE (line 4140) | WG_CMD_GET_DEVICE = 0x0 constant WG_CMD_SET_DEVICE (line 4141) | WG_CMD_SET_DEVICE = 0x1 constant WGDEVICE_F_REPLACE_PEERS (line 4142) | WGDEVICE_F_REPLACE_PEERS = 0x1 constant WGDEVICE_A_UNSPEC (line 4143) | WGDEVICE_A_UNSPEC = 0x0 constant WGDEVICE_A_IFINDEX (line 4144) | WGDEVICE_A_IFINDEX = 0x1 constant WGDEVICE_A_IFNAME (line 4145) | WGDEVICE_A_IFNAME = 0x2 constant WGDEVICE_A_PRIVATE_KEY (line 4146) | WGDEVICE_A_PRIVATE_KEY = 0x3 constant WGDEVICE_A_PUBLIC_KEY (line 4147) | WGDEVICE_A_PUBLIC_KEY = 0x4 constant WGDEVICE_A_FLAGS (line 4148) | WGDEVICE_A_FLAGS = 0x5 constant WGDEVICE_A_LISTEN_PORT (line 4149) | WGDEVICE_A_LISTEN_PORT = 0x6 constant WGDEVICE_A_FWMARK (line 4150) | WGDEVICE_A_FWMARK = 0x7 constant WGDEVICE_A_PEERS (line 4151) | WGDEVICE_A_PEERS = 0x8 constant WGPEER_F_REMOVE_ME (line 4152) | WGPEER_F_REMOVE_ME = 0x1 constant WGPEER_F_REPLACE_ALLOWEDIPS (line 4153) | WGPEER_F_REPLACE_ALLOWEDIPS = 0x2 constant WGPEER_F_UPDATE_ONLY (line 4154) | WGPEER_F_UPDATE_ONLY = 0x4 constant WGPEER_A_UNSPEC (line 4155) | WGPEER_A_UNSPEC = 0x0 constant WGPEER_A_PUBLIC_KEY (line 4156) | WGPEER_A_PUBLIC_KEY = 0x1 constant WGPEER_A_PRESHARED_KEY (line 4157) | WGPEER_A_PRESHARED_KEY = 0x2 constant WGPEER_A_FLAGS (line 4158) | WGPEER_A_FLAGS = 0x3 constant WGPEER_A_ENDPOINT (line 4159) | WGPEER_A_ENDPOINT = 0x4 constant WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL (line 4160) | WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL = 0x5 constant WGPEER_A_LAST_HANDSHAKE_TIME (line 4161) | WGPEER_A_LAST_HANDSHAKE_TIME = 0x6 constant WGPEER_A_RX_BYTES (line 4162) | WGPEER_A_RX_BYTES = 0x7 constant WGPEER_A_TX_BYTES (line 4163) | WGPEER_A_TX_BYTES = 0x8 constant WGPEER_A_ALLOWEDIPS (line 4164) | WGPEER_A_ALLOWEDIPS = 0x9 constant WGPEER_A_PROTOCOL_VERSION (line 4165) | WGPEER_A_PROTOCOL_VERSION = 0xa constant WGALLOWEDIP_A_UNSPEC (line 4166) | WGALLOWEDIP_A_UNSPEC = 0x0 constant WGALLOWEDIP_A_FAMILY (line 4167) | WGALLOWEDIP_A_FAMILY = 0x1 constant WGALLOWEDIP_A_IPADDR (line 4168) | WGALLOWEDIP_A_IPADDR = 0x2 constant WGALLOWEDIP_A_CIDR_MASK (line 4169) | WGALLOWEDIP_A_CIDR_MASK = 0x3 constant NL_ATTR_TYPE_INVALID (line 4173) | NL_ATTR_TYPE_INVALID = 0x0 constant NL_ATTR_TYPE_FLAG (line 4174) | NL_ATTR_TYPE_FLAG = 0x1 constant NL_ATTR_TYPE_U8 (line 4175) | NL_ATTR_TYPE_U8 = 0x2 constant NL_ATTR_TYPE_U16 (line 4176) | NL_ATTR_TYPE_U16 = 0x3 constant NL_ATTR_TYPE_U32 (line 4177) | NL_ATTR_TYPE_U32 = 0x4 constant NL_ATTR_TYPE_U64 (line 4178) | NL_ATTR_TYPE_U64 = 0x5 constant NL_ATTR_TYPE_S8 (line 4179) | NL_ATTR_TYPE_S8 = 0x6 constant NL_ATTR_TYPE_S16 (line 4180) | NL_ATTR_TYPE_S16 = 0x7 constant NL_ATTR_TYPE_S32 (line 4181) | NL_ATTR_TYPE_S32 = 0x8 constant NL_ATTR_TYPE_S64 (line 4182) | NL_ATTR_TYPE_S64 = 0x9 constant NL_ATTR_TYPE_BINARY (line 4183) | NL_ATTR_TYPE_BINARY = 0xa constant NL_ATTR_TYPE_STRING (line 4184) | NL_ATTR_TYPE_STRING = 0xb constant NL_ATTR_TYPE_NUL_STRING (line 4185) | NL_ATTR_TYPE_NUL_STRING = 0xc constant NL_ATTR_TYPE_NESTED (line 4186) | NL_ATTR_TYPE_NESTED = 0xd constant NL_ATTR_TYPE_NESTED_ARRAY (line 4187) | NL_ATTR_TYPE_NESTED_ARRAY = 0xe constant NL_ATTR_TYPE_BITFIELD32 (line 4188) | NL_ATTR_TYPE_BITFIELD32 = 0xf constant NL_POLICY_TYPE_ATTR_UNSPEC (line 4190) | NL_POLICY_TYPE_ATTR_UNSPEC = 0x0 constant NL_POLICY_TYPE_ATTR_TYPE (line 4191) | NL_POLICY_TYPE_ATTR_TYPE = 0x1 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_S (line 4192) | NL_POLICY_TYPE_ATTR_MIN_VALUE_S = 0x2 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_S (line 4193) | NL_POLICY_TYPE_ATTR_MAX_VALUE_S = 0x3 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_U (line 4194) | NL_POLICY_TYPE_ATTR_MIN_VALUE_U = 0x4 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_U (line 4195) | NL_POLICY_TYPE_ATTR_MAX_VALUE_U = 0x5 constant NL_POLICY_TYPE_ATTR_MIN_LENGTH (line 4196) | NL_POLICY_TYPE_ATTR_MIN_LENGTH = 0x6 constant NL_POLICY_TYPE_ATTR_MAX_LENGTH (line 4197) | NL_POLICY_TYPE_ATTR_MAX_LENGTH = 0x7 constant NL_POLICY_TYPE_ATTR_POLICY_IDX (line 4198) | NL_POLICY_TYPE_ATTR_POLICY_IDX = 0x8 constant NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE (line 4199) | NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE = 0x9 constant NL_POLICY_TYPE_ATTR_BITFIELD32_MASK (line 4200) | NL_POLICY_TYPE_ATTR_BITFIELD32_MASK = 0xa constant NL_POLICY_TYPE_ATTR_PAD (line 4201) | NL_POLICY_TYPE_ATTR_PAD = 0xb constant NL_POLICY_TYPE_ATTR_MASK (line 4202) | NL_POLICY_TYPE_ATTR_MASK = 0xc constant NL_POLICY_TYPE_ATTR_MAX (line 4203) | NL_POLICY_TYPE_ATTR_MAX = 0xc type CANBitTiming (line 4206) | type CANBitTiming struct type CANBitTimingConst (line 4217) | type CANBitTimingConst struct type CANClock (line 4229) | type CANClock struct type CANBusErrorCounters (line 4233) | type CANBusErrorCounters struct type CANCtrlMode (line 4238) | type CANCtrlMode struct type CANDeviceStats (line 4243) | type CANDeviceStats struct constant CAN_STATE_ERROR_ACTIVE (line 4253) | CAN_STATE_ERROR_ACTIVE = 0x0 constant CAN_STATE_ERROR_WARNING (line 4254) | CAN_STATE_ERROR_WARNING = 0x1 constant CAN_STATE_ERROR_PASSIVE (line 4255) | CAN_STATE_ERROR_PASSIVE = 0x2 constant CAN_STATE_BUS_OFF (line 4256) | CAN_STATE_BUS_OFF = 0x3 constant CAN_STATE_STOPPED (line 4257) | CAN_STATE_STOPPED = 0x4 constant CAN_STATE_SLEEPING (line 4258) | CAN_STATE_SLEEPING = 0x5 constant CAN_STATE_MAX (line 4259) | CAN_STATE_MAX = 0x6 constant IFLA_CAN_UNSPEC (line 4263) | IFLA_CAN_UNSPEC = 0x0 constant IFLA_CAN_BITTIMING (line 4264) | IFLA_CAN_BITTIMING = 0x1 constant IFLA_CAN_BITTIMING_CONST (line 4265) | IFLA_CAN_BITTIMING_CONST = 0x2 constant IFLA_CAN_CLOCK (line 4266) | IFLA_CAN_CLOCK = 0x3 constant IFLA_CAN_STATE (line 4267) | IFLA_CAN_STATE = 0x4 constant IFLA_CAN_CTRLMODE (line 4268) | IFLA_CAN_CTRLMODE = 0x5 constant IFLA_CAN_RESTART_MS (line 4269) | IFLA_CAN_RESTART_MS = 0x6 constant IFLA_CAN_RESTART (line 4270) | IFLA_CAN_RESTART = 0x7 constant IFLA_CAN_BERR_COUNTER (line 4271) | IFLA_CAN_BERR_COUNTER = 0x8 constant IFLA_CAN_DATA_BITTIMING (line 4272) | IFLA_CAN_DATA_BITTIMING = 0x9 constant IFLA_CAN_DATA_BITTIMING_CONST (line 4273) | IFLA_CAN_DATA_BITTIMING_CONST = 0xa constant IFLA_CAN_TERMINATION (line 4274) | IFLA_CAN_TERMINATION = 0xb constant IFLA_CAN_TERMINATION_CONST (line 4275) | IFLA_CAN_TERMINATION_CONST = 0xc constant IFLA_CAN_BITRATE_CONST (line 4276) | IFLA_CAN_BITRATE_CONST = 0xd constant IFLA_CAN_DATA_BITRATE_CONST (line 4277) | IFLA_CAN_DATA_BITRATE_CONST = 0xe constant IFLA_CAN_BITRATE_MAX (line 4278) | IFLA_CAN_BITRATE_MAX = 0xf type KCMAttach (line 4281) | type KCMAttach struct type KCMUnattach (line 4286) | type KCMUnattach struct type KCMClone (line 4290) | type KCMClone struct constant NL80211_AC_BE (line 4295) | NL80211_AC_BE = 0x2 constant NL80211_AC_BK (line 4296) | NL80211_AC_BK = 0x3 constant NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED (line 4297) | NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED = 0x0 constant NL80211_ACL_POLICY_DENY_UNLESS_LISTED (line 4298) | NL80211_ACL_POLICY_DENY_UNLESS_LISTED = 0x1 constant NL80211_AC_VI (line 4299) | NL80211_AC_VI = 0x1 constant NL80211_AC_VO (line 4300) | NL80211_AC_VO = 0x0 constant NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT (line 4301) | NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT = 0x1 constant NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT (line 4302) | NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT = 0x2 constant NL80211_AP_SME_SA_QUERY_OFFLOAD (line 4303) | NL80211_AP_SME_SA_QUERY_OFFLOAD = 0x1 constant NL80211_ATTR_4ADDR (line 4304) | NL80211_ATTR_4ADDR = 0x53 constant NL80211_ATTR_ACK (line 4305) | NL80211_ATTR_ACK = 0x5c constant NL80211_ATTR_ACK_SIGNAL (line 4306) | NL80211_ATTR_ACK_SIGNAL = 0x107 constant NL80211_ATTR_ACL_POLICY (line 4307) | NL80211_ATTR_ACL_POLICY = 0xa5 constant NL80211_ATTR_ADMITTED_TIME (line 4308) | NL80211_ATTR_ADMITTED_TIME = 0xd4 constant NL80211_ATTR_AIRTIME_WEIGHT (line 4309) | NL80211_ATTR_AIRTIME_WEIGHT = 0x112 constant NL80211_ATTR_AKM_SUITES (line 4310) | NL80211_ATTR_AKM_SUITES = 0x4c constant NL80211_ATTR_AP_ISOLATE (line 4311) | NL80211_ATTR_AP_ISOLATE = 0x60 constant NL80211_ATTR_AP_SETTINGS_FLAGS (line 4312) | NL80211_ATTR_AP_SETTINGS_FLAGS = 0x135 constant NL80211_ATTR_AUTH_DATA (line 4313) | NL80211_ATTR_AUTH_DATA = 0x9c constant NL80211_ATTR_AUTH_TYPE (line 4314) | NL80211_ATTR_AUTH_TYPE = 0x35 constant NL80211_ATTR_BANDS (line 4315) | NL80211_ATTR_BANDS = 0xef constant NL80211_ATTR_BEACON_HEAD (line 4316) | NL80211_ATTR_BEACON_HEAD = 0xe constant NL80211_ATTR_BEACON_INTERVAL (line 4317) | NL80211_ATTR_BEACON_INTERVAL = 0xc constant NL80211_ATTR_BEACON_TAIL (line 4318) | NL80211_ATTR_BEACON_TAIL = 0xf constant NL80211_ATTR_BG_SCAN_PERIOD (line 4319) | NL80211_ATTR_BG_SCAN_PERIOD = 0x98 constant NL80211_ATTR_BSS_BASIC_RATES (line 4320) | NL80211_ATTR_BSS_BASIC_RATES = 0x24 constant NL80211_ATTR_BSS (line 4321) | NL80211_ATTR_BSS = 0x2f constant NL80211_ATTR_BSS_CTS_PROT (line 4322) | NL80211_ATTR_BSS_CTS_PROT = 0x1c constant NL80211_ATTR_BSS_HT_OPMODE (line 4323) | NL80211_ATTR_BSS_HT_OPMODE = 0x6d constant NL80211_ATTR_BSSID (line 4324) | NL80211_ATTR_BSSID = 0xf5 constant NL80211_ATTR_BSS_SELECT (line 4325) | NL80211_ATTR_BSS_SELECT = 0xe3 constant NL80211_ATTR_BSS_SHORT_PREAMBLE (line 4326) | NL80211_ATTR_BSS_SHORT_PREAMBLE = 0x1d constant NL80211_ATTR_BSS_SHORT_SLOT_TIME (line 4327) | NL80211_ATTR_BSS_SHORT_SLOT_TIME = 0x1e constant NL80211_ATTR_CENTER_FREQ1 (line 4328) | NL80211_ATTR_CENTER_FREQ1 = 0xa0 constant NL80211_ATTR_CENTER_FREQ1_OFFSET (line 4329) | NL80211_ATTR_CENTER_FREQ1_OFFSET = 0x123 constant NL80211_ATTR_CENTER_FREQ2 (line 4330) | NL80211_ATTR_CENTER_FREQ2 = 0xa1 constant NL80211_ATTR_CHANNEL_WIDTH (line 4331) | NL80211_ATTR_CHANNEL_WIDTH = 0x9f constant NL80211_ATTR_CH_SWITCH_BLOCK_TX (line 4332) | NL80211_ATTR_CH_SWITCH_BLOCK_TX = 0xb8 constant NL80211_ATTR_CH_SWITCH_COUNT (line 4333) | NL80211_ATTR_CH_SWITCH_COUNT = 0xb7 constant NL80211_ATTR_CIPHER_SUITE_GROUP (line 4334) | NL80211_ATTR_CIPHER_SUITE_GROUP = 0x4a constant NL80211_ATTR_CIPHER_SUITES (line 4335) | NL80211_ATTR_CIPHER_SUITES = 0x39 constant NL80211_ATTR_CIPHER_SUITES_PAIRWISE (line 4336) | NL80211_ATTR_CIPHER_SUITES_PAIRWISE = 0x49 constant NL80211_ATTR_CNTDWN_OFFS_BEACON (line 4337) | NL80211_ATTR_CNTDWN_OFFS_BEACON = 0xba constant NL80211_ATTR_CNTDWN_OFFS_PRESP (line 4338) | NL80211_ATTR_CNTDWN_OFFS_PRESP = 0xbb constant NL80211_ATTR_COALESCE_RULE (line 4339) | NL80211_ATTR_COALESCE_RULE = 0xb6 constant NL80211_ATTR_COALESCE_RULE_CONDITION (line 4340) | NL80211_ATTR_COALESCE_RULE_CONDITION = 0x2 constant NL80211_ATTR_COALESCE_RULE_DELAY (line 4341) | NL80211_ATTR_COALESCE_RULE_DELAY = 0x1 constant NL80211_ATTR_COALESCE_RULE_MAX (line 4342) | NL80211_ATTR_COALESCE_RULE_MAX = 0x3 constant NL80211_ATTR_COALESCE_RULE_PKT_PATTERN (line 4343) | NL80211_ATTR_COALESCE_RULE_PKT_PATTERN = 0x3 constant NL80211_ATTR_COLOR_CHANGE_COLOR (line 4344) | NL80211_ATTR_COLOR_CHANGE_COLOR = 0x130 constant NL80211_ATTR_COLOR_CHANGE_COUNT (line 4345) | NL80211_ATTR_COLOR_CHANGE_COUNT = 0x12f constant NL80211_ATTR_COLOR_CHANGE_ELEMS (line 4346) | NL80211_ATTR_COLOR_CHANGE_ELEMS = 0x131 constant NL80211_ATTR_CONN_FAILED_REASON (line 4347) | NL80211_ATTR_CONN_FAILED_REASON = 0x9b constant NL80211_ATTR_CONTROL_PORT (line 4348) | NL80211_ATTR_CONTROL_PORT = 0x44 constant NL80211_ATTR_CONTROL_PORT_ETHERTYPE (line 4349) | NL80211_ATTR_CONTROL_PORT_ETHERTYPE = 0x66 constant NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT (line 4350) | NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT = 0x67 constant NL80211_ATTR_CONTROL_PORT_NO_PREAUTH (line 4351) | NL80211_ATTR_CONTROL_PORT_NO_PREAUTH = 0x11e constant NL80211_ATTR_CONTROL_PORT_OVER_NL80211 (line 4352) | NL80211_ATTR_CONTROL_PORT_OVER_NL80211 = 0x108 constant NL80211_ATTR_COOKIE (line 4353) | NL80211_ATTR_COOKIE = 0x58 constant NL80211_ATTR_CQM_BEACON_LOSS_EVENT (line 4354) | NL80211_ATTR_CQM_BEACON_LOSS_EVENT = 0x8 constant NL80211_ATTR_CQM (line 4355) | NL80211_ATTR_CQM = 0x5e constant NL80211_ATTR_CQM_MAX (line 4356) | NL80211_ATTR_CQM_MAX = 0x9 constant NL80211_ATTR_CQM_PKT_LOSS_EVENT (line 4357) | NL80211_ATTR_CQM_PKT_LOSS_EVENT = 0x4 constant NL80211_ATTR_CQM_RSSI_HYST (line 4358) | NL80211_ATTR_CQM_RSSI_HYST = 0x2 constant NL80211_ATTR_CQM_RSSI_LEVEL (line 4359) | NL80211_ATTR_CQM_RSSI_LEVEL = 0x9 constant NL80211_ATTR_CQM_RSSI_THOLD (line 4360) | NL80211_ATTR_CQM_RSSI_THOLD = 0x1 constant NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT (line 4361) | NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT = 0x3 constant NL80211_ATTR_CQM_TXE_INTVL (line 4362) | NL80211_ATTR_CQM_TXE_INTVL = 0x7 constant NL80211_ATTR_CQM_TXE_PKTS (line 4363) | NL80211_ATTR_CQM_TXE_PKTS = 0x6 constant NL80211_ATTR_CQM_TXE_RATE (line 4364) | NL80211_ATTR_CQM_TXE_RATE = 0x5 constant NL80211_ATTR_CRIT_PROT_ID (line 4365) | NL80211_ATTR_CRIT_PROT_ID = 0xb3 constant NL80211_ATTR_CSA_C_OFF_BEACON (line 4366) | NL80211_ATTR_CSA_C_OFF_BEACON = 0xba constant NL80211_ATTR_CSA_C_OFF_PRESP (line 4367) | NL80211_ATTR_CSA_C_OFF_PRESP = 0xbb constant NL80211_ATTR_CSA_C_OFFSETS_TX (line 4368) | NL80211_ATTR_CSA_C_OFFSETS_TX = 0xcd constant NL80211_ATTR_CSA_IES (line 4369) | NL80211_ATTR_CSA_IES = 0xb9 constant NL80211_ATTR_DEVICE_AP_SME (line 4370) | NL80211_ATTR_DEVICE_AP_SME = 0x8d constant NL80211_ATTR_DFS_CAC_TIME (line 4371) | NL80211_ATTR_DFS_CAC_TIME = 0x7 constant NL80211_ATTR_DFS_REGION (line 4372) | NL80211_ATTR_DFS_REGION = 0x92 constant NL80211_ATTR_DISABLE_EHT (line 4373) | NL80211_ATTR_DISABLE_EHT = 0x137 constant NL80211_ATTR_DISABLE_HE (line 4374) | NL80211_ATTR_DISABLE_HE = 0x12d constant NL80211_ATTR_DISABLE_HT (line 4375) | NL80211_ATTR_DISABLE_HT = 0x93 constant NL80211_ATTR_DISABLE_VHT (line 4376) | NL80211_ATTR_DISABLE_VHT = 0xaf constant NL80211_ATTR_DISCONNECTED_BY_AP (line 4377) | NL80211_ATTR_DISCONNECTED_BY_AP = 0x47 constant NL80211_ATTR_DONT_WAIT_FOR_ACK (line 4378) | NL80211_ATTR_DONT_WAIT_FOR_ACK = 0x8e constant NL80211_ATTR_DTIM_PERIOD (line 4379) | NL80211_ATTR_DTIM_PERIOD = 0xd constant NL80211_ATTR_DURATION (line 4380) | NL80211_ATTR_DURATION = 0x57 constant NL80211_ATTR_EHT_CAPABILITY (line 4381) | NL80211_ATTR_EHT_CAPABILITY = 0x136 constant NL80211_ATTR_EML_CAPABILITY (line 4382) | NL80211_ATTR_EML_CAPABILITY = 0x13d constant NL80211_ATTR_EXT_CAPA (line 4383) | NL80211_ATTR_EXT_CAPA = 0xa9 constant NL80211_ATTR_EXT_CAPA_MASK (line 4384) | NL80211_ATTR_EXT_CAPA_MASK = 0xaa constant NL80211_ATTR_EXTERNAL_AUTH_ACTION (line 4385) | NL80211_ATTR_EXTERNAL_AUTH_ACTION = 0x104 constant NL80211_ATTR_EXTERNAL_AUTH_SUPPORT (line 4386) | NL80211_ATTR_EXTERNAL_AUTH_SUPPORT = 0x105 constant NL80211_ATTR_EXT_FEATURES (line 4387) | NL80211_ATTR_EXT_FEATURES = 0xd9 constant NL80211_ATTR_FEATURE_FLAGS (line 4388) | NL80211_ATTR_FEATURE_FLAGS = 0x8f constant NL80211_ATTR_FILS_CACHE_ID (line 4389) | NL80211_ATTR_FILS_CACHE_ID = 0xfd constant NL80211_ATTR_FILS_DISCOVERY (line 4390) | NL80211_ATTR_FILS_DISCOVERY = 0x126 constant NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM (line 4391) | NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM = 0xfb constant NL80211_ATTR_FILS_ERP_REALM (line 4392) | NL80211_ATTR_FILS_ERP_REALM = 0xfa constant NL80211_ATTR_FILS_ERP_RRK (line 4393) | NL80211_ATTR_FILS_ERP_RRK = 0xfc constant NL80211_ATTR_FILS_ERP_USERNAME (line 4394) | NL80211_ATTR_FILS_ERP_USERNAME = 0xf9 constant NL80211_ATTR_FILS_KEK (line 4395) | NL80211_ATTR_FILS_KEK = 0xf2 constant NL80211_ATTR_FILS_NONCES (line 4396) | NL80211_ATTR_FILS_NONCES = 0xf3 constant NL80211_ATTR_FRAME (line 4397) | NL80211_ATTR_FRAME = 0x33 constant NL80211_ATTR_FRAME_MATCH (line 4398) | NL80211_ATTR_FRAME_MATCH = 0x5b constant NL80211_ATTR_FRAME_TYPE (line 4399) | NL80211_ATTR_FRAME_TYPE = 0x65 constant NL80211_ATTR_FREQ_AFTER (line 4400) | NL80211_ATTR_FREQ_AFTER = 0x3b constant NL80211_ATTR_FREQ_BEFORE (line 4401) | NL80211_ATTR_FREQ_BEFORE = 0x3a constant NL80211_ATTR_FREQ_FIXED (line 4402) | NL80211_ATTR_FREQ_FIXED = 0x3c constant NL80211_ATTR_FREQ_RANGE_END (line 4403) | NL80211_ATTR_FREQ_RANGE_END = 0x3 constant NL80211_ATTR_FREQ_RANGE_MAX_BW (line 4404) | NL80211_ATTR_FREQ_RANGE_MAX_BW = 0x4 constant NL80211_ATTR_FREQ_RANGE_START (line 4405) | NL80211_ATTR_FREQ_RANGE_START = 0x2 constant NL80211_ATTR_FTM_RESPONDER (line 4406) | NL80211_ATTR_FTM_RESPONDER = 0x10e constant NL80211_ATTR_FTM_RESPONDER_STATS (line 4407) | NL80211_ATTR_FTM_RESPONDER_STATS = 0x10f constant NL80211_ATTR_GENERATION (line 4408) | NL80211_ATTR_GENERATION = 0x2e constant NL80211_ATTR_HANDLE_DFS (line 4409) | NL80211_ATTR_HANDLE_DFS = 0xbf constant NL80211_ATTR_HE_6GHZ_CAPABILITY (line 4410) | NL80211_ATTR_HE_6GHZ_CAPABILITY = 0x125 constant NL80211_ATTR_HE_BSS_COLOR (line 4411) | NL80211_ATTR_HE_BSS_COLOR = 0x11b constant NL80211_ATTR_HE_CAPABILITY (line 4412) | NL80211_ATTR_HE_CAPABILITY = 0x10d constant NL80211_ATTR_HE_OBSS_PD (line 4413) | NL80211_ATTR_HE_OBSS_PD = 0x117 constant NL80211_ATTR_HIDDEN_SSID (line 4414) | NL80211_ATTR_HIDDEN_SSID = 0x7e constant NL80211_ATTR_HT_CAPABILITY (line 4415) | NL80211_ATTR_HT_CAPABILITY = 0x1f constant NL80211_ATTR_HT_CAPABILITY_MASK (line 4416) | NL80211_ATTR_HT_CAPABILITY_MASK = 0x94 constant NL80211_ATTR_IE_ASSOC_RESP (line 4417) | NL80211_ATTR_IE_ASSOC_RESP = 0x80 constant NL80211_ATTR_IE (line 4418) | NL80211_ATTR_IE = 0x2a constant NL80211_ATTR_IE_PROBE_RESP (line 4419) | NL80211_ATTR_IE_PROBE_RESP = 0x7f constant NL80211_ATTR_IE_RIC (line 4420) | NL80211_ATTR_IE_RIC = 0xb2 constant NL80211_ATTR_IFACE_SOCKET_OWNER (line 4421) | NL80211_ATTR_IFACE_SOCKET_OWNER = 0xcc constant NL80211_ATTR_IFINDEX (line 4422) | NL80211_ATTR_IFINDEX = 0x3 constant NL80211_ATTR_IFNAME (line 4423) | NL80211_ATTR_IFNAME = 0x4 constant NL80211_ATTR_IFTYPE_AKM_SUITES (line 4424) | NL80211_ATTR_IFTYPE_AKM_SUITES = 0x11c constant NL80211_ATTR_IFTYPE (line 4425) | NL80211_ATTR_IFTYPE = 0x5 constant NL80211_ATTR_IFTYPE_EXT_CAPA (line 4426) | NL80211_ATTR_IFTYPE_EXT_CAPA = 0xe6 constant NL80211_ATTR_INACTIVITY_TIMEOUT (line 4427) | NL80211_ATTR_INACTIVITY_TIMEOUT = 0x96 constant NL80211_ATTR_INTERFACE_COMBINATIONS (line 4428) | NL80211_ATTR_INTERFACE_COMBINATIONS = 0x78 constant NL80211_ATTR_KEY_CIPHER (line 4429) | NL80211_ATTR_KEY_CIPHER = 0x9 constant NL80211_ATTR_KEY (line 4430) | NL80211_ATTR_KEY = 0x50 constant NL80211_ATTR_KEY_DATA (line 4431) | NL80211_ATTR_KEY_DATA = 0x7 constant NL80211_ATTR_KEY_DEFAULT (line 4432) | NL80211_ATTR_KEY_DEFAULT = 0xb constant NL80211_ATTR_KEY_DEFAULT_MGMT (line 4433) | NL80211_ATTR_KEY_DEFAULT_MGMT = 0x28 constant NL80211_ATTR_KEY_DEFAULT_TYPES (line 4434) | NL80211_ATTR_KEY_DEFAULT_TYPES = 0x6e constant NL80211_ATTR_KEY_IDX (line 4435) | NL80211_ATTR_KEY_IDX = 0x8 constant NL80211_ATTR_KEYS (line 4436) | NL80211_ATTR_KEYS = 0x51 constant NL80211_ATTR_KEY_SEQ (line 4437) | NL80211_ATTR_KEY_SEQ = 0xa constant NL80211_ATTR_KEY_TYPE (line 4438) | NL80211_ATTR_KEY_TYPE = 0x37 constant NL80211_ATTR_LOCAL_MESH_POWER_MODE (line 4439) | NL80211_ATTR_LOCAL_MESH_POWER_MODE = 0xa4 constant NL80211_ATTR_LOCAL_STATE_CHANGE (line 4440) | NL80211_ATTR_LOCAL_STATE_CHANGE = 0x5f constant NL80211_ATTR_MAC_ACL_MAX (line 4441) | NL80211_ATTR_MAC_ACL_MAX = 0xa7 constant NL80211_ATTR_MAC_ADDRS (line 4442) | NL80211_ATTR_MAC_ADDRS = 0xa6 constant NL80211_ATTR_MAC (line 4443) | NL80211_ATTR_MAC = 0x6 constant NL80211_ATTR_MAC_HINT (line 4444) | NL80211_ATTR_MAC_HINT = 0xc8 constant NL80211_ATTR_MAC_MASK (line 4445) | NL80211_ATTR_MAC_MASK = 0xd7 constant NL80211_ATTR_MAX_AP_ASSOC_STA (line 4446) | NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca constant NL80211_ATTR_MAX (line 4447) | NL80211_ATTR_MAX = 0x141 constant NL80211_ATTR_MAX_CRIT_PROT_DURATION (line 4448) | NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 constant NL80211_ATTR_MAX_CSA_COUNTERS (line 4449) | NL80211_ATTR_MAX_CSA_COUNTERS = 0xce constant NL80211_ATTR_MAX_MATCH_SETS (line 4450) | NL80211_ATTR_MAX_MATCH_SETS = 0x85 constant NL80211_ATTR_MAX_NUM_AKM_SUITES (line 4451) | NL80211_ATTR_MAX_NUM_AKM_SUITES = 0x13c constant NL80211_ATTR_MAX_NUM_PMKIDS (line 4452) | NL80211_ATTR_MAX_NUM_PMKIDS = 0x56 constant NL80211_ATTR_MAX_NUM_SCAN_SSIDS (line 4453) | NL80211_ATTR_MAX_NUM_SCAN_SSIDS = 0x2b constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS (line 4454) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS = 0xde constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS (line 4455) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS = 0x7b constant NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION (line 4456) | NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION = 0x6f constant NL80211_ATTR_MAX_SCAN_IE_LEN (line 4457) | NL80211_ATTR_MAX_SCAN_IE_LEN = 0x38 constant NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL (line 4458) | NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL = 0xdf constant NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS (line 4459) | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS = 0xe0 constant NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN (line 4460) | NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN = 0x7c constant NL80211_ATTR_MBSSID_CONFIG (line 4461) | NL80211_ATTR_MBSSID_CONFIG = 0x132 constant NL80211_ATTR_MBSSID_ELEMS (line 4462) | NL80211_ATTR_MBSSID_ELEMS = 0x133 constant NL80211_ATTR_MCAST_RATE (line 4463) | NL80211_ATTR_MCAST_RATE = 0x6b constant NL80211_ATTR_MDID (line 4464) | NL80211_ATTR_MDID = 0xb1 constant NL80211_ATTR_MEASUREMENT_DURATION (line 4465) | NL80211_ATTR_MEASUREMENT_DURATION = 0xeb constant NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY (line 4466) | NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY = 0xec constant NL80211_ATTR_MESH_CONFIG (line 4467) | NL80211_ATTR_MESH_CONFIG = 0x23 constant NL80211_ATTR_MESH_ID (line 4468) | NL80211_ATTR_MESH_ID = 0x18 constant NL80211_ATTR_MESH_PEER_AID (line 4469) | NL80211_ATTR_MESH_PEER_AID = 0xed constant NL80211_ATTR_MESH_SETUP (line 4470) | NL80211_ATTR_MESH_SETUP = 0x70 constant NL80211_ATTR_MGMT_SUBTYPE (line 4471) | NL80211_ATTR_MGMT_SUBTYPE = 0x29 constant NL80211_ATTR_MLD_ADDR (line 4472) | NL80211_ATTR_MLD_ADDR = 0x13a constant NL80211_ATTR_MLD_CAPA_AND_OPS (line 4473) | NL80211_ATTR_MLD_CAPA_AND_OPS = 0x13e constant NL80211_ATTR_MLO_LINK_ID (line 4474) | NL80211_ATTR_MLO_LINK_ID = 0x139 constant NL80211_ATTR_MLO_LINKS (line 4475) | NL80211_ATTR_MLO_LINKS = 0x138 constant NL80211_ATTR_MLO_SUPPORT (line 4476) | NL80211_ATTR_MLO_SUPPORT = 0x13b constant NL80211_ATTR_MNTR_FLAGS (line 4477) | NL80211_ATTR_MNTR_FLAGS = 0x17 constant NL80211_ATTR_MPATH_INFO (line 4478) | NL80211_ATTR_MPATH_INFO = 0x1b constant NL80211_ATTR_MPATH_NEXT_HOP (line 4479) | NL80211_ATTR_MPATH_NEXT_HOP = 0x1a constant NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED (line 4480) | NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED = 0xf4 constant NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR (line 4481) | NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR = 0xe8 constant NL80211_ATTR_MU_MIMO_GROUP_DATA (line 4482) | NL80211_ATTR_MU_MIMO_GROUP_DATA = 0xe7 constant NL80211_ATTR_NAN_FUNC (line 4483) | NL80211_ATTR_NAN_FUNC = 0xf0 constant NL80211_ATTR_NAN_MASTER_PREF (line 4484) | NL80211_ATTR_NAN_MASTER_PREF = 0xee constant NL80211_ATTR_NAN_MATCH (line 4485) | NL80211_ATTR_NAN_MATCH = 0xf1 constant NL80211_ATTR_NETNS_FD (line 4486) | NL80211_ATTR_NETNS_FD = 0xdb constant NL80211_ATTR_NOACK_MAP (line 4487) | NL80211_ATTR_NOACK_MAP = 0x95 constant NL80211_ATTR_NSS (line 4488) | NL80211_ATTR_NSS = 0x106 constant NL80211_ATTR_OBSS_COLOR_BITMAP (line 4489) | NL80211_ATTR_OBSS_COLOR_BITMAP = 0x12e constant NL80211_ATTR_OFFCHANNEL_TX_OK (line 4490) | NL80211_ATTR_OFFCHANNEL_TX_OK = 0x6c constant NL80211_ATTR_OPER_CLASS (line 4491) | NL80211_ATTR_OPER_CLASS = 0xd6 constant NL80211_ATTR_OPMODE_NOTIF (line 4492) | NL80211_ATTR_OPMODE_NOTIF = 0xc2 constant NL80211_ATTR_P2P_CTWINDOW (line 4493) | NL80211_ATTR_P2P_CTWINDOW = 0xa2 constant NL80211_ATTR_P2P_OPPPS (line 4494) | NL80211_ATTR_P2P_OPPPS = 0xa3 constant NL80211_ATTR_PAD (line 4495) | NL80211_ATTR_PAD = 0xe5 constant NL80211_ATTR_PBSS (line 4496) | NL80211_ATTR_PBSS = 0xe2 constant NL80211_ATTR_PEER_AID (line 4497) | NL80211_ATTR_PEER_AID = 0xb5 constant NL80211_ATTR_PEER_MEASUREMENTS (line 4498) | NL80211_ATTR_PEER_MEASUREMENTS = 0x111 constant NL80211_ATTR_PID (line 4499) | NL80211_ATTR_PID = 0x52 constant NL80211_ATTR_PMK (line 4500) | NL80211_ATTR_PMK = 0xfe constant NL80211_ATTR_PMKID (line 4501) | NL80211_ATTR_PMKID = 0x55 constant NL80211_ATTR_PMK_LIFETIME (line 4502) | NL80211_ATTR_PMK_LIFETIME = 0x11f constant NL80211_ATTR_PMKR0_NAME (line 4503) | NL80211_ATTR_PMKR0_NAME = 0x102 constant NL80211_ATTR_PMK_REAUTH_THRESHOLD (line 4504) | NL80211_ATTR_PMK_REAUTH_THRESHOLD = 0x120 constant NL80211_ATTR_PMKSA_CANDIDATE (line 4505) | NL80211_ATTR_PMKSA_CANDIDATE = 0x86 constant NL80211_ATTR_PORT_AUTHORIZED (line 4506) | NL80211_ATTR_PORT_AUTHORIZED = 0x103 constant NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN (line 4507) | NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN = 0x5 constant NL80211_ATTR_POWER_RULE_MAX_EIRP (line 4508) | NL80211_ATTR_POWER_RULE_MAX_EIRP = 0x6 constant NL80211_ATTR_PREV_BSSID (line 4509) | NL80211_ATTR_PREV_BSSID = 0x4f constant NL80211_ATTR_PRIVACY (line 4510) | NL80211_ATTR_PRIVACY = 0x46 constant NL80211_ATTR_PROBE_RESP (line 4511) | NL80211_ATTR_PROBE_RESP = 0x91 constant NL80211_ATTR_PROBE_RESP_OFFLOAD (line 4512) | NL80211_ATTR_PROBE_RESP_OFFLOAD = 0x90 constant NL80211_ATTR_PROTOCOL_FEATURES (line 4513) | NL80211_ATTR_PROTOCOL_FEATURES = 0xad constant NL80211_ATTR_PS_STATE (line 4514) | NL80211_ATTR_PS_STATE = 0x5d constant NL80211_ATTR_QOS_MAP (line 4515) | NL80211_ATTR_QOS_MAP = 0xc7 constant NL80211_ATTR_RADAR_BACKGROUND (line 4516) | NL80211_ATTR_RADAR_BACKGROUND = 0x134 constant NL80211_ATTR_RADAR_EVENT (line 4517) | NL80211_ATTR_RADAR_EVENT = 0xa8 constant NL80211_ATTR_REASON_CODE (line 4518) | NL80211_ATTR_REASON_CODE = 0x36 constant NL80211_ATTR_RECEIVE_MULTICAST (line 4519) | NL80211_ATTR_RECEIVE_MULTICAST = 0x121 constant NL80211_ATTR_RECONNECT_REQUESTED (line 4520) | NL80211_ATTR_RECONNECT_REQUESTED = 0x12b constant NL80211_ATTR_REG_ALPHA2 (line 4521) | NL80211_ATTR_REG_ALPHA2 = 0x21 constant NL80211_ATTR_REG_INDOOR (line 4522) | NL80211_ATTR_REG_INDOOR = 0xdd constant NL80211_ATTR_REG_INITIATOR (line 4523) | NL80211_ATTR_REG_INITIATOR = 0x30 constant NL80211_ATTR_REG_RULE_FLAGS (line 4524) | NL80211_ATTR_REG_RULE_FLAGS = 0x1 constant NL80211_ATTR_REG_RULES (line 4525) | NL80211_ATTR_REG_RULES = 0x22 constant NL80211_ATTR_REG_TYPE (line 4526) | NL80211_ATTR_REG_TYPE = 0x31 constant NL80211_ATTR_REKEY_DATA (line 4527) | NL80211_ATTR_REKEY_DATA = 0x7a constant NL80211_ATTR_REQ_IE (line 4528) | NL80211_ATTR_REQ_IE = 0x4d constant NL80211_ATTR_RESP_IE (line 4529) | NL80211_ATTR_RESP_IE = 0x4e constant NL80211_ATTR_ROAM_SUPPORT (line 4530) | NL80211_ATTR_ROAM_SUPPORT = 0x83 constant NL80211_ATTR_RX_FRAME_TYPES (line 4531) | NL80211_ATTR_RX_FRAME_TYPES = 0x64 constant NL80211_ATTR_RX_HW_TIMESTAMP (line 4532) | NL80211_ATTR_RX_HW_TIMESTAMP = 0x140 constant NL80211_ATTR_RXMGMT_FLAGS (line 4533) | NL80211_ATTR_RXMGMT_FLAGS = 0xbc constant NL80211_ATTR_RX_SIGNAL_DBM (line 4534) | NL80211_ATTR_RX_SIGNAL_DBM = 0x97 constant NL80211_ATTR_S1G_CAPABILITY (line 4535) | NL80211_ATTR_S1G_CAPABILITY = 0x128 constant NL80211_ATTR_S1G_CAPABILITY_MASK (line 4536) | NL80211_ATTR_S1G_CAPABILITY_MASK = 0x129 constant NL80211_ATTR_SAE_DATA (line 4537) | NL80211_ATTR_SAE_DATA = 0x9c constant NL80211_ATTR_SAE_PASSWORD (line 4538) | NL80211_ATTR_SAE_PASSWORD = 0x115 constant NL80211_ATTR_SAE_PWE (line 4539) | NL80211_ATTR_SAE_PWE = 0x12a constant NL80211_ATTR_SAR_SPEC (line 4540) | NL80211_ATTR_SAR_SPEC = 0x12c constant NL80211_ATTR_SCAN_FLAGS (line 4541) | NL80211_ATTR_SCAN_FLAGS = 0x9e constant NL80211_ATTR_SCAN_FREQ_KHZ (line 4542) | NL80211_ATTR_SCAN_FREQ_KHZ = 0x124 constant NL80211_ATTR_SCAN_FREQUENCIES (line 4543) | NL80211_ATTR_SCAN_FREQUENCIES = 0x2c constant NL80211_ATTR_SCAN_GENERATION (line 4544) | NL80211_ATTR_SCAN_GENERATION = 0x2e constant NL80211_ATTR_SCAN_SSIDS (line 4545) | NL80211_ATTR_SCAN_SSIDS = 0x2d constant NL80211_ATTR_SCAN_START_TIME_TSF_BSSID (line 4546) | NL80211_ATTR_SCAN_START_TIME_TSF_BSSID = 0xea constant NL80211_ATTR_SCAN_START_TIME_TSF (line 4547) | NL80211_ATTR_SCAN_START_TIME_TSF = 0xe9 constant NL80211_ATTR_SCAN_SUPP_RATES (line 4548) | NL80211_ATTR_SCAN_SUPP_RATES = 0x7d constant NL80211_ATTR_SCHED_SCAN_DELAY (line 4549) | NL80211_ATTR_SCHED_SCAN_DELAY = 0xdc constant NL80211_ATTR_SCHED_SCAN_INTERVAL (line 4550) | NL80211_ATTR_SCHED_SCAN_INTERVAL = 0x77 constant NL80211_ATTR_SCHED_SCAN_MATCH (line 4551) | NL80211_ATTR_SCHED_SCAN_MATCH = 0x84 constant NL80211_ATTR_SCHED_SCAN_MATCH_SSID (line 4552) | NL80211_ATTR_SCHED_SCAN_MATCH_SSID = 0x1 constant NL80211_ATTR_SCHED_SCAN_MAX_REQS (line 4553) | NL80211_ATTR_SCHED_SCAN_MAX_REQS = 0x100 constant NL80211_ATTR_SCHED_SCAN_MULTI (line 4554) | NL80211_ATTR_SCHED_SCAN_MULTI = 0xff constant NL80211_ATTR_SCHED_SCAN_PLANS (line 4555) | NL80211_ATTR_SCHED_SCAN_PLANS = 0xe1 constant NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI (line 4556) | NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI = 0xf6 constant NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST (line 4557) | NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST = 0xf7 constant NL80211_ATTR_SMPS_MODE (line 4558) | NL80211_ATTR_SMPS_MODE = 0xd5 constant NL80211_ATTR_SOCKET_OWNER (line 4559) | NL80211_ATTR_SOCKET_OWNER = 0xcc constant NL80211_ATTR_SOFTWARE_IFTYPES (line 4560) | NL80211_ATTR_SOFTWARE_IFTYPES = 0x79 constant NL80211_ATTR_SPLIT_WIPHY_DUMP (line 4561) | NL80211_ATTR_SPLIT_WIPHY_DUMP = 0xae constant NL80211_ATTR_SSID (line 4562) | NL80211_ATTR_SSID = 0x34 constant NL80211_ATTR_STA_AID (line 4563) | NL80211_ATTR_STA_AID = 0x10 constant NL80211_ATTR_STA_CAPABILITY (line 4564) | NL80211_ATTR_STA_CAPABILITY = 0xab constant NL80211_ATTR_STA_EXT_CAPABILITY (line 4565) | NL80211_ATTR_STA_EXT_CAPABILITY = 0xac constant NL80211_ATTR_STA_FLAGS2 (line 4566) | NL80211_ATTR_STA_FLAGS2 = 0x43 constant NL80211_ATTR_STA_FLAGS (line 4567) | NL80211_ATTR_STA_FLAGS = 0x11 constant NL80211_ATTR_STA_INFO (line 4568) | NL80211_ATTR_STA_INFO = 0x15 constant NL80211_ATTR_STA_LISTEN_INTERVAL (line 4569) | NL80211_ATTR_STA_LISTEN_INTERVAL = 0x12 constant NL80211_ATTR_STA_PLINK_ACTION (line 4570) | NL80211_ATTR_STA_PLINK_ACTION = 0x19 constant NL80211_ATTR_STA_PLINK_STATE (line 4571) | NL80211_ATTR_STA_PLINK_STATE = 0x74 constant NL80211_ATTR_STA_SUPPORTED_CHANNELS (line 4572) | NL80211_ATTR_STA_SUPPORTED_CHANNELS = 0xbd constant NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES (line 4573) | NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES = 0xbe constant NL80211_ATTR_STA_SUPPORTED_RATES (line 4574) | NL80211_ATTR_STA_SUPPORTED_RATES = 0x13 constant NL80211_ATTR_STA_SUPPORT_P2P_PS (line 4575) | NL80211_ATTR_STA_SUPPORT_P2P_PS = 0xe4 constant NL80211_ATTR_STATUS_CODE (line 4576) | NL80211_ATTR_STATUS_CODE = 0x48 constant NL80211_ATTR_STA_TX_POWER (line 4577) | NL80211_ATTR_STA_TX_POWER = 0x114 constant NL80211_ATTR_STA_TX_POWER_SETTING (line 4578) | NL80211_ATTR_STA_TX_POWER_SETTING = 0x113 constant NL80211_ATTR_STA_VLAN (line 4579) | NL80211_ATTR_STA_VLAN = 0x14 constant NL80211_ATTR_STA_WME (line 4580) | NL80211_ATTR_STA_WME = 0x81 constant NL80211_ATTR_SUPPORT_10_MHZ (line 4581) | NL80211_ATTR_SUPPORT_10_MHZ = 0xc1 constant NL80211_ATTR_SUPPORT_5_MHZ (line 4582) | NL80211_ATTR_SUPPORT_5_MHZ = 0xc0 constant NL80211_ATTR_SUPPORT_AP_UAPSD (line 4583) | NL80211_ATTR_SUPPORT_AP_UAPSD = 0x82 constant NL80211_ATTR_SUPPORTED_COMMANDS (line 4584) | NL80211_ATTR_SUPPORTED_COMMANDS = 0x32 constant NL80211_ATTR_SUPPORTED_IFTYPES (line 4585) | NL80211_ATTR_SUPPORTED_IFTYPES = 0x20 constant NL80211_ATTR_SUPPORT_IBSS_RSN (line 4586) | NL80211_ATTR_SUPPORT_IBSS_RSN = 0x68 constant NL80211_ATTR_SUPPORT_MESH_AUTH (line 4587) | NL80211_ATTR_SUPPORT_MESH_AUTH = 0x73 constant NL80211_ATTR_SURVEY_INFO (line 4588) | NL80211_ATTR_SURVEY_INFO = 0x54 constant NL80211_ATTR_SURVEY_RADIO_STATS (line 4589) | NL80211_ATTR_SURVEY_RADIO_STATS = 0xda constant NL80211_ATTR_TD_BITMAP (line 4590) | NL80211_ATTR_TD_BITMAP = 0x141 constant NL80211_ATTR_TDLS_ACTION (line 4591) | NL80211_ATTR_TDLS_ACTION = 0x88 constant NL80211_ATTR_TDLS_DIALOG_TOKEN (line 4592) | NL80211_ATTR_TDLS_DIALOG_TOKEN = 0x89 constant NL80211_ATTR_TDLS_EXTERNAL_SETUP (line 4593) | NL80211_ATTR_TDLS_EXTERNAL_SETUP = 0x8c constant NL80211_ATTR_TDLS_INITIATOR (line 4594) | NL80211_ATTR_TDLS_INITIATOR = 0xcf constant NL80211_ATTR_TDLS_OPERATION (line 4595) | NL80211_ATTR_TDLS_OPERATION = 0x8a constant NL80211_ATTR_TDLS_PEER_CAPABILITY (line 4596) | NL80211_ATTR_TDLS_PEER_CAPABILITY = 0xcb constant NL80211_ATTR_TDLS_SUPPORT (line 4597) | NL80211_ATTR_TDLS_SUPPORT = 0x8b constant NL80211_ATTR_TESTDATA (line 4598) | NL80211_ATTR_TESTDATA = 0x45 constant NL80211_ATTR_TID_CONFIG (line 4599) | NL80211_ATTR_TID_CONFIG = 0x11d constant NL80211_ATTR_TIMED_OUT (line 4600) | NL80211_ATTR_TIMED_OUT = 0x41 constant NL80211_ATTR_TIMEOUT (line 4601) | NL80211_ATTR_TIMEOUT = 0x110 constant NL80211_ATTR_TIMEOUT_REASON (line 4602) | NL80211_ATTR_TIMEOUT_REASON = 0xf8 constant NL80211_ATTR_TSID (line 4603) | NL80211_ATTR_TSID = 0xd2 constant NL80211_ATTR_TWT_RESPONDER (line 4604) | NL80211_ATTR_TWT_RESPONDER = 0x116 constant NL80211_ATTR_TX_FRAME_TYPES (line 4605) | NL80211_ATTR_TX_FRAME_TYPES = 0x63 constant NL80211_ATTR_TX_HW_TIMESTAMP (line 4606) | NL80211_ATTR_TX_HW_TIMESTAMP = 0x13f constant NL80211_ATTR_TX_NO_CCK_RATE (line 4607) | NL80211_ATTR_TX_NO_CCK_RATE = 0x87 constant NL80211_ATTR_TXQ_LIMIT (line 4608) | NL80211_ATTR_TXQ_LIMIT = 0x10a constant NL80211_ATTR_TXQ_MEMORY_LIMIT (line 4609) | NL80211_ATTR_TXQ_MEMORY_LIMIT = 0x10b constant NL80211_ATTR_TXQ_QUANTUM (line 4610) | NL80211_ATTR_TXQ_QUANTUM = 0x10c constant NL80211_ATTR_TXQ_STATS (line 4611) | NL80211_ATTR_TXQ_STATS = 0x109 constant NL80211_ATTR_TX_RATES (line 4612) | NL80211_ATTR_TX_RATES = 0x5a constant NL80211_ATTR_UNSOL_BCAST_PROBE_RESP (line 4613) | NL80211_ATTR_UNSOL_BCAST_PROBE_RESP = 0x127 constant NL80211_ATTR_UNSPEC (line 4614) | NL80211_ATTR_UNSPEC = 0x0 constant NL80211_ATTR_USE_MFP (line 4615) | NL80211_ATTR_USE_MFP = 0x42 constant NL80211_ATTR_USER_PRIO (line 4616) | NL80211_ATTR_USER_PRIO = 0xd3 constant NL80211_ATTR_USER_REG_HINT_TYPE (line 4617) | NL80211_ATTR_USER_REG_HINT_TYPE = 0x9a constant NL80211_ATTR_USE_RRM (line 4618) | NL80211_ATTR_USE_RRM = 0xd0 constant NL80211_ATTR_VENDOR_DATA (line 4619) | NL80211_ATTR_VENDOR_DATA = 0xc5 constant NL80211_ATTR_VENDOR_EVENTS (line 4620) | NL80211_ATTR_VENDOR_EVENTS = 0xc6 constant NL80211_ATTR_VENDOR_ID (line 4621) | NL80211_ATTR_VENDOR_ID = 0xc3 constant NL80211_ATTR_VENDOR_SUBCMD (line 4622) | NL80211_ATTR_VENDOR_SUBCMD = 0xc4 constant NL80211_ATTR_VHT_CAPABILITY (line 4623) | NL80211_ATTR_VHT_CAPABILITY = 0x9d constant NL80211_ATTR_VHT_CAPABILITY_MASK (line 4624) | NL80211_ATTR_VHT_CAPABILITY_MASK = 0xb0 constant NL80211_ATTR_VLAN_ID (line 4625) | NL80211_ATTR_VLAN_ID = 0x11a constant NL80211_ATTR_WANT_1X_4WAY_HS (line 4626) | NL80211_ATTR_WANT_1X_4WAY_HS = 0x101 constant NL80211_ATTR_WDEV (line 4627) | NL80211_ATTR_WDEV = 0x99 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX (line 4628) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX = 0x72 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX (line 4629) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX = 0x71 constant NL80211_ATTR_WIPHY_ANTENNA_RX (line 4630) | NL80211_ATTR_WIPHY_ANTENNA_RX = 0x6a constant NL80211_ATTR_WIPHY_ANTENNA_TX (line 4631) | NL80211_ATTR_WIPHY_ANTENNA_TX = 0x69 constant NL80211_ATTR_WIPHY_BANDS (line 4632) | NL80211_ATTR_WIPHY_BANDS = 0x16 constant NL80211_ATTR_WIPHY_CHANNEL_TYPE (line 4633) | NL80211_ATTR_WIPHY_CHANNEL_TYPE = 0x27 constant NL80211_ATTR_WIPHY (line 4634) | NL80211_ATTR_WIPHY = 0x1 constant NL80211_ATTR_WIPHY_COVERAGE_CLASS (line 4635) | NL80211_ATTR_WIPHY_COVERAGE_CLASS = 0x59 constant NL80211_ATTR_WIPHY_DYN_ACK (line 4636) | NL80211_ATTR_WIPHY_DYN_ACK = 0xd1 constant NL80211_ATTR_WIPHY_EDMG_BW_CONFIG (line 4637) | NL80211_ATTR_WIPHY_EDMG_BW_CONFIG = 0x119 constant NL80211_ATTR_WIPHY_EDMG_CHANNELS (line 4638) | NL80211_ATTR_WIPHY_EDMG_CHANNELS = 0x118 constant NL80211_ATTR_WIPHY_FRAG_THRESHOLD (line 4639) | NL80211_ATTR_WIPHY_FRAG_THRESHOLD = 0x3f constant NL80211_ATTR_WIPHY_FREQ (line 4640) | NL80211_ATTR_WIPHY_FREQ = 0x26 constant NL80211_ATTR_WIPHY_FREQ_HINT (line 4641) | NL80211_ATTR_WIPHY_FREQ_HINT = 0xc9 constant NL80211_ATTR_WIPHY_FREQ_OFFSET (line 4642) | NL80211_ATTR_WIPHY_FREQ_OFFSET = 0x122 constant NL80211_ATTR_WIPHY_NAME (line 4643) | NL80211_ATTR_WIPHY_NAME = 0x2 constant NL80211_ATTR_WIPHY_RETRY_LONG (line 4644) | NL80211_ATTR_WIPHY_RETRY_LONG = 0x3e constant NL80211_ATTR_WIPHY_RETRY_SHORT (line 4645) | NL80211_ATTR_WIPHY_RETRY_SHORT = 0x3d constant NL80211_ATTR_WIPHY_RTS_THRESHOLD (line 4646) | NL80211_ATTR_WIPHY_RTS_THRESHOLD = 0x40 constant NL80211_ATTR_WIPHY_SELF_MANAGED_REG (line 4647) | NL80211_ATTR_WIPHY_SELF_MANAGED_REG = 0xd8 constant NL80211_ATTR_WIPHY_TX_POWER_LEVEL (line 4648) | NL80211_ATTR_WIPHY_TX_POWER_LEVEL = 0x62 constant NL80211_ATTR_WIPHY_TX_POWER_SETTING (line 4649) | NL80211_ATTR_WIPHY_TX_POWER_SETTING = 0x61 constant NL80211_ATTR_WIPHY_TXQ_PARAMS (line 4650) | NL80211_ATTR_WIPHY_TXQ_PARAMS = 0x25 constant NL80211_ATTR_WOWLAN_TRIGGERS (line 4651) | NL80211_ATTR_WOWLAN_TRIGGERS = 0x75 constant NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED (line 4652) | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED = 0x76 constant NL80211_ATTR_WPA_VERSIONS (line 4653) | NL80211_ATTR_WPA_VERSIONS = 0x4b constant NL80211_AUTHTYPE_AUTOMATIC (line 4654) | NL80211_AUTHTYPE_AUTOMATIC = 0x8 constant NL80211_AUTHTYPE_FILS_PK (line 4655) | NL80211_AUTHTYPE_FILS_PK = 0x7 constant NL80211_AUTHTYPE_FILS_SK (line 4656) | NL80211_AUTHTYPE_FILS_SK = 0x5 constant NL80211_AUTHTYPE_FILS_SK_PFS (line 4657) | NL80211_AUTHTYPE_FILS_SK_PFS = 0x6 constant NL80211_AUTHTYPE_FT (line 4658) | NL80211_AUTHTYPE_FT = 0x2 constant NL80211_AUTHTYPE_MAX (line 4659) | NL80211_AUTHTYPE_MAX = 0x7 constant NL80211_AUTHTYPE_NETWORK_EAP (line 4660) | NL80211_AUTHTYPE_NETWORK_EAP = 0x3 constant NL80211_AUTHTYPE_OPEN_SYSTEM (line 4661) | NL80211_AUTHTYPE_OPEN_SYSTEM = 0x0 constant NL80211_AUTHTYPE_SAE (line 4662) | NL80211_AUTHTYPE_SAE = 0x4 constant NL80211_AUTHTYPE_SHARED_KEY (line 4663) | NL80211_AUTHTYPE_SHARED_KEY = 0x1 constant NL80211_BAND_2GHZ (line 4664) | NL80211_BAND_2GHZ = 0x0 constant NL80211_BAND_5GHZ (line 4665) | NL80211_BAND_5GHZ = 0x1 constant NL80211_BAND_60GHZ (line 4666) | NL80211_BAND_60GHZ = 0x2 constant NL80211_BAND_6GHZ (line 4667) | NL80211_BAND_6GHZ = 0x3 constant NL80211_BAND_ATTR_EDMG_BW_CONFIG (line 4668) | NL80211_BAND_ATTR_EDMG_BW_CONFIG = 0xb constant NL80211_BAND_ATTR_EDMG_CHANNELS (line 4669) | NL80211_BAND_ATTR_EDMG_CHANNELS = 0xa constant NL80211_BAND_ATTR_FREQS (line 4670) | NL80211_BAND_ATTR_FREQS = 0x1 constant NL80211_BAND_ATTR_HT_AMPDU_DENSITY (line 4671) | NL80211_BAND_ATTR_HT_AMPDU_DENSITY = 0x6 constant NL80211_BAND_ATTR_HT_AMPDU_FACTOR (line 4672) | NL80211_BAND_ATTR_HT_AMPDU_FACTOR = 0x5 constant NL80211_BAND_ATTR_HT_CAPA (line 4673) | NL80211_BAND_ATTR_HT_CAPA = 0x4 constant NL80211_BAND_ATTR_HT_MCS_SET (line 4674) | NL80211_BAND_ATTR_HT_MCS_SET = 0x3 constant NL80211_BAND_ATTR_IFTYPE_DATA (line 4675) | NL80211_BAND_ATTR_IFTYPE_DATA = 0x9 constant NL80211_BAND_ATTR_MAX (line 4676) | NL80211_BAND_ATTR_MAX = 0xb constant NL80211_BAND_ATTR_RATES (line 4677) | NL80211_BAND_ATTR_RATES = 0x2 constant NL80211_BAND_ATTR_VHT_CAPA (line 4678) | NL80211_BAND_ATTR_VHT_CAPA = 0x8 constant NL80211_BAND_ATTR_VHT_MCS_SET (line 4679) | NL80211_BAND_ATTR_VHT_MCS_SET = 0x7 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC (line 4680) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC = 0x8 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET (line 4681) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET = 0xa constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY (line 4682) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY = 0x9 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE (line 4683) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE = 0xb constant NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA (line 4684) | NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA = 0x6 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC (line 4685) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC = 0x2 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET (line 4686) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET = 0x4 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY (line 4687) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY = 0x3 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE (line 4688) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE = 0x5 constant NL80211_BAND_IFTYPE_ATTR_IFTYPES (line 4689) | NL80211_BAND_IFTYPE_ATTR_IFTYPES = 0x1 constant NL80211_BAND_IFTYPE_ATTR_MAX (line 4690) | NL80211_BAND_IFTYPE_ATTR_MAX = 0xb constant NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS (line 4691) | NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS = 0x7 constant NL80211_BAND_LC (line 4692) | NL80211_BAND_LC = 0x5 constant NL80211_BAND_S1GHZ (line 4693) | NL80211_BAND_S1GHZ = 0x4 constant NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE (line 4694) | NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE = 0x2 constant NL80211_BITRATE_ATTR_MAX (line 4695) | NL80211_BITRATE_ATTR_MAX = 0x2 constant NL80211_BITRATE_ATTR_RATE (line 4696) | NL80211_BITRATE_ATTR_RATE = 0x1 constant NL80211_BSS_BEACON_IES (line 4697) | NL80211_BSS_BEACON_IES = 0xb constant NL80211_BSS_BEACON_INTERVAL (line 4698) | NL80211_BSS_BEACON_INTERVAL = 0x4 constant NL80211_BSS_BEACON_TSF (line 4699) | NL80211_BSS_BEACON_TSF = 0xd constant NL80211_BSS_BSSID (line 4700) | NL80211_BSS_BSSID = 0x1 constant NL80211_BSS_CAPABILITY (line 4701) | NL80211_BSS_CAPABILITY = 0x5 constant NL80211_BSS_CHAIN_SIGNAL (line 4702) | NL80211_BSS_CHAIN_SIGNAL = 0x13 constant NL80211_BSS_CHAN_WIDTH_10 (line 4703) | NL80211_BSS_CHAN_WIDTH_10 = 0x1 constant NL80211_BSS_CHAN_WIDTH_1 (line 4704) | NL80211_BSS_CHAN_WIDTH_1 = 0x3 constant NL80211_BSS_CHAN_WIDTH_20 (line 4705) | NL80211_BSS_CHAN_WIDTH_20 = 0x0 constant NL80211_BSS_CHAN_WIDTH_2 (line 4706) | NL80211_BSS_CHAN_WIDTH_2 = 0x4 constant NL80211_BSS_CHAN_WIDTH_5 (line 4707) | NL80211_BSS_CHAN_WIDTH_5 = 0x2 constant NL80211_BSS_CHAN_WIDTH (line 4708) | NL80211_BSS_CHAN_WIDTH = 0xc constant NL80211_BSS_FREQUENCY (line 4709) | NL80211_BSS_FREQUENCY = 0x2 constant NL80211_BSS_FREQUENCY_OFFSET (line 4710) | NL80211_BSS_FREQUENCY_OFFSET = 0x14 constant NL80211_BSS_INFORMATION_ELEMENTS (line 4711) | NL80211_BSS_INFORMATION_ELEMENTS = 0x6 constant NL80211_BSS_LAST_SEEN_BOOTTIME (line 4712) | NL80211_BSS_LAST_SEEN_BOOTTIME = 0xf constant NL80211_BSS_MAX (line 4713) | NL80211_BSS_MAX = 0x16 constant NL80211_BSS_MLD_ADDR (line 4714) | NL80211_BSS_MLD_ADDR = 0x16 constant NL80211_BSS_MLO_LINK_ID (line 4715) | NL80211_BSS_MLO_LINK_ID = 0x15 constant NL80211_BSS_PAD (line 4716) | NL80211_BSS_PAD = 0x10 constant NL80211_BSS_PARENT_BSSID (line 4717) | NL80211_BSS_PARENT_BSSID = 0x12 constant NL80211_BSS_PARENT_TSF (line 4718) | NL80211_BSS_PARENT_TSF = 0x11 constant NL80211_BSS_PRESP_DATA (line 4719) | NL80211_BSS_PRESP_DATA = 0xe constant NL80211_BSS_SEEN_MS_AGO (line 4720) | NL80211_BSS_SEEN_MS_AGO = 0xa constant NL80211_BSS_SELECT_ATTR_BAND_PREF (line 4721) | NL80211_BSS_SELECT_ATTR_BAND_PREF = 0x2 constant NL80211_BSS_SELECT_ATTR_MAX (line 4722) | NL80211_BSS_SELECT_ATTR_MAX = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI_ADJUST (line 4723) | NL80211_BSS_SELECT_ATTR_RSSI_ADJUST = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI (line 4724) | NL80211_BSS_SELECT_ATTR_RSSI = 0x1 constant NL80211_BSS_SIGNAL_MBM (line 4725) | NL80211_BSS_SIGNAL_MBM = 0x7 constant NL80211_BSS_SIGNAL_UNSPEC (line 4726) | NL80211_BSS_SIGNAL_UNSPEC = 0x8 constant NL80211_BSS_STATUS_ASSOCIATED (line 4727) | NL80211_BSS_STATUS_ASSOCIATED = 0x1 constant NL80211_BSS_STATUS_AUTHENTICATED (line 4728) | NL80211_BSS_STATUS_AUTHENTICATED = 0x0 constant NL80211_BSS_STATUS (line 4729) | NL80211_BSS_STATUS = 0x9 constant NL80211_BSS_STATUS_IBSS_JOINED (line 4730) | NL80211_BSS_STATUS_IBSS_JOINED = 0x2 constant NL80211_BSS_TSF (line 4731) | NL80211_BSS_TSF = 0x3 constant NL80211_CHAN_HT20 (line 4732) | NL80211_CHAN_HT20 = 0x1 constant NL80211_CHAN_HT40MINUS (line 4733) | NL80211_CHAN_HT40MINUS = 0x2 constant NL80211_CHAN_HT40PLUS (line 4734) | NL80211_CHAN_HT40PLUS = 0x3 constant NL80211_CHAN_NO_HT (line 4735) | NL80211_CHAN_NO_HT = 0x0 constant NL80211_CHAN_WIDTH_10 (line 4736) | NL80211_CHAN_WIDTH_10 = 0x7 constant NL80211_CHAN_WIDTH_160 (line 4737) | NL80211_CHAN_WIDTH_160 = 0x5 constant NL80211_CHAN_WIDTH_16 (line 4738) | NL80211_CHAN_WIDTH_16 = 0xc constant NL80211_CHAN_WIDTH_1 (line 4739) | NL80211_CHAN_WIDTH_1 = 0x8 constant NL80211_CHAN_WIDTH_20 (line 4740) | NL80211_CHAN_WIDTH_20 = 0x1 constant NL80211_CHAN_WIDTH_20_NOHT (line 4741) | NL80211_CHAN_WIDTH_20_NOHT = 0x0 constant NL80211_CHAN_WIDTH_2 (line 4742) | NL80211_CHAN_WIDTH_2 = 0x9 constant NL80211_CHAN_WIDTH_320 (line 4743) | NL80211_CHAN_WIDTH_320 = 0xd constant NL80211_CHAN_WIDTH_40 (line 4744) | NL80211_CHAN_WIDTH_40 = 0x2 constant NL80211_CHAN_WIDTH_4 (line 4745) | NL80211_CHAN_WIDTH_4 = 0xa constant NL80211_CHAN_WIDTH_5 (line 4746) | NL80211_CHAN_WIDTH_5 = 0x6 constant NL80211_CHAN_WIDTH_80 (line 4747) | NL80211_CHAN_WIDTH_80 = 0x3 constant NL80211_CHAN_WIDTH_80P80 (line 4748) | NL80211_CHAN_WIDTH_80P80 = 0x4 constant NL80211_CHAN_WIDTH_8 (line 4749) | NL80211_CHAN_WIDTH_8 = 0xb constant NL80211_CMD_ABORT_SCAN (line 4750) | NL80211_CMD_ABORT_SCAN = 0x72 constant NL80211_CMD_ACTION (line 4751) | NL80211_CMD_ACTION = 0x3b constant NL80211_CMD_ACTION_TX_STATUS (line 4752) | NL80211_CMD_ACTION_TX_STATUS = 0x3c constant NL80211_CMD_ADD_LINK (line 4753) | NL80211_CMD_ADD_LINK = 0x94 constant NL80211_CMD_ADD_LINK_STA (line 4754) | NL80211_CMD_ADD_LINK_STA = 0x96 constant NL80211_CMD_ADD_NAN_FUNCTION (line 4755) | NL80211_CMD_ADD_NAN_FUNCTION = 0x75 constant NL80211_CMD_ADD_TX_TS (line 4756) | NL80211_CMD_ADD_TX_TS = 0x69 constant NL80211_CMD_ASSOC_COMEBACK (line 4757) | NL80211_CMD_ASSOC_COMEBACK = 0x93 constant NL80211_CMD_ASSOCIATE (line 4758) | NL80211_CMD_ASSOCIATE = 0x26 constant NL80211_CMD_AUTHENTICATE (line 4759) | NL80211_CMD_AUTHENTICATE = 0x25 constant NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL (line 4760) | NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL = 0x38 constant NL80211_CMD_CHANGE_NAN_CONFIG (line 4761) | NL80211_CMD_CHANGE_NAN_CONFIG = 0x77 constant NL80211_CMD_CHANNEL_SWITCH (line 4762) | NL80211_CMD_CHANNEL_SWITCH = 0x66 constant NL80211_CMD_CH_SWITCH_NOTIFY (line 4763) | NL80211_CMD_CH_SWITCH_NOTIFY = 0x58 constant NL80211_CMD_CH_SWITCH_STARTED_NOTIFY (line 4764) | NL80211_CMD_CH_SWITCH_STARTED_NOTIFY = 0x6e constant NL80211_CMD_COLOR_CHANGE_ABORTED (line 4765) | NL80211_CMD_COLOR_CHANGE_ABORTED = 0x90 constant NL80211_CMD_COLOR_CHANGE_COMPLETED (line 4766) | NL80211_CMD_COLOR_CHANGE_COMPLETED = 0x91 constant NL80211_CMD_COLOR_CHANGE_REQUEST (line 4767) | NL80211_CMD_COLOR_CHANGE_REQUEST = 0x8e constant NL80211_CMD_COLOR_CHANGE_STARTED (line 4768) | NL80211_CMD_COLOR_CHANGE_STARTED = 0x8f constant NL80211_CMD_CONNECT (line 4769) | NL80211_CMD_CONNECT = 0x2e constant NL80211_CMD_CONN_FAILED (line 4770) | NL80211_CMD_CONN_FAILED = 0x5b constant NL80211_CMD_CONTROL_PORT_FRAME (line 4771) | NL80211_CMD_CONTROL_PORT_FRAME = 0x81 constant NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS (line 4772) | NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS = 0x8b constant NL80211_CMD_CRIT_PROTOCOL_START (line 4773) | NL80211_CMD_CRIT_PROTOCOL_START = 0x62 constant NL80211_CMD_CRIT_PROTOCOL_STOP (line 4774) | NL80211_CMD_CRIT_PROTOCOL_STOP = 0x63 constant NL80211_CMD_DEAUTHENTICATE (line 4775) | NL80211_CMD_DEAUTHENTICATE = 0x27 constant NL80211_CMD_DEL_BEACON (line 4776) | NL80211_CMD_DEL_BEACON = 0x10 constant NL80211_CMD_DEL_INTERFACE (line 4777) | NL80211_CMD_DEL_INTERFACE = 0x8 constant NL80211_CMD_DEL_KEY (line 4778) | NL80211_CMD_DEL_KEY = 0xc constant NL80211_CMD_DEL_MPATH (line 4779) | NL80211_CMD_DEL_MPATH = 0x18 constant NL80211_CMD_DEL_NAN_FUNCTION (line 4780) | NL80211_CMD_DEL_NAN_FUNCTION = 0x76 constant NL80211_CMD_DEL_PMK (line 4781) | NL80211_CMD_DEL_PMK = 0x7c constant NL80211_CMD_DEL_PMKSA (line 4782) | NL80211_CMD_DEL_PMKSA = 0x35 constant NL80211_CMD_DEL_STATION (line 4783) | NL80211_CMD_DEL_STATION = 0x14 constant NL80211_CMD_DEL_TX_TS (line 4784) | NL80211_CMD_DEL_TX_TS = 0x6a constant NL80211_CMD_DEL_WIPHY (line 4785) | NL80211_CMD_DEL_WIPHY = 0x4 constant NL80211_CMD_DISASSOCIATE (line 4786) | NL80211_CMD_DISASSOCIATE = 0x28 constant NL80211_CMD_DISCONNECT (line 4787) | NL80211_CMD_DISCONNECT = 0x30 constant NL80211_CMD_EXTERNAL_AUTH (line 4788) | NL80211_CMD_EXTERNAL_AUTH = 0x7f constant NL80211_CMD_FLUSH_PMKSA (line 4789) | NL80211_CMD_FLUSH_PMKSA = 0x36 constant NL80211_CMD_FRAME (line 4790) | NL80211_CMD_FRAME = 0x3b constant NL80211_CMD_FRAME_TX_STATUS (line 4791) | NL80211_CMD_FRAME_TX_STATUS = 0x3c constant NL80211_CMD_FRAME_WAIT_CANCEL (line 4792) | NL80211_CMD_FRAME_WAIT_CANCEL = 0x43 constant NL80211_CMD_FT_EVENT (line 4793) | NL80211_CMD_FT_EVENT = 0x61 constant NL80211_CMD_GET_BEACON (line 4794) | NL80211_CMD_GET_BEACON = 0xd constant NL80211_CMD_GET_COALESCE (line 4795) | NL80211_CMD_GET_COALESCE = 0x64 constant NL80211_CMD_GET_FTM_RESPONDER_STATS (line 4796) | NL80211_CMD_GET_FTM_RESPONDER_STATS = 0x82 constant NL80211_CMD_GET_INTERFACE (line 4797) | NL80211_CMD_GET_INTERFACE = 0x5 constant NL80211_CMD_GET_KEY (line 4798) | NL80211_CMD_GET_KEY = 0x9 constant NL80211_CMD_GET_MESH_CONFIG (line 4799) | NL80211_CMD_GET_MESH_CONFIG = 0x1c constant NL80211_CMD_GET_MESH_PARAMS (line 4800) | NL80211_CMD_GET_MESH_PARAMS = 0x1c constant NL80211_CMD_GET_MPATH (line 4801) | NL80211_CMD_GET_MPATH = 0x15 constant NL80211_CMD_GET_MPP (line 4802) | NL80211_CMD_GET_MPP = 0x6b constant NL80211_CMD_GET_POWER_SAVE (line 4803) | NL80211_CMD_GET_POWER_SAVE = 0x3e constant NL80211_CMD_GET_PROTOCOL_FEATURES (line 4804) | NL80211_CMD_GET_PROTOCOL_FEATURES = 0x5f constant NL80211_CMD_GET_REG (line 4805) | NL80211_CMD_GET_REG = 0x1f constant NL80211_CMD_GET_SCAN (line 4806) | NL80211_CMD_GET_SCAN = 0x20 constant NL80211_CMD_GET_STATION (line 4807) | NL80211_CMD_GET_STATION = 0x11 constant NL80211_CMD_GET_SURVEY (line 4808) | NL80211_CMD_GET_SURVEY = 0x32 constant NL80211_CMD_GET_WIPHY (line 4809) | NL80211_CMD_GET_WIPHY = 0x1 constant NL80211_CMD_GET_WOWLAN (line 4810) | NL80211_CMD_GET_WOWLAN = 0x49 constant NL80211_CMD_JOIN_IBSS (line 4811) | NL80211_CMD_JOIN_IBSS = 0x2b constant NL80211_CMD_JOIN_MESH (line 4812) | NL80211_CMD_JOIN_MESH = 0x44 constant NL80211_CMD_JOIN_OCB (line 4813) | NL80211_CMD_JOIN_OCB = 0x6c constant NL80211_CMD_LEAVE_IBSS (line 4814) | NL80211_CMD_LEAVE_IBSS = 0x2c constant NL80211_CMD_LEAVE_MESH (line 4815) | NL80211_CMD_LEAVE_MESH = 0x45 constant NL80211_CMD_LEAVE_OCB (line 4816) | NL80211_CMD_LEAVE_OCB = 0x6d constant NL80211_CMD_MAX (line 4817) | NL80211_CMD_MAX = 0x98 constant NL80211_CMD_MICHAEL_MIC_FAILURE (line 4818) | NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29 constant NL80211_CMD_MODIFY_LINK_STA (line 4819) | NL80211_CMD_MODIFY_LINK_STA = 0x97 constant NL80211_CMD_NAN_MATCH (line 4820) | NL80211_CMD_NAN_MATCH = 0x78 constant NL80211_CMD_NEW_BEACON (line 4821) | NL80211_CMD_NEW_BEACON = 0xf constant NL80211_CMD_NEW_INTERFACE (line 4822) | NL80211_CMD_NEW_INTERFACE = 0x7 constant NL80211_CMD_NEW_KEY (line 4823) | NL80211_CMD_NEW_KEY = 0xb constant NL80211_CMD_NEW_MPATH (line 4824) | NL80211_CMD_NEW_MPATH = 0x17 constant NL80211_CMD_NEW_PEER_CANDIDATE (line 4825) | NL80211_CMD_NEW_PEER_CANDIDATE = 0x48 constant NL80211_CMD_NEW_SCAN_RESULTS (line 4826) | NL80211_CMD_NEW_SCAN_RESULTS = 0x22 constant NL80211_CMD_NEW_STATION (line 4827) | NL80211_CMD_NEW_STATION = 0x13 constant NL80211_CMD_NEW_SURVEY_RESULTS (line 4828) | NL80211_CMD_NEW_SURVEY_RESULTS = 0x33 constant NL80211_CMD_NEW_WIPHY (line 4829) | NL80211_CMD_NEW_WIPHY = 0x3 constant NL80211_CMD_NOTIFY_CQM (line 4830) | NL80211_CMD_NOTIFY_CQM = 0x40 constant NL80211_CMD_NOTIFY_RADAR (line 4831) | NL80211_CMD_NOTIFY_RADAR = 0x86 constant NL80211_CMD_OBSS_COLOR_COLLISION (line 4832) | NL80211_CMD_OBSS_COLOR_COLLISION = 0x8d constant NL80211_CMD_PEER_MEASUREMENT_COMPLETE (line 4833) | NL80211_CMD_PEER_MEASUREMENT_COMPLETE = 0x85 constant NL80211_CMD_PEER_MEASUREMENT_RESULT (line 4834) | NL80211_CMD_PEER_MEASUREMENT_RESULT = 0x84 constant NL80211_CMD_PEER_MEASUREMENT_START (line 4835) | NL80211_CMD_PEER_MEASUREMENT_START = 0x83 constant NL80211_CMD_PMKSA_CANDIDATE (line 4836) | NL80211_CMD_PMKSA_CANDIDATE = 0x50 constant NL80211_CMD_PORT_AUTHORIZED (line 4837) | NL80211_CMD_PORT_AUTHORIZED = 0x7d constant NL80211_CMD_PROBE_CLIENT (line 4838) | NL80211_CMD_PROBE_CLIENT = 0x54 constant NL80211_CMD_PROBE_MESH_LINK (line 4839) | NL80211_CMD_PROBE_MESH_LINK = 0x88 constant NL80211_CMD_RADAR_DETECT (line 4840) | NL80211_CMD_RADAR_DETECT = 0x5e constant NL80211_CMD_REG_BEACON_HINT (line 4841) | NL80211_CMD_REG_BEACON_HINT = 0x2a constant NL80211_CMD_REG_CHANGE (line 4842) | NL80211_CMD_REG_CHANGE = 0x24 constant NL80211_CMD_REGISTER_ACTION (line 4843) | NL80211_CMD_REGISTER_ACTION = 0x3a constant NL80211_CMD_REGISTER_BEACONS (line 4844) | NL80211_CMD_REGISTER_BEACONS = 0x55 constant NL80211_CMD_REGISTER_FRAME (line 4845) | NL80211_CMD_REGISTER_FRAME = 0x3a constant NL80211_CMD_RELOAD_REGDB (line 4846) | NL80211_CMD_RELOAD_REGDB = 0x7e constant NL80211_CMD_REMAIN_ON_CHANNEL (line 4847) | NL80211_CMD_REMAIN_ON_CHANNEL = 0x37 constant NL80211_CMD_REMOVE_LINK (line 4848) | NL80211_CMD_REMOVE_LINK = 0x95 constant NL80211_CMD_REMOVE_LINK_STA (line 4849) | NL80211_CMD_REMOVE_LINK_STA = 0x98 constant NL80211_CMD_REQ_SET_REG (line 4850) | NL80211_CMD_REQ_SET_REG = 0x1b constant NL80211_CMD_ROAM (line 4851) | NL80211_CMD_ROAM = 0x2f constant NL80211_CMD_SCAN_ABORTED (line 4852) | NL80211_CMD_SCAN_ABORTED = 0x23 constant NL80211_CMD_SCHED_SCAN_RESULTS (line 4853) | NL80211_CMD_SCHED_SCAN_RESULTS = 0x4d constant NL80211_CMD_SCHED_SCAN_STOPPED (line 4854) | NL80211_CMD_SCHED_SCAN_STOPPED = 0x4e constant NL80211_CMD_SET_BEACON (line 4855) | NL80211_CMD_SET_BEACON = 0xe constant NL80211_CMD_SET_BSS (line 4856) | NL80211_CMD_SET_BSS = 0x19 constant NL80211_CMD_SET_CHANNEL (line 4857) | NL80211_CMD_SET_CHANNEL = 0x41 constant NL80211_CMD_SET_COALESCE (line 4858) | NL80211_CMD_SET_COALESCE = 0x65 constant NL80211_CMD_SET_CQM (line 4859) | NL80211_CMD_SET_CQM = 0x3f constant NL80211_CMD_SET_FILS_AAD (line 4860) | NL80211_CMD_SET_FILS_AAD = 0x92 constant NL80211_CMD_SET_INTERFACE (line 4861) | NL80211_CMD_SET_INTERFACE = 0x6 constant NL80211_CMD_SET_KEY (line 4862) | NL80211_CMD_SET_KEY = 0xa constant NL80211_CMD_SET_MAC_ACL (line 4863) | NL80211_CMD_SET_MAC_ACL = 0x5d constant NL80211_CMD_SET_MCAST_RATE (line 4864) | NL80211_CMD_SET_MCAST_RATE = 0x5c constant NL80211_CMD_SET_MESH_CONFIG (line 4865) | NL80211_CMD_SET_MESH_CONFIG = 0x1d constant NL80211_CMD_SET_MESH_PARAMS (line 4866) | NL80211_CMD_SET_MESH_PARAMS = 0x1d constant NL80211_CMD_SET_MGMT_EXTRA_IE (line 4867) | NL80211_CMD_SET_MGMT_EXTRA_IE = 0x1e constant NL80211_CMD_SET_MPATH (line 4868) | NL80211_CMD_SET_MPATH = 0x16 constant NL80211_CMD_SET_MULTICAST_TO_UNICAST (line 4869) | NL80211_CMD_SET_MULTICAST_TO_UNICAST = 0x79 constant NL80211_CMD_SET_NOACK_MAP (line 4870) | NL80211_CMD_SET_NOACK_MAP = 0x57 constant NL80211_CMD_SET_PMK (line 4871) | NL80211_CMD_SET_PMK = 0x7b constant NL80211_CMD_SET_PMKSA (line 4872) | NL80211_CMD_SET_PMKSA = 0x34 constant NL80211_CMD_SET_POWER_SAVE (line 4873) | NL80211_CMD_SET_POWER_SAVE = 0x3d constant NL80211_CMD_SET_QOS_MAP (line 4874) | NL80211_CMD_SET_QOS_MAP = 0x68 constant NL80211_CMD_SET_REG (line 4875) | NL80211_CMD_SET_REG = 0x1a constant NL80211_CMD_SET_REKEY_OFFLOAD (line 4876) | NL80211_CMD_SET_REKEY_OFFLOAD = 0x4f constant NL80211_CMD_SET_SAR_SPECS (line 4877) | NL80211_CMD_SET_SAR_SPECS = 0x8c constant NL80211_CMD_SET_STATION (line 4878) | NL80211_CMD_SET_STATION = 0x12 constant NL80211_CMD_SET_TID_CONFIG (line 4879) | NL80211_CMD_SET_TID_CONFIG = 0x89 constant NL80211_CMD_SET_TX_BITRATE_MASK (line 4880) | NL80211_CMD_SET_TX_BITRATE_MASK = 0x39 constant NL80211_CMD_SET_WDS_PEER (line 4881) | NL80211_CMD_SET_WDS_PEER = 0x42 constant NL80211_CMD_SET_WIPHY (line 4882) | NL80211_CMD_SET_WIPHY = 0x2 constant NL80211_CMD_SET_WIPHY_NETNS (line 4883) | NL80211_CMD_SET_WIPHY_NETNS = 0x31 constant NL80211_CMD_SET_WOWLAN (line 4884) | NL80211_CMD_SET_WOWLAN = 0x4a constant NL80211_CMD_STA_OPMODE_CHANGED (line 4885) | NL80211_CMD_STA_OPMODE_CHANGED = 0x80 constant NL80211_CMD_START_AP (line 4886) | NL80211_CMD_START_AP = 0xf constant NL80211_CMD_START_NAN (line 4887) | NL80211_CMD_START_NAN = 0x73 constant NL80211_CMD_START_P2P_DEVICE (line 4888) | NL80211_CMD_START_P2P_DEVICE = 0x59 constant NL80211_CMD_START_SCHED_SCAN (line 4889) | NL80211_CMD_START_SCHED_SCAN = 0x4b constant NL80211_CMD_STOP_AP (line 4890) | NL80211_CMD_STOP_AP = 0x10 constant NL80211_CMD_STOP_NAN (line 4891) | NL80211_CMD_STOP_NAN = 0x74 constant NL80211_CMD_STOP_P2P_DEVICE (line 4892) | NL80211_CMD_STOP_P2P_DEVICE = 0x5a constant NL80211_CMD_STOP_SCHED_SCAN (line 4893) | NL80211_CMD_STOP_SCHED_SCAN = 0x4c constant NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH (line 4894) | NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH = 0x70 constant NL80211_CMD_TDLS_CHANNEL_SWITCH (line 4895) | NL80211_CMD_TDLS_CHANNEL_SWITCH = 0x6f constant NL80211_CMD_TDLS_MGMT (line 4896) | NL80211_CMD_TDLS_MGMT = 0x52 constant NL80211_CMD_TDLS_OPER (line 4897) | NL80211_CMD_TDLS_OPER = 0x51 constant NL80211_CMD_TESTMODE (line 4898) | NL80211_CMD_TESTMODE = 0x2d constant NL80211_CMD_TRIGGER_SCAN (line 4899) | NL80211_CMD_TRIGGER_SCAN = 0x21 constant NL80211_CMD_UNEXPECTED_4ADDR_FRAME (line 4900) | NL80211_CMD_UNEXPECTED_4ADDR_FRAME = 0x56 constant NL80211_CMD_UNEXPECTED_FRAME (line 4901) | NL80211_CMD_UNEXPECTED_FRAME = 0x53 constant NL80211_CMD_UNPROT_BEACON (line 4902) | NL80211_CMD_UNPROT_BEACON = 0x8a constant NL80211_CMD_UNPROT_DEAUTHENTICATE (line 4903) | NL80211_CMD_UNPROT_DEAUTHENTICATE = 0x46 constant NL80211_CMD_UNPROT_DISASSOCIATE (line 4904) | NL80211_CMD_UNPROT_DISASSOCIATE = 0x47 constant NL80211_CMD_UNSPEC (line 4905) | NL80211_CMD_UNSPEC = 0x0 constant NL80211_CMD_UPDATE_CONNECT_PARAMS (line 4906) | NL80211_CMD_UPDATE_CONNECT_PARAMS = 0x7a constant NL80211_CMD_UPDATE_FT_IES (line 4907) | NL80211_CMD_UPDATE_FT_IES = 0x60 constant NL80211_CMD_UPDATE_OWE_INFO (line 4908) | NL80211_CMD_UPDATE_OWE_INFO = 0x87 constant NL80211_CMD_VENDOR (line 4909) | NL80211_CMD_VENDOR = 0x67 constant NL80211_CMD_WIPHY_REG_CHANGE (line 4910) | NL80211_CMD_WIPHY_REG_CHANGE = 0x71 constant NL80211_COALESCE_CONDITION_MATCH (line 4911) | NL80211_COALESCE_CONDITION_MATCH = 0x0 constant NL80211_COALESCE_CONDITION_NO_MATCH (line 4912) | NL80211_COALESCE_CONDITION_NO_MATCH = 0x1 constant NL80211_CONN_FAIL_BLOCKED_CLIENT (line 4913) | NL80211_CONN_FAIL_BLOCKED_CLIENT = 0x1 constant NL80211_CONN_FAIL_MAX_CLIENTS (line 4914) | NL80211_CONN_FAIL_MAX_CLIENTS = 0x0 constant NL80211_CQM_RSSI_BEACON_LOSS_EVENT (line 4915) | NL80211_CQM_RSSI_BEACON_LOSS_EVENT = 0x2 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH (line 4916) | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH = 0x1 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW (line 4917) | NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW = 0x0 constant NL80211_CQM_TXE_MAX_INTVL (line 4918) | NL80211_CQM_TXE_MAX_INTVL = 0x708 constant NL80211_CRIT_PROTO_APIPA (line 4919) | NL80211_CRIT_PROTO_APIPA = 0x3 constant NL80211_CRIT_PROTO_DHCP (line 4920) | NL80211_CRIT_PROTO_DHCP = 0x1 constant NL80211_CRIT_PROTO_EAPOL (line 4921) | NL80211_CRIT_PROTO_EAPOL = 0x2 constant NL80211_CRIT_PROTO_MAX_DURATION (line 4922) | NL80211_CRIT_PROTO_MAX_DURATION = 0x1388 constant NL80211_CRIT_PROTO_UNSPEC (line 4923) | NL80211_CRIT_PROTO_UNSPEC = 0x0 constant NL80211_DFS_AVAILABLE (line 4924) | NL80211_DFS_AVAILABLE = 0x2 constant NL80211_DFS_ETSI (line 4925) | NL80211_DFS_ETSI = 0x2 constant NL80211_DFS_FCC (line 4926) | NL80211_DFS_FCC = 0x1 constant NL80211_DFS_JP (line 4927) | NL80211_DFS_JP = 0x3 constant NL80211_DFS_UNAVAILABLE (line 4928) | NL80211_DFS_UNAVAILABLE = 0x1 constant NL80211_DFS_UNSET (line 4929) | NL80211_DFS_UNSET = 0x0 constant NL80211_DFS_USABLE (line 4930) | NL80211_DFS_USABLE = 0x0 constant NL80211_EDMG_BW_CONFIG_MAX (line 4931) | NL80211_EDMG_BW_CONFIG_MAX = 0xf constant NL80211_EDMG_BW_CONFIG_MIN (line 4932) | NL80211_EDMG_BW_CONFIG_MIN = 0x4 constant NL80211_EDMG_CHANNELS_MAX (line 4933) | NL80211_EDMG_CHANNELS_MAX = 0x3c constant NL80211_EDMG_CHANNELS_MIN (line 4934) | NL80211_EDMG_CHANNELS_MIN = 0x1 constant NL80211_EHT_MAX_CAPABILITY_LEN (line 4935) | NL80211_EHT_MAX_CAPABILITY_LEN = 0x33 constant NL80211_EHT_MIN_CAPABILITY_LEN (line 4936) | NL80211_EHT_MIN_CAPABILITY_LEN = 0xd constant NL80211_EXTERNAL_AUTH_ABORT (line 4937) | NL80211_EXTERNAL_AUTH_ABORT = 0x1 constant NL80211_EXTERNAL_AUTH_START (line 4938) | NL80211_EXTERNAL_AUTH_START = 0x0 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK (line 4939) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK = 0x32 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X (line 4940) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X = 0x10 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK (line 4941) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK = 0xf constant NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP (line 4942) | NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP = 0x12 constant NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT (line 4943) | NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_AIRTIME_FAIRNESS (line 4944) | NL80211_EXT_FEATURE_AIRTIME_FAIRNESS = 0x21 constant NL80211_EXT_FEATURE_AP_PMKSA_CACHING (line 4945) | NL80211_EXT_FEATURE_AP_PMKSA_CACHING = 0x22 constant NL80211_EXT_FEATURE_AQL (line 4946) | NL80211_EXT_FEATURE_AQL = 0x28 constant NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT (line 4947) | NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT = 0x2e constant NL80211_EXT_FEATURE_BEACON_PROTECTION (line 4948) | NL80211_EXT_FEATURE_BEACON_PROTECTION = 0x29 constant NL80211_EXT_FEATURE_BEACON_RATE_HE (line 4949) | NL80211_EXT_FEATURE_BEACON_RATE_HE = 0x36 constant NL80211_EXT_FEATURE_BEACON_RATE_HT (line 4950) | NL80211_EXT_FEATURE_BEACON_RATE_HT = 0x7 constant NL80211_EXT_FEATURE_BEACON_RATE_LEGACY (line 4951) | NL80211_EXT_FEATURE_BEACON_RATE_LEGACY = 0x6 constant NL80211_EXT_FEATURE_BEACON_RATE_VHT (line 4952) | NL80211_EXT_FEATURE_BEACON_RATE_VHT = 0x8 constant NL80211_EXT_FEATURE_BSS_COLOR (line 4953) | NL80211_EXT_FEATURE_BSS_COLOR = 0x3a constant NL80211_EXT_FEATURE_BSS_PARENT_TSF (line 4954) | NL80211_EXT_FEATURE_BSS_PARENT_TSF = 0x4 constant NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 (line 4955) | NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 = 0x1f constant NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH (line 4956) | NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH = 0x2a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 (line 4957) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 = 0x1a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS (line 4958) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS = 0x30 constant NL80211_EXT_FEATURE_CQM_RSSI_LIST (line 4959) | NL80211_EXT_FEATURE_CQM_RSSI_LIST = 0xd constant NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT (line 4960) | NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_DEL_IBSS_STA (line 4961) | NL80211_EXT_FEATURE_DEL_IBSS_STA = 0x2c constant NL80211_EXT_FEATURE_DFS_OFFLOAD (line 4962) | NL80211_EXT_FEATURE_DFS_OFFLOAD = 0x19 constant NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER (line 4963) | NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER = 0x20 constant NL80211_EXT_FEATURE_EXT_KEY_ID (line 4964) | NL80211_EXT_FEATURE_EXT_KEY_ID = 0x24 constant NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD (line 4965) | NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD = 0x3b constant NL80211_EXT_FEATURE_FILS_DISCOVERY (line 4966) | NL80211_EXT_FEATURE_FILS_DISCOVERY = 0x34 constant NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME (line 4967) | NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME = 0x11 constant NL80211_EXT_FEATURE_FILS_SK_OFFLOAD (line 4968) | NL80211_EXT_FEATURE_FILS_SK_OFFLOAD = 0xe constant NL80211_EXT_FEATURE_FILS_STA (line 4969) | NL80211_EXT_FEATURE_FILS_STA = 0x9 constant NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN (line 4970) | NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN = 0x18 constant NL80211_EXT_FEATURE_LOW_POWER_SCAN (line 4971) | NL80211_EXT_FEATURE_LOW_POWER_SCAN = 0x17 constant NL80211_EXT_FEATURE_LOW_SPAN_SCAN (line 4972) | NL80211_EXT_FEATURE_LOW_SPAN_SCAN = 0x16 constant NL80211_EXT_FEATURE_MFP_OPTIONAL (line 4973) | NL80211_EXT_FEATURE_MFP_OPTIONAL = 0x15 constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA (line 4974) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA = 0xa constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED (line 4975) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED = 0xb constant NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS (line 4976) | NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS = 0x2d constant NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER (line 4977) | NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER = 0x2 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 4978) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x14 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE (line 4979) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE = 0x13 constant NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION (line 4980) | NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION = 0x31 constant NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE (line 4981) | NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE = 0x3d constant NL80211_EXT_FEATURE_PROTECTED_TWT (line 4982) | NL80211_EXT_FEATURE_PROTECTED_TWT = 0x2b constant NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE (line 4983) | NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE = 0x39 constant NL80211_EXT_FEATURE_RADAR_BACKGROUND (line 4984) | NL80211_EXT_FEATURE_RADAR_BACKGROUND = 0x3c constant NL80211_EXT_FEATURE_RRM (line 4985) | NL80211_EXT_FEATURE_RRM = 0x1 constant NL80211_EXT_FEATURE_SAE_OFFLOAD_AP (line 4986) | NL80211_EXT_FEATURE_SAE_OFFLOAD_AP = 0x33 constant NL80211_EXT_FEATURE_SAE_OFFLOAD (line 4987) | NL80211_EXT_FEATURE_SAE_OFFLOAD = 0x26 constant NL80211_EXT_FEATURE_SCAN_FREQ_KHZ (line 4988) | NL80211_EXT_FEATURE_SCAN_FREQ_KHZ = 0x2f constant NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT (line 4989) | NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT = 0x1e constant NL80211_EXT_FEATURE_SCAN_RANDOM_SN (line 4990) | NL80211_EXT_FEATURE_SCAN_RANDOM_SN = 0x1d constant NL80211_EXT_FEATURE_SCAN_START_TIME (line 4991) | NL80211_EXT_FEATURE_SCAN_START_TIME = 0x3 constant NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD (line 4992) | NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD = 0x23 constant NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI (line 4993) | NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI = 0xc constant NL80211_EXT_FEATURE_SECURE_LTF (line 4994) | NL80211_EXT_FEATURE_SECURE_LTF = 0x37 constant NL80211_EXT_FEATURE_SECURE_RTT (line 4995) | NL80211_EXT_FEATURE_SECURE_RTT = 0x38 constant NL80211_EXT_FEATURE_SET_SCAN_DWELL (line 4996) | NL80211_EXT_FEATURE_SET_SCAN_DWELL = 0x5 constant NL80211_EXT_FEATURE_STA_TX_PWR (line 4997) | NL80211_EXT_FEATURE_STA_TX_PWR = 0x25 constant NL80211_EXT_FEATURE_TXQS (line 4998) | NL80211_EXT_FEATURE_TXQS = 0x1c constant NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP (line 4999) | NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP = 0x35 constant NL80211_EXT_FEATURE_VHT_IBSS (line 5000) | NL80211_EXT_FEATURE_VHT_IBSS = 0x0 constant NL80211_EXT_FEATURE_VLAN_OFFLOAD (line 5001) | NL80211_EXT_FEATURE_VLAN_OFFLOAD = 0x27 constant NL80211_FEATURE_ACKTO_ESTIMATION (line 5002) | NL80211_FEATURE_ACKTO_ESTIMATION = 0x800000 constant NL80211_FEATURE_ACTIVE_MONITOR (line 5003) | NL80211_FEATURE_ACTIVE_MONITOR = 0x20000 constant NL80211_FEATURE_ADVERTISE_CHAN_LIMITS (line 5004) | NL80211_FEATURE_ADVERTISE_CHAN_LIMITS = 0x4000 constant NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE (line 5005) | NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE = 0x40000 constant NL80211_FEATURE_AP_SCAN (line 5006) | NL80211_FEATURE_AP_SCAN = 0x100 constant NL80211_FEATURE_CELL_BASE_REG_HINTS (line 5007) | NL80211_FEATURE_CELL_BASE_REG_HINTS = 0x8 constant NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES (line 5008) | NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES = 0x80000 constant NL80211_FEATURE_DYNAMIC_SMPS (line 5009) | NL80211_FEATURE_DYNAMIC_SMPS = 0x2000000 constant NL80211_FEATURE_FULL_AP_CLIENT_STATE (line 5010) | NL80211_FEATURE_FULL_AP_CLIENT_STATE = 0x8000 constant NL80211_FEATURE_HT_IBSS (line 5011) | NL80211_FEATURE_HT_IBSS = 0x2 constant NL80211_FEATURE_INACTIVITY_TIMER (line 5012) | NL80211_FEATURE_INACTIVITY_TIMER = 0x4 constant NL80211_FEATURE_LOW_PRIORITY_SCAN (line 5013) | NL80211_FEATURE_LOW_PRIORITY_SCAN = 0x40 constant NL80211_FEATURE_MAC_ON_CREATE (line 5014) | NL80211_FEATURE_MAC_ON_CREATE = 0x8000000 constant NL80211_FEATURE_ND_RANDOM_MAC_ADDR (line 5015) | NL80211_FEATURE_ND_RANDOM_MAC_ADDR = 0x80000000 constant NL80211_FEATURE_NEED_OBSS_SCAN (line 5016) | NL80211_FEATURE_NEED_OBSS_SCAN = 0x400 constant NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL (line 5017) | NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL = 0x10 constant NL80211_FEATURE_P2P_GO_CTWIN (line 5018) | NL80211_FEATURE_P2P_GO_CTWIN = 0x800 constant NL80211_FEATURE_P2P_GO_OPPPS (line 5019) | NL80211_FEATURE_P2P_GO_OPPPS = 0x1000 constant NL80211_FEATURE_QUIET (line 5020) | NL80211_FEATURE_QUIET = 0x200000 constant NL80211_FEATURE_SAE (line 5021) | NL80211_FEATURE_SAE = 0x20 constant NL80211_FEATURE_SCAN_FLUSH (line 5022) | NL80211_FEATURE_SCAN_FLUSH = 0x80 constant NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR (line 5023) | NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = 0x20000000 constant NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR (line 5024) | NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR = 0x40000000 constant NL80211_FEATURE_SK_TX_STATUS (line 5025) | NL80211_FEATURE_SK_TX_STATUS = 0x1 constant NL80211_FEATURE_STATIC_SMPS (line 5026) | NL80211_FEATURE_STATIC_SMPS = 0x1000000 constant NL80211_FEATURE_SUPPORTS_WMM_ADMISSION (line 5027) | NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 0x4000000 constant NL80211_FEATURE_TDLS_CHANNEL_SWITCH (line 5028) | NL80211_FEATURE_TDLS_CHANNEL_SWITCH = 0x10000000 constant NL80211_FEATURE_TX_POWER_INSERTION (line 5029) | NL80211_FEATURE_TX_POWER_INSERTION = 0x400000 constant NL80211_FEATURE_USERSPACE_MPM (line 5030) | NL80211_FEATURE_USERSPACE_MPM = 0x10000 constant NL80211_FEATURE_VIF_TXPOWER (line 5031) | NL80211_FEATURE_VIF_TXPOWER = 0x200 constant NL80211_FEATURE_WFA_TPC_IE_IN_PROBES (line 5032) | NL80211_FEATURE_WFA_TPC_IE_IN_PROBES = 0x100000 constant NL80211_FILS_DISCOVERY_ATTR_INT_MAX (line 5033) | NL80211_FILS_DISCOVERY_ATTR_INT_MAX = 0x2 constant NL80211_FILS_DISCOVERY_ATTR_INT_MIN (line 5034) | NL80211_FILS_DISCOVERY_ATTR_INT_MIN = 0x1 constant NL80211_FILS_DISCOVERY_ATTR_MAX (line 5035) | NL80211_FILS_DISCOVERY_ATTR_MAX = 0x3 constant NL80211_FILS_DISCOVERY_ATTR_TMPL (line 5036) | NL80211_FILS_DISCOVERY_ATTR_TMPL = 0x3 constant NL80211_FILS_DISCOVERY_TMPL_MIN_LEN (line 5037) | NL80211_FILS_DISCOVERY_TMPL_MIN_LEN = 0x2a constant NL80211_FREQUENCY_ATTR_16MHZ (line 5038) | NL80211_FREQUENCY_ATTR_16MHZ = 0x19 constant NL80211_FREQUENCY_ATTR_1MHZ (line 5039) | NL80211_FREQUENCY_ATTR_1MHZ = 0x15 constant NL80211_FREQUENCY_ATTR_2MHZ (line 5040) | NL80211_FREQUENCY_ATTR_2MHZ = 0x16 constant NL80211_FREQUENCY_ATTR_4MHZ (line 5041) | NL80211_FREQUENCY_ATTR_4MHZ = 0x17 constant NL80211_FREQUENCY_ATTR_8MHZ (line 5042) | NL80211_FREQUENCY_ATTR_8MHZ = 0x18 constant NL80211_FREQUENCY_ATTR_DFS_CAC_TIME (line 5043) | NL80211_FREQUENCY_ATTR_DFS_CAC_TIME = 0xd constant NL80211_FREQUENCY_ATTR_DFS_STATE (line 5044) | NL80211_FREQUENCY_ATTR_DFS_STATE = 0x7 constant NL80211_FREQUENCY_ATTR_DFS_TIME (line 5045) | NL80211_FREQUENCY_ATTR_DFS_TIME = 0x8 constant NL80211_FREQUENCY_ATTR_DISABLED (line 5046) | NL80211_FREQUENCY_ATTR_DISABLED = 0x2 constant NL80211_FREQUENCY_ATTR_FREQ (line 5047) | NL80211_FREQUENCY_ATTR_FREQ = 0x1 constant NL80211_FREQUENCY_ATTR_GO_CONCURRENT (line 5048) | NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_INDOOR_ONLY (line 5049) | NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe constant NL80211_FREQUENCY_ATTR_IR_CONCURRENT (line 5050) | NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_MAX (line 5051) | NL80211_FREQUENCY_ATTR_MAX = 0x1b constant NL80211_FREQUENCY_ATTR_MAX_TX_POWER (line 5052) | NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 constant NL80211_FREQUENCY_ATTR_NO_10MHZ (line 5053) | NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 constant NL80211_FREQUENCY_ATTR_NO_160MHZ (line 5054) | NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc constant NL80211_FREQUENCY_ATTR_NO_20MHZ (line 5055) | NL80211_FREQUENCY_ATTR_NO_20MHZ = 0x10 constant NL80211_FREQUENCY_ATTR_NO_320MHZ (line 5056) | NL80211_FREQUENCY_ATTR_NO_320MHZ = 0x1a constant NL80211_FREQUENCY_ATTR_NO_80MHZ (line 5057) | NL80211_FREQUENCY_ATTR_NO_80MHZ = 0xb constant NL80211_FREQUENCY_ATTR_NO_EHT (line 5058) | NL80211_FREQUENCY_ATTR_NO_EHT = 0x1b constant NL80211_FREQUENCY_ATTR_NO_HE (line 5059) | NL80211_FREQUENCY_ATTR_NO_HE = 0x13 constant NL80211_FREQUENCY_ATTR_NO_HT40_MINUS (line 5060) | NL80211_FREQUENCY_ATTR_NO_HT40_MINUS = 0x9 constant NL80211_FREQUENCY_ATTR_NO_HT40_PLUS (line 5061) | NL80211_FREQUENCY_ATTR_NO_HT40_PLUS = 0xa constant NL80211_FREQUENCY_ATTR_NO_IBSS (line 5062) | NL80211_FREQUENCY_ATTR_NO_IBSS = 0x3 constant NL80211_FREQUENCY_ATTR_NO_IR (line 5063) | NL80211_FREQUENCY_ATTR_NO_IR = 0x3 constant NL80211_FREQUENCY_ATTR_OFFSET (line 5064) | NL80211_FREQUENCY_ATTR_OFFSET = 0x14 constant NL80211_FREQUENCY_ATTR_PASSIVE_SCAN (line 5065) | NL80211_FREQUENCY_ATTR_PASSIVE_SCAN = 0x3 constant NL80211_FREQUENCY_ATTR_RADAR (line 5066) | NL80211_FREQUENCY_ATTR_RADAR = 0x5 constant NL80211_FREQUENCY_ATTR_WMM (line 5067) | NL80211_FREQUENCY_ATTR_WMM = 0x12 constant NL80211_FTM_RESP_ATTR_CIVICLOC (line 5068) | NL80211_FTM_RESP_ATTR_CIVICLOC = 0x3 constant NL80211_FTM_RESP_ATTR_ENABLED (line 5069) | NL80211_FTM_RESP_ATTR_ENABLED = 0x1 constant NL80211_FTM_RESP_ATTR_LCI (line 5070) | NL80211_FTM_RESP_ATTR_LCI = 0x2 constant NL80211_FTM_RESP_ATTR_MAX (line 5071) | NL80211_FTM_RESP_ATTR_MAX = 0x3 constant NL80211_FTM_STATS_ASAP_NUM (line 5072) | NL80211_FTM_STATS_ASAP_NUM = 0x4 constant NL80211_FTM_STATS_FAILED_NUM (line 5073) | NL80211_FTM_STATS_FAILED_NUM = 0x3 constant NL80211_FTM_STATS_MAX (line 5074) | NL80211_FTM_STATS_MAX = 0xa constant NL80211_FTM_STATS_NON_ASAP_NUM (line 5075) | NL80211_FTM_STATS_NON_ASAP_NUM = 0x5 constant NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM (line 5076) | NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM = 0x9 constant NL80211_FTM_STATS_PAD (line 5077) | NL80211_FTM_STATS_PAD = 0xa constant NL80211_FTM_STATS_PARTIAL_NUM (line 5078) | NL80211_FTM_STATS_PARTIAL_NUM = 0x2 constant NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM (line 5079) | NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM = 0x8 constant NL80211_FTM_STATS_SUCCESS_NUM (line 5080) | NL80211_FTM_STATS_SUCCESS_NUM = 0x1 constant NL80211_FTM_STATS_TOTAL_DURATION_MSEC (line 5081) | NL80211_FTM_STATS_TOTAL_DURATION_MSEC = 0x6 constant NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM (line 5082) | NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM = 0x7 constant NL80211_GENL_NAME (line 5083) | NL80211_GENL_NAME = "nl80211" constant NL80211_HE_BSS_COLOR_ATTR_COLOR (line 5084) | NL80211_HE_BSS_COLOR_ATTR_COLOR = 0x1 constant NL80211_HE_BSS_COLOR_ATTR_DISABLED (line 5085) | NL80211_HE_BSS_COLOR_ATTR_DISABLED = 0x2 constant NL80211_HE_BSS_COLOR_ATTR_MAX (line 5086) | NL80211_HE_BSS_COLOR_ATTR_MAX = 0x3 constant NL80211_HE_BSS_COLOR_ATTR_PARTIAL (line 5087) | NL80211_HE_BSS_COLOR_ATTR_PARTIAL = 0x3 constant NL80211_HE_MAX_CAPABILITY_LEN (line 5088) | NL80211_HE_MAX_CAPABILITY_LEN = 0x36 constant NL80211_HE_MIN_CAPABILITY_LEN (line 5089) | NL80211_HE_MIN_CAPABILITY_LEN = 0x10 constant NL80211_HE_NSS_MAX (line 5090) | NL80211_HE_NSS_MAX = 0x8 constant NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP (line 5091) | NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP = 0x4 constant NL80211_HE_OBSS_PD_ATTR_MAX (line 5092) | NL80211_HE_OBSS_PD_ATTR_MAX = 0x6 constant NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET (line 5093) | NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET = 0x2 constant NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET (line 5094) | NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET = 0x1 constant NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET (line 5095) | NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET = 0x3 constant NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP (line 5096) | NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP = 0x5 constant NL80211_HE_OBSS_PD_ATTR_SR_CTRL (line 5097) | NL80211_HE_OBSS_PD_ATTR_SR_CTRL = 0x6 constant NL80211_HIDDEN_SSID_NOT_IN_USE (line 5098) | NL80211_HIDDEN_SSID_NOT_IN_USE = 0x0 constant NL80211_HIDDEN_SSID_ZERO_CONTENTS (line 5099) | NL80211_HIDDEN_SSID_ZERO_CONTENTS = 0x2 constant NL80211_HIDDEN_SSID_ZERO_LEN (line 5100) | NL80211_HIDDEN_SSID_ZERO_LEN = 0x1 constant NL80211_HT_CAPABILITY_LEN (line 5101) | NL80211_HT_CAPABILITY_LEN = 0x1a constant NL80211_IFACE_COMB_BI_MIN_GCD (line 5102) | NL80211_IFACE_COMB_BI_MIN_GCD = 0x7 constant NL80211_IFACE_COMB_LIMITS (line 5103) | NL80211_IFACE_COMB_LIMITS = 0x1 constant NL80211_IFACE_COMB_MAXNUM (line 5104) | NL80211_IFACE_COMB_MAXNUM = 0x2 constant NL80211_IFACE_COMB_NUM_CHANNELS (line 5105) | NL80211_IFACE_COMB_NUM_CHANNELS = 0x4 constant NL80211_IFACE_COMB_RADAR_DETECT_REGIONS (line 5106) | NL80211_IFACE_COMB_RADAR_DETECT_REGIONS = 0x6 constant NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS (line 5107) | NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS = 0x5 constant NL80211_IFACE_COMB_STA_AP_BI_MATCH (line 5108) | NL80211_IFACE_COMB_STA_AP_BI_MATCH = 0x3 constant NL80211_IFACE_COMB_UNSPEC (line 5109) | NL80211_IFACE_COMB_UNSPEC = 0x0 constant NL80211_IFACE_LIMIT_MAX (line 5110) | NL80211_IFACE_LIMIT_MAX = 0x1 constant NL80211_IFACE_LIMIT_TYPES (line 5111) | NL80211_IFACE_LIMIT_TYPES = 0x2 constant NL80211_IFACE_LIMIT_UNSPEC (line 5112) | NL80211_IFACE_LIMIT_UNSPEC = 0x0 constant NL80211_IFTYPE_ADHOC (line 5113) | NL80211_IFTYPE_ADHOC = 0x1 constant NL80211_IFTYPE_AKM_ATTR_IFTYPES (line 5114) | NL80211_IFTYPE_AKM_ATTR_IFTYPES = 0x1 constant NL80211_IFTYPE_AKM_ATTR_MAX (line 5115) | NL80211_IFTYPE_AKM_ATTR_MAX = 0x2 constant NL80211_IFTYPE_AKM_ATTR_SUITES (line 5116) | NL80211_IFTYPE_AKM_ATTR_SUITES = 0x2 constant NL80211_IFTYPE_AP (line 5117) | NL80211_IFTYPE_AP = 0x3 constant NL80211_IFTYPE_AP_VLAN (line 5118) | NL80211_IFTYPE_AP_VLAN = 0x4 constant NL80211_IFTYPE_MAX (line 5119) | NL80211_IFTYPE_MAX = 0xc constant NL80211_IFTYPE_MESH_POINT (line 5120) | NL80211_IFTYPE_MESH_POINT = 0x7 constant NL80211_IFTYPE_MONITOR (line 5121) | NL80211_IFTYPE_MONITOR = 0x6 constant NL80211_IFTYPE_NAN (line 5122) | NL80211_IFTYPE_NAN = 0xc constant NL80211_IFTYPE_OCB (line 5123) | NL80211_IFTYPE_OCB = 0xb constant NL80211_IFTYPE_P2P_CLIENT (line 5124) | NL80211_IFTYPE_P2P_CLIENT = 0x8 constant NL80211_IFTYPE_P2P_DEVICE (line 5125) | NL80211_IFTYPE_P2P_DEVICE = 0xa constant NL80211_IFTYPE_P2P_GO (line 5126) | NL80211_IFTYPE_P2P_GO = 0x9 constant NL80211_IFTYPE_STATION (line 5127) | NL80211_IFTYPE_STATION = 0x2 constant NL80211_IFTYPE_UNSPECIFIED (line 5128) | NL80211_IFTYPE_UNSPECIFIED = 0x0 constant NL80211_IFTYPE_WDS (line 5129) | NL80211_IFTYPE_WDS = 0x5 constant NL80211_KCK_EXT_LEN (line 5130) | NL80211_KCK_EXT_LEN = 0x18 constant NL80211_KCK_LEN (line 5131) | NL80211_KCK_LEN = 0x10 constant NL80211_KEK_EXT_LEN (line 5132) | NL80211_KEK_EXT_LEN = 0x20 constant NL80211_KEK_LEN (line 5133) | NL80211_KEK_LEN = 0x10 constant NL80211_KEY_CIPHER (line 5134) | NL80211_KEY_CIPHER = 0x3 constant NL80211_KEY_DATA (line 5135) | NL80211_KEY_DATA = 0x1 constant NL80211_KEY_DEFAULT_BEACON (line 5136) | NL80211_KEY_DEFAULT_BEACON = 0xa constant NL80211_KEY_DEFAULT (line 5137) | NL80211_KEY_DEFAULT = 0x5 constant NL80211_KEY_DEFAULT_MGMT (line 5138) | NL80211_KEY_DEFAULT_MGMT = 0x6 constant NL80211_KEY_DEFAULT_TYPE_MULTICAST (line 5139) | NL80211_KEY_DEFAULT_TYPE_MULTICAST = 0x2 constant NL80211_KEY_DEFAULT_TYPES (line 5140) | NL80211_KEY_DEFAULT_TYPES = 0x8 constant NL80211_KEY_DEFAULT_TYPE_UNICAST (line 5141) | NL80211_KEY_DEFAULT_TYPE_UNICAST = 0x1 constant NL80211_KEY_IDX (line 5142) | NL80211_KEY_IDX = 0x2 constant NL80211_KEY_MAX (line 5143) | NL80211_KEY_MAX = 0xa constant NL80211_KEY_MODE (line 5144) | NL80211_KEY_MODE = 0x9 constant NL80211_KEY_NO_TX (line 5145) | NL80211_KEY_NO_TX = 0x1 constant NL80211_KEY_RX_TX (line 5146) | NL80211_KEY_RX_TX = 0x0 constant NL80211_KEY_SEQ (line 5147) | NL80211_KEY_SEQ = 0x4 constant NL80211_KEY_SET_TX (line 5148) | NL80211_KEY_SET_TX = 0x2 constant NL80211_KEY_TYPE (line 5149) | NL80211_KEY_TYPE = 0x7 constant NL80211_KEYTYPE_GROUP (line 5150) | NL80211_KEYTYPE_GROUP = 0x0 constant NL80211_KEYTYPE_PAIRWISE (line 5151) | NL80211_KEYTYPE_PAIRWISE = 0x1 constant NL80211_KEYTYPE_PEERKEY (line 5152) | NL80211_KEYTYPE_PEERKEY = 0x2 constant NL80211_MAX_NR_AKM_SUITES (line 5153) | NL80211_MAX_NR_AKM_SUITES = 0x2 constant NL80211_MAX_NR_CIPHER_SUITES (line 5154) | NL80211_MAX_NR_CIPHER_SUITES = 0x5 constant NL80211_MAX_SUPP_HT_RATES (line 5155) | NL80211_MAX_SUPP_HT_RATES = 0x4d constant NL80211_MAX_SUPP_RATES (line 5156) | NL80211_MAX_SUPP_RATES = 0x20 constant NL80211_MAX_SUPP_REG_RULES (line 5157) | NL80211_MAX_SUPP_REG_RULES = 0x80 constant NL80211_MBSSID_CONFIG_ATTR_EMA (line 5158) | NL80211_MBSSID_CONFIG_ATTR_EMA = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_INDEX (line 5159) | NL80211_MBSSID_CONFIG_ATTR_INDEX = 0x3 constant NL80211_MBSSID_CONFIG_ATTR_MAX (line 5160) | NL80211_MBSSID_CONFIG_ATTR_MAX = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY (line 5161) | NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY = 0x2 constant NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES (line 5162) | NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES = 0x1 constant NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX (line 5163) | NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX = 0x4 constant NL80211_MESHCONF_ATTR_MAX (line 5164) | NL80211_MESHCONF_ATTR_MAX = 0x1f constant NL80211_MESHCONF_AUTO_OPEN_PLINKS (line 5165) | NL80211_MESHCONF_AUTO_OPEN_PLINKS = 0x7 constant NL80211_MESHCONF_AWAKE_WINDOW (line 5166) | NL80211_MESHCONF_AWAKE_WINDOW = 0x1b constant NL80211_MESHCONF_CONFIRM_TIMEOUT (line 5167) | NL80211_MESHCONF_CONFIRM_TIMEOUT = 0x2 constant NL80211_MESHCONF_CONNECTED_TO_AS (line 5168) | NL80211_MESHCONF_CONNECTED_TO_AS = 0x1f constant NL80211_MESHCONF_CONNECTED_TO_GATE (line 5169) | NL80211_MESHCONF_CONNECTED_TO_GATE = 0x1d constant NL80211_MESHCONF_ELEMENT_TTL (line 5170) | NL80211_MESHCONF_ELEMENT_TTL = 0xf constant NL80211_MESHCONF_FORWARDING (line 5171) | NL80211_MESHCONF_FORWARDING = 0x13 constant NL80211_MESHCONF_GATE_ANNOUNCEMENTS (line 5172) | NL80211_MESHCONF_GATE_ANNOUNCEMENTS = 0x11 constant NL80211_MESHCONF_HOLDING_TIMEOUT (line 5173) | NL80211_MESHCONF_HOLDING_TIMEOUT = 0x3 constant NL80211_MESHCONF_HT_OPMODE (line 5174) | NL80211_MESHCONF_HT_OPMODE = 0x16 constant NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT (line 5175) | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT = 0xb constant NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL (line 5176) | NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL = 0x19 constant NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES (line 5177) | NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES = 0x8 constant NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME (line 5178) | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME = 0xd constant NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT (line 5179) | NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT = 0x17 constant NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL (line 5180) | NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL = 0x12 constant NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL (line 5181) | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL = 0xc constant NL80211_MESHCONF_HWMP_RANN_INTERVAL (line 5182) | NL80211_MESHCONF_HWMP_RANN_INTERVAL = 0x10 constant NL80211_MESHCONF_HWMP_ROOT_INTERVAL (line 5183) | NL80211_MESHCONF_HWMP_ROOT_INTERVAL = 0x18 constant NL80211_MESHCONF_HWMP_ROOTMODE (line 5184) | NL80211_MESHCONF_HWMP_ROOTMODE = 0xe constant NL80211_MESHCONF_MAX_PEER_LINKS (line 5185) | NL80211_MESHCONF_MAX_PEER_LINKS = 0x4 constant NL80211_MESHCONF_MAX_RETRIES (line 5186) | NL80211_MESHCONF_MAX_RETRIES = 0x5 constant NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT (line 5187) | NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT = 0xa constant NL80211_MESHCONF_NOLEARN (line 5188) | NL80211_MESHCONF_NOLEARN = 0x1e constant NL80211_MESHCONF_PATH_REFRESH_TIME (line 5189) | NL80211_MESHCONF_PATH_REFRESH_TIME = 0x9 constant NL80211_MESHCONF_PLINK_TIMEOUT (line 5190) | NL80211_MESHCONF_PLINK_TIMEOUT = 0x1c constant NL80211_MESHCONF_POWER_MODE (line 5191) | NL80211_MESHCONF_POWER_MODE = 0x1a constant NL80211_MESHCONF_RETRY_TIMEOUT (line 5192) | NL80211_MESHCONF_RETRY_TIMEOUT = 0x1 constant NL80211_MESHCONF_RSSI_THRESHOLD (line 5193) | NL80211_MESHCONF_RSSI_THRESHOLD = 0x14 constant NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR (line 5194) | NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR = 0x15 constant NL80211_MESHCONF_TTL (line 5195) | NL80211_MESHCONF_TTL = 0x6 constant NL80211_MESH_POWER_ACTIVE (line 5196) | NL80211_MESH_POWER_ACTIVE = 0x1 constant NL80211_MESH_POWER_DEEP_SLEEP (line 5197) | NL80211_MESH_POWER_DEEP_SLEEP = 0x3 constant NL80211_MESH_POWER_LIGHT_SLEEP (line 5198) | NL80211_MESH_POWER_LIGHT_SLEEP = 0x2 constant NL80211_MESH_POWER_MAX (line 5199) | NL80211_MESH_POWER_MAX = 0x3 constant NL80211_MESH_POWER_UNKNOWN (line 5200) | NL80211_MESH_POWER_UNKNOWN = 0x0 constant NL80211_MESH_SETUP_ATTR_MAX (line 5201) | NL80211_MESH_SETUP_ATTR_MAX = 0x8 constant NL80211_MESH_SETUP_AUTH_PROTOCOL (line 5202) | NL80211_MESH_SETUP_AUTH_PROTOCOL = 0x8 constant NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC (line 5203) | NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC = 0x2 constant NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL (line 5204) | NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL = 0x1 constant NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC (line 5205) | NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC = 0x6 constant NL80211_MESH_SETUP_IE (line 5206) | NL80211_MESH_SETUP_IE = 0x3 constant NL80211_MESH_SETUP_USERSPACE_AMPE (line 5207) | NL80211_MESH_SETUP_USERSPACE_AMPE = 0x5 constant NL80211_MESH_SETUP_USERSPACE_AUTH (line 5208) | NL80211_MESH_SETUP_USERSPACE_AUTH = 0x4 constant NL80211_MESH_SETUP_USERSPACE_MPM (line 5209) | NL80211_MESH_SETUP_USERSPACE_MPM = 0x7 constant NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE (line 5210) | NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE = 0x3 constant NL80211_MFP_NO (line 5211) | NL80211_MFP_NO = 0x0 constant NL80211_MFP_OPTIONAL (line 5212) | NL80211_MFP_OPTIONAL = 0x2 constant NL80211_MFP_REQUIRED (line 5213) | NL80211_MFP_REQUIRED = 0x1 constant NL80211_MIN_REMAIN_ON_CHANNEL_TIME (line 5214) | NL80211_MIN_REMAIN_ON_CHANNEL_TIME = 0xa constant NL80211_MNTR_FLAG_ACTIVE (line 5215) | NL80211_MNTR_FLAG_ACTIVE = 0x6 constant NL80211_MNTR_FLAG_CONTROL (line 5216) | NL80211_MNTR_FLAG_CONTROL = 0x3 constant NL80211_MNTR_FLAG_COOK_FRAMES (line 5217) | NL80211_MNTR_FLAG_COOK_FRAMES = 0x5 constant NL80211_MNTR_FLAG_FCSFAIL (line 5218) | NL80211_MNTR_FLAG_FCSFAIL = 0x1 constant NL80211_MNTR_FLAG_MAX (line 5219) | NL80211_MNTR_FLAG_MAX = 0x6 constant NL80211_MNTR_FLAG_OTHER_BSS (line 5220) | NL80211_MNTR_FLAG_OTHER_BSS = 0x4 constant NL80211_MNTR_FLAG_PLCPFAIL (line 5221) | NL80211_MNTR_FLAG_PLCPFAIL = 0x2 constant NL80211_MPATH_FLAG_ACTIVE (line 5222) | NL80211_MPATH_FLAG_ACTIVE = 0x1 constant NL80211_MPATH_FLAG_FIXED (line 5223) | NL80211_MPATH_FLAG_FIXED = 0x8 constant NL80211_MPATH_FLAG_RESOLVED (line 5224) | NL80211_MPATH_FLAG_RESOLVED = 0x10 constant NL80211_MPATH_FLAG_RESOLVING (line 5225) | NL80211_MPATH_FLAG_RESOLVING = 0x2 constant NL80211_MPATH_FLAG_SN_VALID (line 5226) | NL80211_MPATH_FLAG_SN_VALID = 0x4 constant NL80211_MPATH_INFO_DISCOVERY_RETRIES (line 5227) | NL80211_MPATH_INFO_DISCOVERY_RETRIES = 0x7 constant NL80211_MPATH_INFO_DISCOVERY_TIMEOUT (line 5228) | NL80211_MPATH_INFO_DISCOVERY_TIMEOUT = 0x6 constant NL80211_MPATH_INFO_EXPTIME (line 5229) | NL80211_MPATH_INFO_EXPTIME = 0x4 constant NL80211_MPATH_INFO_FLAGS (line 5230) | NL80211_MPATH_INFO_FLAGS = 0x5 constant NL80211_MPATH_INFO_FRAME_QLEN (line 5231) | NL80211_MPATH_INFO_FRAME_QLEN = 0x1 constant NL80211_MPATH_INFO_HOP_COUNT (line 5232) | NL80211_MPATH_INFO_HOP_COUNT = 0x8 constant NL80211_MPATH_INFO_MAX (line 5233) | NL80211_MPATH_INFO_MAX = 0x9 constant NL80211_MPATH_INFO_METRIC (line 5234) | NL80211_MPATH_INFO_METRIC = 0x3 constant NL80211_MPATH_INFO_PATH_CHANGE (line 5235) | NL80211_MPATH_INFO_PATH_CHANGE = 0x9 constant NL80211_MPATH_INFO_SN (line 5236) | NL80211_MPATH_INFO_SN = 0x2 constant NL80211_MULTICAST_GROUP_CONFIG (line 5237) | NL80211_MULTICAST_GROUP_CONFIG = "config" constant NL80211_MULTICAST_GROUP_MLME (line 5238) | NL80211_MULTICAST_GROUP_MLME = "mlme" constant NL80211_MULTICAST_GROUP_NAN (line 5239) | NL80211_MULTICAST_GROUP_NAN = "nan" constant NL80211_MULTICAST_GROUP_REG (line 5240) | NL80211_MULTICAST_GROUP_REG = "regulatory" constant NL80211_MULTICAST_GROUP_SCAN (line 5241) | NL80211_MULTICAST_GROUP_SCAN = "scan" constant NL80211_MULTICAST_GROUP_TESTMODE (line 5242) | NL80211_MULTICAST_GROUP_TESTMODE = "testmode" constant NL80211_MULTICAST_GROUP_VENDOR (line 5243) | NL80211_MULTICAST_GROUP_VENDOR = "vendor" constant NL80211_NAN_FUNC_ATTR_MAX (line 5244) | NL80211_NAN_FUNC_ATTR_MAX = 0x10 constant NL80211_NAN_FUNC_CLOSE_RANGE (line 5245) | NL80211_NAN_FUNC_CLOSE_RANGE = 0x9 constant NL80211_NAN_FUNC_FOLLOW_UP (line 5246) | NL80211_NAN_FUNC_FOLLOW_UP = 0x2 constant NL80211_NAN_FUNC_FOLLOW_UP_DEST (line 5247) | NL80211_NAN_FUNC_FOLLOW_UP_DEST = 0x8 constant NL80211_NAN_FUNC_FOLLOW_UP_ID (line 5248) | NL80211_NAN_FUNC_FOLLOW_UP_ID = 0x6 constant NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID (line 5249) | NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID = 0x7 constant NL80211_NAN_FUNC_INSTANCE_ID (line 5250) | NL80211_NAN_FUNC_INSTANCE_ID = 0xf constant NL80211_NAN_FUNC_MAX_TYPE (line 5251) | NL80211_NAN_FUNC_MAX_TYPE = 0x2 constant NL80211_NAN_FUNC_PUBLISH_BCAST (line 5252) | NL80211_NAN_FUNC_PUBLISH_BCAST = 0x4 constant NL80211_NAN_FUNC_PUBLISH (line 5253) | NL80211_NAN_FUNC_PUBLISH = 0x0 constant NL80211_NAN_FUNC_PUBLISH_TYPE (line 5254) | NL80211_NAN_FUNC_PUBLISH_TYPE = 0x3 constant NL80211_NAN_FUNC_RX_MATCH_FILTER (line 5255) | NL80211_NAN_FUNC_RX_MATCH_FILTER = 0xd constant NL80211_NAN_FUNC_SERVICE_ID (line 5256) | NL80211_NAN_FUNC_SERVICE_ID = 0x2 constant NL80211_NAN_FUNC_SERVICE_ID_LEN (line 5257) | NL80211_NAN_FUNC_SERVICE_ID_LEN = 0x6 constant NL80211_NAN_FUNC_SERVICE_INFO (line 5258) | NL80211_NAN_FUNC_SERVICE_INFO = 0xb constant NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN (line 5259) | NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SRF (line 5260) | NL80211_NAN_FUNC_SRF = 0xc constant NL80211_NAN_FUNC_SRF_MAX_LEN (line 5261) | NL80211_NAN_FUNC_SRF_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE (line 5262) | NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE = 0x5 constant NL80211_NAN_FUNC_SUBSCRIBE (line 5263) | NL80211_NAN_FUNC_SUBSCRIBE = 0x1 constant NL80211_NAN_FUNC_TERM_REASON (line 5264) | NL80211_NAN_FUNC_TERM_REASON = 0x10 constant NL80211_NAN_FUNC_TERM_REASON_ERROR (line 5265) | NL80211_NAN_FUNC_TERM_REASON_ERROR = 0x2 constant NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED (line 5266) | NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED = 0x1 constant NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST (line 5267) | NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST = 0x0 constant NL80211_NAN_FUNC_TTL (line 5268) | NL80211_NAN_FUNC_TTL = 0xa constant NL80211_NAN_FUNC_TX_MATCH_FILTER (line 5269) | NL80211_NAN_FUNC_TX_MATCH_FILTER = 0xe constant NL80211_NAN_FUNC_TYPE (line 5270) | NL80211_NAN_FUNC_TYPE = 0x1 constant NL80211_NAN_MATCH_ATTR_MAX (line 5271) | NL80211_NAN_MATCH_ATTR_MAX = 0x2 constant NL80211_NAN_MATCH_FUNC_LOCAL (line 5272) | NL80211_NAN_MATCH_FUNC_LOCAL = 0x1 constant NL80211_NAN_MATCH_FUNC_PEER (line 5273) | NL80211_NAN_MATCH_FUNC_PEER = 0x2 constant NL80211_NAN_SOLICITED_PUBLISH (line 5274) | NL80211_NAN_SOLICITED_PUBLISH = 0x1 constant NL80211_NAN_SRF_ATTR_MAX (line 5275) | NL80211_NAN_SRF_ATTR_MAX = 0x4 constant NL80211_NAN_SRF_BF (line 5276) | NL80211_NAN_SRF_BF = 0x2 constant NL80211_NAN_SRF_BF_IDX (line 5277) | NL80211_NAN_SRF_BF_IDX = 0x3 constant NL80211_NAN_SRF_INCLUDE (line 5278) | NL80211_NAN_SRF_INCLUDE = 0x1 constant NL80211_NAN_SRF_MAC_ADDRS (line 5279) | NL80211_NAN_SRF_MAC_ADDRS = 0x4 constant NL80211_NAN_UNSOLICITED_PUBLISH (line 5280) | NL80211_NAN_UNSOLICITED_PUBLISH = 0x2 constant NL80211_NUM_ACS (line 5281) | NL80211_NUM_ACS = 0x4 constant NL80211_P2P_PS_SUPPORTED (line 5282) | NL80211_P2P_PS_SUPPORTED = 0x1 constant NL80211_P2P_PS_UNSUPPORTED (line 5283) | NL80211_P2P_PS_UNSUPPORTED = 0x0 constant NL80211_PKTPAT_MASK (line 5284) | NL80211_PKTPAT_MASK = 0x1 constant NL80211_PKTPAT_OFFSET (line 5285) | NL80211_PKTPAT_OFFSET = 0x3 constant NL80211_PKTPAT_PATTERN (line 5286) | NL80211_PKTPAT_PATTERN = 0x2 constant NL80211_PLINK_ACTION_BLOCK (line 5287) | NL80211_PLINK_ACTION_BLOCK = 0x2 constant NL80211_PLINK_ACTION_NO_ACTION (line 5288) | NL80211_PLINK_ACTION_NO_ACTION = 0x0 constant NL80211_PLINK_ACTION_OPEN (line 5289) | NL80211_PLINK_ACTION_OPEN = 0x1 constant NL80211_PLINK_BLOCKED (line 5290) | NL80211_PLINK_BLOCKED = 0x6 constant NL80211_PLINK_CNF_RCVD (line 5291) | NL80211_PLINK_CNF_RCVD = 0x3 constant NL80211_PLINK_ESTAB (line 5292) | NL80211_PLINK_ESTAB = 0x4 constant NL80211_PLINK_HOLDING (line 5293) | NL80211_PLINK_HOLDING = 0x5 constant NL80211_PLINK_LISTEN (line 5294) | NL80211_PLINK_LISTEN = 0x0 constant NL80211_PLINK_OPN_RCVD (line 5295) | NL80211_PLINK_OPN_RCVD = 0x2 constant NL80211_PLINK_OPN_SNT (line 5296) | NL80211_PLINK_OPN_SNT = 0x1 constant NL80211_PMKSA_CANDIDATE_BSSID (line 5297) | NL80211_PMKSA_CANDIDATE_BSSID = 0x2 constant NL80211_PMKSA_CANDIDATE_INDEX (line 5298) | NL80211_PMKSA_CANDIDATE_INDEX = 0x1 constant NL80211_PMKSA_CANDIDATE_PREAUTH (line 5299) | NL80211_PMKSA_CANDIDATE_PREAUTH = 0x3 constant NL80211_PMSR_ATTR_MAX (line 5300) | NL80211_PMSR_ATTR_MAX = 0x5 constant NL80211_PMSR_ATTR_MAX_PEERS (line 5301) | NL80211_PMSR_ATTR_MAX_PEERS = 0x1 constant NL80211_PMSR_ATTR_PEERS (line 5302) | NL80211_PMSR_ATTR_PEERS = 0x5 constant NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR (line 5303) | NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR = 0x3 constant NL80211_PMSR_ATTR_REPORT_AP_TSF (line 5304) | NL80211_PMSR_ATTR_REPORT_AP_TSF = 0x2 constant NL80211_PMSR_ATTR_TYPE_CAPA (line 5305) | NL80211_PMSR_ATTR_TYPE_CAPA = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_ASAP (line 5306) | NL80211_PMSR_FTM_CAPA_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS (line 5307) | NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS = 0x6 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT (line 5308) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT = 0x7 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX (line 5309) | NL80211_PMSR_FTM_CAPA_ATTR_MAX = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST (line 5310) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP (line 5311) | NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP = 0x2 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED (line 5312) | NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES (line 5313) | NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES = 0x5 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC (line 5314) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI (line 5315) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI = 0x3 constant NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED (line 5316) | NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED = 0x9 constant NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS (line 5317) | NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS = 0x7 constant NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP (line 5318) | NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP = 0x5 constant NL80211_PMSR_FTM_FAILURE_NO_RESPONSE (line 5319) | NL80211_PMSR_FTM_FAILURE_NO_RESPONSE = 0x1 constant NL80211_PMSR_FTM_FAILURE_PEER_BUSY (line 5320) | NL80211_PMSR_FTM_FAILURE_PEER_BUSY = 0x6 constant NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE (line 5321) | NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE = 0x4 constant NL80211_PMSR_FTM_FAILURE_REJECTED (line 5322) | NL80211_PMSR_FTM_FAILURE_REJECTED = 0x2 constant NL80211_PMSR_FTM_FAILURE_UNSPECIFIED (line 5323) | NL80211_PMSR_FTM_FAILURE_UNSPECIFIED = 0x0 constant NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL (line 5324) | NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_ASAP (line 5325) | NL80211_PMSR_FTM_REQ_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR (line 5326) | NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION (line 5327) | NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION = 0x5 constant NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD (line 5328) | NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD = 0x4 constant NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST (line 5329) | NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST = 0x6 constant NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK (line 5330) | NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK = 0xc constant NL80211_PMSR_FTM_REQ_ATTR_MAX (line 5331) | NL80211_PMSR_FTM_REQ_ATTR_MAX = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED (line 5332) | NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED = 0xb constant NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP (line 5333) | NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES (line 5334) | NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES = 0x7 constant NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE (line 5335) | NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE = 0x2 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC (line 5336) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC = 0x9 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI (line 5337) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI = 0x8 constant NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED (line 5338) | NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION (line 5339) | NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION = 0x7 constant NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX (line 5340) | NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX = 0x2 constant NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME (line 5341) | NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME = 0x5 constant NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC (line 5342) | NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC = 0x14 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG (line 5343) | NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG = 0x10 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD (line 5344) | NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD = 0x12 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE (line 5345) | NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE = 0x11 constant NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON (line 5346) | NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON = 0x1 constant NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST (line 5347) | NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_RESP_ATTR_LCI (line 5348) | NL80211_PMSR_FTM_RESP_ATTR_LCI = 0x13 constant NL80211_PMSR_FTM_RESP_ATTR_MAX (line 5349) | NL80211_PMSR_FTM_RESP_ATTR_MAX = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP (line 5350) | NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP = 0x6 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS (line 5351) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS = 0x3 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES (line 5352) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES = 0x4 constant NL80211_PMSR_FTM_RESP_ATTR_PAD (line 5353) | NL80211_PMSR_FTM_RESP_ATTR_PAD = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG (line 5354) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG = 0x9 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD (line 5355) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG (line 5356) | NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG = 0xd constant NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD (line 5357) | NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD = 0xf constant NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE (line 5358) | NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE = 0xe constant NL80211_PMSR_FTM_RESP_ATTR_RX_RATE (line 5359) | NL80211_PMSR_FTM_RESP_ATTR_RX_RATE = 0xc constant NL80211_PMSR_FTM_RESP_ATTR_TX_RATE (line 5360) | NL80211_PMSR_FTM_RESP_ATTR_TX_RATE = 0xb constant NL80211_PMSR_PEER_ATTR_ADDR (line 5361) | NL80211_PMSR_PEER_ATTR_ADDR = 0x1 constant NL80211_PMSR_PEER_ATTR_CHAN (line 5362) | NL80211_PMSR_PEER_ATTR_CHAN = 0x2 constant NL80211_PMSR_PEER_ATTR_MAX (line 5363) | NL80211_PMSR_PEER_ATTR_MAX = 0x4 constant NL80211_PMSR_PEER_ATTR_REQ (line 5364) | NL80211_PMSR_PEER_ATTR_REQ = 0x3 constant NL80211_PMSR_PEER_ATTR_RESP (line 5365) | NL80211_PMSR_PEER_ATTR_RESP = 0x4 constant NL80211_PMSR_REQ_ATTR_DATA (line 5366) | NL80211_PMSR_REQ_ATTR_DATA = 0x1 constant NL80211_PMSR_REQ_ATTR_GET_AP_TSF (line 5367) | NL80211_PMSR_REQ_ATTR_GET_AP_TSF = 0x2 constant NL80211_PMSR_REQ_ATTR_MAX (line 5368) | NL80211_PMSR_REQ_ATTR_MAX = 0x2 constant NL80211_PMSR_RESP_ATTR_AP_TSF (line 5369) | NL80211_PMSR_RESP_ATTR_AP_TSF = 0x4 constant NL80211_PMSR_RESP_ATTR_DATA (line 5370) | NL80211_PMSR_RESP_ATTR_DATA = 0x1 constant NL80211_PMSR_RESP_ATTR_FINAL (line 5371) | NL80211_PMSR_RESP_ATTR_FINAL = 0x5 constant NL80211_PMSR_RESP_ATTR_HOST_TIME (line 5372) | NL80211_PMSR_RESP_ATTR_HOST_TIME = 0x3 constant NL80211_PMSR_RESP_ATTR_MAX (line 5373) | NL80211_PMSR_RESP_ATTR_MAX = 0x6 constant NL80211_PMSR_RESP_ATTR_PAD (line 5374) | NL80211_PMSR_RESP_ATTR_PAD = 0x6 constant NL80211_PMSR_RESP_ATTR_STATUS (line 5375) | NL80211_PMSR_RESP_ATTR_STATUS = 0x2 constant NL80211_PMSR_STATUS_FAILURE (line 5376) | NL80211_PMSR_STATUS_FAILURE = 0x3 constant NL80211_PMSR_STATUS_REFUSED (line 5377) | NL80211_PMSR_STATUS_REFUSED = 0x1 constant NL80211_PMSR_STATUS_SUCCESS (line 5378) | NL80211_PMSR_STATUS_SUCCESS = 0x0 constant NL80211_PMSR_STATUS_TIMEOUT (line 5379) | NL80211_PMSR_STATUS_TIMEOUT = 0x2 constant NL80211_PMSR_TYPE_FTM (line 5380) | NL80211_PMSR_TYPE_FTM = 0x1 constant NL80211_PMSR_TYPE_INVALID (line 5381) | NL80211_PMSR_TYPE_INVALID = 0x0 constant NL80211_PMSR_TYPE_MAX (line 5382) | NL80211_PMSR_TYPE_MAX = 0x1 constant NL80211_PREAMBLE_DMG (line 5383) | NL80211_PREAMBLE_DMG = 0x3 constant NL80211_PREAMBLE_HE (line 5384) | NL80211_PREAMBLE_HE = 0x4 constant NL80211_PREAMBLE_HT (line 5385) | NL80211_PREAMBLE_HT = 0x1 constant NL80211_PREAMBLE_LEGACY (line 5386) | NL80211_PREAMBLE_LEGACY = 0x0 constant NL80211_PREAMBLE_VHT (line 5387) | NL80211_PREAMBLE_VHT = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U (line 5388) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U = 0x8 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P (line 5389) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 0x4 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 (line 5390) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS (line 5391) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS = 0x1 constant NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP (line 5392) | NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP = 0x1 constant NL80211_PS_DISABLED (line 5393) | NL80211_PS_DISABLED = 0x0 constant NL80211_PS_ENABLED (line 5394) | NL80211_PS_ENABLED = 0x1 constant NL80211_RADAR_CAC_ABORTED (line 5395) | NL80211_RADAR_CAC_ABORTED = 0x2 constant NL80211_RADAR_CAC_FINISHED (line 5396) | NL80211_RADAR_CAC_FINISHED = 0x1 constant NL80211_RADAR_CAC_STARTED (line 5397) | NL80211_RADAR_CAC_STARTED = 0x5 constant NL80211_RADAR_DETECTED (line 5398) | NL80211_RADAR_DETECTED = 0x0 constant NL80211_RADAR_NOP_FINISHED (line 5399) | NL80211_RADAR_NOP_FINISHED = 0x3 constant NL80211_RADAR_PRE_CAC_EXPIRED (line 5400) | NL80211_RADAR_PRE_CAC_EXPIRED = 0x4 constant NL80211_RATE_INFO_10_MHZ_WIDTH (line 5401) | NL80211_RATE_INFO_10_MHZ_WIDTH = 0xb constant NL80211_RATE_INFO_160_MHZ_WIDTH (line 5402) | NL80211_RATE_INFO_160_MHZ_WIDTH = 0xa constant NL80211_RATE_INFO_320_MHZ_WIDTH (line 5403) | NL80211_RATE_INFO_320_MHZ_WIDTH = 0x12 constant NL80211_RATE_INFO_40_MHZ_WIDTH (line 5404) | NL80211_RATE_INFO_40_MHZ_WIDTH = 0x3 constant NL80211_RATE_INFO_5_MHZ_WIDTH (line 5405) | NL80211_RATE_INFO_5_MHZ_WIDTH = 0xc constant NL80211_RATE_INFO_80_MHZ_WIDTH (line 5406) | NL80211_RATE_INFO_80_MHZ_WIDTH = 0x8 constant NL80211_RATE_INFO_80P80_MHZ_WIDTH (line 5407) | NL80211_RATE_INFO_80P80_MHZ_WIDTH = 0x9 constant NL80211_RATE_INFO_BITRATE32 (line 5408) | NL80211_RATE_INFO_BITRATE32 = 0x5 constant NL80211_RATE_INFO_BITRATE (line 5409) | NL80211_RATE_INFO_BITRATE = 0x1 constant NL80211_RATE_INFO_EHT_GI_0_8 (line 5410) | NL80211_RATE_INFO_EHT_GI_0_8 = 0x0 constant NL80211_RATE_INFO_EHT_GI_1_6 (line 5411) | NL80211_RATE_INFO_EHT_GI_1_6 = 0x1 constant NL80211_RATE_INFO_EHT_GI_3_2 (line 5412) | NL80211_RATE_INFO_EHT_GI_3_2 = 0x2 constant NL80211_RATE_INFO_EHT_GI (line 5413) | NL80211_RATE_INFO_EHT_GI = 0x15 constant NL80211_RATE_INFO_EHT_MCS (line 5414) | NL80211_RATE_INFO_EHT_MCS = 0x13 constant NL80211_RATE_INFO_EHT_NSS (line 5415) | NL80211_RATE_INFO_EHT_NSS = 0x14 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106 (line 5416) | NL80211_RATE_INFO_EHT_RU_ALLOC_106 = 0x3 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 (line 5417) | NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 = 0x4 constant NL80211_RATE_INFO_EHT_RU_ALLOC_242 (line 5418) | NL80211_RATE_INFO_EHT_RU_ALLOC_242 = 0x5 constant NL80211_RATE_INFO_EHT_RU_ALLOC_26 (line 5419) | NL80211_RATE_INFO_EHT_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 (line 5420) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 = 0xb constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 (line 5421) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 = 0xc constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 (line 5422) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 = 0xd constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 (line 5423) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 = 0xe constant NL80211_RATE_INFO_EHT_RU_ALLOC_484 (line 5424) | NL80211_RATE_INFO_EHT_RU_ALLOC_484 = 0x6 constant NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 (line 5425) | NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 = 0x7 constant NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 (line 5426) | NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 = 0xf constant NL80211_RATE_INFO_EHT_RU_ALLOC_52 (line 5427) | NL80211_RATE_INFO_EHT_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 (line 5428) | NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 = 0x2 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996 (line 5429) | NL80211_RATE_INFO_EHT_RU_ALLOC_996 = 0x8 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 (line 5430) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 = 0x9 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 (line 5431) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 = 0xa constant NL80211_RATE_INFO_EHT_RU_ALLOC (line 5432) | NL80211_RATE_INFO_EHT_RU_ALLOC = 0x16 constant NL80211_RATE_INFO_HE_1XLTF (line 5433) | NL80211_RATE_INFO_HE_1XLTF = 0x0 constant NL80211_RATE_INFO_HE_2XLTF (line 5434) | NL80211_RATE_INFO_HE_2XLTF = 0x1 constant NL80211_RATE_INFO_HE_4XLTF (line 5435) | NL80211_RATE_INFO_HE_4XLTF = 0x2 constant NL80211_RATE_INFO_HE_DCM (line 5436) | NL80211_RATE_INFO_HE_DCM = 0x10 constant NL80211_RATE_INFO_HE_GI_0_8 (line 5437) | NL80211_RATE_INFO_HE_GI_0_8 = 0x0 constant NL80211_RATE_INFO_HE_GI_1_6 (line 5438) | NL80211_RATE_INFO_HE_GI_1_6 = 0x1 constant NL80211_RATE_INFO_HE_GI_3_2 (line 5439) | NL80211_RATE_INFO_HE_GI_3_2 = 0x2 constant NL80211_RATE_INFO_HE_GI (line 5440) | NL80211_RATE_INFO_HE_GI = 0xf constant NL80211_RATE_INFO_HE_MCS (line 5441) | NL80211_RATE_INFO_HE_MCS = 0xd constant NL80211_RATE_INFO_HE_NSS (line 5442) | NL80211_RATE_INFO_HE_NSS = 0xe constant NL80211_RATE_INFO_HE_RU_ALLOC_106 (line 5443) | NL80211_RATE_INFO_HE_RU_ALLOC_106 = 0x2 constant NL80211_RATE_INFO_HE_RU_ALLOC_242 (line 5444) | NL80211_RATE_INFO_HE_RU_ALLOC_242 = 0x3 constant NL80211_RATE_INFO_HE_RU_ALLOC_26 (line 5445) | NL80211_RATE_INFO_HE_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_HE_RU_ALLOC_2x996 (line 5446) | NL80211_RATE_INFO_HE_RU_ALLOC_2x996 = 0x6 constant NL80211_RATE_INFO_HE_RU_ALLOC_484 (line 5447) | NL80211_RATE_INFO_HE_RU_ALLOC_484 = 0x4 constant NL80211_RATE_INFO_HE_RU_ALLOC_52 (line 5448) | NL80211_RATE_INFO_HE_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_HE_RU_ALLOC_996 (line 5449) | NL80211_RATE_INFO_HE_RU_ALLOC_996 = 0x5 constant NL80211_RATE_INFO_HE_RU_ALLOC (line 5450) | NL80211_RATE_INFO_HE_RU_ALLOC = 0x11 constant NL80211_RATE_INFO_MAX (line 5451) | NL80211_RATE_INFO_MAX = 0x16 constant NL80211_RATE_INFO_MCS (line 5452) | NL80211_RATE_INFO_MCS = 0x2 constant NL80211_RATE_INFO_SHORT_GI (line 5453) | NL80211_RATE_INFO_SHORT_GI = 0x4 constant NL80211_RATE_INFO_VHT_MCS (line 5454) | NL80211_RATE_INFO_VHT_MCS = 0x6 constant NL80211_RATE_INFO_VHT_NSS (line 5455) | NL80211_RATE_INFO_VHT_NSS = 0x7 constant NL80211_REGDOM_SET_BY_CORE (line 5456) | NL80211_REGDOM_SET_BY_CORE = 0x0 constant NL80211_REGDOM_SET_BY_COUNTRY_IE (line 5457) | NL80211_REGDOM_SET_BY_COUNTRY_IE = 0x3 constant NL80211_REGDOM_SET_BY_DRIVER (line 5458) | NL80211_REGDOM_SET_BY_DRIVER = 0x2 constant NL80211_REGDOM_SET_BY_USER (line 5459) | NL80211_REGDOM_SET_BY_USER = 0x1 constant NL80211_REGDOM_TYPE_COUNTRY (line 5460) | NL80211_REGDOM_TYPE_COUNTRY = 0x0 constant NL80211_REGDOM_TYPE_CUSTOM_WORLD (line 5461) | NL80211_REGDOM_TYPE_CUSTOM_WORLD = 0x2 constant NL80211_REGDOM_TYPE_INTERSECTION (line 5462) | NL80211_REGDOM_TYPE_INTERSECTION = 0x3 constant NL80211_REGDOM_TYPE_WORLD (line 5463) | NL80211_REGDOM_TYPE_WORLD = 0x1 constant NL80211_REG_RULE_ATTR_MAX (line 5464) | NL80211_REG_RULE_ATTR_MAX = 0x7 constant NL80211_REKEY_DATA_AKM (line 5465) | NL80211_REKEY_DATA_AKM = 0x4 constant NL80211_REKEY_DATA_KCK (line 5466) | NL80211_REKEY_DATA_KCK = 0x2 constant NL80211_REKEY_DATA_KEK (line 5467) | NL80211_REKEY_DATA_KEK = 0x1 constant NL80211_REKEY_DATA_REPLAY_CTR (line 5468) | NL80211_REKEY_DATA_REPLAY_CTR = 0x3 constant NL80211_REPLAY_CTR_LEN (line 5469) | NL80211_REPLAY_CTR_LEN = 0x8 constant NL80211_RRF_AUTO_BW (line 5470) | NL80211_RRF_AUTO_BW = 0x800 constant NL80211_RRF_DFS (line 5471) | NL80211_RRF_DFS = 0x10 constant NL80211_RRF_GO_CONCURRENT (line 5472) | NL80211_RRF_GO_CONCURRENT = 0x1000 constant NL80211_RRF_IR_CONCURRENT (line 5473) | NL80211_RRF_IR_CONCURRENT = 0x1000 constant NL80211_RRF_NO_160MHZ (line 5474) | NL80211_RRF_NO_160MHZ = 0x10000 constant NL80211_RRF_NO_320MHZ (line 5475) | NL80211_RRF_NO_320MHZ = 0x40000 constant NL80211_RRF_NO_80MHZ (line 5476) | NL80211_RRF_NO_80MHZ = 0x8000 constant NL80211_RRF_NO_CCK (line 5477) | NL80211_RRF_NO_CCK = 0x2 constant NL80211_RRF_NO_HE (line 5478) | NL80211_RRF_NO_HE = 0x20000 constant NL80211_RRF_NO_HT40 (line 5479) | NL80211_RRF_NO_HT40 = 0x6000 constant NL80211_RRF_NO_HT40MINUS (line 5480) | NL80211_RRF_NO_HT40MINUS = 0x2000 constant NL80211_RRF_NO_HT40PLUS (line 5481) | NL80211_RRF_NO_HT40PLUS = 0x4000 constant NL80211_RRF_NO_IBSS (line 5482) | NL80211_RRF_NO_IBSS = 0x80 constant NL80211_RRF_NO_INDOOR (line 5483) | NL80211_RRF_NO_INDOOR = 0x4 constant NL80211_RRF_NO_IR_ALL (line 5484) | NL80211_RRF_NO_IR_ALL = 0x180 constant NL80211_RRF_NO_IR (line 5485) | NL80211_RRF_NO_IR = 0x80 constant NL80211_RRF_NO_OFDM (line 5486) | NL80211_RRF_NO_OFDM = 0x1 constant NL80211_RRF_NO_OUTDOOR (line 5487) | NL80211_RRF_NO_OUTDOOR = 0x8 constant NL80211_RRF_PASSIVE_SCAN (line 5488) | NL80211_RRF_PASSIVE_SCAN = 0x80 constant NL80211_RRF_PTMP_ONLY (line 5489) | NL80211_RRF_PTMP_ONLY = 0x40 constant NL80211_RRF_PTP_ONLY (line 5490) | NL80211_RRF_PTP_ONLY = 0x20 constant NL80211_RXMGMT_FLAG_ANSWERED (line 5491) | NL80211_RXMGMT_FLAG_ANSWERED = 0x1 constant NL80211_RXMGMT_FLAG_EXTERNAL_AUTH (line 5492) | NL80211_RXMGMT_FLAG_EXTERNAL_AUTH = 0x2 constant NL80211_SAE_PWE_BOTH (line 5493) | NL80211_SAE_PWE_BOTH = 0x3 constant NL80211_SAE_PWE_HASH_TO_ELEMENT (line 5494) | NL80211_SAE_PWE_HASH_TO_ELEMENT = 0x2 constant NL80211_SAE_PWE_HUNT_AND_PECK (line 5495) | NL80211_SAE_PWE_HUNT_AND_PECK = 0x1 constant NL80211_SAE_PWE_UNSPECIFIED (line 5496) | NL80211_SAE_PWE_UNSPECIFIED = 0x0 constant NL80211_SAR_ATTR_MAX (line 5497) | NL80211_SAR_ATTR_MAX = 0x2 constant NL80211_SAR_ATTR_SPECS (line 5498) | NL80211_SAR_ATTR_SPECS = 0x2 constant NL80211_SAR_ATTR_SPECS_END_FREQ (line 5499) | NL80211_SAR_ATTR_SPECS_END_FREQ = 0x4 constant NL80211_SAR_ATTR_SPECS_MAX (line 5500) | NL80211_SAR_ATTR_SPECS_MAX = 0x4 constant NL80211_SAR_ATTR_SPECS_POWER (line 5501) | NL80211_SAR_ATTR_SPECS_POWER = 0x1 constant NL80211_SAR_ATTR_SPECS_RANGE_INDEX (line 5502) | NL80211_SAR_ATTR_SPECS_RANGE_INDEX = 0x2 constant NL80211_SAR_ATTR_SPECS_START_FREQ (line 5503) | NL80211_SAR_ATTR_SPECS_START_FREQ = 0x3 constant NL80211_SAR_ATTR_TYPE (line 5504) | NL80211_SAR_ATTR_TYPE = 0x1 constant NL80211_SAR_TYPE_POWER (line 5505) | NL80211_SAR_TYPE_POWER = 0x0 constant NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP (line 5506) | NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP = 0x20 constant NL80211_SCAN_FLAG_AP (line 5507) | NL80211_SCAN_FLAG_AP = 0x4 constant NL80211_SCAN_FLAG_COLOCATED_6GHZ (line 5508) | NL80211_SCAN_FLAG_COLOCATED_6GHZ = 0x4000 constant NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME (line 5509) | NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME = 0x10 constant NL80211_SCAN_FLAG_FLUSH (line 5510) | NL80211_SCAN_FLAG_FLUSH = 0x2 constant NL80211_SCAN_FLAG_FREQ_KHZ (line 5511) | NL80211_SCAN_FLAG_FREQ_KHZ = 0x2000 constant NL80211_SCAN_FLAG_HIGH_ACCURACY (line 5512) | NL80211_SCAN_FLAG_HIGH_ACCURACY = 0x400 constant NL80211_SCAN_FLAG_LOW_POWER (line 5513) | NL80211_SCAN_FLAG_LOW_POWER = 0x200 constant NL80211_SCAN_FLAG_LOW_PRIORITY (line 5514) | NL80211_SCAN_FLAG_LOW_PRIORITY = 0x1 constant NL80211_SCAN_FLAG_LOW_SPAN (line 5515) | NL80211_SCAN_FLAG_LOW_SPAN = 0x100 constant NL80211_SCAN_FLAG_MIN_PREQ_CONTENT (line 5516) | NL80211_SCAN_FLAG_MIN_PREQ_CONTENT = 0x1000 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5517) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x80 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE (line 5518) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE = 0x40 constant NL80211_SCAN_FLAG_RANDOM_ADDR (line 5519) | NL80211_SCAN_FLAG_RANDOM_ADDR = 0x8 constant NL80211_SCAN_FLAG_RANDOM_SN (line 5520) | NL80211_SCAN_FLAG_RANDOM_SN = 0x800 constant NL80211_SCAN_RSSI_THOLD_OFF (line 5521) | NL80211_SCAN_RSSI_THOLD_OFF = -0x12c constant NL80211_SCHED_SCAN_MATCH_ATTR_BSSID (line 5522) | NL80211_SCHED_SCAN_MATCH_ATTR_BSSID = 0x5 constant NL80211_SCHED_SCAN_MATCH_ATTR_MAX (line 5523) | NL80211_SCHED_SCAN_MATCH_ATTR_MAX = 0x6 constant NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI (line 5524) | NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI = 0x3 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST (line 5525) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST = 0x4 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI (line 5526) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI = 0x2 constant NL80211_SCHED_SCAN_MATCH_ATTR_SSID (line 5527) | NL80211_SCHED_SCAN_MATCH_ATTR_SSID = 0x1 constant NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI (line 5528) | NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI = 0x6 constant NL80211_SCHED_SCAN_PLAN_INTERVAL (line 5529) | NL80211_SCHED_SCAN_PLAN_INTERVAL = 0x1 constant NL80211_SCHED_SCAN_PLAN_ITERATIONS (line 5530) | NL80211_SCHED_SCAN_PLAN_ITERATIONS = 0x2 constant NL80211_SCHED_SCAN_PLAN_MAX (line 5531) | NL80211_SCHED_SCAN_PLAN_MAX = 0x2 constant NL80211_SMPS_DYNAMIC (line 5532) | NL80211_SMPS_DYNAMIC = 0x2 constant NL80211_SMPS_MAX (line 5533) | NL80211_SMPS_MAX = 0x2 constant NL80211_SMPS_OFF (line 5534) | NL80211_SMPS_OFF = 0x0 constant NL80211_SMPS_STATIC (line 5535) | NL80211_SMPS_STATIC = 0x1 constant NL80211_STA_BSS_PARAM_BEACON_INTERVAL (line 5536) | NL80211_STA_BSS_PARAM_BEACON_INTERVAL = 0x5 constant NL80211_STA_BSS_PARAM_CTS_PROT (line 5537) | NL80211_STA_BSS_PARAM_CTS_PROT = 0x1 constant NL80211_STA_BSS_PARAM_DTIM_PERIOD (line 5538) | NL80211_STA_BSS_PARAM_DTIM_PERIOD = 0x4 constant NL80211_STA_BSS_PARAM_MAX (line 5539) | NL80211_STA_BSS_PARAM_MAX = 0x5 constant NL80211_STA_BSS_PARAM_SHORT_PREAMBLE (line 5540) | NL80211_STA_BSS_PARAM_SHORT_PREAMBLE = 0x2 constant NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME (line 5541) | NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME = 0x3 constant NL80211_STA_FLAG_ASSOCIATED (line 5542) | NL80211_STA_FLAG_ASSOCIATED = 0x7 constant NL80211_STA_FLAG_AUTHENTICATED (line 5543) | NL80211_STA_FLAG_AUTHENTICATED = 0x5 constant NL80211_STA_FLAG_AUTHORIZED (line 5544) | NL80211_STA_FLAG_AUTHORIZED = 0x1 constant NL80211_STA_FLAG_MAX (line 5545) | NL80211_STA_FLAG_MAX = 0x7 constant NL80211_STA_FLAG_MAX_OLD_API (line 5546) | NL80211_STA_FLAG_MAX_OLD_API = 0x6 constant NL80211_STA_FLAG_MFP (line 5547) | NL80211_STA_FLAG_MFP = 0x4 constant NL80211_STA_FLAG_SHORT_PREAMBLE (line 5548) | NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2 constant NL80211_STA_FLAG_TDLS_PEER (line 5549) | NL80211_STA_FLAG_TDLS_PEER = 0x6 constant NL80211_STA_FLAG_WME (line 5550) | NL80211_STA_FLAG_WME = 0x3 constant NL80211_STA_INFO_ACK_SIGNAL_AVG (line 5551) | NL80211_STA_INFO_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_ACK_SIGNAL (line 5552) | NL80211_STA_INFO_ACK_SIGNAL = 0x22 constant NL80211_STA_INFO_AIRTIME_LINK_METRIC (line 5553) | NL80211_STA_INFO_AIRTIME_LINK_METRIC = 0x29 constant NL80211_STA_INFO_AIRTIME_WEIGHT (line 5554) | NL80211_STA_INFO_AIRTIME_WEIGHT = 0x28 constant NL80211_STA_INFO_ASSOC_AT_BOOTTIME (line 5555) | NL80211_STA_INFO_ASSOC_AT_BOOTTIME = 0x2a constant NL80211_STA_INFO_BEACON_LOSS (line 5556) | NL80211_STA_INFO_BEACON_LOSS = 0x12 constant NL80211_STA_INFO_BEACON_RX (line 5557) | NL80211_STA_INFO_BEACON_RX = 0x1d constant NL80211_STA_INFO_BEACON_SIGNAL_AVG (line 5558) | NL80211_STA_INFO_BEACON_SIGNAL_AVG = 0x1e constant NL80211_STA_INFO_BSS_PARAM (line 5559) | NL80211_STA_INFO_BSS_PARAM = 0xf constant NL80211_STA_INFO_CHAIN_SIGNAL_AVG (line 5560) | NL80211_STA_INFO_CHAIN_SIGNAL_AVG = 0x1a constant NL80211_STA_INFO_CHAIN_SIGNAL (line 5561) | NL80211_STA_INFO_CHAIN_SIGNAL = 0x19 constant NL80211_STA_INFO_CONNECTED_TIME (line 5562) | NL80211_STA_INFO_CONNECTED_TIME = 0x10 constant NL80211_STA_INFO_CONNECTED_TO_AS (line 5563) | NL80211_STA_INFO_CONNECTED_TO_AS = 0x2b constant NL80211_STA_INFO_CONNECTED_TO_GATE (line 5564) | NL80211_STA_INFO_CONNECTED_TO_GATE = 0x26 constant NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG (line 5565) | NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_EXPECTED_THROUGHPUT (line 5566) | NL80211_STA_INFO_EXPECTED_THROUGHPUT = 0x1b constant NL80211_STA_INFO_FCS_ERROR_COUNT (line 5567) | NL80211_STA_INFO_FCS_ERROR_COUNT = 0x25 constant NL80211_STA_INFO_INACTIVE_TIME (line 5568) | NL80211_STA_INFO_INACTIVE_TIME = 0x1 constant NL80211_STA_INFO_LLID (line 5569) | NL80211_STA_INFO_LLID = 0x4 constant NL80211_STA_INFO_LOCAL_PM (line 5570) | NL80211_STA_INFO_LOCAL_PM = 0x14 constant NL80211_STA_INFO_MAX (line 5571) | NL80211_STA_INFO_MAX = 0x2b constant NL80211_STA_INFO_NONPEER_PM (line 5572) | NL80211_STA_INFO_NONPEER_PM = 0x16 constant NL80211_STA_INFO_PAD (line 5573) | NL80211_STA_INFO_PAD = 0x21 constant NL80211_STA_INFO_PEER_PM (line 5574) | NL80211_STA_INFO_PEER_PM = 0x15 constant NL80211_STA_INFO_PLID (line 5575) | NL80211_STA_INFO_PLID = 0x5 constant NL80211_STA_INFO_PLINK_STATE (line 5576) | NL80211_STA_INFO_PLINK_STATE = 0x6 constant NL80211_STA_INFO_RX_BITRATE (line 5577) | NL80211_STA_INFO_RX_BITRATE = 0xe constant NL80211_STA_INFO_RX_BYTES64 (line 5578) | NL80211_STA_INFO_RX_BYTES64 = 0x17 constant NL80211_STA_INFO_RX_BYTES (line 5579) | NL80211_STA_INFO_RX_BYTES = 0x2 constant NL80211_STA_INFO_RX_DROP_MISC (line 5580) | NL80211_STA_INFO_RX_DROP_MISC = 0x1c constant NL80211_STA_INFO_RX_DURATION (line 5581) | NL80211_STA_INFO_RX_DURATION = 0x20 constant NL80211_STA_INFO_RX_MPDUS (line 5582) | NL80211_STA_INFO_RX_MPDUS = 0x24 constant NL80211_STA_INFO_RX_PACKETS (line 5583) | NL80211_STA_INFO_RX_PACKETS = 0x9 constant NL80211_STA_INFO_SIGNAL_AVG (line 5584) | NL80211_STA_INFO_SIGNAL_AVG = 0xd constant NL80211_STA_INFO_SIGNAL (line 5585) | NL80211_STA_INFO_SIGNAL = 0x7 constant NL80211_STA_INFO_STA_FLAGS (line 5586) | NL80211_STA_INFO_STA_FLAGS = 0x11 constant NL80211_STA_INFO_TID_STATS (line 5587) | NL80211_STA_INFO_TID_STATS = 0x1f constant NL80211_STA_INFO_T_OFFSET (line 5588) | NL80211_STA_INFO_T_OFFSET = 0x13 constant NL80211_STA_INFO_TX_BITRATE (line 5589) | NL80211_STA_INFO_TX_BITRATE = 0x8 constant NL80211_STA_INFO_TX_BYTES64 (line 5590) | NL80211_STA_INFO_TX_BYTES64 = 0x18 constant NL80211_STA_INFO_TX_BYTES (line 5591) | NL80211_STA_INFO_TX_BYTES = 0x3 constant NL80211_STA_INFO_TX_DURATION (line 5592) | NL80211_STA_INFO_TX_DURATION = 0x27 constant NL80211_STA_INFO_TX_FAILED (line 5593) | NL80211_STA_INFO_TX_FAILED = 0xc constant NL80211_STA_INFO_TX_PACKETS (line 5594) | NL80211_STA_INFO_TX_PACKETS = 0xa constant NL80211_STA_INFO_TX_RETRIES (line 5595) | NL80211_STA_INFO_TX_RETRIES = 0xb constant NL80211_STA_WME_MAX (line 5596) | NL80211_STA_WME_MAX = 0x2 constant NL80211_STA_WME_MAX_SP (line 5597) | NL80211_STA_WME_MAX_SP = 0x2 constant NL80211_STA_WME_UAPSD_QUEUES (line 5598) | NL80211_STA_WME_UAPSD_QUEUES = 0x1 constant NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY (line 5599) | NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_CHANNEL_TIME (line 5600) | NL80211_SURVEY_INFO_CHANNEL_TIME = 0x4 constant NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY (line 5601) | NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_CHANNEL_TIME_RX (line 5602) | NL80211_SURVEY_INFO_CHANNEL_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_CHANNEL_TIME_TX (line 5603) | NL80211_SURVEY_INFO_CHANNEL_TIME_TX = 0x8 constant NL80211_SURVEY_INFO_FREQUENCY (line 5604) | NL80211_SURVEY_INFO_FREQUENCY = 0x1 constant NL80211_SURVEY_INFO_FREQUENCY_OFFSET (line 5605) | NL80211_SURVEY_INFO_FREQUENCY_OFFSET = 0xc constant NL80211_SURVEY_INFO_IN_USE (line 5606) | NL80211_SURVEY_INFO_IN_USE = 0x3 constant NL80211_SURVEY_INFO_MAX (line 5607) | NL80211_SURVEY_INFO_MAX = 0xc constant NL80211_SURVEY_INFO_NOISE (line 5608) | NL80211_SURVEY_INFO_NOISE = 0x2 constant NL80211_SURVEY_INFO_PAD (line 5609) | NL80211_SURVEY_INFO_PAD = 0xa constant NL80211_SURVEY_INFO_TIME_BSS_RX (line 5610) | NL80211_SURVEY_INFO_TIME_BSS_RX = 0xb constant NL80211_SURVEY_INFO_TIME_BUSY (line 5611) | NL80211_SURVEY_INFO_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_TIME (line 5612) | NL80211_SURVEY_INFO_TIME = 0x4 constant NL80211_SURVEY_INFO_TIME_EXT_BUSY (line 5613) | NL80211_SURVEY_INFO_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_TIME_RX (line 5614) | NL80211_SURVEY_INFO_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_TIME_SCAN (line 5615) | NL80211_SURVEY_INFO_TIME_SCAN = 0x9 constant NL80211_SURVEY_INFO_TIME_TX (line 5616) | NL80211_SURVEY_INFO_TIME_TX = 0x8 constant NL80211_TDLS_DISABLE_LINK (line 5617) | NL80211_TDLS_DISABLE_LINK = 0x4 constant NL80211_TDLS_DISCOVERY_REQ (line 5618) | NL80211_TDLS_DISCOVERY_REQ = 0x0 constant NL80211_TDLS_ENABLE_LINK (line 5619) | NL80211_TDLS_ENABLE_LINK = 0x3 constant NL80211_TDLS_PEER_HE (line 5620) | NL80211_TDLS_PEER_HE = 0x8 constant NL80211_TDLS_PEER_HT (line 5621) | NL80211_TDLS_PEER_HT = 0x1 constant NL80211_TDLS_PEER_VHT (line 5622) | NL80211_TDLS_PEER_VHT = 0x2 constant NL80211_TDLS_PEER_WMM (line 5623) | NL80211_TDLS_PEER_WMM = 0x4 constant NL80211_TDLS_SETUP (line 5624) | NL80211_TDLS_SETUP = 0x1 constant NL80211_TDLS_TEARDOWN (line 5625) | NL80211_TDLS_TEARDOWN = 0x2 constant NL80211_TID_CONFIG_ATTR_AMPDU_CTRL (line 5626) | NL80211_TID_CONFIG_ATTR_AMPDU_CTRL = 0x9 constant NL80211_TID_CONFIG_ATTR_AMSDU_CTRL (line 5627) | NL80211_TID_CONFIG_ATTR_AMSDU_CTRL = 0xb constant NL80211_TID_CONFIG_ATTR_MAX (line 5628) | NL80211_TID_CONFIG_ATTR_MAX = 0xd constant NL80211_TID_CONFIG_ATTR_NOACK (line 5629) | NL80211_TID_CONFIG_ATTR_NOACK = 0x6 constant NL80211_TID_CONFIG_ATTR_OVERRIDE (line 5630) | NL80211_TID_CONFIG_ATTR_OVERRIDE = 0x4 constant NL80211_TID_CONFIG_ATTR_PAD (line 5631) | NL80211_TID_CONFIG_ATTR_PAD = 0x1 constant NL80211_TID_CONFIG_ATTR_PEER_SUPP (line 5632) | NL80211_TID_CONFIG_ATTR_PEER_SUPP = 0x3 constant NL80211_TID_CONFIG_ATTR_RETRY_LONG (line 5633) | NL80211_TID_CONFIG_ATTR_RETRY_LONG = 0x8 constant NL80211_TID_CONFIG_ATTR_RETRY_SHORT (line 5634) | NL80211_TID_CONFIG_ATTR_RETRY_SHORT = 0x7 constant NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL (line 5635) | NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL = 0xa constant NL80211_TID_CONFIG_ATTR_TIDS (line 5636) | NL80211_TID_CONFIG_ATTR_TIDS = 0x5 constant NL80211_TID_CONFIG_ATTR_TX_RATE (line 5637) | NL80211_TID_CONFIG_ATTR_TX_RATE = 0xd constant NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE (line 5638) | NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE = 0xc constant NL80211_TID_CONFIG_ATTR_VIF_SUPP (line 5639) | NL80211_TID_CONFIG_ATTR_VIF_SUPP = 0x2 constant NL80211_TID_CONFIG_DISABLE (line 5640) | NL80211_TID_CONFIG_DISABLE = 0x1 constant NL80211_TID_CONFIG_ENABLE (line 5641) | NL80211_TID_CONFIG_ENABLE = 0x0 constant NL80211_TID_STATS_MAX (line 5642) | NL80211_TID_STATS_MAX = 0x6 constant NL80211_TID_STATS_PAD (line 5643) | NL80211_TID_STATS_PAD = 0x5 constant NL80211_TID_STATS_RX_MSDU (line 5644) | NL80211_TID_STATS_RX_MSDU = 0x1 constant NL80211_TID_STATS_TX_MSDU (line 5645) | NL80211_TID_STATS_TX_MSDU = 0x2 constant NL80211_TID_STATS_TX_MSDU_FAILED (line 5646) | NL80211_TID_STATS_TX_MSDU_FAILED = 0x4 constant NL80211_TID_STATS_TX_MSDU_RETRIES (line 5647) | NL80211_TID_STATS_TX_MSDU_RETRIES = 0x3 constant NL80211_TID_STATS_TXQ_STATS (line 5648) | NL80211_TID_STATS_TXQ_STATS = 0x6 constant NL80211_TIMEOUT_ASSOC (line 5649) | NL80211_TIMEOUT_ASSOC = 0x3 constant NL80211_TIMEOUT_AUTH (line 5650) | NL80211_TIMEOUT_AUTH = 0x2 constant NL80211_TIMEOUT_SCAN (line 5651) | NL80211_TIMEOUT_SCAN = 0x1 constant NL80211_TIMEOUT_UNSPECIFIED (line 5652) | NL80211_TIMEOUT_UNSPECIFIED = 0x0 constant NL80211_TKIP_DATA_OFFSET_ENCR_KEY (line 5653) | NL80211_TKIP_DATA_OFFSET_ENCR_KEY = 0x0 constant NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY (line 5654) | NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY = 0x18 constant NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY (line 5655) | NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY = 0x10 constant NL80211_TX_POWER_AUTOMATIC (line 5656) | NL80211_TX_POWER_AUTOMATIC = 0x0 constant NL80211_TX_POWER_FIXED (line 5657) | NL80211_TX_POWER_FIXED = 0x2 constant NL80211_TX_POWER_LIMITED (line 5658) | NL80211_TX_POWER_LIMITED = 0x1 constant NL80211_TXQ_ATTR_AC (line 5659) | NL80211_TXQ_ATTR_AC = 0x1 constant NL80211_TXQ_ATTR_AIFS (line 5660) | NL80211_TXQ_ATTR_AIFS = 0x5 constant NL80211_TXQ_ATTR_CWMAX (line 5661) | NL80211_TXQ_ATTR_CWMAX = 0x4 constant NL80211_TXQ_ATTR_CWMIN (line 5662) | NL80211_TXQ_ATTR_CWMIN = 0x3 constant NL80211_TXQ_ATTR_MAX (line 5663) | NL80211_TXQ_ATTR_MAX = 0x5 constant NL80211_TXQ_ATTR_QUEUE (line 5664) | NL80211_TXQ_ATTR_QUEUE = 0x1 constant NL80211_TXQ_ATTR_TXOP (line 5665) | NL80211_TXQ_ATTR_TXOP = 0x2 constant NL80211_TXQ_Q_BE (line 5666) | NL80211_TXQ_Q_BE = 0x2 constant NL80211_TXQ_Q_BK (line 5667) | NL80211_TXQ_Q_BK = 0x3 constant NL80211_TXQ_Q_VI (line 5668) | NL80211_TXQ_Q_VI = 0x1 constant NL80211_TXQ_Q_VO (line 5669) | NL80211_TXQ_Q_VO = 0x0 constant NL80211_TXQ_STATS_BACKLOG_BYTES (line 5670) | NL80211_TXQ_STATS_BACKLOG_BYTES = 0x1 constant NL80211_TXQ_STATS_BACKLOG_PACKETS (line 5671) | NL80211_TXQ_STATS_BACKLOG_PACKETS = 0x2 constant NL80211_TXQ_STATS_COLLISIONS (line 5672) | NL80211_TXQ_STATS_COLLISIONS = 0x8 constant NL80211_TXQ_STATS_DROPS (line 5673) | NL80211_TXQ_STATS_DROPS = 0x4 constant NL80211_TXQ_STATS_ECN_MARKS (line 5674) | NL80211_TXQ_STATS_ECN_MARKS = 0x5 constant NL80211_TXQ_STATS_FLOWS (line 5675) | NL80211_TXQ_STATS_FLOWS = 0x3 constant NL80211_TXQ_STATS_MAX (line 5676) | NL80211_TXQ_STATS_MAX = 0xb constant NL80211_TXQ_STATS_MAX_FLOWS (line 5677) | NL80211_TXQ_STATS_MAX_FLOWS = 0xb constant NL80211_TXQ_STATS_OVERLIMIT (line 5678) | NL80211_TXQ_STATS_OVERLIMIT = 0x6 constant NL80211_TXQ_STATS_OVERMEMORY (line 5679) | NL80211_TXQ_STATS_OVERMEMORY = 0x7 constant NL80211_TXQ_STATS_TX_BYTES (line 5680) | NL80211_TXQ_STATS_TX_BYTES = 0x9 constant NL80211_TXQ_STATS_TX_PACKETS (line 5681) | NL80211_TXQ_STATS_TX_PACKETS = 0xa constant NL80211_TX_RATE_AUTOMATIC (line 5682) | NL80211_TX_RATE_AUTOMATIC = 0x0 constant NL80211_TXRATE_DEFAULT_GI (line 5683) | NL80211_TXRATE_DEFAULT_GI = 0x0 constant NL80211_TX_RATE_FIXED (line 5684) | NL80211_TX_RATE_FIXED = 0x2 constant NL80211_TXRATE_FORCE_LGI (line 5685) | NL80211_TXRATE_FORCE_LGI = 0x2 constant NL80211_TXRATE_FORCE_SGI (line 5686) | NL80211_TXRATE_FORCE_SGI = 0x1 constant NL80211_TXRATE_GI (line 5687) | NL80211_TXRATE_GI = 0x4 constant NL80211_TXRATE_HE (line 5688) | NL80211_TXRATE_HE = 0x5 constant NL80211_TXRATE_HE_GI (line 5689) | NL80211_TXRATE_HE_GI = 0x6 constant NL80211_TXRATE_HE_LTF (line 5690) | NL80211_TXRATE_HE_LTF = 0x7 constant NL80211_TXRATE_HT (line 5691) | NL80211_TXRATE_HT = 0x2 constant NL80211_TXRATE_LEGACY (line 5692) | NL80211_TXRATE_LEGACY = 0x1 constant NL80211_TX_RATE_LIMITED (line 5693) | NL80211_TX_RATE_LIMITED = 0x1 constant NL80211_TXRATE_MAX (line 5694) | NL80211_TXRATE_MAX = 0x7 constant NL80211_TXRATE_MCS (line 5695) | NL80211_TXRATE_MCS = 0x2 constant NL80211_TXRATE_VHT (line 5696) | NL80211_TXRATE_VHT = 0x3 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT (line 5697) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT = 0x1 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX (line 5698) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX = 0x2 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL (line 5699) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL = 0x2 constant NL80211_USER_REG_HINT_CELL_BASE (line 5700) | NL80211_USER_REG_HINT_CELL_BASE = 0x1 constant NL80211_USER_REG_HINT_INDOOR (line 5701) | NL80211_USER_REG_HINT_INDOOR = 0x2 constant NL80211_USER_REG_HINT_USER (line 5702) | NL80211_USER_REG_HINT_USER = 0x0 constant NL80211_VENDOR_ID_IS_LINUX (line 5703) | NL80211_VENDOR_ID_IS_LINUX = 0x80000000 constant NL80211_VHT_CAPABILITY_LEN (line 5704) | NL80211_VHT_CAPABILITY_LEN = 0xc constant NL80211_VHT_NSS_MAX (line 5705) | NL80211_VHT_NSS_MAX = 0x8 constant NL80211_WIPHY_NAME_MAXLEN (line 5706) | NL80211_WIPHY_NAME_MAXLEN = 0x40 constant NL80211_WMMR_AIFSN (line 5707) | NL80211_WMMR_AIFSN = 0x3 constant NL80211_WMMR_CW_MAX (line 5708) | NL80211_WMMR_CW_MAX = 0x2 constant NL80211_WMMR_CW_MIN (line 5709) | NL80211_WMMR_CW_MIN = 0x1 constant NL80211_WMMR_MAX (line 5710) | NL80211_WMMR_MAX = 0x4 constant NL80211_WMMR_TXOP (line 5711) | NL80211_WMMR_TXOP = 0x4 constant NL80211_WOWLAN_PKTPAT_MASK (line 5712) | NL80211_WOWLAN_PKTPAT_MASK = 0x1 constant NL80211_WOWLAN_PKTPAT_OFFSET (line 5713) | NL80211_WOWLAN_PKTPAT_OFFSET = 0x3 constant NL80211_WOWLAN_PKTPAT_PATTERN (line 5714) | NL80211_WOWLAN_PKTPAT_PATTERN = 0x2 constant NL80211_WOWLAN_TCP_DATA_INTERVAL (line 5715) | NL80211_WOWLAN_TCP_DATA_INTERVAL = 0x9 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD (line 5716) | NL80211_WOWLAN_TCP_DATA_PAYLOAD = 0x6 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ (line 5717) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ = 0x7 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN (line 5718) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN = 0x8 constant NL80211_WOWLAN_TCP_DST_IPV4 (line 5719) | NL80211_WOWLAN_TCP_DST_IPV4 = 0x2 constant NL80211_WOWLAN_TCP_DST_MAC (line 5720) | NL80211_WOWLAN_TCP_DST_MAC = 0x3 constant NL80211_WOWLAN_TCP_DST_PORT (line 5721) | NL80211_WOWLAN_TCP_DST_PORT = 0x5 constant NL80211_WOWLAN_TCP_SRC_IPV4 (line 5722) | NL80211_WOWLAN_TCP_SRC_IPV4 = 0x1 constant NL80211_WOWLAN_TCP_SRC_PORT (line 5723) | NL80211_WOWLAN_TCP_SRC_PORT = 0x4 constant NL80211_WOWLAN_TCP_WAKE_MASK (line 5724) | NL80211_WOWLAN_TCP_WAKE_MASK = 0xb constant NL80211_WOWLAN_TCP_WAKE_PAYLOAD (line 5725) | NL80211_WOWLAN_TCP_WAKE_PAYLOAD = 0xa constant NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE (line 5726) | NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE = 0x8 constant NL80211_WOWLAN_TRIG_ANY (line 5727) | NL80211_WOWLAN_TRIG_ANY = 0x1 constant NL80211_WOWLAN_TRIG_DISCONNECT (line 5728) | NL80211_WOWLAN_TRIG_DISCONNECT = 0x2 constant NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST (line 5729) | NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST = 0x7 constant NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE (line 5730) | NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE = 0x6 constant NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED (line 5731) | NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED = 0x5 constant NL80211_WOWLAN_TRIG_MAGIC_PKT (line 5732) | NL80211_WOWLAN_TRIG_MAGIC_PKT = 0x3 constant NL80211_WOWLAN_TRIG_NET_DETECT (line 5733) | NL80211_WOWLAN_TRIG_NET_DETECT = 0x12 constant NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS (line 5734) | NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS = 0x13 constant NL80211_WOWLAN_TRIG_PKT_PATTERN (line 5735) | NL80211_WOWLAN_TRIG_PKT_PATTERN = 0x4 constant NL80211_WOWLAN_TRIG_RFKILL_RELEASE (line 5736) | NL80211_WOWLAN_TRIG_RFKILL_RELEASE = 0x9 constant NL80211_WOWLAN_TRIG_TCP_CONNECTION (line 5737) | NL80211_WOWLAN_TRIG_TCP_CONNECTION = 0xe constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 (line 5738) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 = 0xa constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN (line 5739) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN = 0xb constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 (line 5740) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 = 0xc constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN (line 5741) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN = 0xd constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST (line 5742) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST = 0x10 constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH (line 5743) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH = 0xf constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS (line 5744) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS = 0x11 constant NL80211_WPA_VERSION_1 (line 5745) | NL80211_WPA_VERSION_1 = 0x1 constant NL80211_WPA_VERSION_2 (line 5746) | NL80211_WPA_VERSION_2 = 0x2 constant NL80211_WPA_VERSION_3 (line 5747) | NL80211_WPA_VERSION_3 = 0x4 constant FRA_UNSPEC (line 5751) | FRA_UNSPEC = 0x0 constant FRA_DST (line 5752) | FRA_DST = 0x1 constant FRA_SRC (line 5753) | FRA_SRC = 0x2 constant FRA_IIFNAME (line 5754) | FRA_IIFNAME = 0x3 constant FRA_GOTO (line 5755) | FRA_GOTO = 0x4 constant FRA_UNUSED2 (line 5756) | FRA_UNUSED2 = 0x5 constant FRA_PRIORITY (line 5757) | FRA_PRIORITY = 0x6 constant FRA_UNUSED3 (line 5758) | FRA_UNUSED3 = 0x7 constant FRA_UNUSED4 (line 5759) | FRA_UNUSED4 = 0x8 constant FRA_UNUSED5 (line 5760) | FRA_UNUSED5 = 0x9 constant FRA_FWMARK (line 5761) | FRA_FWMARK = 0xa constant FRA_FLOW (line 5762) | FRA_FLOW = 0xb constant FRA_TUN_ID (line 5763) | FRA_TUN_ID = 0xc constant FRA_SUPPRESS_IFGROUP (line 5764) | FRA_SUPPRESS_IFGROUP = 0xd constant FRA_SUPPRESS_PREFIXLEN (line 5765) | FRA_SUPPRESS_PREFIXLEN = 0xe constant FRA_TABLE (line 5766) | FRA_TABLE = 0xf constant FRA_FWMASK (line 5767) | FRA_FWMASK = 0x10 constant FRA_OIFNAME (line 5768) | FRA_OIFNAME = 0x11 constant FRA_PAD (line 5769) | FRA_PAD = 0x12 constant FRA_L3MDEV (line 5770) | FRA_L3MDEV = 0x13 constant FRA_UID_RANGE (line 5771) | FRA_UID_RANGE = 0x14 constant FRA_PROTOCOL (line 5772) | FRA_PROTOCOL = 0x15 constant FRA_IP_PROTO (line 5773) | FRA_IP_PROTO = 0x16 constant FRA_SPORT_RANGE (line 5774) | FRA_SPORT_RANGE = 0x17 constant FRA_DPORT_RANGE (line 5775) | FRA_DPORT_RANGE = 0x18 constant FR_ACT_UNSPEC (line 5776) | FR_ACT_UNSPEC = 0x0 constant FR_ACT_TO_TBL (line 5777) | FR_ACT_TO_TBL = 0x1 constant FR_ACT_GOTO (line 5778) | FR_ACT_GOTO = 0x2 constant FR_ACT_NOP (line 5779) | FR_ACT_NOP = 0x3 constant FR_ACT_RES3 (line 5780) | FR_ACT_RES3 = 0x4 constant FR_ACT_RES4 (line 5781) | FR_ACT_RES4 = 0x5 constant FR_ACT_BLACKHOLE (line 5782) | FR_ACT_BLACKHOLE = 0x6 constant FR_ACT_UNREACHABLE (line 5783) | FR_ACT_UNREACHABLE = 0x7 constant FR_ACT_PROHIBIT (line 5784) | FR_ACT_PROHIBIT = 0x8 constant AUDIT_NLGRP_NONE (line 5788) | AUDIT_NLGRP_NONE = 0x0 constant AUDIT_NLGRP_READLOG (line 5789) | AUDIT_NLGRP_READLOG = 0x1 constant TUN_F_CSUM (line 5793) | TUN_F_CSUM = 0x1 constant TUN_F_TSO4 (line 5794) | TUN_F_TSO4 = 0x2 constant TUN_F_TSO6 (line 5795) | TUN_F_TSO6 = 0x4 constant TUN_F_TSO_ECN (line 5796) | TUN_F_TSO_ECN = 0x8 constant TUN_F_UFO (line 5797) | TUN_F_UFO = 0x10 constant VIRTIO_NET_HDR_F_NEEDS_CSUM (line 5801) | VIRTIO_NET_HDR_F_NEEDS_CSUM = 0x1 constant VIRTIO_NET_HDR_F_DATA_VALID (line 5802) | VIRTIO_NET_HDR_F_DATA_VALID = 0x2 constant VIRTIO_NET_HDR_F_RSC_INFO (line 5803) | VIRTIO_NET_HDR_F_RSC_INFO = 0x4 constant VIRTIO_NET_HDR_GSO_NONE (line 5807) | VIRTIO_NET_HDR_GSO_NONE = 0x0 constant VIRTIO_NET_HDR_GSO_TCPV4 (line 5808) | VIRTIO_NET_HDR_GSO_TCPV4 = 0x1 constant VIRTIO_NET_HDR_GSO_UDP (line 5809) | VIRTIO_NET_HDR_GSO_UDP = 0x3 constant VIRTIO_NET_HDR_GSO_TCPV6 (line 5810) | VIRTIO_NET_HDR_GSO_TCPV6 = 0x4 constant VIRTIO_NET_HDR_GSO_ECN (line 5811) | VIRTIO_NET_HDR_GSO_ECN = 0x80 FILE: vendor/golang.org/x/sys/unix/ztypes_linux_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 127) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 128) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 131) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 142) | type RawSockaddr struct type RawSockaddrAny (line 147) | type RawSockaddrAny struct type Iovec (line 152) | type Iovec struct type Msghdr (line 157) | type Msghdr struct type Cmsghdr (line 167) | type Cmsghdr struct type ifreq (line 173) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 179) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 180) | SizeofIovec = 0x8 constant SizeofMsghdr (line 181) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 182) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 186) | SizeofSockFprog = 0x8 type PtraceRegs (line 189) | type PtraceRegs struct type FdSet (line 209) | type FdSet struct type Sysinfo_t (line 213) | type Sysinfo_t struct type Ustat_t (line 230) | type Ustat_t struct type EpollEvent (line 237) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 244) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 248) | POLLRDHUP = 0x2000 type Sigset_t (line 251) | type Sigset_t struct constant _C__NSIG (line 255) | _C__NSIG = 0x41 constant SIG_BLOCK (line 258) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 259) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 260) | SIG_SETMASK = 0x2 type Siginfo (line 263) | type Siginfo struct type Termios (line 270) | type Termios struct type Taskstats (line 281) | type Taskstats struct type cpuMask (line 342) | type cpuMask constant _NCPUBITS (line 345) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 349) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 350) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 351) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 352) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 353) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 354) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 355) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 356) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 357) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 358) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 359) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 360) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 361) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 362) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 363) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 364) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 365) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 366) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 367) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 368) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 369) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 370) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 371) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 372) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 373) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 374) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 375) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 376) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 377) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 378) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 379) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 380) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 381) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 382) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 383) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 384) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 385) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 386) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 387) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 388) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 389) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 390) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 391) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 392) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 393) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 394) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 395) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 396) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 397) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 398) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 399) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 400) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 401) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 402) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 403) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 404) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 405) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 406) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 407) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 408) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 409) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 410) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 411) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 412) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 415) | type SockaddrStorage struct type HDGeometry (line 421) | type HDGeometry struct type Statfs_t (line 428) | type Statfs_t struct type TpacketHdr (line 443) | type TpacketHdr struct constant SizeofTpacketHdr (line 454) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 457) | type RTCPLLInfo struct type BlkpgPartition (line 467) | type BlkpgPartition struct constant BLKPG (line 476) | BLKPG = 0x1269 type XDPUmemReg (line 479) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 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 659) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 660) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 661) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 662) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 666) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 669) | type SysvIpcPerm struct type SysvShmDesc (line 682) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 103) | type Dirent struct type Flock_t (line 112) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 129) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 130) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 133) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 144) | type RawSockaddr struct type RawSockaddrAny (line 149) | type RawSockaddrAny struct type Iovec (line 154) | type Iovec struct type Msghdr (line 159) | type Msghdr struct type Cmsghdr (line 170) | type Cmsghdr struct type ifreq (line 176) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 182) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 183) | SizeofIovec = 0x10 constant SizeofMsghdr (line 184) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 185) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 189) | SizeofSockFprog = 0x10 type PtraceRegs (line 192) | type PtraceRegs struct type FdSet (line 222) | type FdSet struct type Sysinfo_t (line 226) | type Sysinfo_t struct type Ustat_t (line 244) | type Ustat_t struct type EpollEvent (line 252) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 259) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 263) | POLLRDHUP = 0x2000 type Sigset_t (line 266) | type Sigset_t struct constant _C__NSIG (line 270) | _C__NSIG = 0x41 constant SIG_BLOCK (line 273) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 274) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 275) | SIG_SETMASK = 0x2 type Siginfo (line 278) | type Siginfo struct type Termios (line 286) | type Termios struct type Taskstats (line 297) | type Taskstats struct type cpuMask (line 355) | type cpuMask constant _NCPUBITS (line 358) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 362) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 363) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 364) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 365) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 366) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 367) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 368) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 369) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 370) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 371) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 372) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 373) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 374) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 375) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 376) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 377) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 378) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 379) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 380) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 381) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 382) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 383) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 384) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 385) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 386) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 387) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 388) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 389) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 390) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 391) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 392) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 393) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 394) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 395) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 396) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 397) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 398) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 399) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 400) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 401) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 402) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 403) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 404) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 405) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 406) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 407) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 408) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 409) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 410) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 411) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 412) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 413) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 414) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 415) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 416) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 417) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 418) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 419) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 420) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 421) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 422) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 423) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 424) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 425) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 428) | type SockaddrStorage struct type HDGeometry (line 434) | type HDGeometry struct type Statfs_t (line 441) | type Statfs_t struct type TpacketHdr (line 456) | type TpacketHdr struct constant SizeofTpacketHdr (line 468) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 471) | type RTCPLLInfo struct type BlkpgPartition (line 481) | type BlkpgPartition struct constant BLKPG (line 491) | BLKPG = 0x1269 type XDPUmemReg (line 494) | type XDPUmemReg struct type CryptoUserAlg (line 503) | type CryptoUserAlg struct type CryptoStatAEAD (line 513) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 522) | type CryptoStatAKCipher struct type CryptoStatCipher (line 533) | type CryptoStatCipher struct type CryptoStatCompress (line 542) | type CryptoStatCompress struct type CryptoStatHash (line 551) | type CryptoStatHash struct type CryptoStatKPP (line 558) | type CryptoStatKPP struct type CryptoStatRNG (line 566) | type CryptoStatRNG struct type CryptoStatLarval (line 574) | type CryptoStatLarval struct type CryptoReportLarval (line 578) | type CryptoReportLarval struct type CryptoReportHash (line 582) | type CryptoReportHash struct type CryptoReportCipher (line 588) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 595) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 604) | type CryptoReportAEAD struct type CryptoReportComp (line 612) | type CryptoReportComp struct type CryptoReportRNG (line 616) | type CryptoReportRNG struct type CryptoReportAKCipher (line 621) | type CryptoReportAKCipher struct type CryptoReportKPP (line 625) | type CryptoReportKPP struct type CryptoReportAcomp (line 629) | type CryptoReportAcomp struct type LoopInfo (line 633) | type LoopInfo struct type TIPCSubscr (line 649) | type TIPCSubscr struct type TIPCSIOCLNReq (line 656) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 662) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 667) | type PPSKInfo struct constant PPS_GETPARAMS (line 677) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 678) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 679) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 680) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 684) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 687) | type SysvIpcPerm struct type SysvShmDesc (line 700) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 173) | type Cmsghdr struct type ifreq (line 179) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 185) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 186) | SizeofIovec = 0x8 constant SizeofMsghdr (line 187) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 188) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 192) | SizeofSockFprog = 0x8 type PtraceRegs (line 195) | type PtraceRegs struct type FdSet (line 199) | type FdSet struct type Sysinfo_t (line 203) | type Sysinfo_t struct type Ustat_t (line 220) | type Ustat_t struct type EpollEvent (line 227) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 235) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 239) | POLLRDHUP = 0x2000 type Sigset_t (line 242) | type Sigset_t struct constant _C__NSIG (line 246) | _C__NSIG = 0x41 constant SIG_BLOCK (line 249) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 250) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 251) | SIG_SETMASK = 0x2 type Siginfo (line 254) | type Siginfo struct type Termios (line 261) | type Termios struct type Taskstats (line 272) | type Taskstats struct type cpuMask (line 333) | type cpuMask constant _NCPUBITS (line 336) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 340) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 341) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 342) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 343) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 344) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 345) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 346) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 347) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 348) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 349) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 350) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 351) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 352) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 353) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 354) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 355) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 356) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 357) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 358) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 359) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 360) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 361) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 362) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 363) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 364) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 365) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 366) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 367) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 368) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 369) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 370) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 371) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 372) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 373) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 374) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 375) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 376) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 377) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 378) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 379) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 380) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 381) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 382) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 383) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 384) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 385) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 386) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 387) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 388) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 389) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 390) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 391) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 392) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 393) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 394) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 395) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 396) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 397) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 398) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 399) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 400) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 401) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 402) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 403) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 406) | type SockaddrStorage struct type HDGeometry (line 412) | type HDGeometry struct type Statfs_t (line 419) | type Statfs_t struct type TpacketHdr (line 435) | type TpacketHdr struct constant SizeofTpacketHdr (line 446) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 449) | type RTCPLLInfo struct type BlkpgPartition (line 459) | type BlkpgPartition struct constant BLKPG (line 469) | BLKPG = 0x1269 type XDPUmemReg (line 472) | type XDPUmemReg struct type CryptoUserAlg (line 481) | type CryptoUserAlg struct type CryptoStatAEAD (line 491) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 500) | type CryptoStatAKCipher struct type CryptoStatCipher (line 511) | type CryptoStatCipher struct type CryptoStatCompress (line 520) | type CryptoStatCompress struct type CryptoStatHash (line 529) | type CryptoStatHash struct type CryptoStatKPP (line 536) | type CryptoStatKPP struct type CryptoStatRNG (line 544) | type CryptoStatRNG struct type CryptoStatLarval (line 552) | type CryptoStatLarval struct type CryptoReportLarval (line 556) | type CryptoReportLarval struct type CryptoReportHash (line 560) | type CryptoReportHash struct type CryptoReportCipher (line 566) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 573) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 582) | type CryptoReportAEAD struct type CryptoReportComp (line 590) | type CryptoReportComp struct type CryptoReportRNG (line 594) | type CryptoReportRNG struct type CryptoReportAKCipher (line 599) | type CryptoReportAKCipher struct type CryptoReportKPP (line 603) | type CryptoReportKPP struct type CryptoReportAcomp (line 607) | type CryptoReportAcomp struct type LoopInfo (line 611) | type LoopInfo struct type TIPCSubscr (line 626) | type TIPCSubscr struct type TIPCSIOCLNReq (line 633) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 639) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 644) | type PPSKInfo struct constant PPS_GETPARAMS (line 654) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 655) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 656) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 657) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 661) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 664) | type SysvIpcPerm struct type SysvShmDesc (line 677) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 200) | type FdSet struct type Sysinfo_t (line 204) | type Sysinfo_t struct type Ustat_t (line 222) | type Ustat_t struct type EpollEvent (line 230) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 238) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 242) | POLLRDHUP = 0x2000 type Sigset_t (line 245) | type Sigset_t struct constant _C__NSIG (line 249) | _C__NSIG = 0x41 constant SIG_BLOCK (line 252) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 253) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 254) | SIG_SETMASK = 0x2 type Siginfo (line 257) | type Siginfo struct type Termios (line 265) | type Termios struct type Taskstats (line 276) | type Taskstats struct type cpuMask (line 334) | type cpuMask constant _NCPUBITS (line 337) | _NCPUBITS = 0x40 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 435) | type TpacketHdr struct constant SizeofTpacketHdr (line 447) | SizeofTpacketHdr = 0x20 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 628) | type TIPCSubscr struct type TIPCSIOCLNReq (line 635) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 641) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 646) | type PPSKInfo struct constant PPS_GETPARAMS (line 656) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 657) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 658) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 659) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 663) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 666) | type SysvIpcPerm struct type SysvShmDesc (line 679) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 201) | type FdSet struct type Sysinfo_t (line 205) | type Sysinfo_t struct type Ustat_t (line 223) | type Ustat_t struct type EpollEvent (line 231) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 239) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 243) | POLLRDHUP = 0x2000 type Sigset_t (line 246) | type Sigset_t struct constant _C__NSIG (line 250) | _C__NSIG = 0x41 constant SIG_BLOCK (line 253) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 254) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 255) | SIG_SETMASK = 0x2 type Siginfo (line 258) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 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_mips.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 124) | type DmNameList struct constant FADV_DONTNEED (line 132) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 133) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 136) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 147) | type RawSockaddr struct type RawSockaddrAny (line 152) | type RawSockaddrAny struct type Iovec (line 157) | type Iovec struct type Msghdr (line 162) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 185) | SizeofIovec = 0x8 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x8 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 204) | type FdSet struct type Sysinfo_t (line 208) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 232) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 240) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 244) | POLLRDHUP = 0x2000 type Sigset_t (line 247) | type Sigset_t struct constant _C__NSIG (line 251) | _C__NSIG = 0x80 constant SIG_BLOCK (line 254) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 255) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 256) | SIG_SETMASK = 0x3 type Siginfo (line 259) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 338) | type cpuMask constant _NCPUBITS (line 341) | _NCPUBITS = 0x20 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 441) | type TpacketHdr struct constant SizeofTpacketHdr (line 452) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 455) | type RTCPLLInfo struct type BlkpgPartition (line 465) | type BlkpgPartition struct constant BLKPG (line 475) | BLKPG = 0x20001269 type XDPUmemReg (line 478) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 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 = 0x400470a1 constant PPS_SETPARAMS (line 661) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 662) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 663) | PPS_FETCH = 0xc00470a4 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_mips64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 203) | type FdSet struct type Sysinfo_t (line 207) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 233) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 241) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 245) | POLLRDHUP = 0x2000 type Sigset_t (line 248) | type Sigset_t struct constant _C__NSIG (line 252) | _C__NSIG = 0x80 constant SIG_BLOCK (line 255) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 256) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 257) | SIG_SETMASK = 0x3 type Siginfo (line 260) | type Siginfo struct type Termios (line 268) | type Termios struct type Taskstats (line 279) | type Taskstats struct type cpuMask (line 337) | type cpuMask constant _NCPUBITS (line 340) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 344) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 345) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 346) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 347) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 348) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 349) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 350) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 351) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 352) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 353) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 354) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 355) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 356) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 357) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 358) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 359) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 360) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 361) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 362) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 363) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 364) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 365) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 366) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 367) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 368) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 369) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 370) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 371) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 372) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 373) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 374) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 375) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 376) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 377) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 378) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 379) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 380) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 381) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 382) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 383) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 384) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 385) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 386) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 387) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 388) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 389) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 390) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 391) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 392) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 393) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 394) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 395) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 396) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 397) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 398) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 399) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 400) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 401) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 402) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 403) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 404) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 405) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 406) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 407) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 410) | type SockaddrStorage struct type HDGeometry (line 416) | type HDGeometry struct type Statfs_t (line 423) | type Statfs_t struct type TpacketHdr (line 438) | type TpacketHdr struct constant SizeofTpacketHdr (line 450) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 453) | type RTCPLLInfo struct type BlkpgPartition (line 463) | type BlkpgPartition struct constant BLKPG (line 473) | BLKPG = 0x20001269 type XDPUmemReg (line 476) | type XDPUmemReg struct type CryptoUserAlg (line 485) | type CryptoUserAlg struct type CryptoStatAEAD (line 495) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 504) | type CryptoStatAKCipher struct type CryptoStatCipher (line 515) | type CryptoStatCipher struct type CryptoStatCompress (line 524) | type CryptoStatCompress struct type CryptoStatHash (line 533) | type CryptoStatHash struct type CryptoStatKPP (line 540) | type CryptoStatKPP struct type CryptoStatRNG (line 548) | type CryptoStatRNG struct type CryptoStatLarval (line 556) | type CryptoStatLarval struct type CryptoReportLarval (line 560) | type CryptoReportLarval struct type CryptoReportHash (line 564) | type CryptoReportHash struct type CryptoReportCipher (line 570) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 577) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 586) | type CryptoReportAEAD struct type CryptoReportComp (line 594) | type CryptoReportComp struct type CryptoReportRNG (line 598) | type CryptoReportRNG struct type CryptoReportAKCipher (line 603) | type CryptoReportAKCipher struct type CryptoReportKPP (line 607) | type CryptoReportKPP struct type CryptoReportAcomp (line 611) | type CryptoReportAcomp struct type LoopInfo (line 615) | type LoopInfo struct type TIPCSubscr (line 631) | type TIPCSubscr struct type TIPCSIOCLNReq (line 638) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 644) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 649) | type PPSKInfo struct constant PPS_GETPARAMS (line 659) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 660) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 661) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 662) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 666) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 669) | type SysvIpcPerm struct type SysvShmDesc (line 682) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 203) | type FdSet struct type Sysinfo_t (line 207) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 233) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 241) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 245) | POLLRDHUP = 0x2000 type Sigset_t (line 248) | type Sigset_t struct constant _C__NSIG (line 252) | _C__NSIG = 0x80 constant SIG_BLOCK (line 255) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 256) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 257) | SIG_SETMASK = 0x3 type Siginfo (line 260) | type Siginfo struct type Termios (line 268) | type Termios struct type Taskstats (line 279) | type Taskstats struct type cpuMask (line 337) | type cpuMask constant _NCPUBITS (line 340) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 344) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 345) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 346) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 347) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 348) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 349) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 350) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 351) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 352) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 353) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 354) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 355) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 356) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 357) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 358) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 359) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 360) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 361) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 362) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 363) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 364) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 365) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 366) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 367) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 368) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 369) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 370) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 371) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 372) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 373) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 374) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 375) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 376) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 377) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 378) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 379) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 380) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 381) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 382) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 383) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 384) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 385) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 386) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 387) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 388) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 389) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 390) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 391) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 392) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 393) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 394) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 395) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 396) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 397) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 398) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 399) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 400) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 401) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 402) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 403) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 404) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 405) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 406) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 407) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 410) | type SockaddrStorage struct type HDGeometry (line 416) | type HDGeometry struct type Statfs_t (line 423) | type Statfs_t struct type TpacketHdr (line 438) | type TpacketHdr struct constant SizeofTpacketHdr (line 450) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 453) | type RTCPLLInfo struct type BlkpgPartition (line 463) | type BlkpgPartition struct constant BLKPG (line 473) | BLKPG = 0x20001269 type XDPUmemReg (line 476) | type XDPUmemReg struct type CryptoUserAlg (line 485) | type CryptoUserAlg struct type CryptoStatAEAD (line 495) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 504) | type CryptoStatAKCipher struct type CryptoStatCipher (line 515) | type CryptoStatCipher struct type CryptoStatCompress (line 524) | type CryptoStatCompress struct type CryptoStatHash (line 533) | type CryptoStatHash struct type CryptoStatKPP (line 540) | type CryptoStatKPP struct type CryptoStatRNG (line 548) | type CryptoStatRNG struct type CryptoStatLarval (line 556) | type CryptoStatLarval struct type CryptoReportLarval (line 560) | type CryptoReportLarval struct type CryptoReportHash (line 564) | type CryptoReportHash struct type CryptoReportCipher (line 570) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 577) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 586) | type CryptoReportAEAD struct type CryptoReportComp (line 594) | type CryptoReportComp struct type CryptoReportRNG (line 598) | type CryptoReportRNG struct type CryptoReportAKCipher (line 603) | type CryptoReportAKCipher struct type CryptoReportKPP (line 607) | type CryptoReportKPP struct type CryptoReportAcomp (line 611) | type CryptoReportAcomp struct type LoopInfo (line 615) | type LoopInfo struct type TIPCSubscr (line 631) | type TIPCSubscr struct type TIPCSIOCLNReq (line 638) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 644) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 649) | type PPSKInfo struct constant PPS_GETPARAMS (line 659) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 660) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 661) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 662) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 666) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 669) | type SysvIpcPerm struct type SysvShmDesc (line 682) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 124) | type DmNameList struct constant FADV_DONTNEED (line 132) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 133) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 136) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 147) | type RawSockaddr struct type RawSockaddrAny (line 152) | type RawSockaddrAny struct type Iovec (line 157) | type Iovec struct type Msghdr (line 162) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 185) | SizeofIovec = 0x8 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x8 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 204) | type FdSet struct type Sysinfo_t (line 208) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 232) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 240) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 244) | POLLRDHUP = 0x2000 type Sigset_t (line 247) | type Sigset_t struct constant _C__NSIG (line 251) | _C__NSIG = 0x80 constant SIG_BLOCK (line 254) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 255) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 256) | SIG_SETMASK = 0x3 type Siginfo (line 259) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 338) | type cpuMask constant _NCPUBITS (line 341) | _NCPUBITS = 0x20 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 441) | type TpacketHdr struct constant SizeofTpacketHdr (line 452) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 455) | type RTCPLLInfo struct type BlkpgPartition (line 465) | type BlkpgPartition struct constant BLKPG (line 475) | BLKPG = 0x20001269 type XDPUmemReg (line 478) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 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 = 0x400470a1 constant PPS_SETPARAMS (line 661) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 662) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 663) | PPS_FETCH = 0xc00470a4 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_ppc.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 173) | type Cmsghdr struct type ifreq (line 179) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 185) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 186) | SizeofIovec = 0x8 constant SizeofMsghdr (line 187) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 188) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 192) | SizeofSockFprog = 0x8 type PtraceRegs (line 195) | type PtraceRegs struct type FdSet (line 211) | type FdSet struct type Sysinfo_t (line 215) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 239) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 247) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 251) | POLLRDHUP = 0x2000 type Sigset_t (line 254) | type Sigset_t struct constant _C__NSIG (line 258) | _C__NSIG = 0x41 constant SIG_BLOCK (line 261) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 262) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 263) | SIG_SETMASK = 0x2 type Siginfo (line 266) | type Siginfo struct type Termios (line 273) | type Termios struct type Taskstats (line 284) | type Taskstats struct type cpuMask (line 345) | type cpuMask constant _NCPUBITS (line 348) | _NCPUBITS = 0x20 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 447) | type TpacketHdr struct constant SizeofTpacketHdr (line 458) | SizeofTpacketHdr = 0x18 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 638) | type TIPCSubscr struct type TIPCSIOCLNReq (line 645) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 651) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 656) | type PPSKInfo struct constant PPS_GETPARAMS (line 666) | PPS_GETPARAMS = 0x400470a1 constant PPS_SETPARAMS (line 667) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 668) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 669) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 673) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 676) | type SysvIpcPerm struct type SysvShmDesc (line 688) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 123) | type DmNameList struct constant FADV_DONTNEED (line 131) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 132) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 135) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 146) | type RawSockaddr struct type RawSockaddrAny (line 151) | type RawSockaddrAny struct type Iovec (line 156) | type Iovec struct type Msghdr (line 161) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 185) | SizeofIovec = 0x10 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x10 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 210) | type FdSet struct type Sysinfo_t (line 214) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 240) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 248) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 252) | POLLRDHUP = 0x2000 type Sigset_t (line 255) | type Sigset_t struct constant _C__NSIG (line 259) | _C__NSIG = 0x41 constant SIG_BLOCK (line 262) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 263) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 264) | SIG_SETMASK = 0x2 type Siginfo (line 267) | type Siginfo struct type Termios (line 275) | type Termios struct type Taskstats (line 286) | type Taskstats struct type cpuMask (line 344) | type cpuMask constant _NCPUBITS (line 347) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 351) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 352) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 353) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 354) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 355) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 356) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 357) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 358) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 359) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 360) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 361) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 362) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 363) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 364) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 365) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 366) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 367) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 368) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 369) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 370) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 371) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 372) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 373) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 374) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 375) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 376) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 377) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 378) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 379) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 380) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 381) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 382) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 383) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 384) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 385) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 386) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 387) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 388) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 389) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 390) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 391) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 392) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 393) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 394) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 395) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 396) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 397) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 398) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 399) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 400) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 401) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 402) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 403) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 404) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 405) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 406) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 407) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 408) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 409) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 410) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 411) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 412) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 413) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 414) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 417) | type SockaddrStorage struct type HDGeometry (line 423) | type HDGeometry struct type Statfs_t (line 430) | type Statfs_t struct type TpacketHdr (line 445) | type TpacketHdr struct constant SizeofTpacketHdr (line 457) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 460) | type RTCPLLInfo struct type BlkpgPartition (line 470) | type BlkpgPartition struct constant BLKPG (line 480) | BLKPG = 0x20001269 type XDPUmemReg (line 483) | type XDPUmemReg struct type CryptoUserAlg (line 492) | type CryptoUserAlg struct type CryptoStatAEAD (line 502) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 511) | type CryptoStatAKCipher struct type CryptoStatCipher (line 522) | type CryptoStatCipher struct type CryptoStatCompress (line 531) | type CryptoStatCompress struct type CryptoStatHash (line 540) | type CryptoStatHash struct type CryptoStatKPP (line 547) | type CryptoStatKPP struct type CryptoStatRNG (line 555) | type CryptoStatRNG struct type CryptoStatLarval (line 563) | type CryptoStatLarval struct type CryptoReportLarval (line 567) | type CryptoReportLarval struct type CryptoReportHash (line 571) | type CryptoReportHash struct type CryptoReportCipher (line 577) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 584) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 593) | type CryptoReportAEAD struct type CryptoReportComp (line 601) | type CryptoReportComp struct type CryptoReportRNG (line 605) | type CryptoReportRNG struct type CryptoReportAKCipher (line 610) | type CryptoReportAKCipher struct type CryptoReportKPP (line 614) | type CryptoReportKPP struct type CryptoReportAcomp (line 618) | type CryptoReportAcomp struct type LoopInfo (line 622) | type LoopInfo struct type TIPCSubscr (line 638) | type TIPCSubscr struct type TIPCSIOCLNReq (line 645) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 651) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 656) | type PPSKInfo struct constant PPS_GETPARAMS (line 666) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 667) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 668) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 669) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 673) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 676) | type SysvIpcPerm struct type SysvShmDesc (line 688) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 123) | type DmNameList struct constant FADV_DONTNEED (line 131) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 132) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 135) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 146) | type RawSockaddr struct type RawSockaddrAny (line 151) | type RawSockaddrAny struct type Iovec (line 156) | type Iovec struct type Msghdr (line 161) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 185) | SizeofIovec = 0x10 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x10 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 210) | type FdSet struct type Sysinfo_t (line 214) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 240) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 248) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 252) | POLLRDHUP = 0x2000 type Sigset_t (line 255) | type Sigset_t struct constant _C__NSIG (line 259) | _C__NSIG = 0x41 constant SIG_BLOCK (line 262) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 263) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 264) | SIG_SETMASK = 0x2 type Siginfo (line 267) | type Siginfo struct type Termios (line 275) | type Termios struct type Taskstats (line 286) | type Taskstats struct type cpuMask (line 344) | type cpuMask constant _NCPUBITS (line 347) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 351) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 352) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 353) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 354) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 355) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 356) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 357) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 358) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 359) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 360) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 361) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 362) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 363) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 364) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 365) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 366) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 367) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 368) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 369) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 370) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 371) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 372) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 373) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 374) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 375) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 376) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 377) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 378) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 379) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 380) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 381) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 382) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 383) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 384) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 385) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 386) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 387) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 388) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 389) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 390) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 391) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 392) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 393) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 394) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 395) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 396) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 397) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 398) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 399) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 400) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 401) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 402) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 403) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 404) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 405) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 406) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 407) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 408) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 409) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 410) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 411) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 412) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 413) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 414) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 417) | type SockaddrStorage struct type HDGeometry (line 423) | type HDGeometry struct type Statfs_t (line 430) | type Statfs_t struct type TpacketHdr (line 445) | type TpacketHdr struct constant SizeofTpacketHdr (line 457) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 460) | type RTCPLLInfo struct type BlkpgPartition (line 470) | type BlkpgPartition struct constant BLKPG (line 480) | BLKPG = 0x20001269 type XDPUmemReg (line 483) | type XDPUmemReg struct type CryptoUserAlg (line 492) | type CryptoUserAlg struct type CryptoStatAEAD (line 502) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 511) | type CryptoStatAKCipher struct type CryptoStatCipher (line 522) | type CryptoStatCipher struct type CryptoStatCompress (line 531) | type CryptoStatCompress struct type CryptoStatHash (line 540) | type CryptoStatHash struct type CryptoStatKPP (line 547) | type CryptoStatKPP struct type CryptoStatRNG (line 555) | type CryptoStatRNG struct type CryptoStatLarval (line 563) | type CryptoStatLarval struct type CryptoReportLarval (line 567) | type CryptoReportLarval struct type CryptoReportHash (line 571) | type CryptoReportHash struct type CryptoReportCipher (line 577) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 584) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 593) | type CryptoReportAEAD struct type CryptoReportComp (line 601) | type CryptoReportComp struct type CryptoReportRNG (line 605) | type CryptoReportRNG struct type CryptoReportAKCipher (line 610) | type CryptoReportAKCipher struct type CryptoReportKPP (line 614) | type CryptoReportKPP struct type CryptoReportAcomp (line 618) | type CryptoReportAcomp struct type LoopInfo (line 622) | type LoopInfo struct type TIPCSubscr (line 638) | type TIPCSubscr struct type TIPCSIOCLNReq (line 645) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 651) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 656) | type PPSKInfo struct constant PPS_GETPARAMS (line 666) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 667) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 668) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 669) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 673) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 676) | type SysvIpcPerm struct type SysvShmDesc (line 688) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 228) | type FdSet struct type Sysinfo_t (line 232) | type Sysinfo_t struct type Ustat_t (line 250) | type Ustat_t struct type EpollEvent (line 258) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 266) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 270) | POLLRDHUP = 0x2000 type Sigset_t (line 273) | type Sigset_t struct constant _C__NSIG (line 277) | _C__NSIG = 0x41 constant SIG_BLOCK (line 280) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 281) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 282) | SIG_SETMASK = 0x2 type Siginfo (line 285) | type Siginfo struct type Termios (line 293) | type Termios struct type Taskstats (line 304) | type Taskstats struct type cpuMask (line 362) | type cpuMask constant _NCPUBITS (line 365) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 369) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 370) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 371) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 372) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 373) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 374) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 375) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 376) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 377) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 378) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 379) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 380) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 381) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 382) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 383) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 384) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 385) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 386) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 387) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 388) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 389) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 390) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 391) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 392) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 393) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 394) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 395) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 396) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 397) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 398) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 399) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 400) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 401) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 402) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 403) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 404) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 405) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 406) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 407) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 408) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 409) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 410) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 411) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 412) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 413) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 414) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 415) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 416) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 417) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 418) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 419) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 420) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 421) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 422) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 423) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 424) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 425) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 426) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 427) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 428) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 429) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 430) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 431) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 432) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 435) | type SockaddrStorage struct type HDGeometry (line 441) | type HDGeometry struct type Statfs_t (line 448) | type Statfs_t struct type TpacketHdr (line 463) | type TpacketHdr struct constant SizeofTpacketHdr (line 475) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 478) | type RTCPLLInfo struct type BlkpgPartition (line 488) | type BlkpgPartition struct constant BLKPG (line 498) | BLKPG = 0x1269 type XDPUmemReg (line 501) | type XDPUmemReg struct type CryptoUserAlg (line 510) | type CryptoUserAlg struct type CryptoStatAEAD (line 520) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 529) | type CryptoStatAKCipher struct type CryptoStatCipher (line 540) | type CryptoStatCipher struct type CryptoStatCompress (line 549) | type CryptoStatCompress struct type CryptoStatHash (line 558) | type CryptoStatHash struct type CryptoStatKPP (line 565) | type CryptoStatKPP struct type CryptoStatRNG (line 573) | type CryptoStatRNG struct type CryptoStatLarval (line 581) | type CryptoStatLarval struct type CryptoReportLarval (line 585) | type CryptoReportLarval struct type CryptoReportHash (line 589) | type CryptoReportHash struct type CryptoReportCipher (line 595) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 602) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 611) | type CryptoReportAEAD struct type CryptoReportComp (line 619) | type CryptoReportComp struct type CryptoReportRNG (line 623) | type CryptoReportRNG struct type CryptoReportAKCipher (line 628) | type CryptoReportAKCipher struct type CryptoReportKPP (line 632) | type CryptoReportKPP struct type CryptoReportAcomp (line 636) | type CryptoReportAcomp struct type LoopInfo (line 640) | type LoopInfo struct type TIPCSubscr (line 656) | type TIPCSubscr struct type TIPCSIOCLNReq (line 663) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 669) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 674) | type PPSKInfo struct constant PPS_GETPARAMS (line 684) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 685) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 686) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 687) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 691) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 694) | type SysvIpcPerm struct type SysvShmDesc (line 707) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 103) | type Dirent struct type Flock_t (line 112) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 129) | FADV_DONTNEED = 0x6 constant FADV_NOREUSE (line 130) | FADV_NOREUSE = 0x7 type RawSockaddrNFCLLCP (line 133) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 144) | type RawSockaddr struct type RawSockaddrAny (line 149) | type RawSockaddrAny struct type Iovec (line 154) | type Iovec struct type Msghdr (line 159) | type Msghdr struct type Cmsghdr (line 170) | type Cmsghdr struct type ifreq (line 176) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 182) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 183) | SizeofIovec = 0x10 constant SizeofMsghdr (line 184) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 185) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 189) | SizeofSockFprog = 0x10 type PtraceRegs (line 192) | type PtraceRegs struct type PtracePsw (line 202) | type PtracePsw struct type PtraceFpregs (line 207) | type PtraceFpregs struct type PtracePer (line 212) | type PtracePer struct type FdSet (line 223) | type FdSet struct type Sysinfo_t (line 227) | type Sysinfo_t struct type Ustat_t (line 245) | type Ustat_t struct type EpollEvent (line 253) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 261) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 265) | POLLRDHUP = 0x2000 type Sigset_t (line 268) | type Sigset_t struct constant _C__NSIG (line 272) | _C__NSIG = 0x41 constant SIG_BLOCK (line 275) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 276) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 277) | SIG_SETMASK = 0x2 type Siginfo (line 280) | type Siginfo struct type Termios (line 288) | type Termios struct type Taskstats (line 299) | type Taskstats struct type cpuMask (line 357) | type cpuMask constant _NCPUBITS (line 360) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 364) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 365) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 366) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 367) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 368) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 369) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 370) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 371) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 372) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 373) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 374) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 375) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 376) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 377) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 378) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 379) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 380) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 381) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 382) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 383) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 384) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 385) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 386) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 387) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 388) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 389) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 390) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 391) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 392) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 393) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 394) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 395) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 396) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 397) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 398) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 399) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 400) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 401) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 402) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 403) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 404) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 405) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 406) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 407) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 408) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 409) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 410) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 411) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 412) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 413) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 414) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 415) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 416) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 417) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 418) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 419) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 420) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 421) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 422) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 423) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 424) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 425) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 426) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 427) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 430) | type SockaddrStorage struct type HDGeometry (line 436) | type HDGeometry struct type Statfs_t (line 443) | type Statfs_t struct type TpacketHdr (line 459) | type TpacketHdr struct constant SizeofTpacketHdr (line 471) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 474) | type RTCPLLInfo struct type BlkpgPartition (line 484) | type BlkpgPartition struct constant BLKPG (line 494) | BLKPG = 0x1269 type XDPUmemReg (line 497) | type XDPUmemReg struct type CryptoUserAlg (line 506) | type CryptoUserAlg struct type CryptoStatAEAD (line 516) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 525) | type CryptoStatAKCipher struct type CryptoStatCipher (line 536) | type CryptoStatCipher struct type CryptoStatCompress (line 545) | type CryptoStatCompress struct type CryptoStatHash (line 554) | type CryptoStatHash struct type CryptoStatKPP (line 561) | type CryptoStatKPP struct type CryptoStatRNG (line 569) | type CryptoStatRNG struct type CryptoStatLarval (line 577) | type CryptoStatLarval struct type CryptoReportLarval (line 581) | type CryptoReportLarval struct type CryptoReportHash (line 585) | type CryptoReportHash struct type CryptoReportCipher (line 591) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 598) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 607) | type CryptoReportAEAD struct type CryptoReportComp (line 615) | type CryptoReportComp struct type CryptoReportRNG (line 619) | type CryptoReportRNG struct type CryptoReportAKCipher (line 624) | type CryptoReportAKCipher struct type CryptoReportKPP (line 628) | type CryptoReportKPP struct type CryptoReportAcomp (line 632) | type CryptoReportAcomp struct type LoopInfo (line 636) | type LoopInfo struct type TIPCSubscr (line 652) | type TIPCSubscr struct type TIPCSIOCLNReq (line 659) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 665) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 670) | type PPSKInfo struct constant PPS_GETPARAMS (line 680) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 681) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 682) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 683) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 687) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 690) | type SysvIpcPerm struct type SysvShmDesc (line 702) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 29) | type Timex struct type Time_t (line 53) | type Time_t type Tms (line 55) | type Tms struct type Utimbuf (line 62) | type Utimbuf struct type Rusage (line 67) | type Rusage struct type Stat_t (line 86) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 174) | type Cmsghdr struct type ifreq (line 180) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 186) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 187) | SizeofIovec = 0x10 constant SizeofMsghdr (line 188) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 189) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 193) | SizeofSockFprog = 0x10 type PtraceRegs (line 196) | type PtraceRegs struct type FdSet (line 205) | type FdSet struct type Sysinfo_t (line 209) | type Sysinfo_t struct type Ustat_t (line 227) | type Ustat_t struct type EpollEvent (line 235) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 243) | OPEN_TREE_CLOEXEC = 0x400000 constant POLLRDHUP (line 247) | POLLRDHUP = 0x800 type Sigset_t (line 250) | type Sigset_t struct constant _C__NSIG (line 254) | _C__NSIG = 0x41 constant SIG_BLOCK (line 257) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 258) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 259) | SIG_SETMASK = 0x4 type Siginfo (line 262) | type Siginfo struct type Termios (line 270) | type Termios struct type Taskstats (line 281) | type Taskstats struct type cpuMask (line 339) | type cpuMask constant _NCPUBITS (line 342) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 346) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 347) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 348) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 349) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 350) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 351) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 352) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 353) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 354) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 355) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 356) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 357) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 358) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 359) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 360) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 361) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 362) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 363) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 364) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 365) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 366) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 367) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 368) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 369) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 370) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 371) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 372) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 373) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 374) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 375) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 376) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 377) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 378) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 379) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 380) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 381) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 382) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 383) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 384) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 385) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 386) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 387) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 388) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 389) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 390) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 391) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 392) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 393) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 394) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 395) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 396) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 397) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 398) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 399) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 400) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 401) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 402) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 403) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 404) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 405) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 406) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 407) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 408) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 409) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 412) | type SockaddrStorage struct type HDGeometry (line 418) | type HDGeometry struct type Statfs_t (line 425) | type Statfs_t struct type TpacketHdr (line 440) | type TpacketHdr struct constant SizeofTpacketHdr (line 452) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 455) | type RTCPLLInfo struct type BlkpgPartition (line 465) | type BlkpgPartition struct constant BLKPG (line 475) | BLKPG = 0x20001269 type XDPUmemReg (line 478) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 633) | type TIPCSubscr struct type TIPCSIOCLNReq (line 640) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 646) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 651) | type PPSKInfo struct constant PPS_GETPARAMS (line 661) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 668) | PIDFD_NONBLOCK = 0x4000 type SysvIpcPerm (line 671) | type SysvIpcPerm struct type SysvShmDesc (line 683) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 80) | type Statfs_t type Statvfs_t (line 82) | type Statvfs_t struct type Flock_t (line 109) | type Flock_t struct type Dirent (line 117) | type Dirent struct type Fsid (line 126) | type Fsid struct constant PathMax (line 131) | PathMax = 0x400 constant ST_WAIT (line 135) | ST_WAIT = 0x1 constant ST_NOWAIT (line 136) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 140) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 141) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 142) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 143) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 144) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 145) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 148) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 156) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 165) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 171) | type RawSockaddrDatalink struct type RawSockaddr (line 182) | type RawSockaddr struct type RawSockaddrAny (line 188) | type RawSockaddrAny struct type _Socklen (line 193) | type _Socklen type Linger (line 195) | type Linger struct type Iovec (line 200) | type Iovec struct type IPMreq (line 205) | type IPMreq struct type IPv6Mreq (line 210) | type IPv6Mreq struct type Msghdr (line 215) | type Msghdr struct type Cmsghdr (line 225) | type Cmsghdr struct type Inet6Pktinfo (line 231) | type Inet6Pktinfo struct type IPv6MTUInfo (line 236) | type IPv6MTUInfo struct type ICMPv6Filter (line 241) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 246) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 247) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 248) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 249) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 250) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 251) | SizeofLinger = 0x8 constant SizeofIovec (line 252) | SizeofIovec = 0x8 constant SizeofIPMreq (line 253) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 254) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 255) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 256) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 257) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 258) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 259) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 263) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 264) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 265) | PTRACE_KILL = 0x8 type Kevent_t (line 268) | type Kevent_t struct type FdSet (line 277) | type FdSet struct constant SizeofIfMsghdr (line 282) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 283) | SizeofIfData = 0x84 constant SizeofIfaMsghdr (line 284) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 285) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 286) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 287) | SizeofRtMetrics = 0x50 type IfMsghdr (line 290) | type IfMsghdr struct type IfData (line 302) | type IfData struct type IfaMsghdr (line 325) | type IfaMsghdr struct type IfAnnounceMsghdr (line 336) | type IfAnnounceMsghdr struct type RtMsghdr (line 345) | type RtMsghdr struct type RtMetrics (line 362) | type RtMetrics struct type Mclpool (line 375) | type Mclpool constant SizeofBpfVersion (line 378) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 379) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 380) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 381) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 382) | SizeofBpfHdr = 0x14 type BpfVersion (line 385) | type BpfVersion struct type BpfStat (line 390) | type BpfStat struct type BpfProgram (line 397) | type BpfProgram struct type BpfInsn (line 402) | type BpfInsn struct type BpfHdr (line 409) | type BpfHdr struct type BpfTimeval (line 417) | type BpfTimeval struct type Termios (line 422) | type Termios struct type Winsize (line 432) | type Winsize struct type Ptmget (line 439) | type Ptmget struct constant AT_FDCWD (line 447) | AT_FDCWD = -0x64 constant AT_EACCESS (line 448) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 449) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 450) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 451) | AT_REMOVEDIR = 0x800 type PollFd (line 454) | type PollFd struct constant POLLERR (line 461) | POLLERR = 0x8 constant POLLHUP (line 462) | POLLHUP = 0x10 constant POLLIN (line 463) | POLLIN = 0x1 constant POLLNVAL (line 464) | POLLNVAL = 0x20 constant POLLOUT (line 465) | POLLOUT = 0x4 constant POLLPRI (line 466) | POLLPRI = 0x2 constant POLLRDBAND (line 467) | POLLRDBAND = 0x80 constant POLLRDNORM (line 468) | POLLRDNORM = 0x40 constant POLLWRBAND (line 469) | POLLWRBAND = 0x100 constant POLLWRNORM (line 470) | POLLWRNORM = 0x4 type Sysctlnode (line 473) | type Sysctlnode struct type Utsname (line 486) | type Utsname struct constant SizeofUvmexp (line 494) | SizeofUvmexp = 0x278 type Uvmexp (line 496) | type Uvmexp struct constant SizeofClockinfo (line 578) | SizeofClockinfo = 0x14 type Clockinfo (line 580) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t type Stat_t (line 61) | type Stat_t struct type Statfs_t (line 84) | type Statfs_t type Statvfs_t (line 86) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 232) | type Cmsghdr struct type Inet6Pktinfo (line 238) | type Inet6Pktinfo struct type IPv6MTUInfo (line 243) | type IPv6MTUInfo struct type ICMPv6Filter (line 248) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 253) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 254) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 255) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 256) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 257) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 258) | SizeofLinger = 0x8 constant SizeofIovec (line 259) | SizeofIovec = 0x10 constant SizeofIPMreq (line 260) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 261) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 262) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 263) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 264) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 265) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 266) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 270) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 271) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 272) | PTRACE_KILL = 0x8 type Kevent_t (line 275) | type Kevent_t struct type FdSet (line 285) | type FdSet struct constant SizeofIfMsghdr (line 290) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 291) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 292) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 293) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 294) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 295) | SizeofRtMetrics = 0x50 type IfMsghdr (line 298) | type IfMsghdr struct type IfData (line 309) | type IfData struct type IfaMsghdr (line 332) | type IfaMsghdr struct type IfAnnounceMsghdr (line 343) | type IfAnnounceMsghdr struct type RtMsghdr (line 352) | type RtMsghdr struct type RtMetrics (line 369) | type RtMetrics struct type Mclpool (line 382) | type Mclpool constant SizeofBpfVersion (line 385) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 386) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 387) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 388) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 389) | SizeofBpfHdr = 0x20 type BpfVersion (line 392) | type BpfVersion struct type BpfStat (line 397) | type BpfStat struct type BpfProgram (line 404) | type BpfProgram struct type BpfInsn (line 410) | type BpfInsn struct type BpfHdr (line 417) | type BpfHdr struct type BpfTimeval (line 425) | type BpfTimeval struct type Termios (line 430) | type Termios struct type Winsize (line 440) | type Winsize struct type Ptmget (line 447) | type Ptmget struct constant AT_FDCWD (line 455) | AT_FDCWD = -0x64 constant AT_EACCESS (line 456) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 457) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 458) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 459) | AT_REMOVEDIR = 0x800 type PollFd (line 462) | type PollFd struct constant POLLERR (line 469) | POLLERR = 0x8 constant POLLHUP (line 470) | POLLHUP = 0x10 constant POLLIN (line 471) | POLLIN = 0x1 constant POLLNVAL (line 472) | POLLNVAL = 0x20 constant POLLOUT (line 473) | POLLOUT = 0x4 constant POLLPRI (line 474) | POLLPRI = 0x2 constant POLLRDBAND (line 475) | POLLRDBAND = 0x80 constant POLLRDNORM (line 476) | POLLRDNORM = 0x40 constant POLLWRBAND (line 477) | POLLWRBAND = 0x100 constant POLLWRNORM (line 478) | POLLWRNORM = 0x4 type Sysctlnode (line 481) | type Sysctlnode struct type Utsname (line 494) | type Utsname struct constant SizeofUvmexp (line 502) | SizeofUvmexp = 0x278 type Uvmexp (line 504) | type Uvmexp struct constant SizeofClockinfo (line 586) | SizeofClockinfo = 0x14 type Clockinfo (line 588) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t type Stat_t (line 62) | type Stat_t struct type Statfs_t (line 85) | type Statfs_t type Statvfs_t (line 87) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 230) | type Cmsghdr struct type Inet6Pktinfo (line 236) | type Inet6Pktinfo struct type IPv6MTUInfo (line 241) | type IPv6MTUInfo struct type ICMPv6Filter (line 246) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 251) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 252) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 253) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 254) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 255) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 256) | SizeofLinger = 0x8 constant SizeofIovec (line 257) | SizeofIovec = 0x8 constant SizeofIPMreq (line 258) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 259) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 260) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 261) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 262) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 263) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 264) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 268) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 269) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 270) | PTRACE_KILL = 0x8 type Kevent_t (line 273) | type Kevent_t struct type FdSet (line 283) | type FdSet struct constant SizeofIfMsghdr (line 288) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 289) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 290) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 291) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 292) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 293) | SizeofRtMetrics = 0x50 type IfMsghdr (line 296) | type IfMsghdr struct type IfData (line 307) | type IfData struct type IfaMsghdr (line 330) | type IfaMsghdr struct type IfAnnounceMsghdr (line 341) | type IfAnnounceMsghdr struct type RtMsghdr (line 350) | type RtMsghdr struct type RtMetrics (line 367) | type RtMetrics struct type Mclpool (line 380) | type Mclpool constant SizeofBpfVersion (line 383) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 384) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 385) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 386) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 387) | SizeofBpfHdr = 0x14 type BpfVersion (line 390) | type BpfVersion struct type BpfStat (line 395) | type BpfStat struct type BpfProgram (line 402) | type BpfProgram struct type BpfInsn (line 407) | type BpfInsn struct type BpfHdr (line 414) | type BpfHdr struct type BpfTimeval (line 422) | type BpfTimeval struct type Termios (line 427) | type Termios struct type Winsize (line 437) | type Winsize struct type Ptmget (line 444) | type Ptmget struct constant AT_FDCWD (line 452) | AT_FDCWD = -0x64 constant AT_EACCESS (line 453) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 454) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 455) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 456) | AT_REMOVEDIR = 0x800 type PollFd (line 459) | type PollFd struct constant POLLERR (line 466) | POLLERR = 0x8 constant POLLHUP (line 467) | POLLHUP = 0x10 constant POLLIN (line 468) | POLLIN = 0x1 constant POLLNVAL (line 469) | POLLNVAL = 0x20 constant POLLOUT (line 470) | POLLOUT = 0x4 constant POLLPRI (line 471) | POLLPRI = 0x2 constant POLLRDBAND (line 472) | POLLRDBAND = 0x80 constant POLLRDNORM (line 473) | POLLRDNORM = 0x40 constant POLLWRBAND (line 474) | POLLWRBAND = 0x100 constant POLLWRNORM (line 475) | POLLWRNORM = 0x4 type Sysctlnode (line 478) | type Sysctlnode struct type Utsname (line 491) | type Utsname struct constant SizeofUvmexp (line 499) | SizeofUvmexp = 0x278 type Uvmexp (line 501) | type Uvmexp struct constant SizeofClockinfo (line 583) | SizeofClockinfo = 0x14 type Clockinfo (line 585) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t type Stat_t (line 61) | type Stat_t struct type Statfs_t (line 84) | type Statfs_t type Statvfs_t (line 86) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 232) | type Cmsghdr struct type Inet6Pktinfo (line 238) | type Inet6Pktinfo struct type IPv6MTUInfo (line 243) | type IPv6MTUInfo struct type ICMPv6Filter (line 248) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 253) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 254) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 255) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 256) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 257) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 258) | SizeofLinger = 0x8 constant SizeofIovec (line 259) | SizeofIovec = 0x10 constant SizeofIPMreq (line 260) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 261) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 262) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 263) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 264) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 265) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 266) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 270) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 271) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 272) | PTRACE_KILL = 0x8 type Kevent_t (line 275) | type Kevent_t struct type FdSet (line 285) | type FdSet struct constant SizeofIfMsghdr (line 290) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 291) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 292) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 293) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 294) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 295) | SizeofRtMetrics = 0x50 type IfMsghdr (line 298) | type IfMsghdr struct type IfData (line 309) | type IfData struct type IfaMsghdr (line 332) | type IfaMsghdr struct type IfAnnounceMsghdr (line 343) | type IfAnnounceMsghdr struct type RtMsghdr (line 352) | type RtMsghdr struct type RtMetrics (line 369) | type RtMetrics struct type Mclpool (line 382) | type Mclpool constant SizeofBpfVersion (line 385) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 386) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 387) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 388) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 389) | SizeofBpfHdr = 0x20 type BpfVersion (line 392) | type BpfVersion struct type BpfStat (line 397) | type BpfStat struct type BpfProgram (line 404) | type BpfProgram struct type BpfInsn (line 410) | type BpfInsn struct type BpfHdr (line 417) | type BpfHdr struct type BpfTimeval (line 425) | type BpfTimeval struct type Termios (line 430) | type Termios struct type Winsize (line 440) | type Winsize struct type Ptmget (line 447) | type Ptmget struct constant AT_FDCWD (line 455) | AT_FDCWD = -0x64 constant AT_EACCESS (line 456) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 457) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 458) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 459) | AT_REMOVEDIR = 0x800 type PollFd (line 462) | type PollFd struct constant POLLERR (line 469) | POLLERR = 0x8 constant POLLHUP (line 470) | POLLHUP = 0x10 constant POLLIN (line 471) | POLLIN = 0x1 constant POLLNVAL (line 472) | POLLNVAL = 0x20 constant POLLOUT (line 473) | POLLOUT = 0x4 constant POLLPRI (line 474) | POLLPRI = 0x2 constant POLLRDBAND (line 475) | POLLRDBAND = 0x80 constant POLLRDNORM (line 476) | POLLRDNORM = 0x40 constant POLLWRBAND (line 477) | POLLWRBAND = 0x100 constant POLLWRNORM (line 478) | POLLWRNORM = 0x4 type Sysctlnode (line 481) | type Sysctlnode struct type Utsname (line 494) | type Utsname struct constant SizeofUvmexp (line 502) | SizeofUvmexp = 0x278 type Uvmexp (line 504) | type Uvmexp struct constant SizeofClockinfo (line 586) | SizeofClockinfo = 0x14 type Clockinfo (line 588) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x8 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa0 constant SizeofIfData (line 266) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t type Stat_t (line 62) | type Stat_t struct type Statfs_t (line 82) | type Statfs_t struct type Flock_t (line 109) | type Flock_t struct type Dirent (line 117) | type Dirent struct type Fsid (line 127) | type Fsid struct constant PathMax (line 132) | PathMax = 0x400 type RawSockaddrInet4 (line 135) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 143) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 152) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 158) | type RawSockaddrDatalink struct type RawSockaddr (line 169) | type RawSockaddr struct type RawSockaddrAny (line 175) | type RawSockaddrAny struct type _Socklen (line 180) | type _Socklen type Linger (line 182) | type Linger struct type Iovec (line 187) | type Iovec struct type IPMreq (line 192) | type IPMreq struct type IPv6Mreq (line 197) | type IPv6Mreq struct type Msghdr (line 202) | type Msghdr struct type Cmsghdr (line 212) | type Cmsghdr struct type Inet6Pktinfo (line 218) | type Inet6Pktinfo struct type IPv6MTUInfo (line 223) | type IPv6MTUInfo struct type ICMPv6Filter (line 228) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 233) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 234) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 235) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 236) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 237) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 238) | SizeofLinger = 0x8 constant SizeofIovec (line 239) | SizeofIovec = 0x8 constant SizeofIPMreq (line 240) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 241) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 242) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 243) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 244) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 245) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 246) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 250) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 251) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 252) | PTRACE_KILL = 0x8 type Kevent_t (line 255) | type Kevent_t struct type FdSet (line 266) | type FdSet struct constant SizeofIfMsghdr (line 271) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 272) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 273) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 274) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 275) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 276) | SizeofRtMetrics = 0x38 type IfMsghdr (line 279) | type IfMsghdr struct type IfData (line 294) | type IfData struct type IfaMsghdr (line 320) | type IfaMsghdr struct type IfAnnounceMsghdr (line 334) | type IfAnnounceMsghdr struct type RtMsghdr (line 344) | type RtMsghdr struct type RtMetrics (line 363) | type RtMetrics struct constant SizeofBpfVersion (line 379) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 380) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 381) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 382) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 383) | SizeofBpfHdr = 0x18 type BpfVersion (line 386) | type BpfVersion struct type BpfStat (line 391) | type BpfStat struct type BpfProgram (line 396) | type BpfProgram struct type BpfInsn (line 401) | type BpfInsn struct type BpfHdr (line 408) | type BpfHdr struct type BpfTimeval (line 419) | type BpfTimeval struct type Termios (line 424) | type Termios struct type Winsize (line 434) | type Winsize struct constant AT_FDCWD (line 442) | AT_FDCWD = -0x64 constant AT_EACCESS (line 443) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 444) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 445) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 446) | AT_REMOVEDIR = 0x8 type PollFd (line 449) | type PollFd struct constant POLLERR (line 456) | POLLERR = 0x8 constant POLLHUP (line 457) | POLLHUP = 0x10 constant POLLIN (line 458) | POLLIN = 0x1 constant POLLNVAL (line 459) | POLLNVAL = 0x20 constant POLLOUT (line 460) | POLLOUT = 0x4 constant POLLPRI (line 461) | POLLPRI = 0x2 constant POLLRDBAND (line 462) | POLLRDBAND = 0x80 constant POLLRDNORM (line 463) | POLLRDNORM = 0x40 constant POLLWRBAND (line 464) | POLLWRBAND = 0x100 constant POLLWRNORM (line 465) | POLLWRNORM = 0x4 type Sigset_t (line 468) | type Sigset_t type Utsname (line 470) | type Utsname struct constant SizeofUvmexp (line 478) | SizeofUvmexp = 0x158 type Uvmexp (line 480) | type Uvmexp struct constant SizeofClockinfo (line 569) | SizeofClockinfo = 0x10 type Clockinfo (line 571) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct type Mclpool (line 371) | type Mclpool struct constant SizeofBpfVersion (line 374) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 375) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 376) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 377) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 378) | SizeofBpfHdr = 0x18 type BpfVersion (line 381) | type BpfVersion struct type BpfStat (line 386) | type BpfStat struct type BpfProgram (line 391) | type BpfProgram struct type BpfInsn (line 396) | type BpfInsn struct type BpfHdr (line 403) | type BpfHdr struct type BpfTimeval (line 414) | type BpfTimeval struct type Termios (line 419) | type Termios struct type Winsize (line 429) | type Winsize struct constant AT_FDCWD (line 437) | AT_FDCWD = -0x64 constant AT_EACCESS (line 438) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 439) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 440) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 441) | AT_REMOVEDIR = 0x8 type PollFd (line 444) | type PollFd struct constant POLLERR (line 451) | POLLERR = 0x8 constant POLLHUP (line 452) | POLLHUP = 0x10 constant POLLIN (line 453) | POLLIN = 0x1 constant POLLNVAL (line 454) | POLLNVAL = 0x20 constant POLLOUT (line 455) | POLLOUT = 0x4 constant POLLPRI (line 456) | POLLPRI = 0x2 constant POLLRDBAND (line 457) | POLLRDBAND = 0x80 constant POLLRDNORM (line 458) | POLLRDNORM = 0x40 constant POLLWRBAND (line 459) | POLLWRBAND = 0x100 constant POLLWRNORM (line 460) | POLLWRNORM = 0x4 type Sigset_t (line 463) | type Sigset_t type Utsname (line 465) | type Utsname struct constant SizeofUvmexp (line 473) | SizeofUvmexp = 0x158 type Uvmexp (line 475) | type Uvmexp struct constant SizeofClockinfo (line 564) | SizeofClockinfo = 0x10 type Clockinfo (line 566) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct type Mclpool (line 371) | type Mclpool struct constant SizeofBpfVersion (line 374) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 375) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 376) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 377) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 378) | SizeofBpfHdr = 0x18 type BpfVersion (line 381) | type BpfVersion struct type BpfStat (line 386) | type BpfStat struct type BpfProgram (line 391) | type BpfProgram struct type BpfInsn (line 396) | type BpfInsn struct type BpfHdr (line 403) | type BpfHdr struct type BpfTimeval (line 414) | type BpfTimeval struct type Termios (line 419) | type Termios struct type Winsize (line 429) | type Winsize struct constant AT_FDCWD (line 437) | AT_FDCWD = -0x64 constant AT_EACCESS (line 438) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 439) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 440) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 441) | AT_REMOVEDIR = 0x8 type PollFd (line 444) | type PollFd struct constant POLLERR (line 451) | POLLERR = 0x8 constant POLLHUP (line 452) | POLLHUP = 0x10 constant POLLIN (line 453) | POLLIN = 0x1 constant POLLNVAL (line 454) | POLLNVAL = 0x20 constant POLLOUT (line 455) | POLLOUT = 0x4 constant POLLPRI (line 456) | POLLPRI = 0x2 constant POLLRDBAND (line 457) | POLLRDBAND = 0x80 constant POLLRDNORM (line 458) | POLLRDNORM = 0x40 constant POLLWRBAND (line 459) | POLLWRBAND = 0x100 constant POLLWRNORM (line 460) | POLLWRNORM = 0x4 type Sigset_t (line 463) | type Sigset_t type Utsname (line 465) | type Utsname struct constant SizeofUvmexp (line 473) | SizeofUvmexp = 0x158 type Uvmexp (line 475) | type Uvmexp struct constant SizeofClockinfo (line 564) | SizeofClockinfo = 0x10 type Clockinfo (line 566) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x400 constant MaxHostNameLen (line 16) | MaxHostNameLen = 0x100 type _C_short (line 20) | type _C_short type _C_int (line 21) | type _C_int type _C_long (line 22) | type _C_long type _C_long_long (line 23) | type _C_long_long type Timespec (line 26) | type Timespec struct type Timeval (line 31) | type Timeval struct type Timeval32 (line 36) | type Timeval32 struct type Tms (line 41) | type Tms struct type Utimbuf (line 48) | type Utimbuf struct type Rusage (line 53) | type Rusage struct type Rlimit (line 72) | type Rlimit struct type _Gid_t (line 77) | type _Gid_t type Stat_t (line 79) | type Stat_t struct type Flock_t (line 96) | type Flock_t struct type Dirent (line 106) | type Dirent struct type _Fsblkcnt_t (line 114) | type _Fsblkcnt_t type Statvfs_t (line 116) | type Statvfs_t struct type RawSockaddrInet4 (line 132) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 163) | type RawSockaddr struct type RawSockaddrAny (line 168) | type RawSockaddrAny struct type _Socklen (line 173) | type _Socklen type Linger (line 175) | type Linger struct type Iovec (line 180) | type Iovec struct type IPMreq (line 185) | type IPMreq struct type IPv6Mreq (line 190) | type IPv6Mreq struct type Msghdr (line 195) | type Msghdr struct type Cmsghdr (line 205) | type Cmsghdr struct type Inet4Pktinfo (line 211) | type Inet4Pktinfo struct type Inet6Pktinfo (line 217) | type Inet6Pktinfo struct type IPv6MTUInfo (line 222) | type IPv6MTUInfo struct type ICMPv6Filter (line 227) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 232) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 233) | SizeofSockaddrInet6 = 0x20 constant SizeofSockaddrAny (line 234) | SizeofSockaddrAny = 0xfc constant SizeofSockaddrUnix (line 235) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrDatalink (line 236) | SizeofSockaddrDatalink = 0xfc constant SizeofLinger (line 237) | SizeofLinger = 0x8 constant SizeofIovec (line 238) | SizeofIovec = 0x10 constant SizeofIPMreq (line 239) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 240) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 241) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 242) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 243) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 244) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 245) | SizeofIPv6MTUInfo = 0x24 constant SizeofICMPv6Filter (line 246) | SizeofICMPv6Filter = 0x20 type FdSet (line 249) | type FdSet struct type Utsname (line 253) | type Utsname struct type Ustat_t (line 261) | type Ustat_t struct constant AT_FDCWD (line 270) | AT_FDCWD = 0xffd19553 constant AT_SYMLINK_NOFOLLOW (line 271) | AT_SYMLINK_NOFOLLOW = 0x1000 constant AT_SYMLINK_FOLLOW (line 272) | AT_SYMLINK_FOLLOW = 0x2000 constant AT_REMOVEDIR (line 273) | AT_REMOVEDIR = 0x1 constant AT_EACCESS (line 274) | AT_EACCESS = 0x4 constant SizeofIfMsghdr (line 278) | SizeofIfMsghdr = 0x54 constant SizeofIfData (line 279) | SizeofIfData = 0x44 constant SizeofIfaMsghdr (line 280) | SizeofIfaMsghdr = 0x14 constant SizeofRtMsghdr (line 281) | SizeofRtMsghdr = 0x4c constant SizeofRtMetrics (line 282) | SizeofRtMetrics = 0x28 type IfMsghdr (line 285) | type IfMsghdr struct type IfData (line 295) | type IfData struct type IfaMsghdr (line 316) | type IfaMsghdr struct type RtMsghdr (line 326) | type RtMsghdr struct type RtMetrics (line 341) | type RtMetrics struct constant SizeofBpfVersion (line 355) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 356) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 357) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 358) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 359) | SizeofBpfHdr = 0x14 type BpfVersion (line 362) | type BpfVersion struct type BpfStat (line 367) | type BpfStat struct type BpfProgram (line 374) | type BpfProgram struct type BpfInsn (line 379) | type BpfInsn struct type BpfTimeval (line 386) | type BpfTimeval struct type BpfHdr (line 391) | type BpfHdr struct type Termios (line 399) | type Termios struct type Termio (line 408) | type Termio struct type Winsize (line 418) | type Winsize struct type PollFd (line 425) | type PollFd struct constant POLLERR (line 432) | POLLERR = 0x8 constant POLLHUP (line 433) | POLLHUP = 0x10 constant POLLIN (line 434) | POLLIN = 0x1 constant POLLNVAL (line 435) | POLLNVAL = 0x20 constant POLLOUT (line 436) | POLLOUT = 0x4 constant POLLPRI (line 437) | POLLPRI = 0x2 constant POLLRDBAND (line 438) | POLLRDBAND = 0x80 constant POLLRDNORM (line 439) | POLLRDNORM = 0x40 constant POLLWRBAND (line 440) | POLLWRBAND = 0x100 constant POLLWRNORM (line 441) | POLLWRNORM = 0x4 type fileObj (line 444) | type fileObj struct type portEvent (line 452) | type portEvent struct constant PORT_SOURCE_AIO (line 461) | PORT_SOURCE_AIO = 0x1 constant PORT_SOURCE_TIMER (line 462) | PORT_SOURCE_TIMER = 0x2 constant PORT_SOURCE_USER (line 463) | PORT_SOURCE_USER = 0x3 constant PORT_SOURCE_FD (line 464) | PORT_SOURCE_FD = 0x4 constant PORT_SOURCE_ALERT (line 465) | PORT_SOURCE_ALERT = 0x5 constant PORT_SOURCE_MQ (line 466) | PORT_SOURCE_MQ = 0x6 constant PORT_SOURCE_FILE (line 467) | PORT_SOURCE_FILE = 0x7 constant PORT_ALERT_SET (line 468) | PORT_ALERT_SET = 0x1 constant PORT_ALERT_UPDATE (line 469) | PORT_ALERT_UPDATE = 0x2 constant PORT_ALERT_INVALID (line 470) | PORT_ALERT_INVALID = 0x3 constant FILE_ACCESS (line 471) | FILE_ACCESS = 0x1 constant FILE_MODIFIED (line 472) | FILE_MODIFIED = 0x2 constant FILE_ATTRIB (line 473) | FILE_ATTRIB = 0x4 constant FILE_TRUNC (line 474) | FILE_TRUNC = 0x100000 constant FILE_NOFOLLOW (line 475) | FILE_NOFOLLOW = 0x10000000 constant FILE_DELETE (line 476) | FILE_DELETE = 0x10 constant FILE_RENAME_TO (line 477) | FILE_RENAME_TO = 0x20 constant FILE_RENAME_FROM (line 478) | FILE_RENAME_FROM = 0x40 constant UNMOUNTED (line 479) | UNMOUNTED = 0x20000000 constant MOUNTEDOVER (line 480) | MOUNTEDOVER = 0x40000000 constant FILE_EXCEPTION (line 481) | FILE_EXCEPTION = 0x60000070 constant TUNNEWPPA (line 485) | TUNNEWPPA = 0x540001 constant TUNSETPPA (line 486) | TUNSETPPA = 0x540002 constant I_STR (line 488) | I_STR = 0x5308 constant I_POP (line 489) | I_POP = 0x5303 constant I_PUSH (line 490) | I_PUSH = 0x5302 constant I_LINK (line 491) | I_LINK = 0x530c constant I_UNLINK (line 492) | I_UNLINK = 0x530d constant I_PLINK (line 493) | I_PLINK = 0x5316 constant I_PUNLINK (line 494) | I_PUNLINK = 0x5317 constant IF_UNITSEL (line 496) | IF_UNITSEL = -0x7ffb8cca type strbuf (line 499) | type strbuf struct type Strioctl (line 505) | type Strioctl struct type Lifreq (line 512) | type Lifreq struct FILE: vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go constant SizeofPtr (line 14) | SizeofPtr = 0x8 constant SizeofShort (line 15) | SizeofShort = 0x2 constant SizeofInt (line 16) | SizeofInt = 0x4 constant SizeofLong (line 17) | SizeofLong = 0x8 constant SizeofLongLong (line 18) | SizeofLongLong = 0x8 constant PathMax (line 19) | PathMax = 0x1000 constant SizeofSockaddrAny (line 23) | SizeofSockaddrAny = 128 constant SizeofCmsghdr (line 24) | SizeofCmsghdr = 12 constant SizeofIPMreq (line 25) | SizeofIPMreq = 8 constant SizeofIPv6Mreq (line 26) | SizeofIPv6Mreq = 20 constant SizeofICMPv6Filter (line 27) | SizeofICMPv6Filter = 32 constant SizeofIPv6MTUInfo (line 28) | SizeofIPv6MTUInfo = 32 constant SizeofLinger (line 29) | SizeofLinger = 8 constant SizeofSockaddrInet4 (line 30) | SizeofSockaddrInet4 = 16 constant SizeofSockaddrInet6 (line 31) | SizeofSockaddrInet6 = 28 constant SizeofTCPInfo (line 32) | SizeofTCPInfo = 0x68 type _C_short (line 36) | type _C_short type _C_int (line 37) | type _C_int type _C_long (line 38) | type _C_long type _C_long_long (line 39) | type _C_long_long type Timespec (line 42) | type Timespec struct type Timeval (line 47) | type Timeval struct type timeval_zos (line 52) | type timeval_zos struct type Tms (line 58) | type Tms struct type Time_t (line 65) | type Time_t type Utimbuf (line 67) | type Utimbuf struct type Utsname (line 72) | type Utsname struct type RawSockaddrInet4 (line 81) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 89) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 98) | type RawSockaddrUnix struct type RawSockaddr (line 104) | type RawSockaddr struct type RawSockaddrAny (line 110) | type RawSockaddrAny struct type _Socklen (line 115) | type _Socklen type Linger (line 117) | type Linger struct type Iovec (line 122) | type Iovec struct type IPMreq (line 127) | type IPMreq struct type IPv6Mreq (line 132) | type IPv6Mreq struct type Msghdr (line 137) | type Msghdr struct type Cmsghdr (line 147) | type Cmsghdr struct type Inet4Pktinfo (line 153) | type Inet4Pktinfo struct type Inet6Pktinfo (line 158) | type Inet6Pktinfo struct type IPv6MTUInfo (line 163) | type IPv6MTUInfo struct type ICMPv6Filter (line 168) | type ICMPv6Filter struct type TCPInfo (line 172) | type TCPInfo struct type _Gid_t (line 205) | type _Gid_t type rusage_zos (line 207) | type rusage_zos struct type Rusage (line 212) | type Rusage struct type Rlimit (line 231) | type Rlimit struct type PollFd (line 237) | type PollFd struct type Stat_t (line 243) | type Stat_t struct type Stat_LE_t (line 261) | type Stat_LE_t struct type Statvfs_t (line 306) | type Statvfs_t struct type Statfs_t (line 328) | type Statfs_t struct type direntLE (line 342) | type direntLE struct type Dirent (line 350) | type Dirent struct type FdSet (line 359) | type FdSet struct type Flock_t (line 364) | type Flock_t struct type Termios (line 372) | type Termios struct type Winsize (line 380) | type Winsize struct type W_Mnth (line 387) | type W_Mnth struct type W_Mntent (line 396) | type W_Mntent struct FILE: vendor/golang.org/x/sys/windows/dll_windows.go function syscall_loadlibrary (line 21) | func syscall_loadlibrary(filename *uint16) (handle Handle, err Errno) function syscall_getprocaddress (line 24) | func syscall_getprocaddress(handle Handle, procname *uint8) (proc uintpt... type DLLError (line 27) | type DLLError struct method Error (line 33) | func (e *DLLError) Error() string { return e.Msg } method Unwrap (line 35) | func (e *DLLError) Unwrap() error { return e.Err } type DLL (line 38) | type DLL struct method FindProc (line 79) | func (d *DLL) FindProc(name string) (proc *Proc, err error) { method MustFindProc (line 101) | func (d *DLL) MustFindProc(name string) *Proc { method FindProcByOrdinal (line 111) | func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err erro... method MustFindProcByOrdinal (line 130) | func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc { method Release (line 139) | func (d *DLL) Release() (err error) { function LoadDLL (line 48) | func LoadDLL(name string) (dll *DLL, err error) { function MustLoadDLL (line 69) | func MustLoadDLL(name string) *DLL { type Proc (line 144) | type Proc struct method Addr (line 152) | func (p *Proc) Addr() uintptr { method Call (line 165) | func (p *Proc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { type LazyDLL (line 208) | type LazyDLL struct method Load (line 222) | func (d *LazyDLL) Load() error { method mustLoad (line 255) | func (d *LazyDLL) mustLoad() { method Handle (line 263) | func (d *LazyDLL) Handle() uintptr { method NewProc (line 269) | func (d *LazyDLL) NewProc(name string) *LazyProc { function NewLazyDLL (line 274) | func NewLazyDLL(name string) *LazyDLL { function NewLazySystemDLL (line 281) | func NewLazySystemDLL(name string) *LazyDLL { type LazyProc (line 287) | type LazyProc struct method Find (line 298) | func (p *LazyProc) Find() error { method mustFind (line 322) | func (p *LazyProc) mustFind() { method Addr (line 332) | func (p *LazyProc) Addr() uintptr { method Call (line 346) | func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { function initCanDoSearchSystem32 (line 356) | func initCanDoSearchSystem32() { function canDoSearchSystem32 (line 368) | func canDoSearchSystem32() bool { function isBaseName (line 373) | func isBaseName(name string) bool { function loadLibraryEx (line 389) | func loadLibraryEx(name string, system bool) (*DLL, error) { type errString (line 414) | type errString method Error (line 416) | func (s errString) Error() string { return string(s) } FILE: vendor/golang.org/x/sys/windows/env_windows.go function Getenv (line 14) | func Getenv(key string) (value string, found bool) { function Setenv (line 18) | func Setenv(key, value string) error { function Clearenv (line 22) | func Clearenv() { function Environ (line 26) | func Environ() []string { method Environ (line 33) | func (token Token) Environ(inheritExisting bool) (env []string, err erro... function Unsetenv (line 52) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/windows/eventlog.go constant EVENTLOG_SUCCESS (line 11) | EVENTLOG_SUCCESS = 0 constant EVENTLOG_ERROR_TYPE (line 12) | EVENTLOG_ERROR_TYPE = 1 constant EVENTLOG_WARNING_TYPE (line 13) | EVENTLOG_WARNING_TYPE = 2 constant EVENTLOG_INFORMATION_TYPE (line 14) | EVENTLOG_INFORMATION_TYPE = 4 constant EVENTLOG_AUDIT_SUCCESS (line 15) | EVENTLOG_AUDIT_SUCCESS = 8 constant EVENTLOG_AUDIT_FAILURE (line 16) | EVENTLOG_AUDIT_FAILURE = 16 FILE: vendor/golang.org/x/sys/windows/exec_windows.go function EscapeArg (line 23) | func EscapeArg(s string) string { function ComposeCommandLine (line 84) | func ComposeCommandLine(args []string) string { function DecomposeCommandLine (line 98) | func DecomposeCommandLine(commandLine string) ([]string, error) { function CloseOnExec (line 115) | func CloseOnExec(fd Handle) { function FullPath (line 120) | func FullPath(name string) (path string, err error) { function NewProcThreadAttributeList (line 139) | func NewProcThreadAttributeList(maxAttrCount uint32) (*ProcThreadAttribu... method Update (line 162) | func (al *ProcThreadAttributeListContainer) Update(attribute uintptr, va... method Delete (line 168) | func (al *ProcThreadAttributeListContainer) Delete() { method List (line 176) | func (al *ProcThreadAttributeListContainer) List() *ProcThreadAttributeL... FILE: vendor/golang.org/x/sys/windows/memory_windows.go constant MEM_COMMIT (line 8) | MEM_COMMIT = 0x00001000 constant MEM_RESERVE (line 9) | MEM_RESERVE = 0x00002000 constant MEM_DECOMMIT (line 10) | MEM_DECOMMIT = 0x00004000 constant MEM_RELEASE (line 11) | MEM_RELEASE = 0x00008000 constant MEM_RESET (line 12) | MEM_RESET = 0x00080000 constant MEM_TOP_DOWN (line 13) | MEM_TOP_DOWN = 0x00100000 constant MEM_WRITE_WATCH (line 14) | MEM_WRITE_WATCH = 0x00200000 constant MEM_PHYSICAL (line 15) | MEM_PHYSICAL = 0x00400000 constant MEM_RESET_UNDO (line 16) | MEM_RESET_UNDO = 0x01000000 constant MEM_LARGE_PAGES (line 17) | MEM_LARGE_PAGES = 0x20000000 constant PAGE_NOACCESS (line 19) | PAGE_NOACCESS = 0x00000001 constant PAGE_READONLY (line 20) | PAGE_READONLY = 0x00000002 constant PAGE_READWRITE (line 21) | PAGE_READWRITE = 0x00000004 constant PAGE_WRITECOPY (line 22) | PAGE_WRITECOPY = 0x00000008 constant PAGE_EXECUTE (line 23) | PAGE_EXECUTE = 0x00000010 constant PAGE_EXECUTE_READ (line 24) | PAGE_EXECUTE_READ = 0x00000020 constant PAGE_EXECUTE_READWRITE (line 25) | PAGE_EXECUTE_READWRITE = 0x00000040 constant PAGE_EXECUTE_WRITECOPY (line 26) | PAGE_EXECUTE_WRITECOPY = 0x00000080 constant PAGE_GUARD (line 27) | PAGE_GUARD = 0x00000100 constant PAGE_NOCACHE (line 28) | PAGE_NOCACHE = 0x00000200 constant PAGE_WRITECOMBINE (line 29) | PAGE_WRITECOMBINE = 0x00000400 constant PAGE_TARGETS_INVALID (line 30) | PAGE_TARGETS_INVALID = 0x40000000 constant PAGE_TARGETS_NO_UPDATE (line 31) | PAGE_TARGETS_NO_UPDATE = 0x40000000 constant QUOTA_LIMITS_HARDWS_MIN_DISABLE (line 33) | QUOTA_LIMITS_HARDWS_MIN_DISABLE = 0x00000002 constant QUOTA_LIMITS_HARDWS_MIN_ENABLE (line 34) | QUOTA_LIMITS_HARDWS_MIN_ENABLE = 0x00000001 constant QUOTA_LIMITS_HARDWS_MAX_DISABLE (line 35) | QUOTA_LIMITS_HARDWS_MAX_DISABLE = 0x00000008 constant QUOTA_LIMITS_HARDWS_MAX_ENABLE (line 36) | QUOTA_LIMITS_HARDWS_MAX_ENABLE = 0x00000004 type MemoryBasicInformation (line 39) | type MemoryBasicInformation struct FILE: vendor/golang.org/x/sys/windows/race.go constant raceenabled (line 15) | raceenabled = true function raceAcquire (line 17) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 21) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 25) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 29) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/windows/race0.go constant raceenabled (line 14) | raceenabled = false function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 19) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 22) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 25) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/windows/security_windows.go constant NameUnknown (line 15) | NameUnknown = 0 constant NameFullyQualifiedDN (line 16) | NameFullyQualifiedDN = 1 constant NameSamCompatible (line 17) | NameSamCompatible = 2 constant NameDisplay (line 18) | NameDisplay = 3 constant NameUniqueId (line 19) | NameUniqueId = 6 constant NameCanonical (line 20) | NameCanonical = 7 constant NameUserPrincipal (line 21) | NameUserPrincipal = 8 constant NameCanonicalEx (line 22) | NameCanonicalEx = 9 constant NameServicePrincipal (line 23) | NameServicePrincipal = 10 constant NameDnsDomain (line 24) | NameDnsDomain = 12 function TranslateAccountName (line 34) | func TranslateAccountName(username string, from, to uint32, initSize int... constant NetSetupUnknownStatus (line 57) | NetSetupUnknownStatus = iota constant NetSetupUnjoined (line 58) | NetSetupUnjoined constant NetSetupWorkgroupName (line 59) | NetSetupWorkgroupName constant NetSetupDomainName (line 60) | NetSetupDomainName type UserInfo10 (line 63) | type UserInfo10 struct constant SidTypeUser (line 76) | SidTypeUser = 1 + iota constant SidTypeGroup (line 77) | SidTypeGroup constant SidTypeDomain (line 78) | SidTypeDomain constant SidTypeAlias (line 79) | SidTypeAlias constant SidTypeWellKnownGroup (line 80) | SidTypeWellKnownGroup constant SidTypeDeletedAccount (line 81) | SidTypeDeletedAccount constant SidTypeInvalid (line 82) | SidTypeInvalid constant SidTypeUnknown (line 83) | SidTypeUnknown constant SidTypeComputer (line 84) | SidTypeComputer constant SidTypeLabel (line 85) | SidTypeLabel type SidIdentifierAuthority (line 88) | type SidIdentifierAuthority struct constant SECURITY_NULL_RID (line 103) | SECURITY_NULL_RID = 0 constant SECURITY_WORLD_RID (line 104) | SECURITY_WORLD_RID = 0 constant SECURITY_LOCAL_RID (line 105) | SECURITY_LOCAL_RID = 0 constant SECURITY_CREATOR_OWNER_RID (line 106) | SECURITY_CREATOR_OWNER_RID = 0 constant SECURITY_CREATOR_GROUP_RID (line 107) | SECURITY_CREATOR_GROUP_RID = 1 constant SECURITY_DIALUP_RID (line 108) | SECURITY_DIALUP_RID = 1 constant SECURITY_NETWORK_RID (line 109) | SECURITY_NETWORK_RID = 2 constant SECURITY_BATCH_RID (line 110) | SECURITY_BATCH_RID = 3 constant SECURITY_INTERACTIVE_RID (line 111) | SECURITY_INTERACTIVE_RID = 4 constant SECURITY_LOGON_IDS_RID (line 112) | SECURITY_LOGON_IDS_RID = 5 constant SECURITY_SERVICE_RID (line 113) | SECURITY_SERVICE_RID = 6 constant SECURITY_LOCAL_SYSTEM_RID (line 114) | SECURITY_LOCAL_SYSTEM_RID = 18 constant SECURITY_BUILTIN_DOMAIN_RID (line 115) | SECURITY_BUILTIN_DOMAIN_RID = 32 constant SECURITY_PRINCIPAL_SELF_RID (line 116) | SECURITY_PRINCIPAL_SELF_RID = 10 constant SECURITY_CREATOR_OWNER_SERVER_RID (line 117) | SECURITY_CREATOR_OWNER_SERVER_RID = 0x2 constant SECURITY_CREATOR_GROUP_SERVER_RID (line 118) | SECURITY_CREATOR_GROUP_SERVER_RID = 0x3 constant SECURITY_LOGON_IDS_RID_COUNT (line 119) | SECURITY_LOGON_IDS_RID_COUNT = 0x3 constant SECURITY_ANONYMOUS_LOGON_RID (line 120) | SECURITY_ANONYMOUS_LOGON_RID = 0x7 constant SECURITY_PROXY_RID (line 121) | SECURITY_PROXY_RID = 0x8 constant SECURITY_ENTERPRISE_CONTROLLERS_RID (line 122) | SECURITY_ENTERPRISE_CONTROLLERS_RID = 0x9 constant SECURITY_SERVER_LOGON_RID (line 123) | SECURITY_SERVER_LOGON_RID = SECURITY_ENTERPRISE_CONTROLLERS_RID constant SECURITY_AUTHENTICATED_USER_RID (line 124) | SECURITY_AUTHENTICATED_USER_RID = 0xb constant SECURITY_RESTRICTED_CODE_RID (line 125) | SECURITY_RESTRICTED_CODE_RID = 0xc constant SECURITY_NT_NON_UNIQUE_RID (line 126) | SECURITY_NT_NON_UNIQUE_RID = 0x15 constant DOMAIN_ALIAS_RID_ADMINS (line 132) | DOMAIN_ALIAS_RID_ADMINS = 0x220 constant DOMAIN_ALIAS_RID_USERS (line 133) | DOMAIN_ALIAS_RID_USERS = 0x221 constant DOMAIN_ALIAS_RID_GUESTS (line 134) | DOMAIN_ALIAS_RID_GUESTS = 0x222 constant DOMAIN_ALIAS_RID_POWER_USERS (line 135) | DOMAIN_ALIAS_RID_POWER_USERS = 0x223 constant DOMAIN_ALIAS_RID_ACCOUNT_OPS (line 136) | DOMAIN_ALIAS_RID_ACCOUNT_OPS = 0x224 constant DOMAIN_ALIAS_RID_SYSTEM_OPS (line 137) | DOMAIN_ALIAS_RID_SYSTEM_OPS = 0x225 constant DOMAIN_ALIAS_RID_PRINT_OPS (line 138) | DOMAIN_ALIAS_RID_PRINT_OPS = 0x226 constant DOMAIN_ALIAS_RID_BACKUP_OPS (line 139) | DOMAIN_ALIAS_RID_BACKUP_OPS = 0x227 constant DOMAIN_ALIAS_RID_REPLICATOR (line 140) | DOMAIN_ALIAS_RID_REPLICATOR = 0x228 constant DOMAIN_ALIAS_RID_RAS_SERVERS (line 141) | DOMAIN_ALIAS_RID_RAS_SERVERS = 0x229 constant DOMAIN_ALIAS_RID_PREW2KCOMPACCESS (line 142) | DOMAIN_ALIAS_RID_PREW2KCOMPACCESS = 0x22a constant DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS (line 143) | DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS = 0x22b constant DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS (line 144) | DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS = 0x22c constant DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS (line 145) | DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS = 0x22d constant DOMAIN_ALIAS_RID_MONITORING_USERS (line 146) | DOMAIN_ALIAS_RID_MONITORING_USERS = 0x22e constant DOMAIN_ALIAS_RID_LOGGING_USERS (line 147) | DOMAIN_ALIAS_RID_LOGGING_USERS = 0x22f constant DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS (line 148) | DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS = 0x230 constant DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS (line 149) | DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS = 0x231 constant DOMAIN_ALIAS_RID_DCOM_USERS (line 150) | DOMAIN_ALIAS_RID_DCOM_USERS = 0x232 constant DOMAIN_ALIAS_RID_IUSERS (line 151) | DOMAIN_ALIAS_RID_IUSERS = 0x238 constant DOMAIN_ALIAS_RID_CRYPTO_OPERATORS (line 152) | DOMAIN_ALIAS_RID_CRYPTO_OPERATORS = 0x239 constant DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP (line 153) | DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP = 0x23b constant DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP (line 154) | DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP = 0x23c constant DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP (line 155) | DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP = 0x23d constant DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP (line 156) | DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP = 0x23e type SID (line 177) | type SID struct method String (line 233) | func (sid *SID) String() string { method Len (line 244) | func (sid *SID) Len() int { method Copy (line 249) | func (sid *SID) Copy() (*SID, error) { method IdentifierAuthority (line 260) | func (sid *SID) IdentifierAuthority() SidIdentifierAuthority { method SubAuthorityCount (line 265) | func (sid *SID) SubAuthorityCount() uint8 { method SubAuthority (line 271) | func (sid *SID) SubAuthority(idx uint32) uint32 { method IsValid (line 279) | func (sid *SID) IsValid() bool { method Equals (line 284) | func (sid *SID) Equals(sid2 *SID) bool { method IsWellKnown (line 289) | func (sid *SID) IsWellKnown(sidType WELL_KNOWN_SID_TYPE) bool { method LookupAccount (line 296) | func (sid *SID) LookupAccount(system string) (account, domain string, ... function StringToSid (line 181) | func StringToSid(s string) (*SID, error) { function LookupSID (line 198) | func LookupSID(system, account string) (sid *SID, domain string, accType... type WELL_KNOWN_SID_TYPE (line 323) | type WELL_KNOWN_SID_TYPE constant WinNullSid (line 326) | WinNullSid = 0 constant WinWorldSid (line 327) | WinWorldSid = 1 constant WinLocalSid (line 328) | WinLocalSid = 2 constant WinCreatorOwnerSid (line 329) | WinCreatorOwnerSid = 3 constant WinCreatorGroupSid (line 330) | WinCreatorGroupSid = 4 constant WinCreatorOwnerServerSid (line 331) | WinCreatorOwnerServerSid = 5 constant WinCreatorGroupServerSid (line 332) | WinCreatorGroupServerSid = 6 constant WinNtAuthoritySid (line 333) | WinNtAuthoritySid = 7 constant WinDialupSid (line 334) | WinDialupSid = 8 constant WinNetworkSid (line 335) | WinNetworkSid = 9 constant WinBatchSid (line 336) | WinBatchSid = 10 constant WinInteractiveSid (line 337) | WinInteractiveSid = 11 constant WinServiceSid (line 338) | WinServiceSid = 12 constant WinAnonymousSid (line 339) | WinAnonymousSid = 13 constant WinProxySid (line 340) | WinProxySid = 14 constant WinEnterpriseControllersSid (line 341) | WinEnterpriseControllersSid = 15 constant WinSelfSid (line 342) | WinSelfSid = 16 constant WinAuthenticatedUserSid (line 343) | WinAuthenticatedUserSid = 17 constant WinRestrictedCodeSid (line 344) | WinRestrictedCodeSid = 18 constant WinTerminalServerSid (line 345) | WinTerminalServerSid = 19 constant WinRemoteLogonIdSid (line 346) | WinRemoteLogonIdSid = 20 constant WinLogonIdsSid (line 347) | WinLogonIdsSid = 21 constant WinLocalSystemSid (line 348) | WinLocalSystemSid = 22 constant WinLocalServiceSid (line 349) | WinLocalServiceSid = 23 constant WinNetworkServiceSid (line 350) | WinNetworkServiceSid = 24 constant WinBuiltinDomainSid (line 351) | WinBuiltinDomainSid = 25 constant WinBuiltinAdministratorsSid (line 352) | WinBuiltinAdministratorsSid = 26 constant WinBuiltinUsersSid (line 353) | WinBuiltinUsersSid = 27 constant WinBuiltinGuestsSid (line 354) | WinBuiltinGuestsSid = 28 constant WinBuiltinPowerUsersSid (line 355) | WinBuiltinPowerUsersSid = 29 constant WinBuiltinAccountOperatorsSid (line 356) | WinBuiltinAccountOperatorsSid = 30 constant WinBuiltinSystemOperatorsSid (line 357) | WinBuiltinSystemOperatorsSid = 31 constant WinBuiltinPrintOperatorsSid (line 358) | WinBuiltinPrintOperatorsSid = 32 constant WinBuiltinBackupOperatorsSid (line 359) | WinBuiltinBackupOperatorsSid = 33 constant WinBuiltinReplicatorSid (line 360) | WinBuiltinReplicatorSid = 34 constant WinBuiltinPreWindows2000CompatibleAccessSid (line 361) | WinBuiltinPreWindows2000CompatibleAccessSid = 35 constant WinBuiltinRemoteDesktopUsersSid (line 362) | WinBuiltinRemoteDesktopUsersSid = 36 constant WinBuiltinNetworkConfigurationOperatorsSid (line 363) | WinBuiltinNetworkConfigurationOperatorsSid = 37 constant WinAccountAdministratorSid (line 364) | WinAccountAdministratorSid = 38 constant WinAccountGuestSid (line 365) | WinAccountGuestSid = 39 constant WinAccountKrbtgtSid (line 366) | WinAccountKrbtgtSid = 40 constant WinAccountDomainAdminsSid (line 367) | WinAccountDomainAdminsSid = 41 constant WinAccountDomainUsersSid (line 368) | WinAccountDomainUsersSid = 42 constant WinAccountDomainGuestsSid (line 369) | WinAccountDomainGuestsSid = 43 constant WinAccountComputersSid (line 370) | WinAccountComputersSid = 44 constant WinAccountControllersSid (line 371) | WinAccountControllersSid = 45 constant WinAccountCertAdminsSid (line 372) | WinAccountCertAdminsSid = 46 constant WinAccountSchemaAdminsSid (line 373) | WinAccountSchemaAdminsSid = 47 constant WinAccountEnterpriseAdminsSid (line 374) | WinAccountEnterpriseAdminsSid = 48 constant WinAccountPolicyAdminsSid (line 375) | WinAccountPolicyAdminsSid = 49 constant WinAccountRasAndIasServersSid (line 376) | WinAccountRasAndIasServersSid = 50 constant WinNTLMAuthenticationSid (line 377) | WinNTLMAuthenticationSid = 51 constant WinDigestAuthenticationSid (line 378) | WinDigestAuthenticationSid = 52 constant WinSChannelAuthenticationSid (line 379) | WinSChannelAuthenticationSid = 53 constant WinThisOrganizationSid (line 380) | WinThisOrganizationSid = 54 constant WinOtherOrganizationSid (line 381) | WinOtherOrganizationSid = 55 constant WinBuiltinIncomingForestTrustBuildersSid (line 382) | WinBuiltinIncomingForestTrustBuildersSid = 56 constant WinBuiltinPerfMonitoringUsersSid (line 383) | WinBuiltinPerfMonitoringUsersSid = 57 constant WinBuiltinPerfLoggingUsersSid (line 384) | WinBuiltinPerfLoggingUsersSid = 58 constant WinBuiltinAuthorizationAccessSid (line 385) | WinBuiltinAuthorizationAccessSid = 59 constant WinBuiltinTerminalServerLicenseServersSid (line 386) | WinBuiltinTerminalServerLicenseServersSid = 60 constant WinBuiltinDCOMUsersSid (line 387) | WinBuiltinDCOMUsersSid = 61 constant WinBuiltinIUsersSid (line 388) | WinBuiltinIUsersSid = 62 constant WinIUserSid (line 389) | WinIUserSid = 63 constant WinBuiltinCryptoOperatorsSid (line 390) | WinBuiltinCryptoOperatorsSid = 64 constant WinUntrustedLabelSid (line 391) | WinUntrustedLabelSid = 65 constant WinLowLabelSid (line 392) | WinLowLabelSid = 66 constant WinMediumLabelSid (line 393) | WinMediumLabelSid = 67 constant WinHighLabelSid (line 394) | WinHighLabelSid = 68 constant WinSystemLabelSid (line 395) | WinSystemLabelSid = 69 constant WinWriteRestrictedCodeSid (line 396) | WinWriteRestrictedCodeSid = 70 constant WinCreatorOwnerRightsSid (line 397) | WinCreatorOwnerRightsSid = 71 constant WinCacheablePrincipalsGroupSid (line 398) | WinCacheablePrincipalsGroupSid = 72 constant WinNonCacheablePrincipalsGroupSid (line 399) | WinNonCacheablePrincipalsGroupSid = 73 constant WinEnterpriseReadonlyControllersSid (line 400) | WinEnterpriseReadonlyControllersSid = 74 constant WinAccountReadonlyControllersSid (line 401) | WinAccountReadonlyControllersSid = 75 constant WinBuiltinEventLogReadersGroup (line 402) | WinBuiltinEventLogReadersGroup = 76 constant WinNewEnterpriseReadonlyControllersSid (line 403) | WinNewEnterpriseReadonlyControllersSid = 77 constant WinBuiltinCertSvcDComAccessGroup (line 404) | WinBuiltinCertSvcDComAccessGroup = 78 constant WinMediumPlusLabelSid (line 405) | WinMediumPlusLabelSid = 79 constant WinLocalLogonSid (line 406) | WinLocalLogonSid = 80 constant WinConsoleLogonSid (line 407) | WinConsoleLogonSid = 81 constant WinThisOrganizationCertificateSid (line 408) | WinThisOrganizationCertificateSid = 82 constant WinApplicationPackageAuthoritySid (line 409) | WinApplicationPackageAuthoritySid = 83 constant WinBuiltinAnyPackageSid (line 410) | WinBuiltinAnyPackageSid = 84 constant WinCapabilityInternetClientSid (line 411) | WinCapabilityInternetClientSid = 85 constant WinCapabilityInternetClientServerSid (line 412) | WinCapabilityInternetClientServerSid = 86 constant WinCapabilityPrivateNetworkClientServerSid (line 413) | WinCapabilityPrivateNetworkClientServerSid = 87 constant WinCapabilityPicturesLibrarySid (line 414) | WinCapabilityPicturesLibrarySid = 88 constant WinCapabilityVideosLibrarySid (line 415) | WinCapabilityVideosLibrarySid = 89 constant WinCapabilityMusicLibrarySid (line 416) | WinCapabilityMusicLibrarySid = 90 constant WinCapabilityDocumentsLibrarySid (line 417) | WinCapabilityDocumentsLibrarySid = 91 constant WinCapabilitySharedUserCertificatesSid (line 418) | WinCapabilitySharedUserCertificatesSid = 92 constant WinCapabilityEnterpriseAuthenticationSid (line 419) | WinCapabilityEnterpriseAuthenticationSid = 93 constant WinCapabilityRemovableStorageSid (line 420) | WinCapabilityRemovableStorageSid = 94 constant WinBuiltinRDSRemoteAccessServersSid (line 421) | WinBuiltinRDSRemoteAccessServersSid = 95 constant WinBuiltinRDSEndpointServersSid (line 422) | WinBuiltinRDSEndpointServersSid = 96 constant WinBuiltinRDSManagementServersSid (line 423) | WinBuiltinRDSManagementServersSid = 97 constant WinUserModeDriversSid (line 424) | WinUserModeDriversSid = 98 constant WinBuiltinHyperVAdminsSid (line 425) | WinBuiltinHyperVAdminsSid = 99 constant WinAccountCloneableControllersSid (line 426) | WinAccountCloneableControllersSid = 100 constant WinBuiltinAccessControlAssistanceOperatorsSid (line 427) | WinBuiltinAccessControlAssistanceOperatorsSid = 101 constant WinBuiltinRemoteManagementUsersSid (line 428) | WinBuiltinRemoteManagementUsersSid = 102 constant WinAuthenticationAuthorityAssertedSid (line 429) | WinAuthenticationAuthorityAssertedSid = 103 constant WinAuthenticationServiceAssertedSid (line 430) | WinAuthenticationServiceAssertedSid = 104 constant WinLocalAccountSid (line 431) | WinLocalAccountSid = 105 constant WinLocalAccountAndAdministratorSid (line 432) | WinLocalAccountAndAdministratorSid = 106 constant WinAccountProtectedUsersSid (line 433) | WinAccountProtectedUsersSid = 107 constant WinCapabilityAppointmentsSid (line 434) | WinCapabilityAppointmentsSid = 108 constant WinCapabilityContactsSid (line 435) | WinCapabilityContactsSid = 109 constant WinAccountDefaultSystemManagedSid (line 436) | WinAccountDefaultSystemManagedSid = 110 constant WinBuiltinDefaultSystemManagedGroupSid (line 437) | WinBuiltinDefaultSystemManagedGroupSid = 111 constant WinBuiltinStorageReplicaAdminsSid (line 438) | WinBuiltinStorageReplicaAdminsSid = 112 constant WinAccountKeyAdminsSid (line 439) | WinAccountKeyAdminsSid = 113 constant WinAccountEnterpriseKeyAdminsSid (line 440) | WinAccountEnterpriseKeyAdminsSid = 114 constant WinAuthenticationKeyTrustSid (line 441) | WinAuthenticationKeyTrustSid = 115 constant WinAuthenticationKeyPropertyMFASid (line 442) | WinAuthenticationKeyPropertyMFASid = 116 constant WinAuthenticationKeyPropertyAttestationSid (line 443) | WinAuthenticationKeyPropertyAttestationSid = 117 constant WinAuthenticationFreshKeyAuthSid (line 444) | WinAuthenticationFreshKeyAuthSid = 118 constant WinBuiltinDeviceOwnersSid (line 445) | WinBuiltinDeviceOwnersSid = 119 function CreateWellKnownSid (line 450) | func CreateWellKnownSid(sidType WELL_KNOWN_SID_TYPE) (*SID, error) { function CreateWellKnownDomainSid (line 456) | func CreateWellKnownDomainSid(sidType WELL_KNOWN_SID_TYPE, domainSid *SI... constant TOKEN_ASSIGN_PRIMARY (line 476) | TOKEN_ASSIGN_PRIMARY = 1 << iota constant TOKEN_DUPLICATE (line 477) | TOKEN_DUPLICATE constant TOKEN_IMPERSONATE (line 478) | TOKEN_IMPERSONATE constant TOKEN_QUERY (line 479) | TOKEN_QUERY constant TOKEN_QUERY_SOURCE (line 480) | TOKEN_QUERY_SOURCE constant TOKEN_ADJUST_PRIVILEGES (line 481) | TOKEN_ADJUST_PRIVILEGES constant TOKEN_ADJUST_GROUPS (line 482) | TOKEN_ADJUST_GROUPS constant TOKEN_ADJUST_DEFAULT (line 483) | TOKEN_ADJUST_DEFAULT constant TOKEN_ADJUST_SESSIONID (line 484) | TOKEN_ADJUST_SESSIONID constant TOKEN_ALL_ACCESS (line 486) | TOKEN_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | constant TOKEN_READ (line 496) | TOKEN_READ = STANDARD_RIGHTS_READ | TOKEN_QUERY constant TOKEN_WRITE (line 497) | TOKEN_WRITE = STANDARD_RIGHTS_WRITE | constant TOKEN_EXECUTE (line 501) | TOKEN_EXECUTE = STANDARD_RIGHTS_EXECUTE constant TokenUser (line 506) | TokenUser = 1 + iota constant TokenGroups (line 507) | TokenGroups constant TokenPrivileges (line 508) | TokenPrivileges constant TokenOwner (line 509) | TokenOwner constant TokenPrimaryGroup (line 510) | TokenPrimaryGroup constant TokenDefaultDacl (line 511) | TokenDefaultDacl constant TokenSource (line 512) | TokenSource constant TokenType (line 513) | TokenType constant TokenImpersonationLevel (line 514) | TokenImpersonationLevel constant TokenStatistics (line 515) | TokenStatistics constant TokenRestrictedSids (line 516) | TokenRestrictedSids constant TokenSessionId (line 517) | TokenSessionId constant TokenGroupsAndPrivileges (line 518) | TokenGroupsAndPrivileges constant TokenSessionReference (line 519) | TokenSessionReference constant TokenSandBoxInert (line 520) | TokenSandBoxInert constant TokenAuditPolicy (line 521) | TokenAuditPolicy constant TokenOrigin (line 522) | TokenOrigin constant TokenElevationType (line 523) | TokenElevationType constant TokenLinkedToken (line 524) | TokenLinkedToken constant TokenElevation (line 525) | TokenElevation constant TokenHasRestrictions (line 526) | TokenHasRestrictions constant TokenAccessInformation (line 527) | TokenAccessInformation constant TokenVirtualizationAllowed (line 528) | TokenVirtualizationAllowed constant TokenVirtualizationEnabled (line 529) | TokenVirtualizationEnabled constant TokenIntegrityLevel (line 530) | TokenIntegrityLevel constant TokenUIAccess (line 531) | TokenUIAccess constant TokenMandatoryPolicy (line 532) | TokenMandatoryPolicy constant TokenLogonSid (line 533) | TokenLogonSid constant MaxTokenInfoClass (line 534) | MaxTokenInfoClass constant SE_GROUP_MANDATORY (line 539) | SE_GROUP_MANDATORY = 0x00000001 constant SE_GROUP_ENABLED_BY_DEFAULT (line 540) | SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002 constant SE_GROUP_ENABLED (line 541) | SE_GROUP_ENABLED = 0x00000004 constant SE_GROUP_OWNER (line 542) | SE_GROUP_OWNER = 0x00000008 constant SE_GROUP_USE_FOR_DENY_ONLY (line 543) | SE_GROUP_USE_FOR_DENY_ONLY = 0x00000010 constant SE_GROUP_INTEGRITY (line 544) | SE_GROUP_INTEGRITY = 0x00000020 constant SE_GROUP_INTEGRITY_ENABLED (line 545) | SE_GROUP_INTEGRITY_ENABLED = 0x00000040 constant SE_GROUP_LOGON_ID (line 546) | SE_GROUP_LOGON_ID = 0xC0000000 constant SE_GROUP_RESOURCE (line 547) | SE_GROUP_RESOURCE = 0x20000000 constant SE_GROUP_VALID_ATTRIBUTES (line 548) | SE_GROUP_VALID_ATTRIBUTES = SE_GROUP_MANDATORY | SE_GROUP_ENABLED_BY_D... constant SE_PRIVILEGE_ENABLED_BY_DEFAULT (line 553) | SE_PRIVILEGE_ENABLED_BY_DEFAULT = 0x00000001 constant SE_PRIVILEGE_ENABLED (line 554) | SE_PRIVILEGE_ENABLED = 0x00000002 constant SE_PRIVILEGE_REMOVED (line 555) | SE_PRIVILEGE_REMOVED = 0x00000004 constant SE_PRIVILEGE_USED_FOR_ACCESS (line 556) | SE_PRIVILEGE_USED_FOR_ACCESS = 0x80000000 constant SE_PRIVILEGE_VALID_ATTRIBUTES (line 557) | SE_PRIVILEGE_VALID_ATTRIBUTES = SE_PRIVILEGE_ENABLED_BY_DEFAULT | SE_P... constant TokenPrimary (line 562) | TokenPrimary = 1 constant TokenImpersonation (line 563) | TokenImpersonation = 2 constant SecurityAnonymous (line 568) | SecurityAnonymous = 0 constant SecurityIdentification (line 569) | SecurityIdentification = 1 constant SecurityImpersonation (line 570) | SecurityImpersonation = 2 constant SecurityDelegation (line 571) | SecurityDelegation = 3 type LUID (line 574) | type LUID struct type LUIDAndAttributes (line 579) | type LUIDAndAttributes struct type SIDAndAttributes (line 584) | type SIDAndAttributes struct type Tokenuser (line 589) | type Tokenuser struct type Tokenprimarygroup (line 593) | type Tokenprimarygroup struct type Tokengroups (line 597) | type Tokengroups struct method AllGroups (line 603) | func (g *Tokengroups) AllGroups() []SIDAndAttributes { type Tokenprivileges (line 607) | type Tokenprivileges struct method AllPrivileges (line 613) | func (p *Tokenprivileges) AllPrivileges() []LUIDAndAttributes { type Tokenmandatorylabel (line 617) | type Tokenmandatorylabel struct method Size (line 621) | func (tml *Tokenmandatorylabel) Size() uint32 { type Token (line 651) | type Token method Close (line 687) | func (t Token) Close() error { method getInfo (line 692) | func (t Token) getInfo(class uint32, initSize int) (unsafe.Pointer, er... method GetTokenUser (line 710) | func (t Token) GetTokenUser() (*Tokenuser, error) { method GetTokenGroups (line 719) | func (t Token) GetTokenGroups() (*Tokengroups, error) { method GetTokenPrimaryGroup (line 730) | func (t Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) { method GetUserProfileDirectory (line 740) | func (t Token) GetUserProfileDirectory() (string, error) { method IsElevated (line 758) | func (token Token) IsElevated() bool { method GetLinkedToken (line 769) | func (token Token) GetLinkedToken() (Token, error) { method IsMember (line 833) | func (t Token) IsMember(sid *SID) (bool, error) { method IsRestricted (line 842) | func (t Token) IsRestricted() (isRestricted bool, err error) { function OpenCurrentProcessToken (line 659) | func OpenCurrentProcessToken() (Token, error) { function GetCurrentProcessToken (line 668) | func GetCurrentProcessToken() Token { function GetCurrentThreadToken (line 675) | func GetCurrentThreadToken() Token { function GetCurrentThreadEffectiveToken (line 682) | func GetCurrentThreadEffectiveToken() Token { function GetSystemDirectory (line 781) | func GetSystemDirectory() (string, error) { function GetWindowsDirectory (line 800) | func GetWindowsDirectory() (string, error) { function GetSystemWindowsDirectory (line 817) | func GetSystemWindowsDirectory() (string, error) { constant WTS_CONSOLE_CONNECT (line 852) | WTS_CONSOLE_CONNECT = 0x1 constant WTS_CONSOLE_DISCONNECT (line 853) | WTS_CONSOLE_DISCONNECT = 0x2 constant WTS_REMOTE_CONNECT (line 854) | WTS_REMOTE_CONNECT = 0x3 constant WTS_REMOTE_DISCONNECT (line 855) | WTS_REMOTE_DISCONNECT = 0x4 constant WTS_SESSION_LOGON (line 856) | WTS_SESSION_LOGON = 0x5 constant WTS_SESSION_LOGOFF (line 857) | WTS_SESSION_LOGOFF = 0x6 constant WTS_SESSION_LOCK (line 858) | WTS_SESSION_LOCK = 0x7 constant WTS_SESSION_UNLOCK (line 859) | WTS_SESSION_UNLOCK = 0x8 constant WTS_SESSION_REMOTE_CONTROL (line 860) | WTS_SESSION_REMOTE_CONTROL = 0x9 constant WTS_SESSION_CREATE (line 861) | WTS_SESSION_CREATE = 0xa constant WTS_SESSION_TERMINATE (line 862) | WTS_SESSION_TERMINATE = 0xb constant WTSActive (line 866) | WTSActive = 0 constant WTSConnected (line 867) | WTSConnected = 1 constant WTSConnectQuery (line 868) | WTSConnectQuery = 2 constant WTSShadow (line 869) | WTSShadow = 3 constant WTSDisconnected (line 870) | WTSDisconnected = 4 constant WTSIdle (line 871) | WTSIdle = 5 constant WTSListen (line 872) | WTSListen = 6 constant WTSReset (line 873) | WTSReset = 7 constant WTSDown (line 874) | WTSDown = 8 constant WTSInit (line 875) | WTSInit = 9 type WTSSESSION_NOTIFICATION (line 878) | type WTSSESSION_NOTIFICATION struct type WTS_SESSION_INFO (line 883) | type WTS_SESSION_INFO struct type ACL (line 894) | type ACL struct type SECURITY_DESCRIPTOR (line 902) | type SECURITY_DESCRIPTOR struct method Control (line 1164) | func (sd *SECURITY_DESCRIPTOR) Control() (control SECURITY_DESCRIPTOR_... method SetControl (line 1170) | func (sd *SECURITY_DESCRIPTOR) SetControl(controlBitsOfInterest SECURI... method RMControl (line 1175) | func (sd *SECURITY_DESCRIPTOR) RMControl() (control uint8, err error) { method SetRMControl (line 1181) | func (sd *SECURITY_DESCRIPTOR) SetRMControl(rmControl uint8) { method DACL (line 1188) | func (sd *SECURITY_DESCRIPTOR) DACL() (dacl *ACL, defaulted bool, err ... method SetDACL (line 1198) | func (absoluteSD *SECURITY_DESCRIPTOR) SetDACL(dacl *ACL, present, def... method SACL (line 1205) | func (sd *SECURITY_DESCRIPTOR) SACL() (sacl *ACL, defaulted bool, err ... method SetSACL (line 1215) | func (absoluteSD *SECURITY_DESCRIPTOR) SetSACL(sacl *ACL, present, def... method Owner (line 1220) | func (sd *SECURITY_DESCRIPTOR) Owner() (owner *SID, defaulted bool, er... method SetOwner (line 1226) | func (absoluteSD *SECURITY_DESCRIPTOR) SetOwner(owner *SID, defaulted ... method Group (line 1231) | func (sd *SECURITY_DESCRIPTOR) Group() (group *SID, defaulted bool, er... method SetGroup (line 1237) | func (absoluteSD *SECURITY_DESCRIPTOR) SetGroup(group *SID, defaulted ... method Length (line 1242) | func (sd *SECURITY_DESCRIPTOR) Length() uint32 { method IsValid (line 1247) | func (sd *SECURITY_DESCRIPTOR) IsValid() bool { method String (line 1253) | func (sd *SECURITY_DESCRIPTOR) String() string { method ToAbsolute (line 1264) | func (selfRelativeSD *SECURITY_DESCRIPTOR) ToAbsolute() (absoluteSD *S... method ToSelfRelative (line 1311) | func (absoluteSD *SECURITY_DESCRIPTOR) ToSelfRelative() (selfRelativeS... method copySelfRelativeSecurityDescriptor (line 1337) | func (selfRelativeSD *SECURITY_DESCRIPTOR) copySelfRelativeSecurityDes... type SECURITY_QUALITY_OF_SERVICE (line 912) | type SECURITY_QUALITY_OF_SERVICE struct constant SECURITY_STATIC_TRACKING (line 921) | SECURITY_STATIC_TRACKING = 0 constant SECURITY_DYNAMIC_TRACKING (line 922) | SECURITY_DYNAMIC_TRACKING = 1 type SecurityAttributes (line 925) | type SecurityAttributes struct type SE_OBJECT_TYPE (line 931) | type SE_OBJECT_TYPE constant SE_UNKNOWN_OBJECT_TYPE (line 935) | SE_UNKNOWN_OBJECT_TYPE = 0 constant SE_FILE_OBJECT (line 936) | SE_FILE_OBJECT = 1 constant SE_SERVICE (line 937) | SE_SERVICE = 2 constant SE_PRINTER (line 938) | SE_PRINTER = 3 constant SE_REGISTRY_KEY (line 939) | SE_REGISTRY_KEY = 4 constant SE_LMSHARE (line 940) | SE_LMSHARE = 5 constant SE_KERNEL_OBJECT (line 941) | SE_KERNEL_OBJECT = 6 constant SE_WINDOW_OBJECT (line 942) | SE_WINDOW_OBJECT = 7 constant SE_DS_OBJECT (line 943) | SE_DS_OBJECT = 8 constant SE_DS_OBJECT_ALL (line 944) | SE_DS_OBJECT_ALL = 9 constant SE_PROVIDER_DEFINED_OBJECT (line 945) | SE_PROVIDER_DEFINED_OBJECT = 10 constant SE_WMIGUID_OBJECT (line 946) | SE_WMIGUID_OBJECT = 11 constant SE_REGISTRY_WOW64_32KEY (line 947) | SE_REGISTRY_WOW64_32KEY = 12 constant SE_REGISTRY_WOW64_64KEY (line 948) | SE_REGISTRY_WOW64_64KEY = 13 type SECURITY_INFORMATION (line 951) | type SECURITY_INFORMATION constant OWNER_SECURITY_INFORMATION (line 955) | OWNER_SECURITY_INFORMATION = 0x00000001 constant GROUP_SECURITY_INFORMATION (line 956) | GROUP_SECURITY_INFORMATION = 0x00000002 constant DACL_SECURITY_INFORMATION (line 957) | DACL_SECURITY_INFORMATION = 0x00000004 constant SACL_SECURITY_INFORMATION (line 958) | SACL_SECURITY_INFORMATION = 0x00000008 constant LABEL_SECURITY_INFORMATION (line 959) | LABEL_SECURITY_INFORMATION = 0x00000010 constant ATTRIBUTE_SECURITY_INFORMATION (line 960) | ATTRIBUTE_SECURITY_INFORMATION = 0x00000020 constant SCOPE_SECURITY_INFORMATION (line 961) | SCOPE_SECURITY_INFORMATION = 0x00000040 constant BACKUP_SECURITY_INFORMATION (line 962) | BACKUP_SECURITY_INFORMATION = 0x00010000 constant PROTECTED_DACL_SECURITY_INFORMATION (line 963) | PROTECTED_DACL_SECURITY_INFORMATION = 0x80000000 constant PROTECTED_SACL_SECURITY_INFORMATION (line 964) | PROTECTED_SACL_SECURITY_INFORMATION = 0x40000000 constant UNPROTECTED_DACL_SECURITY_INFORMATION (line 965) | UNPROTECTED_DACL_SECURITY_INFORMATION = 0x20000000 constant UNPROTECTED_SACL_SECURITY_INFORMATION (line 966) | UNPROTECTED_SACL_SECURITY_INFORMATION = 0x10000000 type SECURITY_DESCRIPTOR_CONTROL (line 969) | type SECURITY_DESCRIPTOR_CONTROL constant SE_OWNER_DEFAULTED (line 973) | SE_OWNER_DEFAULTED = 0x0001 constant SE_GROUP_DEFAULTED (line 974) | SE_GROUP_DEFAULTED = 0x0002 constant SE_DACL_PRESENT (line 975) | SE_DACL_PRESENT = 0x0004 constant SE_DACL_DEFAULTED (line 976) | SE_DACL_DEFAULTED = 0x0008 constant SE_SACL_PRESENT (line 977) | SE_SACL_PRESENT = 0x0010 constant SE_SACL_DEFAULTED (line 978) | SE_SACL_DEFAULTED = 0x0020 constant SE_DACL_AUTO_INHERIT_REQ (line 979) | SE_DACL_AUTO_INHERIT_REQ = 0x0100 constant SE_SACL_AUTO_INHERIT_REQ (line 980) | SE_SACL_AUTO_INHERIT_REQ = 0x0200 constant SE_DACL_AUTO_INHERITED (line 981) | SE_DACL_AUTO_INHERITED = 0x0400 constant SE_SACL_AUTO_INHERITED (line 982) | SE_SACL_AUTO_INHERITED = 0x0800 constant SE_DACL_PROTECTED (line 983) | SE_DACL_PROTECTED = 0x1000 constant SE_SACL_PROTECTED (line 984) | SE_SACL_PROTECTED = 0x2000 constant SE_RM_CONTROL_VALID (line 985) | SE_RM_CONTROL_VALID = 0x4000 constant SE_SELF_RELATIVE (line 986) | SE_SELF_RELATIVE = 0x8000 type ACCESS_MASK (line 989) | type ACCESS_MASK constant DELETE (line 993) | DELETE = 0x00010000 constant READ_CONTROL (line 994) | READ_CONTROL = 0x00020000 constant WRITE_DAC (line 995) | WRITE_DAC = 0x00040000 constant WRITE_OWNER (line 996) | WRITE_OWNER = 0x00080000 constant SYNCHRONIZE (line 997) | SYNCHRONIZE = 0x00100000 constant STANDARD_RIGHTS_REQUIRED (line 998) | STANDARD_RIGHTS_REQUIRED = 0x000F0000 constant STANDARD_RIGHTS_READ (line 999) | STANDARD_RIGHTS_READ = READ_CONTROL constant STANDARD_RIGHTS_WRITE (line 1000) | STANDARD_RIGHTS_WRITE = READ_CONTROL constant STANDARD_RIGHTS_EXECUTE (line 1001) | STANDARD_RIGHTS_EXECUTE = READ_CONTROL constant STANDARD_RIGHTS_ALL (line 1002) | STANDARD_RIGHTS_ALL = 0x001F0000 constant SPECIFIC_RIGHTS_ALL (line 1003) | SPECIFIC_RIGHTS_ALL = 0x0000FFFF constant ACCESS_SYSTEM_SECURITY (line 1004) | ACCESS_SYSTEM_SECURITY = 0x01000000 constant MAXIMUM_ALLOWED (line 1005) | MAXIMUM_ALLOWED = 0x02000000 constant GENERIC_READ (line 1006) | GENERIC_READ = 0x80000000 constant GENERIC_WRITE (line 1007) | GENERIC_WRITE = 0x40000000 constant GENERIC_EXECUTE (line 1008) | GENERIC_EXECUTE = 0x20000000 constant GENERIC_ALL (line 1009) | GENERIC_ALL = 0x10000000 type ACCESS_MODE (line 1012) | type ACCESS_MODE constant NOT_USED_ACCESS (line 1016) | NOT_USED_ACCESS = 0 constant GRANT_ACCESS (line 1017) | GRANT_ACCESS = 1 constant SET_ACCESS (line 1018) | SET_ACCESS = 2 constant DENY_ACCESS (line 1019) | DENY_ACCESS = 3 constant REVOKE_ACCESS (line 1020) | REVOKE_ACCESS = 4 constant SET_AUDIT_SUCCESS (line 1021) | SET_AUDIT_SUCCESS = 5 constant SET_AUDIT_FAILURE (line 1022) | SET_AUDIT_FAILURE = 6 constant NO_INHERITANCE (line 1027) | NO_INHERITANCE = 0x0 constant SUB_OBJECTS_ONLY_INHERIT (line 1028) | SUB_OBJECTS_ONLY_INHERIT = 0x1 constant SUB_CONTAINERS_ONLY_INHERIT (line 1029) | SUB_CONTAINERS_ONLY_INHERIT = 0x2 constant SUB_CONTAINERS_AND_OBJECTS_INHERIT (line 1030) | SUB_CONTAINERS_AND_OBJECTS_INHERIT = 0x3 constant INHERIT_NO_PROPAGATE (line 1031) | INHERIT_NO_PROPAGATE = 0x4 constant INHERIT_ONLY (line 1032) | INHERIT_ONLY = 0x8 constant INHERITED_ACCESS_ENTRY (line 1033) | INHERITED_ACCESS_ENTRY = 0x10 constant INHERITED_PARENT (line 1034) | INHERITED_PARENT = 0x10000000 constant INHERITED_GRANDPARENT (line 1035) | INHERITED_GRANDPARENT = 0x20000000 constant OBJECT_INHERIT_ACE (line 1036) | OBJECT_INHERIT_ACE = 0x1 constant CONTAINER_INHERIT_ACE (line 1037) | CONTAINER_INHERIT_ACE = 0x2 constant NO_PROPAGATE_INHERIT_ACE (line 1038) | NO_PROPAGATE_INHERIT_ACE = 0x4 constant INHERIT_ONLY_ACE (line 1039) | INHERIT_ONLY_ACE = 0x8 constant INHERITED_ACE (line 1040) | INHERITED_ACE = 0x10 constant VALID_INHERIT_FLAGS (line 1041) | VALID_INHERIT_FLAGS = 0x1F type MULTIPLE_TRUSTEE_OPERATION (line 1044) | type MULTIPLE_TRUSTEE_OPERATION constant NO_MULTIPLE_TRUSTEE (line 1048) | NO_MULTIPLE_TRUSTEE = 0 constant TRUSTEE_IS_IMPERSONATE (line 1049) | TRUSTEE_IS_IMPERSONATE = 1 type TRUSTEE_FORM (line 1052) | type TRUSTEE_FORM constant TRUSTEE_IS_SID (line 1056) | TRUSTEE_IS_SID = 0 constant TRUSTEE_IS_NAME (line 1057) | TRUSTEE_IS_NAME = 1 constant TRUSTEE_BAD_FORM (line 1058) | TRUSTEE_BAD_FORM = 2 constant TRUSTEE_IS_OBJECTS_AND_SID (line 1059) | TRUSTEE_IS_OBJECTS_AND_SID = 3 constant TRUSTEE_IS_OBJECTS_AND_NAME (line 1060) | TRUSTEE_IS_OBJECTS_AND_NAME = 4 type TRUSTEE_TYPE (line 1063) | type TRUSTEE_TYPE constant TRUSTEE_IS_UNKNOWN (line 1067) | TRUSTEE_IS_UNKNOWN = 0 constant TRUSTEE_IS_USER (line 1068) | TRUSTEE_IS_USER = 1 constant TRUSTEE_IS_GROUP (line 1069) | TRUSTEE_IS_GROUP = 2 constant TRUSTEE_IS_DOMAIN (line 1070) | TRUSTEE_IS_DOMAIN = 3 constant TRUSTEE_IS_ALIAS (line 1071) | TRUSTEE_IS_ALIAS = 4 constant TRUSTEE_IS_WELL_KNOWN_GROUP (line 1072) | TRUSTEE_IS_WELL_KNOWN_GROUP = 5 constant TRUSTEE_IS_DELETED (line 1073) | TRUSTEE_IS_DELETED = 6 constant TRUSTEE_IS_INVALID (line 1074) | TRUSTEE_IS_INVALID = 7 constant TRUSTEE_IS_COMPUTER (line 1075) | TRUSTEE_IS_COMPUTER = 8 constant ACE_OBJECT_TYPE_PRESENT (line 1080) | ACE_OBJECT_TYPE_PRESENT = 0x1 constant ACE_INHERITED_OBJECT_TYPE_PRESENT (line 1081) | ACE_INHERITED_OBJECT_TYPE_PRESENT = 0x2 type EXPLICIT_ACCESS (line 1084) | type EXPLICIT_ACCESS struct type TrusteeValue (line 1092) | type TrusteeValue function TrusteeValueFromString (line 1094) | func TrusteeValueFromString(str string) TrusteeValue { function TrusteeValueFromSID (line 1097) | func TrusteeValueFromSID(sid *SID) TrusteeValue { function TrusteeValueFromObjectsAndSid (line 1100) | func TrusteeValueFromObjectsAndSid(objectsAndSid *OBJECTS_AND_SID) Trust... function TrusteeValueFromObjectsAndName (line 1103) | func TrusteeValueFromObjectsAndName(objectsAndName *OBJECTS_AND_NAME) Tr... type TRUSTEE (line 1107) | type TRUSTEE struct type OBJECTS_AND_SID (line 1115) | type OBJECTS_AND_SID struct type OBJECTS_AND_NAME (line 1122) | type OBJECTS_AND_NAME struct function SecurityDescriptorFromString (line 1365) | func SecurityDescriptorFromString(sddl string) (sd *SECURITY_DESCRIPTOR,... function GetSecurityInfo (line 1377) | func GetSecurityInfo(handle Handle, objectType SE_OBJECT_TYPE, securityI... function GetNamedSecurityInfo (line 1389) | func GetNamedSecurityInfo(objectName string, objectType SE_OBJECT_TYPE, ... function BuildSecurityDescriptor (line 1402) | func BuildSecurityDescriptor(owner *TRUSTEE, group *TRUSTEE, accessEntri... function NewSecurityDescriptor (line 1422) | func NewSecurityDescriptor() (absoluteSD *SECURITY_DESCRIPTOR, err error) { function ACLFromEntries (line 1430) | func ACLFromEntries(explicitEntries []EXPLICIT_ACCESS, mergedACL *ACL) (... FILE: vendor/golang.org/x/sys/windows/service.go constant SC_MANAGER_CONNECT (line 11) | SC_MANAGER_CONNECT = 1 constant SC_MANAGER_CREATE_SERVICE (line 12) | SC_MANAGER_CREATE_SERVICE = 2 constant SC_MANAGER_ENUMERATE_SERVICE (line 13) | SC_MANAGER_ENUMERATE_SERVICE = 4 constant SC_MANAGER_LOCK (line 14) | SC_MANAGER_LOCK = 8 constant SC_MANAGER_QUERY_LOCK_STATUS (line 15) | SC_MANAGER_QUERY_LOCK_STATUS = 16 constant SC_MANAGER_MODIFY_BOOT_CONFIG (line 16) | SC_MANAGER_MODIFY_BOOT_CONFIG = 32 constant SC_MANAGER_ALL_ACCESS (line 17) | SC_MANAGER_ALL_ACCESS = 0xf003f constant SERVICE_KERNEL_DRIVER (line 21) | SERVICE_KERNEL_DRIVER = 1 constant SERVICE_FILE_SYSTEM_DRIVER (line 22) | SERVICE_FILE_SYSTEM_DRIVER = 2 constant SERVICE_ADAPTER (line 23) | SERVICE_ADAPTER = 4 constant SERVICE_RECOGNIZER_DRIVER (line 24) | SERVICE_RECOGNIZER_DRIVER = 8 constant SERVICE_WIN32_OWN_PROCESS (line 25) | SERVICE_WIN32_OWN_PROCESS = 16 constant SERVICE_WIN32_SHARE_PROCESS (line 26) | SERVICE_WIN32_SHARE_PROCESS = 32 constant SERVICE_WIN32 (line 27) | SERVICE_WIN32 = SERVICE_WIN32_OWN_PROCESS | SERVICE_WIN32_... constant SERVICE_INTERACTIVE_PROCESS (line 28) | SERVICE_INTERACTIVE_PROCESS = 256 constant SERVICE_DRIVER (line 29) | SERVICE_DRIVER = SERVICE_KERNEL_DRIVER | SERVICE_FILE_SYSTE... constant SERVICE_TYPE_ALL (line 30) | SERVICE_TYPE_ALL = SERVICE_WIN32 | SERVICE_ADAPTER | SERVICE_... constant SERVICE_BOOT_START (line 32) | SERVICE_BOOT_START = 0 constant SERVICE_SYSTEM_START (line 33) | SERVICE_SYSTEM_START = 1 constant SERVICE_AUTO_START (line 34) | SERVICE_AUTO_START = 2 constant SERVICE_DEMAND_START (line 35) | SERVICE_DEMAND_START = 3 constant SERVICE_DISABLED (line 36) | SERVICE_DISABLED = 4 constant SERVICE_ERROR_IGNORE (line 38) | SERVICE_ERROR_IGNORE = 0 constant SERVICE_ERROR_NORMAL (line 39) | SERVICE_ERROR_NORMAL = 1 constant SERVICE_ERROR_SEVERE (line 40) | SERVICE_ERROR_SEVERE = 2 constant SERVICE_ERROR_CRITICAL (line 41) | SERVICE_ERROR_CRITICAL = 3 constant SC_STATUS_PROCESS_INFO (line 43) | SC_STATUS_PROCESS_INFO = 0 constant SC_ACTION_NONE (line 45) | SC_ACTION_NONE = 0 constant SC_ACTION_RESTART (line 46) | SC_ACTION_RESTART = 1 constant SC_ACTION_REBOOT (line 47) | SC_ACTION_REBOOT = 2 constant SC_ACTION_RUN_COMMAND (line 48) | SC_ACTION_RUN_COMMAND = 3 constant SERVICE_STOPPED (line 50) | SERVICE_STOPPED = 1 constant SERVICE_START_PENDING (line 51) | SERVICE_START_PENDING = 2 constant SERVICE_STOP_PENDING (line 52) | SERVICE_STOP_PENDING = 3 constant SERVICE_RUNNING (line 53) | SERVICE_RUNNING = 4 constant SERVICE_CONTINUE_PENDING (line 54) | SERVICE_CONTINUE_PENDING = 5 constant SERVICE_PAUSE_PENDING (line 55) | SERVICE_PAUSE_PENDING = 6 constant SERVICE_PAUSED (line 56) | SERVICE_PAUSED = 7 constant SERVICE_NO_CHANGE (line 57) | SERVICE_NO_CHANGE = 0xffffffff constant SERVICE_ACCEPT_STOP (line 59) | SERVICE_ACCEPT_STOP = 1 constant SERVICE_ACCEPT_PAUSE_CONTINUE (line 60) | SERVICE_ACCEPT_PAUSE_CONTINUE = 2 constant SERVICE_ACCEPT_SHUTDOWN (line 61) | SERVICE_ACCEPT_SHUTDOWN = 4 constant SERVICE_ACCEPT_PARAMCHANGE (line 62) | SERVICE_ACCEPT_PARAMCHANGE = 8 constant SERVICE_ACCEPT_NETBINDCHANGE (line 63) | SERVICE_ACCEPT_NETBINDCHANGE = 16 constant SERVICE_ACCEPT_HARDWAREPROFILECHANGE (line 64) | SERVICE_ACCEPT_HARDWAREPROFILECHANGE = 32 constant SERVICE_ACCEPT_POWEREVENT (line 65) | SERVICE_ACCEPT_POWEREVENT = 64 constant SERVICE_ACCEPT_SESSIONCHANGE (line 66) | SERVICE_ACCEPT_SESSIONCHANGE = 128 constant SERVICE_ACCEPT_PRESHUTDOWN (line 67) | SERVICE_ACCEPT_PRESHUTDOWN = 256 constant SERVICE_CONTROL_STOP (line 69) | SERVICE_CONTROL_STOP = 1 constant SERVICE_CONTROL_PAUSE (line 70) | SERVICE_CONTROL_PAUSE = 2 constant SERVICE_CONTROL_CONTINUE (line 71) | SERVICE_CONTROL_CONTINUE = 3 constant SERVICE_CONTROL_INTERROGATE (line 72) | SERVICE_CONTROL_INTERROGATE = 4 constant SERVICE_CONTROL_SHUTDOWN (line 73) | SERVICE_CONTROL_SHUTDOWN = 5 constant SERVICE_CONTROL_PARAMCHANGE (line 74) | SERVICE_CONTROL_PARAMCHANGE = 6 constant SERVICE_CONTROL_NETBINDADD (line 75) | SERVICE_CONTROL_NETBINDADD = 7 constant SERVICE_CONTROL_NETBINDREMOVE (line 76) | SERVICE_CONTROL_NETBINDREMOVE = 8 constant SERVICE_CONTROL_NETBINDENABLE (line 77) | SERVICE_CONTROL_NETBINDENABLE = 9 constant SERVICE_CONTROL_NETBINDDISABLE (line 78) | SERVICE_CONTROL_NETBINDDISABLE = 10 constant SERVICE_CONTROL_DEVICEEVENT (line 79) | SERVICE_CONTROL_DEVICEEVENT = 11 constant SERVICE_CONTROL_HARDWAREPROFILECHANGE (line 80) | SERVICE_CONTROL_HARDWAREPROFILECHANGE = 12 constant SERVICE_CONTROL_POWEREVENT (line 81) | SERVICE_CONTROL_POWEREVENT = 13 constant SERVICE_CONTROL_SESSIONCHANGE (line 82) | SERVICE_CONTROL_SESSIONCHANGE = 14 constant SERVICE_CONTROL_PRESHUTDOWN (line 83) | SERVICE_CONTROL_PRESHUTDOWN = 15 constant SERVICE_ACTIVE (line 85) | SERVICE_ACTIVE = 1 constant SERVICE_INACTIVE (line 86) | SERVICE_INACTIVE = 2 constant SERVICE_STATE_ALL (line 87) | SERVICE_STATE_ALL = 3 constant SERVICE_QUERY_CONFIG (line 89) | SERVICE_QUERY_CONFIG = 1 constant SERVICE_CHANGE_CONFIG (line 90) | SERVICE_CHANGE_CONFIG = 2 constant SERVICE_QUERY_STATUS (line 91) | SERVICE_QUERY_STATUS = 4 constant SERVICE_ENUMERATE_DEPENDENTS (line 92) | SERVICE_ENUMERATE_DEPENDENTS = 8 constant SERVICE_START (line 93) | SERVICE_START = 16 constant SERVICE_STOP (line 94) | SERVICE_STOP = 32 constant SERVICE_PAUSE_CONTINUE (line 95) | SERVICE_PAUSE_CONTINUE = 64 constant SERVICE_INTERROGATE (line 96) | SERVICE_INTERROGATE = 128 constant SERVICE_USER_DEFINED_CONTROL (line 97) | SERVICE_USER_DEFINED_CONTROL = 256 constant SERVICE_ALL_ACCESS (line 98) | SERVICE_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | SERVICE_QUERY_... constant SERVICE_RUNS_IN_SYSTEM_PROCESS (line 100) | SERVICE_RUNS_IN_SYSTEM_PROCESS = 1 constant SERVICE_CONFIG_DESCRIPTION (line 102) | SERVICE_CONFIG_DESCRIPTION = 1 constant SERVICE_CONFIG_FAILURE_ACTIONS (line 103) | SERVICE_CONFIG_FAILURE_ACTIONS = 2 constant SERVICE_CONFIG_DELAYED_AUTO_START_INFO (line 104) | SERVICE_CONFIG_DELAYED_AUTO_START_INFO = 3 constant SERVICE_CONFIG_FAILURE_ACTIONS_FLAG (line 105) | SERVICE_CONFIG_FAILURE_ACTIONS_FLAG = 4 constant SERVICE_CONFIG_SERVICE_SID_INFO (line 106) | SERVICE_CONFIG_SERVICE_SID_INFO = 5 constant SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO (line 107) | SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO = 6 constant SERVICE_CONFIG_PRESHUTDOWN_INFO (line 108) | SERVICE_CONFIG_PRESHUTDOWN_INFO = 7 constant SERVICE_CONFIG_TRIGGER_INFO (line 109) | SERVICE_CONFIG_TRIGGER_INFO = 8 constant SERVICE_CONFIG_PREFERRED_NODE (line 110) | SERVICE_CONFIG_PREFERRED_NODE = 9 constant SERVICE_CONFIG_LAUNCH_PROTECTED (line 111) | SERVICE_CONFIG_LAUNCH_PROTECTED = 12 constant SERVICE_SID_TYPE_NONE (line 113) | SERVICE_SID_TYPE_NONE = 0 constant SERVICE_SID_TYPE_UNRESTRICTED (line 114) | SERVICE_SID_TYPE_UNRESTRICTED = 1 constant SERVICE_SID_TYPE_RESTRICTED (line 115) | SERVICE_SID_TYPE_RESTRICTED = 2 | SERVICE_SID_TYPE_UNRESTRICTED constant SC_ENUM_PROCESS_INFO (line 117) | SC_ENUM_PROCESS_INFO = 0 constant SERVICE_NOTIFY_STATUS_CHANGE (line 119) | SERVICE_NOTIFY_STATUS_CHANGE = 2 constant SERVICE_NOTIFY_STOPPED (line 120) | SERVICE_NOTIFY_STOPPED = 0x00000001 constant SERVICE_NOTIFY_START_PENDING (line 121) | SERVICE_NOTIFY_START_PENDING = 0x00000002 constant SERVICE_NOTIFY_STOP_PENDING (line 122) | SERVICE_NOTIFY_STOP_PENDING = 0x00000004 constant SERVICE_NOTIFY_RUNNING (line 123) | SERVICE_NOTIFY_RUNNING = 0x00000008 constant SERVICE_NOTIFY_CONTINUE_PENDING (line 124) | SERVICE_NOTIFY_CONTINUE_PENDING = 0x00000010 constant SERVICE_NOTIFY_PAUSE_PENDING (line 125) | SERVICE_NOTIFY_PAUSE_PENDING = 0x00000020 constant SERVICE_NOTIFY_PAUSED (line 126) | SERVICE_NOTIFY_PAUSED = 0x00000040 constant SERVICE_NOTIFY_CREATED (line 127) | SERVICE_NOTIFY_CREATED = 0x00000080 constant SERVICE_NOTIFY_DELETED (line 128) | SERVICE_NOTIFY_DELETED = 0x00000100 constant SERVICE_NOTIFY_DELETE_PENDING (line 129) | SERVICE_NOTIFY_DELETE_PENDING = 0x00000200 constant SC_EVENT_DATABASE_CHANGE (line 131) | SC_EVENT_DATABASE_CHANGE = 0 constant SC_EVENT_PROPERTY_CHANGE (line 132) | SC_EVENT_PROPERTY_CHANGE = 1 constant SC_EVENT_STATUS_CHANGE (line 133) | SC_EVENT_STATUS_CHANGE = 2 constant SERVICE_START_REASON_DEMAND (line 135) | SERVICE_START_REASON_DEMAND = 0x00000001 constant SERVICE_START_REASON_AUTO (line 136) | SERVICE_START_REASON_AUTO = 0x00000002 constant SERVICE_START_REASON_TRIGGER (line 137) | SERVICE_START_REASON_TRIGGER = 0x00000004 constant SERVICE_START_REASON_RESTART_ON_FAILURE (line 138) | SERVICE_START_REASON_RESTART_ON_FAILURE = 0x00000008 constant SERVICE_START_REASON_DELAYEDAUTO (line 139) | SERVICE_START_REASON_DELAYEDAUTO = 0x00000010 constant SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON (line 141) | SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON = 1 type SERVICE_STATUS (line 144) | type SERVICE_STATUS struct type SERVICE_TABLE_ENTRY (line 154) | type SERVICE_TABLE_ENTRY struct type QUERY_SERVICE_CONFIG (line 159) | type QUERY_SERVICE_CONFIG struct type SERVICE_DESCRIPTION (line 171) | type SERVICE_DESCRIPTION struct type SERVICE_DELAYED_AUTO_START_INFO (line 175) | type SERVICE_DELAYED_AUTO_START_INFO struct type SERVICE_STATUS_PROCESS (line 179) | type SERVICE_STATUS_PROCESS struct type ENUM_SERVICE_STATUS_PROCESS (line 191) | type ENUM_SERVICE_STATUS_PROCESS struct type SERVICE_NOTIFY (line 197) | type SERVICE_NOTIFY struct type SERVICE_FAILURE_ACTIONS (line 207) | type SERVICE_FAILURE_ACTIONS struct type SC_ACTION (line 215) | type SC_ACTION struct type QUERY_SERVICE_LOCK_STATUS (line 220) | type QUERY_SERVICE_LOCK_STATUS struct FILE: vendor/golang.org/x/sys/windows/setupapi_windows.go constant ERROR_EXPECTED_SECTION_NAME (line 24) | ERROR_EXPECTED_SECTION_NAME Errno = 0x20000000 | 0xC000... constant ERROR_BAD_SECTION_NAME_LINE (line 25) | ERROR_BAD_SECTION_NAME_LINE Errno = 0x20000000 | 0xC000... constant ERROR_SECTION_NAME_TOO_LONG (line 26) | ERROR_SECTION_NAME_TOO_LONG Errno = 0x20000000 | 0xC000... constant ERROR_GENERAL_SYNTAX (line 27) | ERROR_GENERAL_SYNTAX Errno = 0x20000000 | 0xC000... constant ERROR_WRONG_INF_STYLE (line 28) | ERROR_WRONG_INF_STYLE Errno = 0x20000000 | 0xC000... constant ERROR_SECTION_NOT_FOUND (line 29) | ERROR_SECTION_NOT_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_LINE_NOT_FOUND (line 30) | ERROR_LINE_NOT_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_NO_BACKUP (line 31) | ERROR_NO_BACKUP Errno = 0x20000000 | 0xC000... constant ERROR_NO_ASSOCIATED_CLASS (line 32) | ERROR_NO_ASSOCIATED_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_CLASS_MISMATCH (line 33) | ERROR_CLASS_MISMATCH Errno = 0x20000000 | 0xC000... constant ERROR_DUPLICATE_FOUND (line 34) | ERROR_DUPLICATE_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_NO_DRIVER_SELECTED (line 35) | ERROR_NO_DRIVER_SELECTED Errno = 0x20000000 | 0xC000... constant ERROR_KEY_DOES_NOT_EXIST (line 36) | ERROR_KEY_DOES_NOT_EXIST Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_DEVINST_NAME (line 37) | ERROR_INVALID_DEVINST_NAME Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_CLASS (line 38) | ERROR_INVALID_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_DEVINST_ALREADY_EXISTS (line 39) | ERROR_DEVINST_ALREADY_EXISTS Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_NOT_REGISTERED (line 40) | ERROR_DEVINFO_NOT_REGISTERED Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_REG_PROPERTY (line 41) | ERROR_INVALID_REG_PROPERTY Errno = 0x20000000 | 0xC000... constant ERROR_NO_INF (line 42) | ERROR_NO_INF Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_DEVINST (line 43) | ERROR_NO_SUCH_DEVINST Errno = 0x20000000 | 0xC000... constant ERROR_CANT_LOAD_CLASS_ICON (line 44) | ERROR_CANT_LOAD_CLASS_ICON Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_CLASS_INSTALLER (line 45) | ERROR_INVALID_CLASS_INSTALLER Errno = 0x20000000 | 0xC000... constant ERROR_DI_DO_DEFAULT (line 46) | ERROR_DI_DO_DEFAULT Errno = 0x20000000 | 0xC000... constant ERROR_DI_NOFILECOPY (line 47) | ERROR_DI_NOFILECOPY Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_HWPROFILE (line 48) | ERROR_INVALID_HWPROFILE Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEVICE_SELECTED (line 49) | ERROR_NO_DEVICE_SELECTED Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_LIST_LOCKED (line 50) | ERROR_DEVINFO_LIST_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_DATA_LOCKED (line 51) | ERROR_DEVINFO_DATA_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DI_BAD_PATH (line 52) | ERROR_DI_BAD_PATH Errno = 0x20000000 | 0xC000... constant ERROR_NO_CLASSINSTALL_PARAMS (line 53) | ERROR_NO_CLASSINSTALL_PARAMS Errno = 0x20000000 | 0xC000... constant ERROR_FILEQUEUE_LOCKED (line 54) | ERROR_FILEQUEUE_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_BAD_SERVICE_INSTALLSECT (line 55) | ERROR_BAD_SERVICE_INSTALLSECT Errno = 0x20000000 | 0xC000... constant ERROR_NO_CLASS_DRIVER_LIST (line 56) | ERROR_NO_CLASS_DRIVER_LIST Errno = 0x20000000 | 0xC000... constant ERROR_NO_ASSOCIATED_SERVICE (line 57) | ERROR_NO_ASSOCIATED_SERVICE Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEFAULT_DEVICE_INTERFACE (line 58) | ERROR_NO_DEFAULT_DEVICE_INTERFACE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INTERFACE_ACTIVE (line 59) | ERROR_DEVICE_INTERFACE_ACTIVE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INTERFACE_REMOVED (line 60) | ERROR_DEVICE_INTERFACE_REMOVED Errno = 0x20000000 | 0xC000... constant ERROR_BAD_INTERFACE_INSTALLSECT (line 61) | ERROR_BAD_INTERFACE_INSTALLSECT Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_INTERFACE_CLASS (line 62) | ERROR_NO_SUCH_INTERFACE_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_REFERENCE_STRING (line 63) | ERROR_INVALID_REFERENCE_STRING Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_MACHINENAME (line 64) | ERROR_INVALID_MACHINENAME Errno = 0x20000000 | 0xC000... constant ERROR_REMOTE_COMM_FAILURE (line 65) | ERROR_REMOTE_COMM_FAILURE Errno = 0x20000000 | 0xC000... constant ERROR_MACHINE_UNAVAILABLE (line 66) | ERROR_MACHINE_UNAVAILABLE Errno = 0x20000000 | 0xC000... constant ERROR_NO_CONFIGMGR_SERVICES (line 67) | ERROR_NO_CONFIGMGR_SERVICES Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_PROPPAGE_PROVIDER (line 68) | ERROR_INVALID_PROPPAGE_PROVIDER Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_DEVICE_INTERFACE (line 69) | ERROR_NO_SUCH_DEVICE_INTERFACE Errno = 0x20000000 | 0xC000... constant ERROR_DI_POSTPROCESSING_REQUIRED (line 70) | ERROR_DI_POSTPROCESSING_REQUIRED Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_COINSTALLER (line 71) | ERROR_INVALID_COINSTALLER Errno = 0x20000000 | 0xC000... constant ERROR_NO_COMPAT_DRIVERS (line 72) | ERROR_NO_COMPAT_DRIVERS Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEVICE_ICON (line 73) | ERROR_NO_DEVICE_ICON Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_INF_LOGCONFIG (line 74) | ERROR_INVALID_INF_LOGCONFIG Errno = 0x20000000 | 0xC000... constant ERROR_DI_DONT_INSTALL (line 75) | ERROR_DI_DONT_INSTALL Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_FILTER_DRIVER (line 76) | ERROR_INVALID_FILTER_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NON_WINDOWS_NT_DRIVER (line 77) | ERROR_NON_WINDOWS_NT_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NON_WINDOWS_DRIVER (line 78) | ERROR_NON_WINDOWS_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NO_CATALOG_FOR_OEM_INF (line 79) | ERROR_NO_CATALOG_FOR_OEM_INF Errno = 0x20000000 | 0xC000... constant ERROR_DEVINSTALL_QUEUE_NONNATIVE (line 80) | ERROR_DEVINSTALL_QUEUE_NONNATIVE Errno = 0x20000000 | 0xC000... constant ERROR_NOT_DISABLEABLE (line 81) | ERROR_NOT_DISABLEABLE Errno = 0x20000000 | 0xC000... constant ERROR_CANT_REMOVE_DEVINST (line 82) | ERROR_CANT_REMOVE_DEVINST Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_TARGET (line 83) | ERROR_INVALID_TARGET Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_NONNATIVE (line 84) | ERROR_DRIVER_NONNATIVE Errno = 0x20000000 | 0xC000... constant ERROR_IN_WOW64 (line 85) | ERROR_IN_WOW64 Errno = 0x20000000 | 0xC000... constant ERROR_SET_SYSTEM_RESTORE_POINT (line 86) | ERROR_SET_SYSTEM_RESTORE_POINT Errno = 0x20000000 | 0xC000... constant ERROR_SCE_DISABLED (line 87) | ERROR_SCE_DISABLED Errno = 0x20000000 | 0xC000... constant ERROR_UNKNOWN_EXCEPTION (line 88) | ERROR_UNKNOWN_EXCEPTION Errno = 0x20000000 | 0xC000... constant ERROR_PNP_REGISTRY_ERROR (line 89) | ERROR_PNP_REGISTRY_ERROR Errno = 0x20000000 | 0xC000... constant ERROR_REMOTE_REQUEST_UNSUPPORTED (line 90) | ERROR_REMOTE_REQUEST_UNSUPPORTED Errno = 0x20000000 | 0xC000... constant ERROR_NOT_AN_INSTALLED_OEM_INF (line 91) | ERROR_NOT_AN_INSTALLED_OEM_INF Errno = 0x20000000 | 0xC000... constant ERROR_INF_IN_USE_BY_DEVICES (line 92) | ERROR_INF_IN_USE_BY_DEVICES Errno = 0x20000000 | 0xC000... constant ERROR_DI_FUNCTION_OBSOLETE (line 93) | ERROR_DI_FUNCTION_OBSOLETE Errno = 0x20000000 | 0xC000... constant ERROR_NO_AUTHENTICODE_CATALOG (line 94) | ERROR_NO_AUTHENTICODE_CATALOG Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_DISALLOWED (line 95) | ERROR_AUTHENTICODE_DISALLOWED Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_TRUSTED_PUBLISHER (line 96) | ERROR_AUTHENTICODE_TRUSTED_PUBLISHER Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED (line 97) | ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED (line 98) | ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED Errno = 0x20000000 | 0xC000... constant ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH (line 99) | ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH Errno = 0x20000000 | 0xC000... constant ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE (line 100) | ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INSTALLER_NOT_READY (line 101) | ERROR_DEVICE_INSTALLER_NOT_READY Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_STORE_ADD_FAILED (line 102) | ERROR_DRIVER_STORE_ADD_FAILED Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INSTALL_BLOCKED (line 103) | ERROR_DEVICE_INSTALL_BLOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_INSTALL_BLOCKED (line 104) | ERROR_DRIVER_INSTALL_BLOCKED Errno = 0x20000000 | 0xC000... constant ERROR_WRONG_INF_TYPE (line 105) | ERROR_WRONG_INF_TYPE Errno = 0x20000000 | 0xC000... constant ERROR_FILE_HASH_NOT_IN_CATALOG (line 106) | ERROR_FILE_HASH_NOT_IN_CATALOG Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_STORE_DELETE_FAILED (line 107) | ERROR_DRIVER_STORE_DELETE_FAILED Errno = 0x20000000 | 0xC000... constant ERROR_UNRECOVERABLE_STACK_OVERFLOW (line 108) | ERROR_UNRECOVERABLE_STACK_OVERFLOW Errno = 0x20000000 | 0xC000... constant EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW (line 109) | EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW Errno = ERROR_UNRECOVERABLE... constant ERROR_NO_DEFAULT_INTERFACE_DEVICE (line 110) | ERROR_NO_DEFAULT_INTERFACE_DEVICE Errno = ERROR_NO_DEFAULT_DE... constant ERROR_INTERFACE_DEVICE_ACTIVE (line 111) | ERROR_INTERFACE_DEVICE_ACTIVE Errno = ERROR_DEVICE_INTERF... constant ERROR_INTERFACE_DEVICE_REMOVED (line 112) | ERROR_INTERFACE_DEVICE_REMOVED Errno = ERROR_DEVICE_INTERF... constant ERROR_NO_SUCH_INTERFACE_DEVICE (line 113) | ERROR_NO_SUCH_INTERFACE_DEVICE Errno = ERROR_NO_SUCH_DEVIC... constant MAX_DEVICE_ID_LEN (line 117) | MAX_DEVICE_ID_LEN = 200 constant MAX_DEVNODE_ID_LEN (line 118) | MAX_DEVNODE_ID_LEN = MAX_DEVICE_ID_LEN constant MAX_GUID_STRING_LEN (line 119) | MAX_GUID_STRING_LEN = 39 constant MAX_CLASS_NAME_LEN (line 120) | MAX_CLASS_NAME_LEN = 32 constant MAX_PROFILE_LEN (line 121) | MAX_PROFILE_LEN = 80 constant MAX_CONFIG_VALUE (line 122) | MAX_CONFIG_VALUE = 9999 constant MAX_INSTANCE_VALUE (line 123) | MAX_INSTANCE_VALUE = 9999 constant CONFIGMG_VERSION (line 124) | CONFIGMG_VERSION = 0x0400 constant LINE_LEN (line 129) | LINE_LEN = 256 constant MAX_INF_STRING_LENGTH (line 130) | MAX_INF_STRING_LENGTH = 4096 constant MAX_INF_SECTION_NAME_LENGTH (line 131) | MAX_INF_SECTION_NAME_LENGTH = 255 constant MAX_TITLE_LEN (line 132) | MAX_TITLE_LEN = 60 constant MAX_INSTRUCTION_LEN (line 133) | MAX_INSTRUCTION_LEN = 256 constant MAX_LABEL_LEN (line 134) | MAX_LABEL_LEN = 30 constant MAX_SERVICE_NAME_LEN (line 135) | MAX_SERVICE_NAME_LEN = 256 constant MAX_SUBTITLE_LEN (line 136) | MAX_SUBTITLE_LEN = 256 constant SP_MAX_MACHINENAME_LENGTH (line 141) | SP_MAX_MACHINENAME_LENGTH = MAX_PATH + 3 type HSPFILEQ (line 145) | type HSPFILEQ type DevInfo (line 148) | type DevInfo method DeviceInfoListDetail (line 903) | func (deviceInfoSet DevInfo) DeviceInfoListDetail() (*DevInfoListDetai... method CreateDeviceInfo (line 931) | func (deviceInfoSet DevInfo) CreateDeviceInfo(deviceName string, class... method EnumDeviceInfo (line 946) | func (deviceInfoSet DevInfo) EnumDeviceInfo(memberIndex int) (*DevInfo... method Close (line 954) | func (deviceInfoSet DevInfo) Close() error { method BuildDriverInfoList (line 961) | func (deviceInfoSet DevInfo) BuildDriverInfoList(deviceInfoData *DevIn... method CancelDriverInfoSearch (line 968) | func (deviceInfoSet DevInfo) CancelDriverInfoSearch() error { method EnumDriverInfo (line 983) | func (deviceInfoSet DevInfo) EnumDriverInfo(deviceInfoData *DevInfoDat... method SelectedDriver (line 998) | func (deviceInfoSet DevInfo) SelectedDriver(deviceInfoData *DevInfoDat... method SetSelectedDriver (line 1005) | func (deviceInfoSet DevInfo) SetSelectedDriver(deviceInfoData *DevInfo... method DriverInfoDetail (line 1031) | func (deviceInfoSet DevInfo) DriverInfoDetail(deviceInfoData *DevInfoD... method DestroyDriverInfoList (line 1038) | func (deviceInfoSet DevInfo) DestroyDriverInfoList(deviceInfoData *Dev... method CallClassInstaller (line 1067) | func (deviceInfoSet DevInfo) CallClassInstaller(installFunction DI_FUN... method OpenDevRegKey (line 1075) | func (deviceInfoSet DevInfo) OpenDevRegKey(DeviceInfoData *DevInfoData... method DeviceRegistryProperty (line 1204) | func (deviceInfoSet DevInfo) DeviceRegistryProperty(deviceInfoData *De... method SetDeviceRegistryProperty (line 1216) | func (deviceInfoSet DevInfo) SetDeviceRegistryProperty(deviceInfoData ... method SetDeviceRegistryPropertyString (line 1221) | func (deviceInfoSet DevInfo) SetDeviceRegistryPropertyString(deviceInf... method DeviceInstallParams (line 1242) | func (deviceInfoSet DevInfo) DeviceInstallParams(deviceInfoData *DevIn... method DeviceInstanceID (line 1265) | func (deviceInfoSet DevInfo) DeviceInstanceID(deviceInfoData *DevInfoD... method ClassInstallParams (line 1273) | func (deviceInfoSet DevInfo) ClassInstallParams(deviceInfoData *DevInf... method SetDeviceInstallParams (line 1280) | func (deviceInfoSet DevInfo) SetDeviceInstallParams(deviceInfoData *De... method SetClassInstallParams (line 1288) | func (deviceInfoSet DevInfo) SetClassInstallParams(deviceInfoData *Dev... method SelectedDevice (line 1357) | func (deviceInfoSet DevInfo) SelectedDevice() (*DevInfoData, error) { method SetSelectedDevice (line 1365) | func (deviceInfoSet DevInfo) SetSelectedDevice(deviceInfoData *DevInfo... type DEVINST (line 151) | type DEVINST type DevInfoData (line 154) | type DevInfoData struct type DevInfoListDetailData (line 162) | type DevInfoListDetailData struct method unsafeSizeOf (line 169) | func (*DevInfoListDetailData) unsafeSizeOf() uint32 { method RemoteMachineName (line 177) | func (data *DevInfoListDetailData) RemoteMachineName() string { method SetRemoteMachineName (line 181) | func (data *DevInfoListDetailData) SetRemoteMachineName(remoteMachineN... type DI_FUNCTION (line 191) | type DI_FUNCTION constant DIF_SELECTDEVICE (line 194) | DIF_SELECTDEVICE DI_FUNCTION = 0x00000001 constant DIF_INSTALLDEVICE (line 195) | DIF_INSTALLDEVICE DI_FUNCTION = 0x00000002 constant DIF_ASSIGNRESOURCES (line 196) | DIF_ASSIGNRESOURCES DI_FUNCTION = 0x00000003 constant DIF_PROPERTIES (line 197) | DIF_PROPERTIES DI_FUNCTION = 0x00000004 constant DIF_REMOVE (line 198) | DIF_REMOVE DI_FUNCTION = 0x00000005 constant DIF_FIRSTTIMESETUP (line 199) | DIF_FIRSTTIMESETUP DI_FUNCTION = 0x00000006 constant DIF_FOUNDDEVICE (line 200) | DIF_FOUNDDEVICE DI_FUNCTION = 0x00000007 constant DIF_SELECTCLASSDRIVERS (line 201) | DIF_SELECTCLASSDRIVERS DI_FUNCTION = 0x00000008 constant DIF_VALIDATECLASSDRIVERS (line 202) | DIF_VALIDATECLASSDRIVERS DI_FUNCTION = 0x00000009 constant DIF_INSTALLCLASSDRIVERS (line 203) | DIF_INSTALLCLASSDRIVERS DI_FUNCTION = 0x0000000A constant DIF_CALCDISKSPACE (line 204) | DIF_CALCDISKSPACE DI_FUNCTION = 0x0000000B constant DIF_DESTROYPRIVATEDATA (line 205) | DIF_DESTROYPRIVATEDATA DI_FUNCTION = 0x0000000C constant DIF_VALIDATEDRIVER (line 206) | DIF_VALIDATEDRIVER DI_FUNCTION = 0x0000000D constant DIF_DETECT (line 207) | DIF_DETECT DI_FUNCTION = 0x0000000F constant DIF_INSTALLWIZARD (line 208) | DIF_INSTALLWIZARD DI_FUNCTION = 0x00000010 constant DIF_DESTROYWIZARDDATA (line 209) | DIF_DESTROYWIZARDDATA DI_FUNCTION = 0x00000011 constant DIF_PROPERTYCHANGE (line 210) | DIF_PROPERTYCHANGE DI_FUNCTION = 0x00000012 constant DIF_ENABLECLASS (line 211) | DIF_ENABLECLASS DI_FUNCTION = 0x00000013 constant DIF_DETECTVERIFY (line 212) | DIF_DETECTVERIFY DI_FUNCTION = 0x00000014 constant DIF_INSTALLDEVICEFILES (line 213) | DIF_INSTALLDEVICEFILES DI_FUNCTION = 0x00000015 constant DIF_UNREMOVE (line 214) | DIF_UNREMOVE DI_FUNCTION = 0x00000016 constant DIF_SELECTBESTCOMPATDRV (line 215) | DIF_SELECTBESTCOMPATDRV DI_FUNCTION = 0x00000017 constant DIF_ALLOW_INSTALL (line 216) | DIF_ALLOW_INSTALL DI_FUNCTION = 0x00000018 constant DIF_REGISTERDEVICE (line 217) | DIF_REGISTERDEVICE DI_FUNCTION = 0x00000019 constant DIF_NEWDEVICEWIZARD_PRESELECT (line 218) | DIF_NEWDEVICEWIZARD_PRESELECT DI_FUNCTION = 0x0000001A constant DIF_NEWDEVICEWIZARD_SELECT (line 219) | DIF_NEWDEVICEWIZARD_SELECT DI_FUNCTION = 0x0000001B constant DIF_NEWDEVICEWIZARD_PREANALYZE (line 220) | DIF_NEWDEVICEWIZARD_PREANALYZE DI_FUNCTION = 0x0000001C constant DIF_NEWDEVICEWIZARD_POSTANALYZE (line 221) | DIF_NEWDEVICEWIZARD_POSTANALYZE DI_FUNCTION = 0x0000001D constant DIF_NEWDEVICEWIZARD_FINISHINSTALL (line 222) | DIF_NEWDEVICEWIZARD_FINISHINSTALL DI_FUNCTION = 0x0000001E constant DIF_INSTALLINTERFACES (line 223) | DIF_INSTALLINTERFACES DI_FUNCTION = 0x00000020 constant DIF_DETECTCANCEL (line 224) | DIF_DETECTCANCEL DI_FUNCTION = 0x00000021 constant DIF_REGISTER_COINSTALLERS (line 225) | DIF_REGISTER_COINSTALLERS DI_FUNCTION = 0x00000022 constant DIF_ADDPROPERTYPAGE_ADVANCED (line 226) | DIF_ADDPROPERTYPAGE_ADVANCED DI_FUNCTION = 0x00000023 constant DIF_ADDPROPERTYPAGE_BASIC (line 227) | DIF_ADDPROPERTYPAGE_BASIC DI_FUNCTION = 0x00000024 constant DIF_TROUBLESHOOTER (line 228) | DIF_TROUBLESHOOTER DI_FUNCTION = 0x00000026 constant DIF_POWERMESSAGEWAKE (line 229) | DIF_POWERMESSAGEWAKE DI_FUNCTION = 0x00000027 constant DIF_ADDREMOTEPROPERTYPAGE_ADVANCED (line 230) | DIF_ADDREMOTEPROPERTYPAGE_ADVANCED DI_FUNCTION = 0x00000028 constant DIF_UPDATEDRIVER_UI (line 231) | DIF_UPDATEDRIVER_UI DI_FUNCTION = 0x00000029 constant DIF_FINISHINSTALL_ACTION (line 232) | DIF_FINISHINSTALL_ACTION DI_FUNCTION = 0x0000002A type DevInstallParams (line 236) | type DevInstallParams struct method DriverPath (line 249) | func (params *DevInstallParams) DriverPath() string { method SetDriverPath (line 253) | func (params *DevInstallParams) SetDriverPath(driverPath string) error { type DI_FLAGS (line 263) | type DI_FLAGS constant DI_SHOWOEM (line 267) | DI_SHOWOEM DI_FLAGS = 0x00000001 constant DI_SHOWCOMPAT (line 268) | DI_SHOWCOMPAT DI_FLAGS = 0x00000002 constant DI_SHOWCLASS (line 269) | DI_SHOWCLASS DI_FLAGS = 0x00000004 constant DI_SHOWALL (line 270) | DI_SHOWALL DI_FLAGS = 0x00000007 constant DI_NOVCP (line 271) | DI_NOVCP DI_FLAGS = 0x00000008 constant DI_DIDCOMPAT (line 272) | DI_DIDCOMPAT DI_FLAGS = 0x00000010 constant DI_DIDCLASS (line 273) | DI_DIDCLASS DI_FLAGS = 0x00000020 constant DI_AUTOASSIGNRES (line 274) | DI_AUTOASSIGNRES DI_FLAGS = 0x00000040 constant DI_NEEDRESTART (line 277) | DI_NEEDRESTART DI_FLAGS = 0x00000080 constant DI_NEEDREBOOT (line 278) | DI_NEEDREBOOT DI_FLAGS = 0x00000100 constant DI_NOBROWSE (line 281) | DI_NOBROWSE DI_FLAGS = 0x00000200 constant DI_MULTMFGS (line 284) | DI_MULTMFGS DI_FLAGS = 0x00000400 constant DI_DISABLED (line 287) | DI_DISABLED DI_FLAGS = 0x00000800 constant DI_GENERALPAGE_ADDED (line 290) | DI_GENERALPAGE_ADDED DI_FLAGS = 0x00001000 constant DI_RESOURCEPAGE_ADDED (line 291) | DI_RESOURCEPAGE_ADDED DI_FLAGS = 0x00002000 constant DI_PROPERTIES_CHANGE (line 294) | DI_PROPERTIES_CHANGE DI_FLAGS = 0x00004000 constant DI_INF_IS_SORTED (line 297) | DI_INF_IS_SORTED DI_FLAGS = 0x00008000 constant DI_ENUMSINGLEINF (line 300) | DI_ENUMSINGLEINF DI_FLAGS = 0x00010000 constant DI_DONOTCALLCONFIGMG (line 304) | DI_DONOTCALLCONFIGMG DI_FLAGS = 0x00020000 constant DI_INSTALLDISABLED (line 307) | DI_INSTALLDISABLED DI_FLAGS = 0x00040000 constant DI_COMPAT_FROM_CLASS (line 311) | DI_COMPAT_FROM_CLASS DI_FLAGS = 0x00080000 constant DI_CLASSINSTALLPARAMS (line 314) | DI_CLASSINSTALLPARAMS DI_FLAGS = 0x00100000 constant DI_NODI_DEFAULTACTION (line 317) | DI_NODI_DEFAULTACTION DI_FLAGS = 0x00200000 constant DI_QUIETINSTALL (line 320) | DI_QUIETINSTALL DI_FLAGS = 0x00800000 constant DI_NOFILECOPY (line 321) | DI_NOFILECOPY DI_FLAGS = 0x01000000 constant DI_FORCECOPY (line 322) | DI_FORCECOPY DI_FLAGS = 0x02000000 constant DI_DRIVERPAGE_ADDED (line 323) | DI_DRIVERPAGE_ADDED DI_FLAGS = 0x04000000 constant DI_USECI_SELECTSTRINGS (line 324) | DI_USECI_SELECTSTRINGS DI_FLAGS = 0x08000000 constant DI_OVERRIDE_INFFLAGS (line 325) | DI_OVERRIDE_INFFLAGS DI_FLAGS = 0x10000000 constant DI_PROPS_NOCHANGEUSAGE (line 326) | DI_PROPS_NOCHANGEUSAGE DI_FLAGS = 0x20000000 constant DI_NOSELECTICONS (line 328) | DI_NOSELECTICONS DI_FLAGS = 0x40000000 constant DI_NOWRITE_IDS (line 330) | DI_NOWRITE_IDS DI_FLAGS = 0x80000000 type DI_FLAGSEX (line 334) | type DI_FLAGSEX constant DI_FLAGSEX_CI_FAILED (line 337) | DI_FLAGSEX_CI_FAILED DI_FLAGSEX = 0x00000004 constant DI_FLAGSEX_FINISHINSTALL_ACTION (line 338) | DI_FLAGSEX_FINISHINSTALL_ACTION DI_FLAGSEX = 0x00000008 constant DI_FLAGSEX_DIDINFOLIST (line 339) | DI_FLAGSEX_DIDINFOLIST DI_FLAGSEX = 0x00000010 constant DI_FLAGSEX_DIDCOMPATINFO (line 340) | DI_FLAGSEX_DIDCOMPATINFO DI_FLAGSEX = 0x00000020 constant DI_FLAGSEX_FILTERCLASSES (line 341) | DI_FLAGSEX_FILTERCLASSES DI_FLAGSEX = 0x00000040 constant DI_FLAGSEX_SETFAILEDINSTALL (line 342) | DI_FLAGSEX_SETFAILEDINSTALL DI_FLAGSEX = 0x00000080 constant DI_FLAGSEX_DEVICECHANGE (line 343) | DI_FLAGSEX_DEVICECHANGE DI_FLAGSEX = 0x00000100 constant DI_FLAGSEX_ALWAYSWRITEIDS (line 344) | DI_FLAGSEX_ALWAYSWRITEIDS DI_FLAGSEX = 0x00000200 constant DI_FLAGSEX_PROPCHANGE_PENDING (line 345) | DI_FLAGSEX_PROPCHANGE_PENDING DI_FLAGSEX = 0x00000400 constant DI_FLAGSEX_ALLOWEXCLUDEDDRVS (line 346) | DI_FLAGSEX_ALLOWEXCLUDEDDRVS DI_FLAGSEX = 0x00000800 constant DI_FLAGSEX_NOUIONQUERYREMOVE (line 347) | DI_FLAGSEX_NOUIONQUERYREMOVE DI_FLAGSEX = 0x00001000 constant DI_FLAGSEX_USECLASSFORCOMPAT (line 348) | DI_FLAGSEX_USECLASSFORCOMPAT DI_FLAGSEX = 0x00002000 constant DI_FLAGSEX_NO_DRVREG_MODIFY (line 349) | DI_FLAGSEX_NO_DRVREG_MODIFY DI_FLAGSEX = 0x00008000 constant DI_FLAGSEX_IN_SYSTEM_SETUP (line 350) | DI_FLAGSEX_IN_SYSTEM_SETUP DI_FLAGSEX = 0x00010000 constant DI_FLAGSEX_INET_DRIVER (line 351) | DI_FLAGSEX_INET_DRIVER DI_FLAGSEX = 0x00020000 constant DI_FLAGSEX_APPENDDRIVERLIST (line 352) | DI_FLAGSEX_APPENDDRIVERLIST DI_FLAGSEX = 0x00040000 constant DI_FLAGSEX_PREINSTALLBACKUP (line 353) | DI_FLAGSEX_PREINSTALLBACKUP DI_FLAGSEX = 0x00080000 constant DI_FLAGSEX_BACKUPONREPLACE (line 354) | DI_FLAGSEX_BACKUPONREPLACE DI_FLAGSEX = 0x00100000 constant DI_FLAGSEX_DRIVERLIST_FROM_URL (line 355) | DI_FLAGSEX_DRIVERLIST_FROM_URL DI_FLAGSEX = 0x00200000 constant DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS (line 356) | DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS DI_FLAGSEX = 0x00800000 constant DI_FLAGSEX_POWERPAGE_ADDED (line 357) | DI_FLAGSEX_POWERPAGE_ADDED DI_FLAGSEX = 0x01000000 constant DI_FLAGSEX_FILTERSIMILARDRIVERS (line 358) | DI_FLAGSEX_FILTERSIMILARDRIVERS DI_FLAGSEX = 0x02000000 constant DI_FLAGSEX_INSTALLEDDRIVER (line 359) | DI_FLAGSEX_INSTALLEDDRIVER DI_FLAGSEX = 0x04000000 constant DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE (line 360) | DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE DI_FLAGSEX = 0x08000000 constant DI_FLAGSEX_ALTPLATFORM_DRVSEARCH (line 361) | DI_FLAGSEX_ALTPLATFORM_DRVSEARCH DI_FLAGSEX = 0x10000000 constant DI_FLAGSEX_RESTART_DEVICE_ONLY (line 362) | DI_FLAGSEX_RESTART_DEVICE_ONLY DI_FLAGSEX = 0x20000000 constant DI_FLAGSEX_RECURSIVESEARCH (line 363) | DI_FLAGSEX_RECURSIVESEARCH DI_FLAGSEX = 0x40000000 constant DI_FLAGSEX_SEARCH_PUBLISHED_INFS (line 364) | DI_FLAGSEX_SEARCH_PUBLISHED_INFS DI_FLAGSEX = 0x80000000 type ClassInstallHeader (line 368) | type ClassInstallHeader struct function MakeClassInstallHeader (line 373) | func MakeClassInstallHeader(installFunction DI_FUNCTION) *ClassInstallHe... type DICS_STATE (line 380) | type DICS_STATE constant DICS_ENABLE (line 383) | DICS_ENABLE DICS_STATE = 0x00000001 constant DICS_DISABLE (line 384) | DICS_DISABLE DICS_STATE = 0x00000002 constant DICS_PROPCHANGE (line 385) | DICS_PROPCHANGE DICS_STATE = 0x00000003 constant DICS_START (line 386) | DICS_START DICS_STATE = 0x00000004 constant DICS_STOP (line 387) | DICS_STOP DICS_STATE = 0x00000005 type DICS_FLAG (line 391) | type DICS_FLAG constant DICS_FLAG_GLOBAL (line 394) | DICS_FLAG_GLOBAL DICS_FLAG = 0x00000001 constant DICS_FLAG_CONFIGSPECIFIC (line 395) | DICS_FLAG_CONFIGSPECIFIC DICS_FLAG = 0x00000002 constant DICS_FLAG_CONFIGGENERAL (line 396) | DICS_FLAG_CONFIGGENERAL DICS_FLAG = 0x00000004 type PropChangeParams (line 400) | type PropChangeParams struct type DI_REMOVEDEVICE (line 408) | type DI_REMOVEDEVICE constant DI_REMOVEDEVICE_GLOBAL (line 411) | DI_REMOVEDEVICE_GLOBAL DI_REMOVEDEVICE = 0x00000001 constant DI_REMOVEDEVICE_CONFIGSPECIFIC (line 412) | DI_REMOVEDEVICE_CONFIGSPECIFIC DI_REMOVEDEVICE = 0x00000002 type RemoveDeviceParams (line 416) | type RemoveDeviceParams struct type DrvInfoData (line 423) | type DrvInfoData struct method Description (line 434) | func (data *DrvInfoData) Description() string { method SetDescription (line 438) | func (data *DrvInfoData) SetDescription(description string) error { method MfgName (line 447) | func (data *DrvInfoData) MfgName() string { method SetMfgName (line 451) | func (data *DrvInfoData) SetMfgName(mfgName string) error { method ProviderName (line 460) | func (data *DrvInfoData) ProviderName() string { method SetProviderName (line 464) | func (data *DrvInfoData) SetProviderName(providerName string) error { method IsNewer (line 474) | func (data *DrvInfoData) IsNewer(driverDate Filetime, driverVersion ui... type DrvInfoDetailData (line 500) | type DrvInfoDetailData struct method unsafeSizeOf (line 512) | func (*DrvInfoDetailData) unsafeSizeOf() uint32 { method SectionName (line 520) | func (data *DrvInfoDetailData) SectionName() string { method InfFileName (line 524) | func (data *DrvInfoDetailData) InfFileName() string { method DrvDescription (line 528) | func (data *DrvInfoDetailData) DrvDescription() string { method HardwareID (line 532) | func (data *DrvInfoDetailData) HardwareID() string { method CompatIDs (line 541) | func (data *DrvInfoDetailData) CompatIDs() []string { method getBuf (line 559) | func (data *DrvInfoDetailData) getBuf() []uint16 { method IsCompatible (line 570) | func (data *DrvInfoDetailData) IsCompatible(hwid string) bool { type DICD (line 586) | type DICD constant DICD_GENERATE_ID (line 589) | DICD_GENERATE_ID DICD = 0x00000001 constant DICD_INHERIT_CLASSDRVS (line 590) | DICD_INHERIT_CLASSDRVS DICD = 0x00000002 type SUOI (line 594) | type SUOI constant SUOI_FORCEDELETE (line 597) | SUOI_FORCEDELETE SUOI = 0x0001 type SPDIT (line 603) | type SPDIT constant SPDIT_NODRIVER (line 606) | SPDIT_NODRIVER SPDIT = 0x00000000 constant SPDIT_CLASSDRIVER (line 607) | SPDIT_CLASSDRIVER SPDIT = 0x00000001 constant SPDIT_COMPATDRIVER (line 608) | SPDIT_COMPATDRIVER SPDIT = 0x00000002 type DIGCF (line 612) | type DIGCF constant DIGCF_DEFAULT (line 615) | DIGCF_DEFAULT DIGCF = 0x00000001 constant DIGCF_PRESENT (line 616) | DIGCF_PRESENT DIGCF = 0x00000002 constant DIGCF_ALLCLASSES (line 617) | DIGCF_ALLCLASSES DIGCF = 0x00000004 constant DIGCF_PROFILE (line 618) | DIGCF_PROFILE DIGCF = 0x00000008 constant DIGCF_DEVICEINTERFACE (line 619) | DIGCF_DEVICEINTERFACE DIGCF = 0x00000010 type DIREG (line 623) | type DIREG constant DIREG_DEV (line 626) | DIREG_DEV DIREG = 0x00000001 constant DIREG_DRV (line 627) | DIREG_DRV DIREG = 0x00000002 constant DIREG_BOTH (line 628) | DIREG_BOTH DIREG = 0x00000004 type SPDRP (line 639) | type SPDRP constant SPDRP_DEVICEDESC (line 642) | SPDRP_DEVICEDESC SPDRP = 0x00000000 constant SPDRP_HARDWAREID (line 643) | SPDRP_HARDWAREID SPDRP = 0x00000001 constant SPDRP_COMPATIBLEIDS (line 644) | SPDRP_COMPATIBLEIDS SPDRP = 0x00000002 constant SPDRP_SERVICE (line 645) | SPDRP_SERVICE SPDRP = 0x00000004 constant SPDRP_CLASS (line 646) | SPDRP_CLASS SPDRP = 0x00000007 constant SPDRP_CLASSGUID (line 647) | SPDRP_CLASSGUID SPDRP = 0x00000008 constant SPDRP_DRIVER (line 648) | SPDRP_DRIVER SPDRP = 0x00000009 constant SPDRP_CONFIGFLAGS (line 649) | SPDRP_CONFIGFLAGS SPDRP = 0x0000000A constant SPDRP_MFG (line 650) | SPDRP_MFG SPDRP = 0x0000000B constant SPDRP_FRIENDLYNAME (line 651) | SPDRP_FRIENDLYNAME SPDRP = 0x0000000C constant SPDRP_LOCATION_INFORMATION (line 652) | SPDRP_LOCATION_INFORMATION SPDRP = 0x0000000D constant SPDRP_PHYSICAL_DEVICE_OBJECT_NAME (line 653) | SPDRP_PHYSICAL_DEVICE_OBJECT_NAME SPDRP = 0x0000000E constant SPDRP_CAPABILITIES (line 654) | SPDRP_CAPABILITIES SPDRP = 0x0000000F constant SPDRP_UI_NUMBER (line 655) | SPDRP_UI_NUMBER SPDRP = 0x00000010 constant SPDRP_UPPERFILTERS (line 656) | SPDRP_UPPERFILTERS SPDRP = 0x00000011 constant SPDRP_LOWERFILTERS (line 657) | SPDRP_LOWERFILTERS SPDRP = 0x00000012 constant SPDRP_BUSTYPEGUID (line 658) | SPDRP_BUSTYPEGUID SPDRP = 0x00000013 constant SPDRP_LEGACYBUSTYPE (line 659) | SPDRP_LEGACYBUSTYPE SPDRP = 0x00000014 constant SPDRP_BUSNUMBER (line 660) | SPDRP_BUSNUMBER SPDRP = 0x00000015 constant SPDRP_ENUMERATOR_NAME (line 661) | SPDRP_ENUMERATOR_NAME SPDRP = 0x00000016 constant SPDRP_SECURITY (line 662) | SPDRP_SECURITY SPDRP = 0x00000017 constant SPDRP_SECURITY_SDS (line 663) | SPDRP_SECURITY_SDS SPDRP = 0x00000018 constant SPDRP_DEVTYPE (line 664) | SPDRP_DEVTYPE SPDRP = 0x00000019 constant SPDRP_EXCLUSIVE (line 665) | SPDRP_EXCLUSIVE SPDRP = 0x0000001A constant SPDRP_CHARACTERISTICS (line 666) | SPDRP_CHARACTERISTICS SPDRP = 0x0000001B constant SPDRP_ADDRESS (line 667) | SPDRP_ADDRESS SPDRP = 0x0000001C constant SPDRP_UI_NUMBER_DESC_FORMAT (line 668) | SPDRP_UI_NUMBER_DESC_FORMAT SPDRP = 0x0000001D constant SPDRP_DEVICE_POWER_DATA (line 669) | SPDRP_DEVICE_POWER_DATA SPDRP = 0x0000001E constant SPDRP_REMOVAL_POLICY (line 670) | SPDRP_REMOVAL_POLICY SPDRP = 0x0000001F constant SPDRP_REMOVAL_POLICY_HW_DEFAULT (line 671) | SPDRP_REMOVAL_POLICY_HW_DEFAULT SPDRP = 0x00000020 constant SPDRP_REMOVAL_POLICY_OVERRIDE (line 672) | SPDRP_REMOVAL_POLICY_OVERRIDE SPDRP = 0x00000021 constant SPDRP_INSTALL_STATE (line 673) | SPDRP_INSTALL_STATE SPDRP = 0x00000022 constant SPDRP_LOCATION_PATHS (line 674) | SPDRP_LOCATION_PATHS SPDRP = 0x00000023 constant SPDRP_BASE_CONTAINERID (line 675) | SPDRP_BASE_CONTAINERID SPDRP = 0x00000024 constant SPDRP_MAXIMUM_PROPERTY (line 677) | SPDRP_MAXIMUM_PROPERTY SPDRP = 0x00000025 type DEVPROPTYPE (line 682) | type DEVPROPTYPE constant DEVPROP_TYPEMOD_ARRAY (line 685) | DEVPROP_TYPEMOD_ARRAY DEVPROPTYPE = 0x00001000 constant DEVPROP_TYPEMOD_LIST (line 686) | DEVPROP_TYPEMOD_LIST DEVPROPTYPE = 0x00002000 constant DEVPROP_TYPE_EMPTY (line 688) | DEVPROP_TYPE_EMPTY DEVPROPTYPE = 0x00000000 constant DEVPROP_TYPE_NULL (line 689) | DEVPROP_TYPE_NULL DEVPROPTYPE = 0x00000001 constant DEVPROP_TYPE_SBYTE (line 690) | DEVPROP_TYPE_SBYTE DEVPROPTYPE = 0x00000002 constant DEVPROP_TYPE_BYTE (line 691) | DEVPROP_TYPE_BYTE DEVPROPTYPE = 0x00000003 constant DEVPROP_TYPE_INT16 (line 692) | DEVPROP_TYPE_INT16 DEVPROPTYPE = 0x00000004 constant DEVPROP_TYPE_UINT16 (line 693) | DEVPROP_TYPE_UINT16 DEVPROPTYPE = 0x00000005 constant DEVPROP_TYPE_INT32 (line 694) | DEVPROP_TYPE_INT32 DEVPROPTYPE = 0x00000006 constant DEVPROP_TYPE_UINT32 (line 695) | DEVPROP_TYPE_UINT32 DEVPROPTYPE = 0x00000007 constant DEVPROP_TYPE_INT64 (line 696) | DEVPROP_TYPE_INT64 DEVPROPTYPE = 0x00000008 constant DEVPROP_TYPE_UINT64 (line 697) | DEVPROP_TYPE_UINT64 DEVPROPTYPE = 0x00000009 constant DEVPROP_TYPE_FLOAT (line 698) | DEVPROP_TYPE_FLOAT DEVPROPTYPE = 0x0000000A constant DEVPROP_TYPE_DOUBLE (line 699) | DEVPROP_TYPE_DOUBLE DEVPROPTYPE = 0x0000000B constant DEVPROP_TYPE_DECIMAL (line 700) | DEVPROP_TYPE_DECIMAL DEVPROPTYPE = 0x0000000C constant DEVPROP_TYPE_GUID (line 701) | DEVPROP_TYPE_GUID DEVPROPTYPE = 0x0000000D constant DEVPROP_TYPE_CURRENCY (line 702) | DEVPROP_TYPE_CURRENCY DEVPROPTYPE = 0x0000000E constant DEVPROP_TYPE_DATE (line 703) | DEVPROP_TYPE_DATE DEVPROPTYPE = 0x0000000F constant DEVPROP_TYPE_FILETIME (line 704) | DEVPROP_TYPE_FILETIME DEVPROPTYPE = 0x00000010 constant DEVPROP_TYPE_BOOLEAN (line 705) | DEVPROP_TYPE_BOOLEAN DEVPROPTYPE = 0x00000011 constant DEVPROP_TYPE_STRING (line 706) | DEVPROP_TYPE_STRING DEVPROPTYPE = 0x00000012 constant DEVPROP_TYPE_STRING_LIST (line 707) | DEVPROP_TYPE_STRING_LIST DEVPROPTYPE = DEVPROP_TYPE_STRIN... constant DEVPROP_TYPE_SECURITY_DESCRIPTOR (line 708) | DEVPROP_TYPE_SECURITY_DESCRIPTOR DEVPROPTYPE = 0x00000013 constant DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING (line 709) | DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING DEVPROPTYPE = 0x00000014 constant DEVPROP_TYPE_DEVPROPKEY (line 710) | DEVPROP_TYPE_DEVPROPKEY DEVPROPTYPE = 0x00000015 constant DEVPROP_TYPE_DEVPROPTYPE (line 711) | DEVPROP_TYPE_DEVPROPTYPE DEVPROPTYPE = 0x00000016 constant DEVPROP_TYPE_BINARY (line 712) | DEVPROP_TYPE_BINARY DEVPROPTYPE = DEVPROP_TYPE_BYTE ... constant DEVPROP_TYPE_ERROR (line 713) | DEVPROP_TYPE_ERROR DEVPROPTYPE = 0x00000017 constant DEVPROP_TYPE_NTSTATUS (line 714) | DEVPROP_TYPE_NTSTATUS DEVPROPTYPE = 0x00000018 constant DEVPROP_TYPE_STRING_INDIRECT (line 715) | DEVPROP_TYPE_STRING_INDIRECT DEVPROPTYPE = 0x00000019 constant MAX_DEVPROP_TYPE (line 717) | MAX_DEVPROP_TYPE DEVPROPTYPE = 0x00000019 constant MAX_DEVPROP_TYPEMOD (line 718) | MAX_DEVPROP_TYPEMOD DEVPROPTYPE = 0x00002000 constant DEVPROP_MASK_TYPE (line 720) | DEVPROP_MASK_TYPE DEVPROPTYPE = 0x00000FFF constant DEVPROP_MASK_TYPEMOD (line 721) | DEVPROP_MASK_TYPEMOD DEVPROPTYPE = 0x0000F000 type DEVPROPGUID (line 725) | type DEVPROPGUID type DEVPROPID (line 728) | type DEVPROPID constant DEVPROPID_FIRST_USABLE (line 730) | DEVPROPID_FIRST_USABLE DEVPROPID = 2 type DEVPROPKEY (line 734) | type DEVPROPKEY struct type CONFIGRET (line 740) | type CONFIGRET method Error (line 742) | func (ret CONFIGRET) Error() string { method Win32Error (line 749) | func (ret CONFIGRET) Win32Error(defaultError Errno) Errno { method Unwrap (line 753) | func (ret CONFIGRET) Unwrap() error { constant CR_SUCCESS (line 763) | CR_SUCCESS CONFIGRET = 0x00000000 constant CR_DEFAULT (line 764) | CR_DEFAULT CONFIGRET = 0x00000001 constant CR_OUT_OF_MEMORY (line 765) | CR_OUT_OF_MEMORY CONFIGRET = 0x00000002 constant CR_INVALID_POINTER (line 766) | CR_INVALID_POINTER CONFIGRET = 0x00000003 constant CR_INVALID_FLAG (line 767) | CR_INVALID_FLAG CONFIGRET = 0x00000004 constant CR_INVALID_DEVNODE (line 768) | CR_INVALID_DEVNODE CONFIGRET = 0x00000005 constant CR_INVALID_DEVINST (line 769) | CR_INVALID_DEVINST = CR_INVALID_DEVNODE constant CR_INVALID_RES_DES (line 770) | CR_INVALID_RES_DES CONFIGRET = 0x00000006 constant CR_INVALID_LOG_CONF (line 771) | CR_INVALID_LOG_CONF CONFIGRET = 0x00000007 constant CR_INVALID_ARBITRATOR (line 772) | CR_INVALID_ARBITRATOR CONFIGRET = 0x00000008 constant CR_INVALID_NODELIST (line 773) | CR_INVALID_NODELIST CONFIGRET = 0x00000009 constant CR_DEVNODE_HAS_REQS (line 774) | CR_DEVNODE_HAS_REQS CONFIGRET = 0x0000000A constant CR_DEVINST_HAS_REQS (line 775) | CR_DEVINST_HAS_REQS = CR_DEVNODE_HAS_REQS constant CR_INVALID_RESOURCEID (line 776) | CR_INVALID_RESOURCEID CONFIGRET = 0x0000000B constant CR_DLVXD_NOT_FOUND (line 777) | CR_DLVXD_NOT_FOUND CONFIGRET = 0x0000000C constant CR_NO_SUCH_DEVNODE (line 778) | CR_NO_SUCH_DEVNODE CONFIGRET = 0x0000000D constant CR_NO_SUCH_DEVINST (line 779) | CR_NO_SUCH_DEVINST = CR_NO_SUCH_DEVNODE constant CR_NO_MORE_LOG_CONF (line 780) | CR_NO_MORE_LOG_CONF CONFIGRET = 0x0000000E constant CR_NO_MORE_RES_DES (line 781) | CR_NO_MORE_RES_DES CONFIGRET = 0x0000000F constant CR_ALREADY_SUCH_DEVNODE (line 782) | CR_ALREADY_SUCH_DEVNODE CONFIGRET = 0x00000010 constant CR_ALREADY_SUCH_DEVINST (line 783) | CR_ALREADY_SUCH_DEVINST = CR_ALREADY_SUCH_DEVNODE constant CR_INVALID_RANGE_LIST (line 784) | CR_INVALID_RANGE_LIST CONFIGRET = 0x00000011 constant CR_INVALID_RANGE (line 785) | CR_INVALID_RANGE CONFIGRET = 0x00000012 constant CR_FAILURE (line 786) | CR_FAILURE CONFIGRET = 0x00000013 constant CR_NO_SUCH_LOGICAL_DEV (line 787) | CR_NO_SUCH_LOGICAL_DEV CONFIGRET = 0x00000014 constant CR_CREATE_BLOCKED (line 788) | CR_CREATE_BLOCKED CONFIGRET = 0x00000015 constant CR_NOT_SYSTEM_VM (line 789) | CR_NOT_SYSTEM_VM CONFIGRET = 0x00000016 constant CR_REMOVE_VETOED (line 790) | CR_REMOVE_VETOED CONFIGRET = 0x00000017 constant CR_APM_VETOED (line 791) | CR_APM_VETOED CONFIGRET = 0x00000018 constant CR_INVALID_LOAD_TYPE (line 792) | CR_INVALID_LOAD_TYPE CONFIGRET = 0x00000019 constant CR_BUFFER_SMALL (line 793) | CR_BUFFER_SMALL CONFIGRET = 0x0000001A constant CR_NO_ARBITRATOR (line 794) | CR_NO_ARBITRATOR CONFIGRET = 0x0000001B constant CR_NO_REGISTRY_HANDLE (line 795) | CR_NO_REGISTRY_HANDLE CONFIGRET = 0x0000001C constant CR_REGISTRY_ERROR (line 796) | CR_REGISTRY_ERROR CONFIGRET = 0x0000001D constant CR_INVALID_DEVICE_ID (line 797) | CR_INVALID_DEVICE_ID CONFIGRET = 0x0000001E constant CR_INVALID_DATA (line 798) | CR_INVALID_DATA CONFIGRET = 0x0000001F constant CR_INVALID_API (line 799) | CR_INVALID_API CONFIGRET = 0x00000020 constant CR_DEVLOADER_NOT_READY (line 800) | CR_DEVLOADER_NOT_READY CONFIGRET = 0x00000021 constant CR_NEED_RESTART (line 801) | CR_NEED_RESTART CONFIGRET = 0x00000022 constant CR_NO_MORE_HW_PROFILES (line 802) | CR_NO_MORE_HW_PROFILES CONFIGRET = 0x00000023 constant CR_DEVICE_NOT_THERE (line 803) | CR_DEVICE_NOT_THERE CONFIGRET = 0x00000024 constant CR_NO_SUCH_VALUE (line 804) | CR_NO_SUCH_VALUE CONFIGRET = 0x00000025 constant CR_WRONG_TYPE (line 805) | CR_WRONG_TYPE CONFIGRET = 0x00000026 constant CR_INVALID_PRIORITY (line 806) | CR_INVALID_PRIORITY CONFIGRET = 0x00000027 constant CR_NOT_DISABLEABLE (line 807) | CR_NOT_DISABLEABLE CONFIGRET = 0x00000028 constant CR_FREE_RESOURCES (line 808) | CR_FREE_RESOURCES CONFIGRET = 0x00000029 constant CR_QUERY_VETOED (line 809) | CR_QUERY_VETOED CONFIGRET = 0x0000002A constant CR_CANT_SHARE_IRQ (line 810) | CR_CANT_SHARE_IRQ CONFIGRET = 0x0000002B constant CR_NO_DEPENDENT (line 811) | CR_NO_DEPENDENT CONFIGRET = 0x0000002C constant CR_SAME_RESOURCES (line 812) | CR_SAME_RESOURCES CONFIGRET = 0x0000002D constant CR_NO_SUCH_REGISTRY_KEY (line 813) | CR_NO_SUCH_REGISTRY_KEY CONFIGRET = 0x0000002E constant CR_INVALID_MACHINENAME (line 814) | CR_INVALID_MACHINENAME CONFIGRET = 0x0000002F constant CR_REMOTE_COMM_FAILURE (line 815) | CR_REMOTE_COMM_FAILURE CONFIGRET = 0x00000030 constant CR_MACHINE_UNAVAILABLE (line 816) | CR_MACHINE_UNAVAILABLE CONFIGRET = 0x00000031 constant CR_NO_CM_SERVICES (line 817) | CR_NO_CM_SERVICES CONFIGRET = 0x00000032 constant CR_ACCESS_DENIED (line 818) | CR_ACCESS_DENIED CONFIGRET = 0x00000033 constant CR_CALL_NOT_IMPLEMENTED (line 819) | CR_CALL_NOT_IMPLEMENTED CONFIGRET = 0x00000034 constant CR_INVALID_PROPERTY (line 820) | CR_INVALID_PROPERTY CONFIGRET = 0x00000035 constant CR_DEVICE_INTERFACE_ACTIVE (line 821) | CR_DEVICE_INTERFACE_ACTIVE CONFIGRET = 0x00000036 constant CR_NO_SUCH_DEVICE_INTERFACE (line 822) | CR_NO_SUCH_DEVICE_INTERFACE CONFIGRET = 0x00000037 constant CR_INVALID_REFERENCE_STRING (line 823) | CR_INVALID_REFERENCE_STRING CONFIGRET = 0x00000038 constant CR_INVALID_CONFLICT_LIST (line 824) | CR_INVALID_CONFLICT_LIST CONFIGRET = 0x00000039 constant CR_INVALID_INDEX (line 825) | CR_INVALID_INDEX CONFIGRET = 0x0000003A constant CR_INVALID_STRUCTURE_SIZE (line 826) | CR_INVALID_STRUCTURE_SIZE CONFIGRET = 0x0000003B constant NUM_CR_RESULTS (line 827) | NUM_CR_RESULTS CONFIGRET = 0x0000003C constant CM_GET_DEVICE_INTERFACE_LIST_PRESENT (line 831) | CM_GET_DEVICE_INTERFACE_LIST_PRESENT = 0 constant CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES (line 832) | CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES = 1 constant DN_ROOT_ENUMERATED (line 836) | DN_ROOT_ENUMERATED = 0x00000001 constant DN_DRIVER_LOADED (line 837) | DN_DRIVER_LOADED = 0x00000002 constant DN_ENUM_LOADED (line 838) | DN_ENUM_LOADED = 0x00000004 constant DN_STARTED (line 839) | DN_STARTED = 0x00000008 constant DN_MANUAL (line 840) | DN_MANUAL = 0x00000010 constant DN_NEED_TO_ENUM (line 841) | DN_NEED_TO_ENUM = 0x00000020 constant DN_NOT_FIRST_TIME (line 842) | DN_NOT_FIRST_TIME = 0x00000040 constant DN_HARDWARE_ENUM (line 843) | DN_HARDWARE_ENUM = 0x00000080 constant DN_LIAR (line 844) | DN_LIAR = 0x00000100 constant DN_HAS_MARK (line 845) | DN_HAS_MARK = 0x00000200 constant DN_HAS_PROBLEM (line 846) | DN_HAS_PROBLEM = 0x00000400 constant DN_FILTERED (line 847) | DN_FILTERED = 0x00000800 constant DN_MOVED (line 848) | DN_MOVED = 0x00001000 constant DN_DISABLEABLE (line 849) | DN_DISABLEABLE = 0x00002000 constant DN_REMOVABLE (line 850) | DN_REMOVABLE = 0x00004000 constant DN_PRIVATE_PROBLEM (line 851) | DN_PRIVATE_PROBLEM = 0x00008000 constant DN_MF_PARENT (line 852) | DN_MF_PARENT = 0x00010000 constant DN_MF_CHILD (line 853) | DN_MF_CHILD = 0x00020000 constant DN_WILL_BE_REMOVED (line 854) | DN_WILL_BE_REMOVED = 0x00040000 constant DN_NOT_FIRST_TIMEE (line 855) | DN_NOT_FIRST_TIMEE = 0x00080000 constant DN_STOP_FREE_RES (line 856) | DN_STOP_FREE_RES = 0x00100000 constant DN_REBAL_CANDIDATE (line 857) | DN_REBAL_CANDIDATE = 0x00200000 constant DN_BAD_PARTIAL (line 858) | DN_BAD_PARTIAL = 0x00400000 constant DN_NT_ENUMERATOR (line 859) | DN_NT_ENUMERATOR = 0x00800000 constant DN_NT_DRIVER (line 860) | DN_NT_DRIVER = 0x01000000 constant DN_NEEDS_LOCKING (line 861) | DN_NEEDS_LOCKING = 0x02000000 constant DN_ARM_WAKEUP (line 862) | DN_ARM_WAKEUP = 0x04000000 constant DN_APM_ENUMERATOR (line 863) | DN_APM_ENUMERATOR = 0x08000000 constant DN_APM_DRIVER (line 864) | DN_APM_DRIVER = 0x10000000 constant DN_SILENT_INSTALL (line 865) | DN_SILENT_INSTALL = 0x20000000 constant DN_NO_SHOW_IN_DM (line 866) | DN_NO_SHOW_IN_DM = 0x40000000 constant DN_BOOT_LOG_PROB (line 867) | DN_BOOT_LOG_PROB = 0x80000000 constant DN_NEED_RESTART (line 868) | DN_NEED_RESTART = DN_LIAR constant DN_DRIVER_BLOCKED (line 869) | DN_DRIVER_BLOCKED = DN_NOT_FIRST_TIME constant DN_LEGACY_DRIVER (line 870) | DN_LEGACY_DRIVER = DN_MOVED constant DN_CHILD_WITH_INVALID_ID (line 871) | DN_CHILD_WITH_INVALID_ID = DN_HAS_MARK constant DN_DEVICE_DISCONNECTED (line 872) | DN_DEVICE_DISCONNECTED = DN_NEEDS_LOCKING constant DN_QUERY_REMOVE_PENDING (line 873) | DN_QUERY_REMOVE_PENDING = DN_MF_PARENT constant DN_QUERY_REMOVE_ACTIVE (line 874) | DN_QUERY_REMOVE_ACTIVE = DN_MF_CHILD constant DN_CHANGEABLE_FLAGS (line 875) | DN_CHANGEABLE_FLAGS = DN_NOT_FIRST_TIME | DN_HARDWARE_ENUM | DN_HAS... function SetupDiCreateDeviceInfoListEx (line 881) | func SetupDiCreateDeviceInfoListEx(classGUID *GUID, hwndParent uintptr, ... function SetupDiGetDeviceInfoListDetail (line 895) | func SetupDiGetDeviceInfoListDetail(deviceInfoSet DevInfo) (deviceInfoSe... function SetupDiCreateDeviceInfo (line 910) | func SetupDiCreateDeviceInfo(deviceInfoSet DevInfo, deviceName string, c... function SetupDiEnumDeviceInfo (line 938) | func SetupDiEnumDeviceInfo(deviceInfoSet DevInfo, memberIndex int) (*Dev... function SetupDiEnumDriverInfo (line 975) | func SetupDiEnumDriverInfo(deviceInfoSet DevInfo, deviceInfoData *DevInf... function SetupDiGetSelectedDriver (line 990) | func SetupDiGetSelectedDriver(deviceInfoSet DevInfo, deviceInfoData *Dev... function SetupDiGetDriverInfoDetail (line 1012) | func SetupDiGetDriverInfoDetail(deviceInfoSet DevInfo, deviceInfoData *D... function SetupDiGetClassDevsEx (line 1045) | func SetupDiGetClassDevsEx(classGUID *GUID, enumerator string, hwndParen... function SetupDiGetDeviceProperty (line 1082) | func SetupDiGetDeviceProperty(deviceInfoSet DevInfo, deviceInfoData *Dev... function SetupDiGetDeviceRegistryProperty (line 1107) | func SetupDiGetDeviceRegistryProperty(deviceInfoSet DevInfo, deviceInfoD... function getRegistryValue (line 1123) | func getRegistryValue(buf []byte, dataType uint32) (interface{}, error) { function bufToUTF16 (line 1175) | func bufToUTF16(buf []byte) []uint16 { function utf16ToBuf (line 1185) | func utf16ToBuf(buf []uint16) []byte { function wcslen (line 1194) | func wcslen(str []uint16) int { function SetupDiSetDeviceRegistryProperty (line 1211) | func SetupDiSetDeviceRegistryProperty(deviceInfoSet DevInfo, deviceInfoD... function SetupDiGetDeviceInstallParams (line 1234) | func SetupDiGetDeviceInstallParams(deviceInfoSet DevInfo, deviceInfoData... function SetupDiGetDeviceInstanceId (line 1249) | func SetupDiGetDeviceInstanceId(deviceInfoSet DevInfo, deviceInfoData *D... function SetupDiClassNameFromGuidEx (line 1295) | func SetupDiClassNameFromGuidEx(classGUID *GUID, machineName string) (cl... function SetupDiClassGuidsFromNameEx (line 1318) | func SetupDiClassGuidsFromNameEx(className string, machineName string) (... function SetupDiGetSelectedDevice (line 1349) | func SetupDiGetSelectedDevice(deviceInfoSet DevInfo) (*DevInfoData, erro... function SetupUninstallOEMInf (line 1372) | func SetupUninstallOEMInf(infFileName string, flags SUOI) error { function CM_Get_Device_Interface_List (line 1385) | func CM_Get_Device_Interface_List(deviceID string, interfaceClass *GUID,... function CM_Get_DevNode_Status (line 1419) | func CM_Get_DevNode_Status(status *uint32, problemNumber *uint32, devIns... FILE: vendor/golang.org/x/sys/windows/str.go function itoa (line 10) | func itoa(val int) string { // do it here rather than with fmt to avoid ... FILE: vendor/golang.org/x/sys/windows/syscall.go function ByteSliceFromString (line 38) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 50) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 60) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 70) | func BytePtrToString(p *byte) string { method Unix (line 91) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 95) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 99) | func (ts *Timespec) Nano() int64 { method Nano (line 103) | func (tv *Timeval) Nano() int64 { FILE: vendor/golang.org/x/sys/windows/syscall_windows.go type Handle (line 22) | type Handle type HWND (line 23) | type HWND constant InvalidHandle (line 26) | InvalidHandle = ^Handle(0) constant InvalidHWND (line 27) | InvalidHWND = ^HWND(0) constant DDD_EXACT_MATCH_ON_REMOVE (line 30) | DDD_EXACT_MATCH_ON_REMOVE = 0x00000004 constant DDD_NO_BROADCAST_SYSTEM (line 31) | DDD_NO_BROADCAST_SYSTEM = 0x00000008 constant DDD_RAW_TARGET_PATH (line 32) | DDD_RAW_TARGET_PATH = 0x00000001 constant DDD_REMOVE_DEFINITION (line 33) | DDD_REMOVE_DEFINITION = 0x00000002 constant DRIVE_UNKNOWN (line 36) | DRIVE_UNKNOWN = 0 constant DRIVE_NO_ROOT_DIR (line 37) | DRIVE_NO_ROOT_DIR = 1 constant DRIVE_REMOVABLE (line 38) | DRIVE_REMOVABLE = 2 constant DRIVE_FIXED (line 39) | DRIVE_FIXED = 3 constant DRIVE_REMOTE (line 40) | DRIVE_REMOTE = 4 constant DRIVE_CDROM (line 41) | DRIVE_CDROM = 5 constant DRIVE_RAMDISK (line 42) | DRIVE_RAMDISK = 6 constant FILE_CASE_SENSITIVE_SEARCH (line 45) | FILE_CASE_SENSITIVE_SEARCH = 0x00000001 constant FILE_CASE_PRESERVED_NAMES (line 46) | FILE_CASE_PRESERVED_NAMES = 0x00000002 constant FILE_FILE_COMPRESSION (line 47) | FILE_FILE_COMPRESSION = 0x00000010 constant FILE_DAX_VOLUME (line 48) | FILE_DAX_VOLUME = 0x20000000 constant FILE_NAMED_STREAMS (line 49) | FILE_NAMED_STREAMS = 0x00040000 constant FILE_PERSISTENT_ACLS (line 50) | FILE_PERSISTENT_ACLS = 0x00000008 constant FILE_READ_ONLY_VOLUME (line 51) | FILE_READ_ONLY_VOLUME = 0x00080000 constant FILE_SEQUENTIAL_WRITE_ONCE (line 52) | FILE_SEQUENTIAL_WRITE_ONCE = 0x00100000 constant FILE_SUPPORTS_ENCRYPTION (line 53) | FILE_SUPPORTS_ENCRYPTION = 0x00020000 constant FILE_SUPPORTS_EXTENDED_ATTRIBUTES (line 54) | FILE_SUPPORTS_EXTENDED_ATTRIBUTES = 0x00800000 constant FILE_SUPPORTS_HARD_LINKS (line 55) | FILE_SUPPORTS_HARD_LINKS = 0x00400000 constant FILE_SUPPORTS_OBJECT_IDS (line 56) | FILE_SUPPORTS_OBJECT_IDS = 0x00010000 constant FILE_SUPPORTS_OPEN_BY_FILE_ID (line 57) | FILE_SUPPORTS_OPEN_BY_FILE_ID = 0x01000000 constant FILE_SUPPORTS_REPARSE_POINTS (line 58) | FILE_SUPPORTS_REPARSE_POINTS = 0x00000080 constant FILE_SUPPORTS_SPARSE_FILES (line 59) | FILE_SUPPORTS_SPARSE_FILES = 0x00000040 constant FILE_SUPPORTS_TRANSACTIONS (line 60) | FILE_SUPPORTS_TRANSACTIONS = 0x00200000 constant FILE_SUPPORTS_USN_JOURNAL (line 61) | FILE_SUPPORTS_USN_JOURNAL = 0x02000000 constant FILE_UNICODE_ON_DISK (line 62) | FILE_UNICODE_ON_DISK = 0x00000004 constant FILE_VOLUME_IS_COMPRESSED (line 63) | FILE_VOLUME_IS_COMPRESSED = 0x00008000 constant FILE_VOLUME_QUOTAS (line 64) | FILE_VOLUME_QUOTAS = 0x00000020 constant LOCKFILE_FAIL_IMMEDIATELY (line 67) | LOCKFILE_FAIL_IMMEDIATELY = 0x00000001 constant LOCKFILE_EXCLUSIVE_LOCK (line 68) | LOCKFILE_EXCLUSIVE_LOCK = 0x00000002 constant WAIT_IO_COMPLETION (line 71) | WAIT_IO_COMPLETION = 0x000000C0 function StringToUTF16 (line 77) | func StringToUTF16(s string) []uint16 { function UTF16FromString (line 88) | func UTF16FromString(s string) ([]uint16, error) { function UTF16ToString (line 94) | func UTF16ToString(s []uint16) string { function StringToUTF16Ptr (line 101) | func StringToUTF16Ptr(s string) *uint16 { return &StringToUTF16(s)[0] } function UTF16PtrFromString (line 106) | func UTF16PtrFromString(s string) (*uint16, error) { function UTF16PtrToString (line 117) | func UTF16PtrToString(p *uint16) string { function Getpagesize (line 134) | func Getpagesize() int { return 4096 } function NewCallback (line 139) | func NewCallback(fn interface{}) uintptr { function NewCallbackCDecl (line 146) | func NewCallbackCDecl(fn interface{}) uintptr { function GetCurrentProcess (line 448) | func GetCurrentProcess() (Handle, error) { function CurrentProcess (line 454) | func CurrentProcess() Handle { return Handle(^uintptr(1 - 1)) } function GetCurrentThread (line 462) | func GetCurrentThread() (Handle, error) { function CurrentThread (line 468) | func CurrentThread() Handle { return Handle(^uintptr(2 - 1)) } function GetProcAddressByOrdinal (line 472) | func GetProcAddressByOrdinal(module Handle, ordinal uintptr) (proc uintp... function Exit (line 481) | func Exit(code int) { ExitProcess(uint32(code)) } function makeInheritSa (line 483) | func makeInheritSa() *SecurityAttributes { function Open (line 490) | func Open(path string, mode int, perm uint32) (fd Handle, err error) { function Read (line 540) | func Read(fd Handle, p []byte) (n int, err error) { function Write (line 553) | func Write(fd Handle, p []byte) (n int, err error) { function ReadFile (line 565) | func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped)... function WriteFile (line 576) | func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped... function Seek (line 589) | func Seek(fd Handle, offset int64, whence int) (newoffset int64, err err... function Close (line 613) | func Close(fd Handle) (err error) { function getStdHandle (line 623) | func getStdHandle(stdhandle uint32) (fd Handle) { constant ImplementsGetwd (line 628) | ImplementsGetwd = true function Getwd (line 630) | func Getwd() (wd string, err error) { function Chdir (line 639) | func Chdir(path string) (err error) { function Mkdir (line 647) | func Mkdir(path string, mode uint32) (err error) { function Rmdir (line 655) | func Rmdir(path string) (err error) { function Unlink (line 663) | func Unlink(path string) (err error) { function Rename (line 671) | func Rename(oldpath, newpath string) (err error) { function ComputerName (line 683) | func ComputerName() (name string, err error) { function DurationSinceBoot (line 693) | func DurationSinceBoot() time.Duration { function Ftruncate (line 697) | func Ftruncate(fd Handle, length int64) (err error) { function Gettimeofday (line 714) | func Gettimeofday(tv *Timeval) (err error) { function Pipe (line 721) | func Pipe(p []Handle) (err error) { function Utimes (line 735) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 755) | func UtimesNano(path string, ts []Timespec) (err error) { function Fsync (line 775) | func Fsync(fd Handle) (err error) { function Chmod (line 779) | func Chmod(path string, mode uint32) (err error) { function LoadGetSystemTimePreciseAsFileTime (line 796) | func LoadGetSystemTimePreciseAsFileTime() error { function LoadCancelIoEx (line 800) | func LoadCancelIoEx() error { function LoadSetFileCompletionNotificationModes (line 804) | func LoadSetFileCompletionNotificationModes() error { function WaitForMultipleObjects (line 808) | func WaitForMultipleObjects(handles []Handle, waitAll bool, waitMillisec... constant socket_error (line 822) | socket_error = uintptr(^uint32(0)) type RawSockaddrInet4 (line 872) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 879) | type RawSockaddrInet6 struct type RawSockaddr (line 887) | type RawSockaddr struct type RawSockaddrAny (line 892) | type RawSockaddrAny struct method Sockaddr (line 1002) | func (rsa *RawSockaddrAny) Sockaddr() (Sockaddr, error) { type Sockaddr (line 897) | type Sockaddr interface type SockaddrInet4 (line 901) | type SockaddrInet4 struct method sockaddr (line 907) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, int32, error) { type SockaddrInet6 (line 919) | type SockaddrInet6 struct method sockaddr (line 926) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrUnix (line 939) | type RawSockaddrUnix struct type SockaddrUnix (line 944) | type SockaddrUnix struct method sockaddr (line 949) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrBth (line 976) | type RawSockaddrBth struct type SockaddrBth (line 983) | type SockaddrBth struct method sockaddr (line 991) | func (sa *SockaddrBth) sockaddr() (unsafe.Pointer, int32, error) { function Socket (line 1048) | func Socket(domain, typ, proto int) (fd Handle, err error) { function SetsockoptInt (line 1055) | func SetsockoptInt(fd Handle, level, opt int, value int) (err error) { function Bind (line 1060) | func Bind(fd Handle, sa Sockaddr) (err error) { function Connect (line 1068) | func Connect(fd Handle, sa Sockaddr) (err error) { function GetBestInterfaceEx (line 1076) | func GetBestInterfaceEx(sa Sockaddr, pdwBestIfIndex *uint32) (err error) { function Getsockname (line 1084) | func Getsockname(fd Handle) (sa Sockaddr, err error) { function Getpeername (line 1093) | func Getpeername(fd Handle) (sa Sockaddr, err error) { function Listen (line 1102) | func Listen(s Handle, n int) (err error) { function Shutdown (line 1106) | func Shutdown(fd Handle, how int) (err error) { function WSASendto (line 1110) | func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flag... function LoadGetAddrInfo (line 1122) | func LoadGetAddrInfo() error { function LoadConnectEx (line 1132) | func LoadConnectEx() error { function connectEx (line 1152) | func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *by... function ConnectEx (line 1164) | func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32... function loadWSASendRecvMsg (line 1183) | func loadWSASendRecvMsg() error { function WSASendMsg (line 1213) | func WSASendMsg(fd Handle, msg *WSAMsg, flags uint32, bytesSent *uint32,... function WSARecvMsg (line 1225) | func WSARecvMsg(fd Handle, msg *WSAMsg, bytesReceived *uint32, overlappe... type Rusage (line 1238) | type Rusage struct type WaitStatus (line 1245) | type WaitStatus struct method Exited (line 1249) | func (w WaitStatus) Exited() bool { return true } method ExitStatus (line 1251) | func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) } method Signal (line 1253) | func (w WaitStatus) Signal() Signal { return -1 } method CoreDump (line 1255) | func (w WaitStatus) CoreDump() bool { return false } method Stopped (line 1257) | func (w WaitStatus) Stopped() bool { return false } method Continued (line 1259) | func (w WaitStatus) Continued() bool { return false } method StopSignal (line 1261) | func (w WaitStatus) StopSignal() Signal { return -1 } method Signaled (line 1263) | func (w WaitStatus) Signaled() bool { return false } method TrapCause (line 1265) | func (w WaitStatus) TrapCause() int { return -1 } type Timespec (line 1269) | type Timespec struct function TimespecToNsec (line 1274) | func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int6... function NsecToTimespec (line 1276) | func NsecToTimespec(nsec int64) (ts Timespec) { function Accept (line 1284) | func Accept(fd Handle) (nfd Handle, sa Sockaddr, err error) { return 0, ... function Recvfrom (line 1286) | func Recvfrom(fd Handle, p []byte, flags int) (n int, from Sockaddr, err... function Sendto (line 1298) | func Sendto(fd Handle, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptTimeval (line 1306) | func SetsockoptTimeval(fd Handle, level, opt int, tv *Timeval) (err erro... type Linger (line 1315) | type Linger struct type sysLinger (line 1320) | type sysLinger struct type IPMreq (line 1325) | type IPMreq struct type IPv6Mreq (line 1330) | type IPv6Mreq struct function GetsockoptInt (line 1335) | func GetsockoptInt(fd Handle, level, opt int) (int, error) { function SetsockoptLinger (line 1342) | func SetsockoptLinger(fd Handle, level, opt int, l *Linger) (err error) { function SetsockoptInet4Addr (line 1347) | func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err ... function SetsockoptIPMreq (line 1350) | func SetsockoptIPMreq(fd Handle, level, opt int, mreq *IPMreq) (err erro... function SetsockoptIPv6Mreq (line 1353) | func SetsockoptIPv6Mreq(fd Handle, level, opt int, mreq *IPv6Mreq) (err ... function Getpid (line 1357) | func Getpid() (pid int) { return int(GetCurrentProcessId()) } function FindFirstFile (line 1359) | func FindFirstFile(name *uint16, data *Win32finddata) (handle Handle, er... function FindNextFile (line 1376) | func FindNextFile(handle Handle, data *Win32finddata) (err error) { function getProcessEntry (line 1385) | func getProcessEntry(pid int) (*ProcessEntry32, error) { function Getppid (line 1407) | func Getppid() (ppid int) { function Fchdir (line 1416) | func Fchdir(fd Handle) (err error) { return syscall.EWINDOWS } function Link (line 1417) | func Link(oldpath, newpath string) (err error) { return syscall.EWINDOWS } function Symlink (line 1418) | func Symlink(path, link string) (err error) { return syscall.EWINDOWS } function Fchmod (line 1420) | func Fchmod(fd Handle, mode uint32) (err error) { return syscall.... function Chown (line 1421) | func Chown(path string, uid int, gid int) (err error) { return syscall.... function Lchown (line 1422) | func Lchown(path string, uid int, gid int) (err error) { return syscall.... function Fchown (line 1423) | func Fchown(fd Handle, uid int, gid int) (err error) { return syscall.... function Getuid (line 1425) | func Getuid() (uid int) { return -1 } function Geteuid (line 1426) | func Geteuid() (euid int) { return -1 } function Getgid (line 1427) | func Getgid() (gid int) { return -1 } function Getegid (line 1428) | func Getegid() (egid int) { return -1 } function Getgroups (line 1429) | func Getgroups() (gids []int, err error) { return nil, syscall.EWINDOWS } type Signal (line 1431) | type Signal method Signal (line 1433) | func (s Signal) Signal() {} method String (line 1435) | func (s Signal) String() string { function LoadCreateSymbolicLink (line 1445) | func LoadCreateSymbolicLink() error { function Readlink (line 1450) | func Readlink(path string, buf []byte) (n int, err error) { function GUIDFromString (line 1488) | func GUIDFromString(str string) (GUID, error) { function GenerateGUID (line 1502) | func GenerateGUID() (GUID, error) { method String (line 1513) | func (guid GUID) String() string { function KnownFolderPath (line 1524) | func KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (string, err... method KnownFolderPath (line 1530) | func (t Token) KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (s... function RtlGetVersion (line 1542) | func RtlGetVersion() *OsVersionInfoEx { function RtlGetNtVersionNumbers (line 1555) | func RtlGetNtVersionNumbers() (majorVersion, minorVersion, buildNumber u... function GetProcessPreferredUILanguages (line 1562) | func GetProcessPreferredUILanguages(flags uint32) ([]string, error) { function GetThreadPreferredUILanguages (line 1567) | func GetThreadPreferredUILanguages(flags uint32) ([]string, error) { function GetUserPreferredUILanguages (line 1572) | func GetUserPreferredUILanguages(flags uint32) ([]string, error) { function GetSystemPreferredUILanguages (line 1577) | func GetSystemPreferredUILanguages(flags uint32) ([]string, error) { function getUILanguages (line 1581) | func getUILanguages(flags uint32, f func(flags uint32, numLanguages *uin... function SetConsoleCursorPosition (line 1612) | func SetConsoleCursorPosition(console Handle, position Coord) error { method Errno (line 1616) | func (s NTStatus) Errno() syscall.Errno { function langID (line 1620) | func langID(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pr... method Error (line 1622) | func (s NTStatus) Error() string { function NewNTUnicodeString (line 1638) | func NewNTUnicodeString(s string) (*NTUnicodeString, error) { method Slice (line 1649) | func (s *NTUnicodeString) Slice() []uint16 { method String (line 1658) | func (s *NTUnicodeString) String() string { function NewNTString (line 1666) | func NewNTString(s string) (*NTString, error) { method Slice (line 1677) | func (s *NTString) Slice() []byte { method String (line 1686) | func (s *NTString) String() string { function FindResource (line 1691) | func FindResource(module Handle, name, resType ResourceIDOrString) (Hand... function LoadResourceData (line 1722) | func LoadResourceData(module, resInfo Handle) (data []byte, err error) { type PSAPI_WORKING_SET_EX_BLOCK (line 1743) | type PSAPI_WORKING_SET_EX_BLOCK method Valid (line 1747) | func (b PSAPI_WORKING_SET_EX_BLOCK) Valid() bool { method ShareCount (line 1752) | func (b PSAPI_WORKING_SET_EX_BLOCK) ShareCount() uint64 { method Win32Protection (line 1758) | func (b PSAPI_WORKING_SET_EX_BLOCK) Win32Protection() uint64 { method Shared (line 1764) | func (b PSAPI_WORKING_SET_EX_BLOCK) Shared() bool { method Node (line 1769) | func (b PSAPI_WORKING_SET_EX_BLOCK) Node() uint64 { method Locked (line 1775) | func (b PSAPI_WORKING_SET_EX_BLOCK) Locked() bool { method LargePage (line 1781) | func (b PSAPI_WORKING_SET_EX_BLOCK) LargePage() bool { method Bad (line 1787) | func (b PSAPI_WORKING_SET_EX_BLOCK) Bad() bool { method intField (line 1792) | func (b PSAPI_WORKING_SET_EX_BLOCK) intField(start, length int) uint64 { type PSAPI_WORKING_SET_EX_INFORMATION (line 1803) | type PSAPI_WORKING_SET_EX_INFORMATION struct 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 TH32CS_SNAPHEAPLIST (line 254) | TH32CS_SNAPHEAPLIST = 0x01 constant TH32CS_SNAPPROCESS (line 255) | TH32CS_SNAPPROCESS = 0x02 constant TH32CS_SNAPTHREAD (line 256) | TH32CS_SNAPTHREAD = 0x04 constant TH32CS_SNAPMODULE (line 257) | TH32CS_SNAPMODULE = 0x08 constant TH32CS_SNAPMODULE32 (line 258) | TH32CS_SNAPMODULE32 = 0x10 constant TH32CS_SNAPALL (line 259) | TH32CS_SNAPALL = TH32CS_SNAPHEAPLIST | TH32CS_SNAPMODULE | TH32CS_S... constant TH32CS_INHERIT (line 260) | TH32CS_INHERIT = 0x80000000 constant LIST_MODULES_32BIT (line 265) | LIST_MODULES_32BIT = 0x01 constant LIST_MODULES_64BIT (line 266) | LIST_MODULES_64BIT = 0x02 constant LIST_MODULES_ALL (line 267) | LIST_MODULES_ALL = 0x03 constant LIST_MODULES_DEFAULT (line 268) | LIST_MODULES_DEFAULT = 0x00 constant FILE_NOTIFY_CHANGE_FILE_NAME (line 273) | FILE_NOTIFY_CHANGE_FILE_NAME = 0x001 constant FILE_NOTIFY_CHANGE_DIR_NAME (line 274) | FILE_NOTIFY_CHANGE_DIR_NAME = 0x002 constant FILE_NOTIFY_CHANGE_ATTRIBUTES (line 275) | FILE_NOTIFY_CHANGE_ATTRIBUTES = 0x004 constant FILE_NOTIFY_CHANGE_SIZE (line 276) | FILE_NOTIFY_CHANGE_SIZE = 0x008 constant FILE_NOTIFY_CHANGE_LAST_WRITE (line 277) | FILE_NOTIFY_CHANGE_LAST_WRITE = 0x010 constant FILE_NOTIFY_CHANGE_LAST_ACCESS (line 278) | FILE_NOTIFY_CHANGE_LAST_ACCESS = 0x020 constant FILE_NOTIFY_CHANGE_CREATION (line 279) | FILE_NOTIFY_CHANGE_CREATION = 0x040 constant FILE_NOTIFY_CHANGE_SECURITY (line 280) | FILE_NOTIFY_CHANGE_SECURITY = 0x100 constant FILE_ACTION_ADDED (line 285) | FILE_ACTION_ADDED = iota + 1 constant FILE_ACTION_REMOVED (line 286) | FILE_ACTION_REMOVED constant FILE_ACTION_MODIFIED (line 287) | FILE_ACTION_MODIFIED constant FILE_ACTION_RENAMED_OLD_NAME (line 288) | FILE_ACTION_RENAMED_OLD_NAME constant FILE_ACTION_RENAMED_NEW_NAME (line 289) | FILE_ACTION_RENAMED_NEW_NAME constant PROV_RSA_FULL (line 295) | PROV_RSA_FULL = 1 constant PROV_RSA_SIG (line 296) | PROV_RSA_SIG = 2 constant PROV_DSS (line 297) | PROV_DSS = 3 constant PROV_FORTEZZA (line 298) | PROV_FORTEZZA = 4 constant PROV_MS_EXCHANGE (line 299) | PROV_MS_EXCHANGE = 5 constant PROV_SSL (line 300) | PROV_SSL = 6 constant PROV_RSA_SCHANNEL (line 301) | PROV_RSA_SCHANNEL = 12 constant PROV_DSS_DH (line 302) | PROV_DSS_DH = 13 constant PROV_EC_ECDSA_SIG (line 303) | PROV_EC_ECDSA_SIG = 14 constant PROV_EC_ECNRA_SIG (line 304) | PROV_EC_ECNRA_SIG = 15 constant PROV_EC_ECDSA_FULL (line 305) | PROV_EC_ECDSA_FULL = 16 constant PROV_EC_ECNRA_FULL (line 306) | PROV_EC_ECNRA_FULL = 17 constant PROV_DH_SCHANNEL (line 307) | PROV_DH_SCHANNEL = 18 constant PROV_SPYRUS_LYNKS (line 308) | PROV_SPYRUS_LYNKS = 20 constant PROV_RNG (line 309) | PROV_RNG = 21 constant PROV_INTEL_SEC (line 310) | PROV_INTEL_SEC = 22 constant PROV_REPLACE_OWF (line 311) | PROV_REPLACE_OWF = 23 constant PROV_RSA_AES (line 312) | PROV_RSA_AES = 24 constant CRYPT_VERIFYCONTEXT (line 315) | CRYPT_VERIFYCONTEXT = 0xF0000000 constant CRYPT_NEWKEYSET (line 316) | CRYPT_NEWKEYSET = 0x00000008 constant CRYPT_DELETEKEYSET (line 317) | CRYPT_DELETEKEYSET = 0x00000010 constant CRYPT_MACHINE_KEYSET (line 318) | CRYPT_MACHINE_KEYSET = 0x00000020 constant CRYPT_SILENT (line 319) | CRYPT_SILENT = 0x00000040 constant CRYPT_DEFAULT_CONTAINER_OPTIONAL (line 320) | CRYPT_DEFAULT_CONTAINER_OPTIONAL = 0x00000080 constant CRYPT_EXPORTABLE (line 323) | CRYPT_EXPORTABLE = 0x00000001 constant CRYPT_USER_PROTECTED (line 324) | CRYPT_USER_PROTECTED = 0x00000002 constant CRYPT_USER_KEYSET (line 325) | CRYPT_USER_KEYSET = 0x00001000 constant PKCS12_PREFER_CNG_KSP (line 326) | PKCS12_PREFER_CNG_KSP = 0x00000100 constant PKCS12_ALWAYS_CNG_KSP (line 327) | PKCS12_ALWAYS_CNG_KSP = 0x00000200 constant PKCS12_ALLOW_OVERWRITE_KEY (line 328) | PKCS12_ALLOW_OVERWRITE_KEY = 0x00004000 constant PKCS12_NO_PERSIST_KEY (line 329) | PKCS12_NO_PERSIST_KEY = 0x00008000 constant PKCS12_INCLUDE_EXTENDED_PROPERTIES (line 330) | PKCS12_INCLUDE_EXTENDED_PROPERTIES = 0x00000010 constant CRYPT_ACQUIRE_CACHE_FLAG (line 333) | CRYPT_ACQUIRE_CACHE_FLAG = 0x00000001 constant CRYPT_ACQUIRE_USE_PROV_INFO_FLAG (line 334) | CRYPT_ACQUIRE_USE_PROV_INFO_FLAG = 0x00000002 constant CRYPT_ACQUIRE_COMPARE_KEY_FLAG (line 335) | CRYPT_ACQUIRE_COMPARE_KEY_FLAG = 0x00000004 constant CRYPT_ACQUIRE_NO_HEALING (line 336) | CRYPT_ACQUIRE_NO_HEALING = 0x00000008 constant CRYPT_ACQUIRE_SILENT_FLAG (line 337) | CRYPT_ACQUIRE_SILENT_FLAG = 0x00000040 constant CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG (line 338) | CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG = 0x00000080 constant CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK (line 339) | CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK = 0x00070000 constant CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG (line 340) | CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG = 0x00010000 constant CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG (line 341) | CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG = 0x00020000 constant CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG (line 342) | CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG = 0x00040000 constant AT_KEYEXCHANGE (line 345) | AT_KEYEXCHANGE = 1 constant AT_SIGNATURE (line 346) | AT_SIGNATURE = 2 constant CERT_NCRYPT_KEY_SPEC (line 347) | CERT_NCRYPT_KEY_SPEC = 0xFFFFFFFF constant USAGE_MATCH_TYPE_AND (line 350) | USAGE_MATCH_TYPE_AND = 0 constant USAGE_MATCH_TYPE_OR (line 351) | USAGE_MATCH_TYPE_OR = 1 constant X509_ASN_ENCODING (line 354) | X509_ASN_ENCODING = 0x00000001 constant PKCS_7_ASN_ENCODING (line 355) | PKCS_7_ASN_ENCODING = 0x00010000 constant CERT_STORE_PROV_MSG (line 358) | CERT_STORE_PROV_MSG = 1 constant CERT_STORE_PROV_MEMORY (line 359) | CERT_STORE_PROV_MEMORY = 2 constant CERT_STORE_PROV_FILE (line 360) | CERT_STORE_PROV_FILE = 3 constant CERT_STORE_PROV_REG (line 361) | CERT_STORE_PROV_REG = 4 constant CERT_STORE_PROV_PKCS7 (line 362) | CERT_STORE_PROV_PKCS7 = 5 constant CERT_STORE_PROV_SERIALIZED (line 363) | CERT_STORE_PROV_SERIALIZED = 6 constant CERT_STORE_PROV_FILENAME_A (line 364) | CERT_STORE_PROV_FILENAME_A = 7 constant CERT_STORE_PROV_FILENAME_W (line 365) | CERT_STORE_PROV_FILENAME_W = 8 constant CERT_STORE_PROV_FILENAME (line 366) | CERT_STORE_PROV_FILENAME = CERT_STORE_PROV_FILENAME_W constant CERT_STORE_PROV_SYSTEM_A (line 367) | CERT_STORE_PROV_SYSTEM_A = 9 constant CERT_STORE_PROV_SYSTEM_W (line 368) | CERT_STORE_PROV_SYSTEM_W = 10 constant CERT_STORE_PROV_SYSTEM (line 369) | CERT_STORE_PROV_SYSTEM = CERT_STORE_PROV_SYSTEM_W constant CERT_STORE_PROV_COLLECTION (line 370) | CERT_STORE_PROV_COLLECTION = 11 constant CERT_STORE_PROV_SYSTEM_REGISTRY_A (line 371) | CERT_STORE_PROV_SYSTEM_REGISTRY_A = 12 constant CERT_STORE_PROV_SYSTEM_REGISTRY_W (line 372) | CERT_STORE_PROV_SYSTEM_REGISTRY_W = 13 constant CERT_STORE_PROV_SYSTEM_REGISTRY (line 373) | CERT_STORE_PROV_SYSTEM_REGISTRY = CERT_STORE_PROV_SYSTEM_REGISTRY_W constant CERT_STORE_PROV_PHYSICAL_W (line 374) | CERT_STORE_PROV_PHYSICAL_W = 14 constant CERT_STORE_PROV_PHYSICAL (line 375) | CERT_STORE_PROV_PHYSICAL = CERT_STORE_PROV_PHYSICAL_W constant CERT_STORE_PROV_SMART_CARD_W (line 376) | CERT_STORE_PROV_SMART_CARD_W = 15 constant CERT_STORE_PROV_SMART_CARD (line 377) | CERT_STORE_PROV_SMART_CARD = CERT_STORE_PROV_SMART_CARD_W constant CERT_STORE_PROV_LDAP_W (line 378) | CERT_STORE_PROV_LDAP_W = 16 constant CERT_STORE_PROV_LDAP (line 379) | CERT_STORE_PROV_LDAP = CERT_STORE_PROV_LDAP_W constant CERT_STORE_PROV_PKCS12 (line 380) | CERT_STORE_PROV_PKCS12 = 17 constant CERT_STORE_NO_CRYPT_RELEASE_FLAG (line 383) | CERT_STORE_NO_CRYPT_RELEASE_FLAG = 0x00000001 constant CERT_STORE_SET_LOCALIZED_NAME_FLAG (line 384) | CERT_STORE_SET_LOCALIZED_NAME_FLAG = 0x00000002 constant CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG (line 385) | CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 0x00000004 constant CERT_STORE_DELETE_FLAG (line 386) | CERT_STORE_DELETE_FLAG = 0x00000010 constant CERT_STORE_UNSAFE_PHYSICAL_FLAG (line 387) | CERT_STORE_UNSAFE_PHYSICAL_FLAG = 0x00000020 constant CERT_STORE_SHARE_STORE_FLAG (line 388) | CERT_STORE_SHARE_STORE_FLAG = 0x00000040 constant CERT_STORE_SHARE_CONTEXT_FLAG (line 389) | CERT_STORE_SHARE_CONTEXT_FLAG = 0x00000080 constant CERT_STORE_MANIFOLD_FLAG (line 390) | CERT_STORE_MANIFOLD_FLAG = 0x00000100 constant CERT_STORE_ENUM_ARCHIVED_FLAG (line 391) | CERT_STORE_ENUM_ARCHIVED_FLAG = 0x00000200 constant CERT_STORE_UPDATE_KEYID_FLAG (line 392) | CERT_STORE_UPDATE_KEYID_FLAG = 0x00000400 constant CERT_STORE_BACKUP_RESTORE_FLAG (line 393) | CERT_STORE_BACKUP_RESTORE_FLAG = 0x00000800 constant CERT_STORE_MAXIMUM_ALLOWED_FLAG (line 394) | CERT_STORE_MAXIMUM_ALLOWED_FLAG = 0x00001000 constant CERT_STORE_CREATE_NEW_FLAG (line 395) | CERT_STORE_CREATE_NEW_FLAG = 0x00002000 constant CERT_STORE_OPEN_EXISTING_FLAG (line 396) | CERT_STORE_OPEN_EXISTING_FLAG = 0x00004000 constant CERT_STORE_READONLY_FLAG (line 397) | CERT_STORE_READONLY_FLAG = 0x00008000 constant CERT_SYSTEM_STORE_CURRENT_USER (line 400) | CERT_SYSTEM_STORE_CURRENT_USER = 0x00010000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE (line 401) | CERT_SYSTEM_STORE_LOCAL_MACHINE = 0x00020000 constant CERT_SYSTEM_STORE_CURRENT_SERVICE (line 402) | CERT_SYSTEM_STORE_CURRENT_SERVICE = 0x00040000 constant CERT_SYSTEM_STORE_SERVICES (line 403) | CERT_SYSTEM_STORE_SERVICES = 0x00050000 constant CERT_SYSTEM_STORE_USERS (line 404) | CERT_SYSTEM_STORE_USERS = 0x00060000 constant CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY (line 405) | CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY = 0x00070000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY (line 406) | CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY = 0x00080000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE (line 407) | CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE = 0x00090000 constant CERT_SYSTEM_STORE_UNPROTECTED_FLAG (line 408) | CERT_SYSTEM_STORE_UNPROTECTED_FLAG = 0x40000000 constant CERT_SYSTEM_STORE_RELOCATE_FLAG (line 409) | CERT_SYSTEM_STORE_RELOCATE_FLAG = 0x80000000 constant CERT_REGISTRY_STORE_REMOTE_FLAG (line 412) | CERT_REGISTRY_STORE_REMOTE_FLAG = 0x00010000 constant CERT_REGISTRY_STORE_SERIALIZED_FLAG (line 413) | CERT_REGISTRY_STORE_SERIALIZED_FLAG = 0x00020000 constant CERT_REGISTRY_STORE_ROAMING_FLAG (line 414) | CERT_REGISTRY_STORE_ROAMING_FLAG = 0x00040000 constant CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG (line 415) | CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG = 0x00080000 constant CERT_REGISTRY_STORE_LM_GPT_FLAG (line 416) | CERT_REGISTRY_STORE_LM_GPT_FLAG = 0x01000000 constant CERT_REGISTRY_STORE_CLIENT_GPT_FLAG (line 417) | CERT_REGISTRY_STORE_CLIENT_GPT_FLAG = 0x80000000 constant CERT_FILE_STORE_COMMIT_ENABLE_FLAG (line 418) | CERT_FILE_STORE_COMMIT_ENABLE_FLAG = 0x00010000 constant CERT_LDAP_STORE_SIGN_FLAG (line 419) | CERT_LDAP_STORE_SIGN_FLAG = 0x00010000 constant CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG (line 420) | CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG = 0x00020000 constant CERT_LDAP_STORE_OPENED_FLAG (line 421) | CERT_LDAP_STORE_OPENED_FLAG = 0x00040000 constant CERT_LDAP_STORE_UNBIND_FLAG (line 422) | CERT_LDAP_STORE_UNBIND_FLAG = 0x00080000 constant CERT_STORE_ADD_NEW (line 425) | CERT_STORE_ADD_NEW = 1 constant CERT_STORE_ADD_USE_EXISTING (line 426) | CERT_STORE_ADD_USE_EXISTING = 2 constant CERT_STORE_ADD_REPLACE_EXISTING (line 427) | CERT_STORE_ADD_REPLACE_EXISTING = 3 constant CERT_STORE_ADD_ALWAYS (line 428) | CERT_STORE_ADD_ALWAYS = 4 constant CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES (line 429) | CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES = 5 constant CERT_STORE_ADD_NEWER (line 430) | CERT_STORE_ADD_NEWER = 6 constant CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES (line 431) | CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES = 7 constant CERT_TRUST_NO_ERROR (line 434) | CERT_TRUST_NO_ERROR = 0x00000000 constant CERT_TRUST_IS_NOT_TIME_VALID (line 435) | CERT_TRUST_IS_NOT_TIME_VALID = 0x00000001 constant CERT_TRUST_IS_REVOKED (line 436) | CERT_TRUST_IS_REVOKED = 0x00000004 constant CERT_TRUST_IS_NOT_SIGNATURE_VALID (line 437) | CERT_TRUST_IS_NOT_SIGNATURE_VALID = 0x00000008 constant CERT_TRUST_IS_NOT_VALID_FOR_USAGE (line 438) | CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 0x00000010 constant CERT_TRUST_IS_UNTRUSTED_ROOT (line 439) | CERT_TRUST_IS_UNTRUSTED_ROOT = 0x00000020 constant CERT_TRUST_REVOCATION_STATUS_UNKNOWN (line 440) | CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 0x00000040 constant CERT_TRUST_IS_CYCLIC (line 441) | CERT_TRUST_IS_CYCLIC = 0x00000080 constant CERT_TRUST_INVALID_EXTENSION (line 442) | CERT_TRUST_INVALID_EXTENSION = 0x00000100 constant CERT_TRUST_INVALID_POLICY_CONSTRAINTS (line 443) | CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 0x00000200 constant CERT_TRUST_INVALID_BASIC_CONSTRAINTS (line 444) | CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 0x00000400 constant CERT_TRUST_INVALID_NAME_CONSTRAINTS (line 445) | CERT_TRUST_INVALID_NAME_CONSTRAINTS = 0x00000800 constant CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT (line 446) | CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 0x00001000 constant CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT (line 447) | CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 0x00002000 constant CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT (line 448) | CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 0x00004000 constant CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT (line 449) | CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 0x00008000 constant CERT_TRUST_IS_PARTIAL_CHAIN (line 450) | CERT_TRUST_IS_PARTIAL_CHAIN = 0x00010000 constant CERT_TRUST_CTL_IS_NOT_TIME_VALID (line 451) | CERT_TRUST_CTL_IS_NOT_TIME_VALID = 0x00020000 constant CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID (line 452) | CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID = 0x00040000 constant CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE (line 453) | CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE = 0x00080000 constant CERT_TRUST_HAS_WEAK_SIGNATURE (line 454) | CERT_TRUST_HAS_WEAK_SIGNATURE = 0x00100000 constant CERT_TRUST_IS_OFFLINE_REVOCATION (line 455) | CERT_TRUST_IS_OFFLINE_REVOCATION = 0x01000000 constant CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY (line 456) | CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 0x02000000 constant CERT_TRUST_IS_EXPLICIT_DISTRUST (line 457) | CERT_TRUST_IS_EXPLICIT_DISTRUST = 0x04000000 constant CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT (line 458) | CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 0x08000000 constant CERT_TRUST_HAS_EXACT_MATCH_ISSUER (line 461) | CERT_TRUST_HAS_EXACT_MATCH_ISSUER = 0x00000001 constant CERT_TRUST_HAS_KEY_MATCH_ISSUER (line 462) | CERT_TRUST_HAS_KEY_MATCH_ISSUER = 0x00000002 constant CERT_TRUST_HAS_NAME_MATCH_ISSUER (line 463) | CERT_TRUST_HAS_NAME_MATCH_ISSUER = 0x00000004 constant CERT_TRUST_IS_SELF_SIGNED (line 464) | CERT_TRUST_IS_SELF_SIGNED = 0x00000008 constant CERT_TRUST_HAS_PREFERRED_ISSUER (line 465) | CERT_TRUST_HAS_PREFERRED_ISSUER = 0x00000100 constant CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY (line 466) | CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY = 0x00000400 constant CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS (line 467) | CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS = 0x00000400 constant CERT_TRUST_IS_PEER_TRUSTED (line 468) | CERT_TRUST_IS_PEER_TRUSTED = 0x00000800 constant CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED (line 469) | CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED = 0x00001000 constant CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE (line 470) | CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE = 0x00002000 constant CERT_TRUST_IS_CA_TRUSTED (line 471) | CERT_TRUST_IS_CA_TRUSTED = 0x00004000 constant CERT_TRUST_IS_COMPLEX_CHAIN (line 472) | CERT_TRUST_IS_COMPLEX_CHAIN = 0x00010000 constant CERT_INFO_VERSION_FLAG (line 475) | CERT_INFO_VERSION_FLAG = 1 constant CERT_INFO_SERIAL_NUMBER_FLAG (line 476) | CERT_INFO_SERIAL_NUMBER_FLAG = 2 constant CERT_INFO_SIGNATURE_ALGORITHM_FLAG (line 477) | CERT_INFO_SIGNATURE_ALGORITHM_FLAG = 3 constant CERT_INFO_ISSUER_FLAG (line 478) | CERT_INFO_ISSUER_FLAG = 4 constant CERT_INFO_NOT_BEFORE_FLAG (line 479) | CERT_INFO_NOT_BEFORE_FLAG = 5 constant CERT_INFO_NOT_AFTER_FLAG (line 480) | CERT_INFO_NOT_AFTER_FLAG = 6 constant CERT_INFO_SUBJECT_FLAG (line 481) | CERT_INFO_SUBJECT_FLAG = 7 constant CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG (line 482) | CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG = 8 constant CERT_INFO_ISSUER_UNIQUE_ID_FLAG (line 483) | CERT_INFO_ISSUER_UNIQUE_ID_FLAG = 9 constant CERT_INFO_SUBJECT_UNIQUE_ID_FLAG (line 484) | CERT_INFO_SUBJECT_UNIQUE_ID_FLAG = 10 constant CERT_INFO_EXTENSION_FLAG (line 485) | CERT_INFO_EXTENSION_FLAG = 11 constant CERT_COMPARE_MASK (line 488) | CERT_COMPARE_MASK = 0xFFFF constant CERT_COMPARE_SHIFT (line 489) | CERT_COMPARE_SHIFT = 16 constant CERT_COMPARE_ANY (line 490) | CERT_COMPARE_ANY = 0 constant CERT_COMPARE_SHA1_HASH (line 491) | CERT_COMPARE_SHA1_HASH = 1 constant CERT_COMPARE_NAME (line 492) | CERT_COMPARE_NAME = 2 constant CERT_COMPARE_ATTR (line 493) | CERT_COMPARE_ATTR = 3 constant CERT_COMPARE_MD5_HASH (line 494) | CERT_COMPARE_MD5_HASH = 4 constant CERT_COMPARE_PROPERTY (line 495) | CERT_COMPARE_PROPERTY = 5 constant CERT_COMPARE_PUBLIC_KEY (line 496) | CERT_COMPARE_PUBLIC_KEY = 6 constant CERT_COMPARE_HASH (line 497) | CERT_COMPARE_HASH = CERT_COMPARE_SHA1_HASH constant CERT_COMPARE_NAME_STR_A (line 498) | CERT_COMPARE_NAME_STR_A = 7 constant CERT_COMPARE_NAME_STR_W (line 499) | CERT_COMPARE_NAME_STR_W = 8 constant CERT_COMPARE_KEY_SPEC (line 500) | CERT_COMPARE_KEY_SPEC = 9 constant CERT_COMPARE_ENHKEY_USAGE (line 501) | CERT_COMPARE_ENHKEY_USAGE = 10 constant CERT_COMPARE_CTL_USAGE (line 502) | CERT_COMPARE_CTL_USAGE = CERT_COMPARE_ENHKEY_USAGE constant CERT_COMPARE_SUBJECT_CERT (line 503) | CERT_COMPARE_SUBJECT_CERT = 11 constant CERT_COMPARE_ISSUER_OF (line 504) | CERT_COMPARE_ISSUER_OF = 12 constant CERT_COMPARE_EXISTING (line 505) | CERT_COMPARE_EXISTING = 13 constant CERT_COMPARE_SIGNATURE_HASH (line 506) | CERT_COMPARE_SIGNATURE_HASH = 14 constant CERT_COMPARE_KEY_IDENTIFIER (line 507) | CERT_COMPARE_KEY_IDENTIFIER = 15 constant CERT_COMPARE_CERT_ID (line 508) | CERT_COMPARE_CERT_ID = 16 constant CERT_COMPARE_CROSS_CERT_DIST_POINTS (line 509) | CERT_COMPARE_CROSS_CERT_DIST_POINTS = 17 constant CERT_COMPARE_PUBKEY_MD5_HASH (line 510) | CERT_COMPARE_PUBKEY_MD5_HASH = 18 constant CERT_COMPARE_SUBJECT_INFO_ACCESS (line 511) | CERT_COMPARE_SUBJECT_INFO_ACCESS = 19 constant CERT_COMPARE_HASH_STR (line 512) | CERT_COMPARE_HASH_STR = 20 constant CERT_COMPARE_HAS_PRIVATE_KEY (line 513) | CERT_COMPARE_HAS_PRIVATE_KEY = 21 constant CERT_FIND_ANY (line 514) | CERT_FIND_ANY = (CERT_COMPARE_ANY << CERT_COMPAR... constant CERT_FIND_SHA1_HASH (line 515) | CERT_FIND_SHA1_HASH = (CERT_COMPARE_SHA1_HASH << CERT_... constant CERT_FIND_MD5_HASH (line 516) | CERT_FIND_MD5_HASH = (CERT_COMPARE_MD5_HASH << CERT_C... constant CERT_FIND_SIGNATURE_HASH (line 517) | CERT_FIND_SIGNATURE_HASH = (CERT_COMPARE_SIGNATURE_HASH << ... constant CERT_FIND_KEY_IDENTIFIER (line 518) | CERT_FIND_KEY_IDENTIFIER = (CERT_COMPARE_KEY_IDENTIFIER << ... constant CERT_FIND_HASH (line 519) | CERT_FIND_HASH = CERT_FIND_SHA1_HASH constant CERT_FIND_PROPERTY (line 520) | CERT_FIND_PROPERTY = (CERT_COMPARE_PROPERTY << CERT_C... constant CERT_FIND_PUBLIC_KEY (line 521) | CERT_FIND_PUBLIC_KEY = (CERT_COMPARE_PUBLIC_KEY << CERT... constant CERT_FIND_SUBJECT_NAME (line 522) | CERT_FIND_SUBJECT_NAME = (CERT_COMPARE_NAME<> 1) type lbConfig (line 46) | type lbConfig struct type ServiceConfig (line 57) | type ServiceConfig struct type healthCheckConfig (line 102) | type healthCheckConfig struct type jsonRetryPolicy (line 107) | type jsonRetryPolicy struct type retryThrottlingPolicy (line 118) | type retryThrottlingPolicy struct function parseDuration (line 132) | func parseDuration(s *string) (*time.Duration, error) { type jsonName (line 176) | type jsonName struct method generatePath (line 186) | func (j jsonName) generatePath() (string, error) { type jsonMC (line 201) | type jsonMC struct type jsonSC (line 211) | type jsonSC struct function init (line 219) | func init() { function parseServiceConfig (line 222) | func parseServiceConfig(js string) *serviceconfig.ParseResult { function convertRetryPolicy (line 311) | func convertRetryPolicy(jrp *jsonRetryPolicy) (p *internalserviceconfig.... function min (line 350) | func min(a, b *int) *int { function getMaxSize (line 357) | func getMaxSize(mcMax, doptMax *int, defaultVal int) *int { function newInt (line 370) | func newInt(b int) *int { function init (line 374) | func init() { function equalServiceConfig (line 382) | func equalServiceConfig(a, b serviceconfig.Config) bool { FILE: vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go type Config (line 29) | type Config interface type LoadBalancingConfig (line 35) | type LoadBalancingConfig interface type ParseResult (line 41) | type ParseResult struct FILE: vendor/google.golang.org/grpc/stats/handlers.go type ConnTagInfo (line 27) | type ConnTagInfo struct type RPCTagInfo (line 35) | type RPCTagInfo struct type Handler (line 44) | type Handler interface FILE: vendor/google.golang.org/grpc/stats/stats.go type RPCStats (line 33) | type RPCStats interface type Begin (line 41) | type Begin struct method IsClient (line 58) | func (s *Begin) IsClient() bool { return s.Client } method isRPCStats (line 60) | func (s *Begin) isRPCStats() {} type InPayload (line 63) | type InPayload struct method IsClient (line 87) | func (s *InPayload) IsClient() bool { return s.Client } method isRPCStats (line 89) | func (s *InPayload) isRPCStats() {} type InHeader (line 92) | type InHeader struct method IsClient (line 112) | func (s *InHeader) IsClient() bool { return s.Client } method isRPCStats (line 114) | func (s *InHeader) isRPCStats() {} type InTrailer (line 117) | type InTrailer struct method IsClient (line 128) | func (s *InTrailer) IsClient() bool { return s.Client } method isRPCStats (line 130) | func (s *InTrailer) isRPCStats() {} type OutPayload (line 133) | type OutPayload struct method IsClient (line 155) | func (s *OutPayload) IsClient() bool { return s.Client } method isRPCStats (line 157) | func (s *OutPayload) isRPCStats() {} type OutHeader (line 160) | type OutHeader struct method IsClient (line 178) | func (s *OutHeader) IsClient() bool { return s.Client } method isRPCStats (line 180) | func (s *OutHeader) isRPCStats() {} type OutTrailer (line 183) | type OutTrailer struct method IsClient (line 197) | func (s *OutTrailer) IsClient() bool { return s.Client } method isRPCStats (line 199) | func (s *OutTrailer) isRPCStats() {} type End (line 202) | type End struct method IsClient (line 220) | func (s *End) IsClient() bool { return s.Client } method isRPCStats (line 222) | func (s *End) isRPCStats() {} type ConnStats (line 225) | type ConnStats interface type ConnBegin (line 232) | type ConnBegin struct method IsClient (line 238) | func (s *ConnBegin) IsClient() bool { return s.Client } method isConnStats (line 240) | func (s *ConnBegin) isConnStats() {} type ConnEnd (line 243) | type ConnEnd struct method IsClient (line 249) | func (s *ConnEnd) IsClient() bool { return s.Client } method isConnStats (line 251) | func (s *ConnEnd) isConnStats() {} type incomingTagsKey (line 253) | type incomingTagsKey struct type outgoingTagsKey (line 254) | type outgoingTagsKey struct function SetTags (line 264) | func SetTags(ctx context.Context, b []byte) context.Context { function Tags (line 274) | func Tags(ctx context.Context) []byte { function SetIncomingTags (line 283) | func SetIncomingTags(ctx context.Context, b []byte) context.Context { function OutgoingTags (line 290) | func OutgoingTags(ctx context.Context) []byte { type incomingTraceKey (line 295) | type incomingTraceKey struct type outgoingTraceKey (line 296) | type outgoingTraceKey struct function SetTrace (line 306) | func SetTrace(ctx context.Context, b []byte) context.Context { function Trace (line 316) | func Trace(ctx context.Context) []byte { function SetIncomingTrace (line 324) | func SetIncomingTrace(ctx context.Context, b []byte) context.Context { function OutgoingTrace (line 330) | func OutgoingTrace(ctx context.Context) []byte { FILE: vendor/google.golang.org/grpc/status/status.go function New (line 48) | func New(c codes.Code, msg string) *Status { function Newf (line 53) | func Newf(c codes.Code, format string, a ...interface{}) *Status { function Error (line 58) | func Error(c codes.Code, msg string) error { function Errorf (line 63) | func Errorf(c codes.Code, format string, a ...interface{}) error { function ErrorProto (line 68) | func ErrorProto(s *spb.Status) error { function FromProto (line 73) | func FromProto(s *spb.Status) *Status { function FromError (line 87) | func FromError(err error) (s *Status, ok bool) { function Convert (line 101) | func Convert(err error) *Status { function Code (line 108) | func Code(err error) codes.Code { function FromContextError (line 124) | func FromContextError(err error) *Status { FILE: vendor/google.golang.org/grpc/stream.go type StreamHandler (line 57) | type StreamHandler type StreamDesc (line 62) | type StreamDesc struct type Stream (line 78) | type Stream interface type ClientStream (line 91) | type ClientStream interface method NewStream (line 154) | func (cc *ClientConn) NewStream(ctx context.Context, desc *StreamDesc, m... function NewClientStream (line 166) | func NewClientStream(ctx context.Context, desc *StreamDesc, cc *ClientCo... function newClientStream (line 170) | func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientCo... function newClientStreamWithParams (line 240) | func newClientStreamWithParams(ctx context.Context, desc *StreamDesc, cc... type clientStream (line 507) | type clientStream struct method newAttemptLocked (line 387) | func (cs *clientStream) newAttemptLocked(isTransparent bool) (*csAttem... method commitAttemptLocked (line 587) | func (cs *clientStream) commitAttemptLocked() { method commitAttempt (line 595) | func (cs *clientStream) commitAttempt() { method retryLocked (line 702) | func (cs *clientStream) retryLocked(attempt *csAttempt, lastErr error)... method Context (line 725) | func (cs *clientStream) Context() context.Context { method withRetry (line 735) | func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSucce... method Header (line 781) | func (cs *clientStream) Header() (metadata.MD, error) { method Trailer (line 818) | func (cs *clientStream) Trailer() metadata.MD { method replayBufferLocked (line 833) | func (cs *clientStream) replayBufferLocked(attempt *csAttempt) error { method bufferForRetryLocked (line 842) | func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAtte... method SendMsg (line 855) | func (cs *clientStream) SendMsg(m interface{}) (err error) { method RecvMsg (line 899) | func (cs *clientStream) RecvMsg(m interface{}) error { method CloseSend (line 945) | func (cs *clientStream) CloseSend() error { method finish (line 972) | func (cs *clientStream) finish(err error) { type csAttempt (line 559) | type csAttempt struct method getTransport (line 446) | func (a *csAttempt) getTransport() error { method newStream (line 464) | func (a *csAttempt) newStream() error { method shouldRetry (line 604) | func (a *csAttempt) shouldRetry(err error) (bool, error) { method sendMsg (line 1023) | func (a *csAttempt) sendMsg(m interface{}, hdr, payld, data []byte) er... method recvMsg (line 1050) | func (a *csAttempt) recvMsg(m interface{}, payInfo *payloadInfo) (err ... method finish (line 1121) | func (a *csAttempt) finish(err error) { function newNonRetryClientStream (line 1185) | func newNonRetryClientStream(ctx context.Context, desc *StreamDesc, meth... type addrConnStream (line 1285) | type addrConnStream struct method Header (line 1307) | func (as *addrConnStream) Header() (metadata.MD, error) { method Trailer (line 1315) | func (as *addrConnStream) Trailer() metadata.MD { method CloseSend (line 1319) | func (as *addrConnStream) CloseSend() error { method Context (line 1334) | func (as *addrConnStream) Context() context.Context { method SendMsg (line 1338) | func (as *addrConnStream) SendMsg(m interface{}) (err error) { method RecvMsg (line 1383) | func (as *addrConnStream) RecvMsg(m interface{}) (err error) { method finish (line 1438) | func (as *addrConnStream) finish(err error) { type ServerStream (line 1468) | type ServerStream interface type serverStream (line 1515) | type serverStream struct method Context (line 1547) | func (ss *serverStream) Context() context.Context { method SetHeader (line 1551) | func (ss *serverStream) SetHeader(md metadata.MD) error { method SendHeader (line 1562) | func (ss *serverStream) SendHeader(md metadata.MD) error { method SetTrailer (line 1582) | func (ss *serverStream) SetTrailer(md metadata.MD) { method SendMsg (line 1592) | func (ss *serverStream) SendMsg(m interface{}) (err error) { method RecvMsg (line 1667) | func (ss *serverStream) RecvMsg(m interface{}) (err error) { function MethodFromServerStream (line 1740) | func MethodFromServerStream(stream ServerStream) (string, bool) { function prepareMsg (line 1747) | func prepareMsg(m interface{}, codec baseCodec, cp Compressor, comp enco... FILE: vendor/google.golang.org/grpc/tap/tap.go type Info (line 33) | type Info struct type ServerInHandle (line 56) | type ServerInHandle FILE: vendor/google.golang.org/grpc/trace.go function methodFamily (line 39) | func methodFamily(m string) string { type traceInfo (line 48) | type traceInfo struct type firstLine (line 56) | type firstLine struct method SetRemoteAddr (line 63) | func (f *firstLine) SetRemoteAddr(addr net.Addr) { method String (line 69) | func (f *firstLine) String() string { constant truncateSize (line 89) | truncateSize = 100 function truncate (line 91) | func truncate(x string, l int) string { type payload (line 99) | type payload struct method String (line 105) | func (p payload) String() string { type fmtStringer (line 112) | type fmtStringer struct method String (line 117) | func (f *fmtStringer) String() string { type stringer (line 121) | type stringer method String (line 123) | func (s stringer) String() string { return string(s) } FILE: vendor/google.golang.org/grpc/version.go constant Version (line 22) | Version = "1.54.0" FILE: vendor/google.golang.org/protobuf/encoding/protojson/decode.go function Unmarshal (line 28) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 33) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 91) | type decoder struct method newError (line 97) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 104) | func (d decoder) unexpectedTokenError(tok json.Token) error { method syntaxError (line 109) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 116) | func (d decoder) unmarshalMessage(m protoreflect.Message, skipTypeURL ... method unmarshalSingular (line 255) | func (d decoder) unmarshalSingular(m protoreflect.Message, fd protoref... method unmarshalScalar (line 275) | func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (pro... method unmarshalList (line 501) | func (d decoder) unmarshalList(list protoreflect.List, fd protoreflect... method unmarshalMap (line 552) | func (d decoder) unmarshalMap(mmap protoreflect.Map, fd protoreflect.F... method unmarshalMapKey (line 621) | func (d decoder) unmarshalMapKey(tok json.Token, fd protoreflect.Field... function isKnownValue (line 243) | func isKnownValue(fd protoreflect.FieldDescriptor) bool { function isNullValue (line 248) | func isNullValue(fd protoreflect.FieldDescriptor) bool { function unmarshalInt (line 343) | func unmarshalInt(tok json.Token, bitSize int) (protoreflect.Value, bool) { function getInt (line 364) | func getInt(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalUint (line 375) | func unmarshalUint(tok json.Token, bitSize int) (protoreflect.Value, boo... function getUint (line 396) | func getUint(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalFloat (line 407) | func unmarshalFloat(tok json.Token, bitSize int) (protoreflect.Value, bo... function getFloat (line 446) | func getFloat(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalBytes (line 457) | func unmarshalBytes(tok json.Token) (protoreflect.Value, bool) { function unmarshalEnum (line 477) | func unmarshalEnum(tok json.Token, fd protoreflect.FieldDescriptor) (pro... FILE: vendor/google.golang.org/protobuf/encoding/protojson/encode.go constant defaultIndent (line 24) | defaultIndent = " " function Format (line 30) | func Format(m proto.Message) string { function Marshal (line 37) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 42) | type MarshalOptions struct method Format (line 96) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 108) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method marshal (line 115) | func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { type encoder (line 144) | type encoder struct method marshalMessage (line 201) | func (e encoder) marshalMessage(m protoreflect.Message, typeURL string... method marshalValue (line 240) | func (e encoder) marshalValue(val protoreflect.Value, fd protoreflect.... method marshalSingular (line 253) | func (e encoder) marshalSingular(val protoreflect.Value, fd protorefle... method marshalList (line 314) | func (e encoder) marshalList(list protoreflect.List, fd protoreflect.F... method marshalMap (line 328) | func (e encoder) marshalMap(mmap protoreflect.Map, fd protoreflect.Fie... type typeURLFieldRanger (line 161) | type typeURLFieldRanger struct method Range (line 166) | func (m typeURLFieldRanger) Range(f func(protoreflect.FieldDescriptor,... type unpopulatedFieldRanger (line 175) | type unpopulatedFieldRanger struct method Range (line 177) | func (m unpopulatedFieldRanger) Range(f func(protoreflect.FieldDescrip... FILE: vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go type marshalFunc (line 23) | type marshalFunc function wellKnownTypeMarshaler (line 27) | func wellKnownTypeMarshaler(name protoreflect.FullName) marshalFunc { type unmarshalFunc (line 61) | type unmarshalFunc function wellKnownTypeUnmarshaler (line 65) | func wellKnownTypeUnmarshaler(name protoreflect.FullName) unmarshalFunc { method marshalAny (line 105) | func (e encoder) marshalAny(m protoreflect.Message) error { method unmarshalAny (line 166) | func (d decoder) unmarshalAny(m protoreflect.Message) error { function findTypeURL (line 249) | func findTypeURL(d decoder) (json.Token, error) { method skipJSONValue (line 310) | func (d decoder) skipJSONValue() error { method unmarshalAnyValue (line 357) | func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m protorefle... method marshalWrapperType (line 405) | func (e encoder) marshalWrapperType(m protoreflect.Message) error { method unmarshalWrapperType (line 411) | func (d decoder) unmarshalWrapperType(m protoreflect.Message) error { method marshalEmpty (line 423) | func (e encoder) marshalEmpty(protoreflect.Message) error { method unmarshalEmpty (line 429) | func (d decoder) unmarshalEmpty(protoreflect.Message) error { method marshalStruct (line 465) | func (e encoder) marshalStruct(m protoreflect.Message) error { method unmarshalStruct (line 470) | func (d decoder) unmarshalStruct(m protoreflect.Message) error { method marshalListValue (line 479) | func (e encoder) marshalListValue(m protoreflect.Message) error { method unmarshalListValue (line 484) | func (d decoder) unmarshalListValue(m protoreflect.Message) error { method marshalKnownValue (line 493) | func (e encoder) marshalKnownValue(m protoreflect.Message) error { method unmarshalKnownValue (line 507) | func (d decoder) unmarshalKnownValue(m protoreflect.Message) error { constant secondsInNanos (line 590) | secondsInNanos = 999999999 constant maxSecondsInDuration (line 591) | maxSecondsInDuration = 315576000000 method marshalDuration (line 594) | func (e encoder) marshalDuration(m protoreflect.Message) error { method unmarshalDuration (line 626) | func (d decoder) unmarshalDuration(m protoreflect.Message) error { function parseDuration (line 660) | func parseDuration(input string) (int64, int32, bool) { constant maxTimestampSeconds (line 778) | maxTimestampSeconds = 253402300799 constant minTimestampSeconds (line 779) | minTimestampSeconds = -62135596800 method marshalTimestamp (line 782) | func (e encoder) marshalTimestamp(m protoreflect.Message) error { method unmarshalTimestamp (line 808) | func (d decoder) unmarshalTimestamp(m protoreflect.Message) error { method marshalFieldMask (line 848) | func (e encoder) marshalFieldMask(m protoreflect.Message) error { method unmarshalFieldMask (line 870) | func (d decoder) unmarshalFieldMask(m protoreflect.Message) error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/decode.go function Unmarshal (line 26) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 31) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 81) | type decoder struct method newError (line 87) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 94) | func (d decoder) unexpectedTokenError(tok text.Token) error { method syntaxError (line 99) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 106) | func (d decoder) unmarshalMessage(m protoreflect.Message, checkDelims ... method unmarshalSingular (line 265) | func (d decoder) unmarshalSingular(fd protoreflect.FieldDescriptor, m ... method unmarshalScalar (line 283) | func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (pro... method unmarshalList (line 363) | func (d decoder) unmarshalList(fd protoreflect.FieldDescriptor, list p... method unmarshalMap (line 444) | func (d decoder) unmarshalMap(fd protoreflect.FieldDescriptor, mmap pr... method unmarshalMapEntry (line 497) | func (d decoder) unmarshalMapEntry(fd protoreflect.FieldDescriptor, mm... method unmarshalAny (line 578) | func (d decoder) unmarshalAny(m protoreflect.Message, checkDelims bool... method unmarshalExpandedAny (line 697) | func (d decoder) unmarshalExpandedAny(typeURL string, pos int) ([]byte... method skipValue (line 722) | func (d decoder) skipValue() error { method skipMessageValue (line 755) | func (d decoder) skipMessageValue() error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/encode.go constant defaultIndent (line 26) | defaultIndent = " " function Format (line 32) | func Format(m proto.Message) string { function Marshal (line 39) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 44) | type MarshalOptions struct method Format (line 89) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 103) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method marshal (line 110) | func (o MarshalOptions) marshal(m proto.Message) ([]byte, error) { type encoder (line 146) | type encoder struct method marshalMessage (line 152) | func (e encoder) marshalMessage(m protoreflect.Message, inclDelims boo... method marshalField (line 192) | func (e encoder) marshalField(name string, val protoreflect.Value, fd ... method marshalSingular (line 206) | func (e encoder) marshalSingular(val protoreflect.Value, fd protorefle... method marshalList (line 258) | func (e encoder) marshalList(name string, list protoreflect.List, fd p... method marshalMap (line 270) | func (e encoder) marshalMap(name string, mmap protoreflect.Map, fd pro... method marshalUnknown (line 295) | func (e encoder) marshalUnknown(b []byte) { method marshalAny (line 336) | func (e encoder) marshalAny(any protoreflect.Message) bool { FILE: vendor/google.golang.org/protobuf/encoding/protowire/wire.go type Number (line 21) | type Number method IsValid (line 32) | func (n Number) IsValid() bool { constant MinValidNumber (line 24) | MinValidNumber Number = 1 constant FirstReservedNumber (line 25) | FirstReservedNumber Number = 19000 constant LastReservedNumber (line 26) | LastReservedNumber Number = 19999 constant MaxValidNumber (line 27) | MaxValidNumber Number = 1<<29 - 1 constant DefaultRecursionLimit (line 28) | DefaultRecursionLimit = 10000 type Type (line 37) | type Type constant VarintType (line 40) | VarintType Type = 0 constant Fixed32Type (line 41) | Fixed32Type Type = 5 constant Fixed64Type (line 42) | Fixed64Type Type = 1 constant BytesType (line 43) | BytesType Type = 2 constant StartGroupType (line 44) | StartGroupType Type = 3 constant EndGroupType (line 45) | EndGroupType Type = 4 constant _ (line 49) | _ = -iota constant errCodeTruncated (line 50) | errCodeTruncated constant errCodeFieldNumber (line 51) | errCodeFieldNumber constant errCodeOverflow (line 52) | errCodeOverflow constant errCodeReserved (line 53) | errCodeReserved constant errCodeEndGroup (line 54) | errCodeEndGroup constant errCodeRecursionDepth (line 55) | errCodeRecursionDepth function ParseError (line 68) | func ParseError(n int) error { function ConsumeField (line 94) | func ConsumeField(b []byte) (Number, Type, int) { function ConsumeFieldValue (line 112) | func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { function consumeFieldValueD (line 116) | func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n in... function AppendTag (line 162) | func AppendTag(b []byte, num Number, typ Type) []byte { function ConsumeTag (line 168) | func ConsumeTag(b []byte) (Number, Type, int) { function SizeTag (line 180) | func SizeTag(num Number) int { function AppendVarint (line 185) | func AppendVarint(b []byte, v uint64) []byte { function ConsumeVarint (line 267) | func ConsumeVarint(b []byte) (v uint64, n int) { function SizeVarint (line 371) | func SizeVarint(v uint64) int { function AppendFixed32 (line 378) | func AppendFixed32(b []byte, v uint32) []byte { function ConsumeFixed32 (line 388) | func ConsumeFixed32(b []byte) (v uint32, n int) { function SizeFixed32 (line 397) | func SizeFixed32() int { function AppendFixed64 (line 402) | func AppendFixed64(b []byte, v uint64) []byte { function ConsumeFixed64 (line 416) | func ConsumeFixed64(b []byte) (v uint64, n int) { function SizeFixed64 (line 425) | func SizeFixed64() int { function AppendBytes (line 430) | func AppendBytes(b []byte, v []byte) []byte { function ConsumeBytes (line 436) | func ConsumeBytes(b []byte) (v []byte, n int) { function SizeBytes (line 449) | func SizeBytes(n int) int { function AppendString (line 454) | func AppendString(b []byte, v string) []byte { function ConsumeString (line 460) | func ConsumeString(b []byte) (v string, n int) { function AppendGroup (line 467) | func AppendGroup(b []byte, num Number, v []byte) []byte { function ConsumeGroup (line 475) | func ConsumeGroup(num Number, b []byte) (v []byte, n int) { function SizeGroup (line 494) | func SizeGroup(num Number, n int) int { function DecodeTag (line 501) | func DecodeTag(x uint64) (Number, Type) { function EncodeTag (line 510) | func EncodeTag(num Number, typ Type) uint64 { function DecodeZigZag (line 518) | func DecodeZigZag(x uint64) int64 { function EncodeZigZag (line 526) | func EncodeZigZag(x int64) uint64 { function DecodeBool (line 534) | func DecodeBool(x uint64) bool { function EncodeBool (line 542) | func EncodeBool(x bool) uint64 { FILE: vendor/google.golang.org/protobuf/internal/descfmt/stringer.go type list (line 20) | type list interface function FormatList (line 25) | func FormatList(s fmt.State, r rune, vs list) { function formatListOpt (line 28) | func formatListOpt(vs list, isRoot, allowMulti bool) string { function FormatDesc (line 119) | func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) { function formatDescOpt (line 122) | func formatDescOpt(t protoreflect.Descriptor, isRoot, allowMulti bool) s... type records (line 202) | type records struct method Append (line 207) | func (rs *records) Append(v reflect.Value, accessors ...string) { method Join (line 268) | func (rs *records) Join() string { function formatColon (line 299) | func formatColon(padding int) string { function joinStrings (line 310) | func joinStrings(ss []string, isMulti bool) string { FILE: vendor/google.golang.org/protobuf/internal/detrand/rand.go function Disable (line 20) | func Disable() { function Bool (line 25) | func Bool() bool { function Intn (line 30) | func Intn(n int) int { function binaryHash (line 40) | func binaryHash() uint64 { FILE: vendor/google.golang.org/protobuf/internal/encoding/defval/default.go type Format (line 23) | type Format constant _ (line 26) | _ Format = iota constant Descriptor (line 30) | Descriptor constant GoTag (line 33) | GoTag function Unmarshal (line 38) | func Unmarshal(s string, k protoreflect.Kind, evs protoreflect.EnumValue... function Marshal (line 121) | func Marshal(v protoreflect.Value, ev protoreflect.EnumValueDescriptor, ... function unmarshalBytes (line 175) | func unmarshalBytes(s string) ([]byte, bool) { function marshalBytes (line 188) | func marshalBytes(b []byte) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode.go type call (line 18) | type call constant readCall (line 21) | readCall call = iota constant peekCall (line 22) | peekCall constant unexpectedFmt (line 25) | unexpectedFmt = "unexpected token %s" type Decoder (line 31) | type Decoder struct method Peek (line 59) | func (d *Decoder) Peek() (Token, error) { method Read (line 69) | func (d *Decoder) Read() (Token, error) { method parseNext (line 160) | func (d *Decoder) parseNext() (Token, error) { method newSyntaxError (line 217) | func (d *Decoder) newSyntaxError(pos int, f string, x ...interface{}) ... method Position (line 225) | func (d *Decoder) Position(idx int) (line int, column int) { method currPos (line 236) | func (d *Decoder) currPos() int { method consume (line 265) | func (d *Decoder) consume(n int) { method isValueNext (line 279) | func (d *Decoder) isValueNext() bool { method consumeToken (line 298) | func (d *Decoder) consumeToken(kind Kind, size int) Token { method consumeBoolToken (line 310) | func (d *Decoder) consumeBoolToken(b bool, size int) Token { method consumeStringToken (line 323) | func (d *Decoder) consumeStringToken(s string, size int) Token { method Clone (line 336) | func (d *Decoder) Clone() *Decoder { function NewDecoder (line 54) | func NewDecoder(b []byte) *Decoder { function matchWithDelim (line 244) | func matchWithDelim(s string, b []byte) int { function isNotDelim (line 257) | func isNotDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go function parseNumber (line 16) | func parseNumber(input []byte) (int, bool) { type numberParts (line 89) | type numberParts struct function parseNumberParts (line 99) | func parseNumberParts(input []byte) (numberParts, bool) { function normalizeToIntString (line 182) | func normalizeToIntString(n numberParts) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go method parseString (line 16) | func (d *Decoder) parseString(in []byte) (string, int, error) { function indexNeedEscapeInBytes (line 91) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go type Kind (line 14) | type Kind method String (line 34) | func (k Kind) String() string { constant Invalid (line 17) | Invalid Kind = (1 << iota) / 2 constant EOF (line 18) | EOF constant Null (line 19) | Null constant Bool (line 20) | Bool constant Number (line 21) | Number constant String (line 22) | String constant Name (line 23) | Name constant ObjectOpen (line 24) | ObjectOpen constant ObjectClose (line 25) | ObjectClose constant ArrayOpen (line 26) | ArrayOpen constant ArrayClose (line 27) | ArrayClose constant comma (line 31) | comma type Token (line 68) | type Token struct method Kind (line 83) | func (t Token) Kind() Kind { method RawString (line 88) | func (t Token) RawString() string { method Pos (line 93) | func (t Token) Pos() int { method Name (line 98) | func (t Token) Name() string { method Bool (line 106) | func (t Token) Bool() bool { method ParsedString (line 115) | func (t Token) ParsedString() string { method Float (line 129) | func (t Token) Float(bitSize int) (float64, bool) { method Int (line 145) | func (t Token) Int(bitSize int) (int64, bool) { method Uint (line 162) | func (t Token) Uint(bitSize int) (uint64, bool) { method getIntStr (line 174) | func (t Token) getIntStr() (string, bool) { function TokenEquals (line 186) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/encode.go type kind (line 19) | type kind constant _ (line 22) | _ kind = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant objectOpen (line 25) | objectOpen constant objectClose (line 26) | objectClose constant arrayOpen (line 27) | arrayOpen constant arrayClose (line 28) | arrayClose type Encoder (line 33) | type Encoder struct method Bytes (line 56) | func (e *Encoder) Bytes() []byte { method WriteNull (line 61) | func (e *Encoder) WriteNull() { method WriteBool (line 67) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 78) | func (e *Encoder) WriteString(s string) error { method WriteFloat (line 140) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 177) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 183) | func (e *Encoder) WriteUint(n uint64) { method StartObject (line 189) | func (e *Encoder) StartObject() { method EndObject (line 195) | func (e *Encoder) EndObject() { method WriteName (line 203) | func (e *Encoder) WriteName(s string) error { method StartArray (line 213) | func (e *Encoder) StartArray() { method EndArray (line 219) | func (e *Encoder) EndArray() { method prepareNext (line 226) | func (e *Encoder) prepareNext(next kind) { function NewEncoder (line 44) | func NewEncoder(indent string) (*Encoder, error) { function appendString (line 90) | func appendString(out []byte, in string) ([]byte, error) { function indexNeedEscapeInString (line 130) | func indexNeedEscapeInString(s string) int { function appendFloat (line 146) | func appendFloat(out []byte, n float64, bitSize int) []byte { FILE: vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go constant FieldItem (line 28) | FieldItem = protowire.Number(1) constant FieldTypeID (line 29) | FieldTypeID = protowire.Number(2) constant FieldMessage (line 30) | FieldMessage = protowire.Number(3) constant ExtensionName (line 43) | ExtensionName = "message_set_extension" function IsMessageSet (line 46) | func IsMessageSet(md protoreflect.MessageDescriptor) bool { function IsMessageSetExtension (line 52) | func IsMessageSetExtension(fd protoreflect.FieldDescriptor) bool { function SizeField (line 66) | func SizeField(num protowire.Number) int { function Unmarshal (line 77) | func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, ... function ConsumeFieldValue (line 113) | func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number,... function AppendFieldStart (line 184) | func AppendFieldStart(b []byte, num protowire.Number) []byte { function AppendFieldEnd (line 192) | func AppendFieldEnd(b []byte) []byte { function SizeUnknown (line 199) | func SizeUnknown(unknown []byte) (size int) { function AppendUnknown (line 224) | func AppendUnknown(b, unknown []byte) ([]byte, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go function Unmarshal (line 32) | func Unmarshal(tag string, goType reflect.Type, evs protoreflect.EnumVal... function Marshal (line 143) | func Marshal(fd protoreflect.FieldDescriptor, enumName string) string { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode.go type Decoder (line 18) | type Decoder struct method Peek (line 59) | func (d *Decoder) Peek() (Token, error) { method Read (line 69) | func (d *Decoder) Read() (Token, error) { method parseNext (line 97) | func (d *Decoder) parseNext(lastKind Kind) (Token, error) { method currentOpenKind (line 370) | func (d *Decoder) currentOpenKind() (Kind, byte) { method pushOpenStack (line 386) | func (d *Decoder) pushOpenStack(ch byte) { method popOpenStack (line 390) | func (d *Decoder) popOpenStack() { method parseFieldName (line 395) | func (d *Decoder) parseFieldName() (tok Token, err error) { method parseTypeName (line 432) | func (d *Decoder) parseTypeName() (Token, error) { method parseScalar (line 561) | func (d *Decoder) parseScalar() (Token, error) { method parseLiteralValue (line 580) | func (d *Decoder) parseLiteralValue() (Token, bool) { method consumeToken (line 590) | func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token { method newSyntaxError (line 604) | func (d *Decoder) newSyntaxError(f string, x ...interface{}) error { method Position (line 612) | func (d *Decoder) Position(idx int) (line int, column int) { method tryConsumeChar (line 622) | func (d *Decoder) tryConsumeChar(c byte) bool { method consume (line 631) | func (d *Decoder) consume(n int) { function NewDecoder (line 43) | func NewDecoder(b []byte) *Decoder { type call (line 51) | type call constant readCall (line 54) | readCall call = iota constant peekCall (line 55) | peekCall constant mismatchedFmt (line 92) | mismatchedFmt = "mismatched close character %q" constant unexpectedFmt (line 93) | unexpectedFmt = "unexpected character %q" function isTypeNameChar (line 499) | func isTypeNameChar(b byte) bool { function isWhiteSpace (line 506) | func isWhiteSpace(b byte) bool { function parseIdent (line 519) | func parseIdent(input []byte, allowNeg bool) int { function consume (line 637) | func consume(b []byte, n int) []byte { function errId (line 658) | func errId(seq []byte) []byte { function isDelim (line 681) | func isDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go method parseNumberValue (line 8) | func (d *Decoder) parseNumberValue() (Token, bool) { constant numDec (line 31) | numDec uint8 = (1 << iota) / 2 constant numHex (line 32) | numHex constant numOct (line 33) | numOct constant numFloat (line 34) | numFloat type number (line 40) | type number struct method string (line 49) | func (num number) string(data []byte) string { function parseNumber (line 75) | func parseNumber(input []byte) number { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go method parseStringValue (line 24) | func (d *Decoder) parseStringValue() (Token, error) { method parseString (line 50) | func (d *Decoder) parseString() (string, error) { function indexNeedEscapeInBytes (line 153) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... function UnmarshalString (line 158) | func UnmarshalString(s string) (string, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go type Kind (line 18) | type Kind method String (line 40) | func (t Kind) String() string { constant Invalid (line 22) | Invalid Kind = iota constant EOF (line 23) | EOF constant Name (line 24) | Name constant Scalar (line 25) | Scalar constant MessageOpen (line 26) | MessageOpen constant MessageClose (line 27) | MessageClose constant ListOpen (line 28) | ListOpen constant ListClose (line 29) | ListClose constant comma (line 32) | comma constant semicolon (line 33) | semicolon constant bof (line 37) | bof = Invalid type NameKind (line 68) | type NameKind method String (line 77) | func (t NameKind) String() string { constant IdentName (line 72) | IdentName NameKind = iota + 1 constant TypeName (line 73) | TypeName constant FieldNumber (line 74) | FieldNumber constant hasSeparator (line 95) | hasSeparator = 1 << 7 constant numberValue (line 99) | numberValue = iota + 1 constant stringValue (line 100) | stringValue constant literalValue (line 101) | literalValue constant isNegative (line 105) | isNegative = 1 << 7 type Token (line 109) | type Token struct method Kind (line 133) | func (t Token) Kind() Kind { method RawString (line 138) | func (t Token) RawString() string { method Pos (line 143) | func (t Token) Pos() int { method NameKind (line 149) | func (t Token) NameKind() NameKind { method HasSeparator (line 158) | func (t Token) HasSeparator() bool { method IdentName (line 166) | func (t Token) IdentName() string { method TypeName (line 174) | func (t Token) TypeName() string { method FieldNumber (line 184) | func (t Token) FieldNumber() int32 { method String (line 195) | func (t Token) String() (string, bool) { method Enum (line 203) | func (t Token) Enum() (string, bool) { method Bool (line 211) | func (t Token) Bool() (bool, bool) { method Uint64 (line 247) | func (t Token) Uint64() (uint64, bool) { method Uint32 (line 260) | func (t Token) Uint32() (uint32, bool) { method Int64 (line 273) | func (t Token) Int64() (int64, bool) { method Int32 (line 291) | func (t Token) Int32() (int32, bool) { method Float64 (line 309) | func (t Token) Float64() (float64, bool) { method Float32 (line 332) | func (t Token) Float32() (float32, bool) { function TokenEquals (line 366) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/encode.go type encType (line 19) | type encType constant _ (line 22) | _ encType = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant messageOpen (line 25) | messageOpen constant messageClose (line 26) | messageClose type Encoder (line 31) | type Encoder struct method Bytes (line 78) | func (e *Encoder) Bytes() []byte { method StartMessage (line 83) | func (e *Encoder) StartMessage() { method EndMessage (line 89) | func (e *Encoder) EndMessage() { method WriteName (line 95) | func (e *Encoder) WriteName(s string) { method WriteBool (line 102) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 111) | func (e *Encoder) WriteString(s string) { method WriteFloat (line 177) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 196) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 202) | func (e *Encoder) WriteUint(n uint64) { method WriteLiteral (line 209) | func (e *Encoder) WriteLiteral(s string) { method prepareNext (line 216) | func (e *Encoder) prepareNext(next encType) { method Snapshot (line 258) | func (e *Encoder) Snapshot() encoderState { method Reset (line 263) | func (e *Encoder) Reset(es encoderState) { type encoderState (line 39) | type encoderState struct function NewEncoder (line 56) | func NewEncoder(indent string, delims [2]byte, outputASCII bool) (*Encod... function appendString (line 116) | func appendString(out []byte, in string, outputASCII bool) []byte { function indexNeedEscapeInString (line 167) | func indexNeedEscapeInString(s string) int { function appendFloat (line 182) | func appendFloat(out []byte, n float64, bitSize int) []byte { function AppendString (line 268) | func AppendString(b []byte, s string) []byte { FILE: vendor/google.golang.org/protobuf/internal/errors/errors.go function New (line 20) | func New(f string, x ...interface{}) error { type prefixError (line 24) | type prefixError struct method Error (line 36) | func (e *prefixError) Error() string { method Unwrap (line 40) | func (e *prefixError) Unwrap() error { function Wrap (line 46) | func Wrap(err error, f string, x ...interface{}) error { type wrapError (line 53) | type wrapError struct method Error (line 58) | func (e *wrapError) Error() string { method Unwrap (line 62) | func (e *wrapError) Unwrap() error { method Is (line 66) | func (e *wrapError) Is(target error) bool { function format (line 70) | func format(f string, x ...interface{}) string { function InvalidUTF8 (line 83) | func InvalidUTF8(name string) error { function RequiredNotSet (line 87) | func RequiredNotSet(name string) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go112.go function Is (line 13) | func Is(err, target error) bool { function unwrap (line 32) | func unwrap(err error) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go113.go function Is (line 13) | func Is(err, target error) bool { return errors.Is(err, target) } FILE: vendor/google.golang.org/protobuf/internal/filedesc/build.go type Builder (line 19) | type Builder struct method Build (line 91) | func (db Builder) Build() (out Out) { method unmarshalCounts (line 121) | func (db *Builder) unmarshalCounts(b []byte, isFile bool) { type resolverByIndex (line 56) | type resolverByIndex interface constant listFieldDeps (line 63) | listFieldDeps int32 = iota constant listExtTargets (line 64) | listExtTargets constant listExtDeps (line 65) | listExtDeps constant listMethInDeps (line 66) | listMethInDeps constant listMethOutDeps (line 67) | listMethOutDeps type Out (line 71) | type Out struct FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc.go type File (line 37) | type File struct method ParentFile (line 62) | func (fd *File) ParentFile() protoreflect.FileDescriptor { return fd } method Parent (line 63) | func (fd *File) Parent() protoreflect.Descriptor { return nil } method Index (line 64) | func (fd *File) Index() int { return 0 } method Syntax (line 65) | func (fd *File) Syntax() protoreflect.Syntax { return fd.L... method Name (line 66) | func (fd *File) Name() protoreflect.Name { return fd.L... method FullName (line 67) | func (fd *File) FullName() protoreflect.FullName { return fd.L... method IsPlaceholder (line 68) | func (fd *File) IsPlaceholder() bool { return false } method Options (line 69) | func (fd *File) Options() protoreflect.ProtoMessage { method Path (line 75) | func (fd *File) Path() string { retur... method Package (line 76) | func (fd *File) Package() protoreflect.FullName { retur... method Imports (line 77) | func (fd *File) Imports() protoreflect.FileImports { retur... method Enums (line 78) | func (fd *File) Enums() protoreflect.EnumDescriptors { retur... method Messages (line 79) | func (fd *File) Messages() protoreflect.MessageDescriptors { retur... method Extensions (line 80) | func (fd *File) Extensions() protoreflect.ExtensionDescriptors { retur... method Services (line 81) | func (fd *File) Services() protoreflect.ServiceDescriptors { retur... method SourceLocations (line 82) | func (fd *File) SourceLocations() protoreflect.SourceLocations { retur... method Format (line 83) | func (fd *File) Format(s fmt.State, r rune) { descf... method ProtoType (line 84) | func (fd *File) ProtoType(protoreflect.FileDescriptor) {} method ProtoInternal (line 85) | func (fd *File) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 87) | func (fd *File) lazyInit() *FileL2 { method lazyInitOnce (line 94) | func (fd *File) lazyInitOnce() { method GoPackagePath (line 108) | func (fd *File) GoPackagePath() string { type FileL1 (line 45) | type FileL1 struct type FileL2 (line 55) | type FileL2 struct type Enum (line 113) | type Enum struct method Options (line 138) | func (ed *Enum) Options() protoreflect.ProtoMessage { method Values (line 144) | func (ed *Enum) Values() protoreflect.EnumValueDescriptors { method ReservedNames (line 150) | func (ed *Enum) ReservedNames() protoreflect.Names { return &ed.... method ReservedRanges (line 151) | func (ed *Enum) ReservedRanges() protoreflect.EnumRanges { return &ed.... method Format (line 152) | func (ed *Enum) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 153) | func (ed *Enum) ProtoType(protoreflect.EnumDescriptor) {} method lazyInit (line 154) | func (ed *Enum) lazyInit() *EnumL2 { type EnumL1 (line 118) | type EnumL1 struct type EnumL2 (line 121) | type EnumL2 struct type EnumValue (line 128) | type EnumValue struct method Options (line 159) | func (ed *EnumValue) Options() protoreflect.ProtoMessage { method Number (line 165) | func (ed *EnumValue) Number() protoreflect.EnumNumber { ret... method Format (line 166) | func (ed *EnumValue) Format(s fmt.State, r rune) { des... method ProtoType (line 167) | func (ed *EnumValue) ProtoType(protoreflect.EnumValueDescriptor) {} type EnumValueL1 (line 132) | type EnumValueL1 struct type Message (line 170) | type Message struct method Options (line 225) | func (md *Message) Options() protoreflect.ProtoMessage { method IsMapEntry (line 231) | func (md *Message) IsMapEntry() bool { retur... method Fields (line 232) | func (md *Message) Fields() protoreflect.FieldDescriptors { retur... method Oneofs (line 233) | func (md *Message) Oneofs() protoreflect.OneofDescriptors { retur... method ReservedNames (line 234) | func (md *Message) ReservedNames() protoreflect.Names { retur... method ReservedRanges (line 235) | func (md *Message) ReservedRanges() protoreflect.FieldRanges { retur... method RequiredNumbers (line 236) | func (md *Message) RequiredNumbers() protoreflect.FieldNumbers { retur... method ExtensionRanges (line 237) | func (md *Message) ExtensionRanges() protoreflect.FieldRanges { retur... method ExtensionRangeOptions (line 238) | func (md *Message) ExtensionRangeOptions(i int) protoreflect.ProtoMess... method Enums (line 244) | func (md *Message) Enums() protoreflect.EnumDescriptors { re... method Messages (line 245) | func (md *Message) Messages() protoreflect.MessageDescriptors { re... method Extensions (line 246) | func (md *Message) Extensions() protoreflect.ExtensionDescriptors { re... method ProtoType (line 247) | func (md *Message) ProtoType(protoreflect.MessageDescriptor) {} method Format (line 248) | func (md *Message) Format(s fmt.State, r rune) { de... method lazyInit (line 249) | func (md *Message) lazyInit() *MessageL2 { method IsMessageSet (line 259) | func (md *Message) IsMessageSet() bool { type MessageL1 (line 175) | type MessageL1 struct type MessageL2 (line 182) | type MessageL2 struct type Field (line 193) | type Field struct method Options (line 263) | func (fd *Field) Options() protoreflect.ProtoMessage { method Number (line 269) | func (fd *Field) Number() protoreflect.FieldNumber { return fd.L1... method Cardinality (line 270) | func (fd *Field) Cardinality() protoreflect.Cardinality { return fd.L1... method Kind (line 271) | func (fd *Field) Kind() protoreflect.Kind { return fd.L1... method HasJSONName (line 272) | func (fd *Field) HasJSONName() bool { return fd.L1... method JSONName (line 273) | func (fd *Field) JSONName() string { return fd.L1... method TextName (line 274) | func (fd *Field) TextName() string { return fd.L1... method HasPresence (line 275) | func (fd *Field) HasPresence() bool { method HasOptionalKeyword (line 278) | func (fd *Field) HasOptionalKeyword() bool { method IsPacked (line 281) | func (fd *Field) IsPacked() bool { method IsExtension (line 291) | func (fd *Field) IsExtension() bool { return false } method IsWeak (line 292) | func (fd *Field) IsWeak() bool { return fd.L1.IsWeak } method IsList (line 293) | func (fd *Field) IsList() bool { return fd.Cardinality() == proto... method IsMap (line 294) | func (fd *Field) IsMap() bool { return fd.Message() != nil && fd... method MapKey (line 295) | func (fd *Field) MapKey() protoreflect.FieldDescriptor { method MapValue (line 301) | func (fd *Field) MapValue() protoreflect.FieldDescriptor { method HasDefault (line 307) | func (fd *Field) HasDefault() bool {... method Default (line 308) | func (fd *Field) Default() protoreflect.Value {... method DefaultEnumValue (line 309) | func (fd *Field) DefaultEnumValue() protoreflect.EnumValueDescriptor {... method ContainingOneof (line 310) | func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor {... method ContainingMessage (line 311) | func (fd *Field) ContainingMessage() protoreflect.MessageDescriptor { method Enum (line 314) | func (fd *Field) Enum() protoreflect.EnumDescriptor { method Message (line 317) | func (fd *Field) Message() protoreflect.MessageDescriptor { method Format (line 325) | func (fd *Field) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 326) | func (fd *Field) ProtoType(protoreflect.FieldDescriptor) {} method EnforceUTF8 (line 335) | func (fd *Field) EnforceUTF8() bool { type FieldL1 (line 197) | type FieldL1 struct type Oneof (line 215) | type Oneof struct method IsSynthetic (line 342) | func (od *Oneof) IsSynthetic() bool { method Options (line 345) | func (od *Oneof) Options() protoreflect.ProtoMessage { method Fields (line 351) | func (od *Oneof) Fields() protoreflect.FieldDescriptors { return &od.... method Format (line 352) | func (od *Oneof) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 353) | func (od *Oneof) ProtoType(protoreflect.OneofDescriptor) {} type OneofL1 (line 219) | type OneofL1 struct type Extension (line 356) | type Extension struct method Options (line 378) | func (xd *Extension) Options() protoreflect.ProtoMessage { method Number (line 384) | func (xd *Extension) Number() protoreflect.FieldNumber { return x... method Cardinality (line 385) | func (xd *Extension) Cardinality() protoreflect.Cardinality { return x... method Kind (line 386) | func (xd *Extension) Kind() protoreflect.Kind { return x... method HasJSONName (line 387) | func (xd *Extension) HasJSONName() bool { return x... method JSONName (line 388) | func (xd *Extension) JSONName() string { return x... method TextName (line 389) | func (xd *Extension) TextName() string { return x... method HasPresence (line 390) | func (xd *Extension) HasPresence() bool { return x... method HasOptionalKeyword (line 391) | func (xd *Extension) HasOptionalKeyword() bool { method IsPacked (line 394) | func (xd *Extension) IsPacked() bool { return ... method IsExtension (line 395) | func (xd *Extension) IsExtension() bool { return ... method IsWeak (line 396) | func (xd *Extension) IsWeak() bool { return ... method IsList (line 397) | func (xd *Extension) IsList() bool { return ... method IsMap (line 398) | func (xd *Extension) IsMap() bool { return ... method MapKey (line 399) | func (xd *Extension) MapKey() protoreflect.FieldDescriptor { return ... method MapValue (line 400) | func (xd *Extension) MapValue() protoreflect.FieldDescriptor { return ... method HasDefault (line 401) | func (xd *Extension) HasDefault() bool { return ... method Default (line 402) | func (xd *Extension) Default() protoreflect.Value { return ... method DefaultEnumValue (line 403) | func (xd *Extension) DefaultEnumValue() protoreflect.EnumValueDescript... method ContainingOneof (line 406) | func (xd *Extension) ContainingOneof() protoreflect.OneofDescriptor ... method ContainingMessage (line 407) | func (xd *Extension) ContainingMessage() protoreflect.MessageDescripto... method Enum (line 408) | func (xd *Extension) Enum() protoreflect.EnumDescriptor ... method Message (line 409) | func (xd *Extension) Message() protoreflect.MessageDescriptor ... method Format (line 410) | func (xd *Extension) Format(s fmt.State, r rune) ... method ProtoType (line 411) | func (xd *Extension) ProtoType(protoreflect.FieldDescriptor) ... method ProtoInternal (line 412) | func (xd *Extension) ProtoInternal(pragma.DoNotImplement) ... method lazyInit (line 413) | func (xd *Extension) lazyInit() *ExtensionL2 { type ExtensionL1 (line 361) | type ExtensionL1 struct type ExtensionL2 (line 367) | type ExtensionL2 struct type Service (line 419) | type Service struct method Options (line 443) | func (sd *Service) Options() protoreflect.ProtoMessage { method Methods (line 449) | func (sd *Service) Methods() protoreflect.MethodDescriptors { return ... method Format (line 450) | func (sd *Service) Format(s fmt.State, r rune) { descfmt... method ProtoType (line 451) | func (sd *Service) ProtoType(protoreflect.ServiceDescriptor) {} method ProtoInternal (line 452) | func (sd *Service) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 453) | func (sd *Service) lazyInit() *ServiceL2 { type ServiceL1 (line 424) | type ServiceL1 struct type ServiceL2 (line 425) | type ServiceL2 struct type Method (line 430) | type Method struct method Options (line 458) | func (md *Method) Options() protoreflect.ProtoMessage { method Input (line 464) | func (md *Method) Input() protoreflect.MessageDescriptor { return md... method Output (line 465) | func (md *Method) Output() protoreflect.MessageDescriptor { return md... method IsStreamingClient (line 466) | func (md *Method) IsStreamingClient() bool { return md... method IsStreamingServer (line 467) | func (md *Method) IsStreamingServer() bool { return md... method Format (line 468) | func (md *Method) Format(s fmt.State, r rune) { descfmt.F... method ProtoType (line 469) | func (md *Method) ProtoType(protoreflect.MethodDescriptor) {} method ProtoInternal (line 470) | func (md *Method) ProtoInternal(pragma.DoNotImplement) {} type MethodL1 (line 434) | type MethodL1 struct type Base (line 480) | type Base struct method Name (line 491) | func (d *Base) Name() protoreflect.Name { return d.L0.FullName... method FullName (line 492) | func (d *Base) FullName() protoreflect.FullName { return d.L0.FullName } method ParentFile (line 493) | func (d *Base) ParentFile() protoreflect.FileDescriptor { method Parent (line 499) | func (d *Base) Parent() protoreflect.Descriptor { return d.L0.Pare... method Index (line 500) | func (d *Base) Index() int { return d.L0.Index } method Syntax (line 501) | func (d *Base) Syntax() protoreflect.Syntax { return d.L0.Pare... method IsPlaceholder (line 502) | func (d *Base) IsPlaceholder() bool { return false } method ProtoInternal (line 503) | func (d *Base) ProtoInternal(pragma.DoNotImplement) {} type BaseL0 (line 483) | type BaseL0 struct type stringName (line 505) | type stringName struct method InitJSON (line 513) | func (s *stringName) InitJSON(name string) { method lazyInit (line 518) | func (s *stringName) lazyInit(fd protoreflect.FieldDescriptor) *string... method getJSON (line 546) | func (s *stringName) getJSON(fd protoreflect.FieldDescriptor) string {... method getText (line 547) | func (s *stringName) getText(fd protoreflect.FieldDescriptor) string {... function DefaultValue (line 549) | func DefaultValue(v protoreflect.Value, ev protoreflect.EnumValueDescrip... function unmarshalDefault (line 559) | func unmarshalDefault(b []byte, k protoreflect.Kind, pf *File, ed protor... type defaultValue (line 586) | type defaultValue struct method get (line 593) | func (dv *defaultValue) get(fd protoreflect.FieldDescriptor) protorefl... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go type fileRaw (line 18) | type fileRaw struct function newRawFile (line 26) | func newRawFile(db Builder) *File { method initDecls (line 48) | func (fd *File) initDecls(numEnums, numMessages, numExtensions, numServi... method allocEnums (line 55) | func (fd *File) allocEnums(n int) []Enum { method allocMessages (line 61) | func (fd *File) allocMessages(n int) []Message { method allocExtensions (line 67) | func (fd *File) allocExtensions(n int) []Extension { method allocServices (line 73) | func (fd *File) allocServices(n int) []Service { method checkDecls (line 82) | func (fd *File) checkDecls() { method unmarshalSeed (line 94) | func (fd *File) unmarshalSeed(b []byte) { method unmarshalSeed (line 222) | func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd p... method unmarshalSeed (line 274) | func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... method unmarshalSeedOptions (line 369) | func (md *Message) unmarshalSeedOptions(b []byte) { method unmarshalSeed (line 390) | func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File,... method unmarshalSeed (line 426) | func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... function getBuilder (line 453) | func getBuilder() *strs.Builder { function putBuilder (line 456) | func putBuilder(b *strs.Builder) { function makeFullName (line 462) | func makeFullName(sb *strs.Builder, b []byte) protoreflect.FullName { function appendFullName (line 469) | func appendFullName(sb *strs.Builder, prefix protoreflect.FullName, suff... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go method lazyRawInit (line 19) | func (fd *File) lazyRawInit() { method resolveMessages (line 26) | func (file *File) resolveMessages() { method resolveExtensions (line 58) | func (file *File) resolveExtensions() { method resolveServices (line 80) | func (file *File) resolveServices() { method resolveEnumDependency (line 95) | func (file *File) resolveEnumDependency(ed protoreflect.EnumDescriptor, ... method resolveMessageDependency (line 113) | func (file *File) resolveMessageDependency(md protoreflect.MessageDescri... method unmarshalFull (line 131) | func (fd *File) unmarshalFull(b []byte) { method unmarshalFull (line 185) | func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) { function unmarshalEnumReservedRange (line 222) | func unmarshalEnumReservedRange(b []byte) (r [2]protoreflect.EnumNumber) { method unmarshalFull (line 244) | func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File,... method unmarshalFull (line 279) | func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 341) | func (md *Message) unmarshalOptions(b []byte) { function unmarshalMessageReservedRange (line 362) | func unmarshalMessageReservedRange(b []byte) (r [2]protoreflect.FieldNum... function unmarshalMessageExtensionRange (line 384) | func unmarshalMessageExtensionRange(b []byte) (r [2]protoreflect.FieldNu... method unmarshalFull (line 413) | func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalOptions (line 480) | func (fd *Field) unmarshalOptions(b []byte) { method unmarshalFull (line 507) | func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalFull (line 534) | func (xd *Extension) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 580) | func (xd *Extension) unmarshalOptions(b []byte) { method unmarshalFull (line 599) | func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalFull (line 630) | func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd... function appendOptions (line 672) | func appendOptions(dst, src []byte) []byte { method optionsUnmarshaler (line 683) | func (db *Builder) optionsUnmarshaler(p *protoreflect.ProtoMessage, b []... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go type FileImports (line 22) | type FileImports method Len (line 24) | func (p *FileImports) Len() int { return le... method Get (line 25) | func (p *FileImports) Get(i int) protoreflect.FileImport { return (*... method Format (line 26) | func (p *FileImports) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 27) | func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {} type Names (line 29) | type Names struct method Len (line 35) | func (p *Names) Len() int { return len(p.Li... method Get (line 36) | func (p *Names) Get(i int) protoreflect.Name { return p.List[i] } method Has (line 37) | func (p *Names) Has(s protoreflect.Name) bool { return p.lazyIn... method Format (line 38) | func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatL... method ProtoInternal (line 39) | func (p *Names) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Names) lazyInit() *Names { method CheckValid (line 54) | func (p *Names) CheckValid() error { type EnumRanges (line 68) | type EnumRanges struct method Len (line 74) | func (p *EnumRanges) Len() int { return le... method Get (line 75) | func (p *EnumRanges) Get(i int) [2]protoreflect.EnumNumber { return p.... method Has (line 76) | func (p *EnumRanges) Has(n protoreflect.EnumNumber) bool { method Format (line 90) | func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.Fo... method ProtoInternal (line 91) | func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 92) | func (p *EnumRanges) lazyInit() *EnumRanges { method CheckValid (line 104) | func (p *EnumRanges) CheckValid() error { type enumRange (line 119) | type enumRange method Start (line 121) | func (r enumRange) Start() protoreflect.EnumNumber { return r[0] } method End (line 122) | func (r enumRange) End() protoreflect.EnumNumber { return r[1] } method String (line 123) | func (r enumRange) String() string { type FieldRanges (line 130) | type FieldRanges struct method Len (line 136) | func (p *FieldRanges) Len() int { return ... method Get (line 137) | func (p *FieldRanges) Get(i int) [2]protoreflect.FieldNumber { return ... method Has (line 138) | func (p *FieldRanges) Has(n protoreflect.FieldNumber) bool { method Format (line 152) | func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 153) | func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 154) | func (p *FieldRanges) lazyInit() *FieldRanges { method CheckValid (line 166) | func (p *FieldRanges) CheckValid(isMessageSet bool) error { method CheckOverlap (line 193) | func (p *FieldRanges) CheckOverlap(q *FieldRanges) error { function isValidFieldNumber (line 188) | func isValidFieldNumber(n protoreflect.FieldNumber, isMessageSet bool) b... type fieldRange (line 211) | type fieldRange method Start (line 213) | func (r fieldRange) Start() protoreflect.FieldNumber { return r[0] } method End (line 214) | func (r fieldRange) End() protoreflect.FieldNumber { return r[1] - 1 } method String (line 215) | func (r fieldRange) String() string { type FieldNumbers (line 222) | type FieldNumbers struct method Len (line 228) | func (p *FieldNumbers) Len() int { return le... method Get (line 229) | func (p *FieldNumbers) Get(i int) protoreflect.FieldNumber { return p.... method Has (line 230) | func (p *FieldNumbers) Has(n protoreflect.FieldNumber) bool { method Format (line 242) | func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.... method ProtoInternal (line 243) | func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {} type OneofFields (line 245) | type OneofFields struct method Len (line 254) | func (p *OneofFields) Len() int { return... method Get (line 255) | func (p *OneofFields) Get(i int) protoreflect.FieldDescriptor { return... method ByName (line 256) | func (p *OneofFields) ByName(s protoreflect.Name) protoreflect.FieldDe... method ByJSONName (line 259) | func (p *OneofFields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 262) | func (p *OneofFields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 265) | func (p *OneofFields) ByNumber(n protoreflect.FieldNumber) protoreflec... method Format (line 268) | func (p *OneofFields) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 269) | func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 271) | func (p *OneofFields) lazyInit() *OneofFields { type SourceLocations (line 290) | type SourceLocations struct method Len (line 305) | func (p *SourceLocations) Len() int { ret... method Get (line 306) | func (p *SourceLocations) Get(i int) protoreflect.SourceLocation { ret... method byKey (line 307) | func (p *SourceLocations) byKey(k pathKey) protoreflect.SourceLocation { method ByPath (line 313) | func (p *SourceLocations) ByPath(path protoreflect.SourcePath) protore... method ByDescriptor (line 316) | func (p *SourceLocations) ByDescriptor(desc protoreflect.Descriptor) p... method lazyInit (line 414) | func (p *SourceLocations) lazyInit() *SourceLocations { method ProtoInternal (line 437) | func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {} type pathKey (line 440) | type pathKey struct function newPathKey (line 445) | func newPathKey(p protoreflect.SourcePath) (k pathKey) { FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go type Enums (line 18) | type Enums struct method Len (line 24) | func (p *Enums) Len() int { method Get (line 27) | func (p *Enums) Get(i int) protoreflect.EnumDescriptor { method ByName (line 30) | func (p *Enums) ByName(s protoreflect.Name) protoreflect.EnumDescriptor { method Format (line 36) | func (p *Enums) Format(s fmt.State, r rune) { method ProtoInternal (line 39) | func (p *Enums) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Enums) lazyInit() *Enums { type EnumValues (line 55) | type EnumValues struct method Len (line 62) | func (p *EnumValues) Len() int { method Get (line 65) | func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor { method ByName (line 68) | func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValu... method ByNumber (line 74) | func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.... method Format (line 80) | func (p *EnumValues) Format(s fmt.State, r rune) { method ProtoInternal (line 83) | func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 84) | func (p *EnumValues) lazyInit() *EnumValues { type Messages (line 103) | type Messages struct method Len (line 109) | func (p *Messages) Len() int { method Get (line 112) | func (p *Messages) Get(i int) protoreflect.MessageDescriptor { method ByName (line 115) | func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDes... method Format (line 121) | func (p *Messages) Format(s fmt.State, r rune) { method ProtoInternal (line 124) | func (p *Messages) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 125) | func (p *Messages) lazyInit() *Messages { type Fields (line 140) | type Fields struct method Len (line 149) | func (p *Fields) Len() int { method Get (line 152) | func (p *Fields) Get(i int) protoreflect.FieldDescriptor { method ByName (line 155) | func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescrip... method ByJSONName (line 161) | func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 167) | func (p *Fields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 173) | func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.Fie... method Format (line 179) | func (p *Fields) Format(s fmt.State, r rune) { method ProtoInternal (line 182) | func (p *Fields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 183) | func (p *Fields) lazyInit() *Fields { type Oneofs (line 210) | type Oneofs struct method Len (line 216) | func (p *Oneofs) Len() int { method Get (line 219) | func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { method ByName (line 222) | func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescrip... method Format (line 228) | func (p *Oneofs) Format(s fmt.State, r rune) { method ProtoInternal (line 231) | func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 232) | func (p *Oneofs) lazyInit() *Oneofs { type Extensions (line 247) | type Extensions struct method Len (line 253) | func (p *Extensions) Len() int { method Get (line 256) | func (p *Extensions) Get(i int) protoreflect.ExtensionDescriptor { method ByName (line 259) | func (p *Extensions) ByName(s protoreflect.Name) protoreflect.Extensio... method Format (line 265) | func (p *Extensions) Format(s fmt.State, r rune) { method ProtoInternal (line 268) | func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 269) | func (p *Extensions) lazyInit() *Extensions { type Services (line 284) | type Services struct method Len (line 290) | func (p *Services) Len() int { method Get (line 293) | func (p *Services) Get(i int) protoreflect.ServiceDescriptor { method ByName (line 296) | func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDes... method Format (line 302) | func (p *Services) Format(s fmt.State, r rune) { method ProtoInternal (line 305) | func (p *Services) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 306) | func (p *Services) lazyInit() *Services { type Methods (line 321) | type Methods struct method Len (line 327) | func (p *Methods) Len() int { method Get (line 330) | func (p *Methods) Get(i int) protoreflect.MethodDescriptor { method ByName (line 333) | func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescr... method Format (line 339) | func (p *Methods) Format(s fmt.State, r rune) { method ProtoInternal (line 342) | func (p *Methods) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 343) | func (p *Methods) lazyInit() *Methods { FILE: vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go type PlaceholderFile (line 31) | type PlaceholderFile method ParentFile (line 33) | func (f PlaceholderFile) ParentFile() protoreflect.FileDescriptor ... method Parent (line 34) | func (f PlaceholderFile) Parent() protoreflect.Descriptor ... method Index (line 35) | func (f PlaceholderFile) Index() int ... method Syntax (line 36) | func (f PlaceholderFile) Syntax() protoreflect.Syntax ... method Name (line 37) | func (f PlaceholderFile) Name() protoreflect.Name ... method FullName (line 38) | func (f PlaceholderFile) FullName() protoreflect.FullName ... method IsPlaceholder (line 39) | func (f PlaceholderFile) IsPlaceholder() bool ... method Options (line 40) | func (f PlaceholderFile) Options() protoreflect.ProtoMessage ... method Path (line 41) | func (f PlaceholderFile) Path() string ... method Package (line 42) | func (f PlaceholderFile) Package() protoreflect.FullName ... method Imports (line 43) | func (f PlaceholderFile) Imports() protoreflect.FileImports ... method Messages (line 44) | func (f PlaceholderFile) Messages() protoreflect.MessageDescriptors ... method Enums (line 45) | func (f PlaceholderFile) Enums() protoreflect.EnumDescriptors ... method Extensions (line 46) | func (f PlaceholderFile) Extensions() protoreflect.ExtensionDescriptor... method Services (line 47) | func (f PlaceholderFile) Services() protoreflect.ServiceDescriptors ... method SourceLocations (line 48) | func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocation... method ProtoType (line 49) | func (f PlaceholderFile) ProtoType(protoreflect.FileDescriptor) ... method ProtoInternal (line 50) | func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) ... type PlaceholderEnum (line 53) | type PlaceholderEnum method ParentFile (line 55) | func (e PlaceholderEnum) ParentFile() protoreflect.FileDescriptor { ... method Parent (line 56) | func (e PlaceholderEnum) Parent() protoreflect.Descriptor { ... method Index (line 57) | func (e PlaceholderEnum) Index() int { ... method Syntax (line 58) | func (e PlaceholderEnum) Syntax() protoreflect.Syntax { ... method Name (line 59) | func (e PlaceholderEnum) Name() protoreflect.Name { ... method FullName (line 60) | func (e PlaceholderEnum) FullName() protoreflect.FullName { ... method IsPlaceholder (line 61) | func (e PlaceholderEnum) IsPlaceholder() bool { ... method Options (line 62) | func (e PlaceholderEnum) Options() protoreflect.ProtoMessage { ... method Values (line 63) | func (e PlaceholderEnum) Values() protoreflect.EnumValueDescriptors { ... method ReservedNames (line 64) | func (e PlaceholderEnum) ReservedNames() protoreflect.Names { ... method ReservedRanges (line 65) | func (e PlaceholderEnum) ReservedRanges() protoreflect.EnumRanges { ... method ProtoType (line 66) | func (e PlaceholderEnum) ProtoType(protoreflect.EnumDescriptor) { ... method ProtoInternal (line 67) | func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { ... type PlaceholderEnumValue (line 70) | type PlaceholderEnumValue method ParentFile (line 72) | func (e PlaceholderEnumValue) ParentFile() protoreflect.FileDescriptor... method Parent (line 73) | func (e PlaceholderEnumValue) Parent() protoreflect.Descriptor ... method Index (line 74) | func (e PlaceholderEnumValue) Index() int ... method Syntax (line 75) | func (e PlaceholderEnumValue) Syntax() protoreflect.Syntax ... method Name (line 76) | func (e PlaceholderEnumValue) Name() protoreflect.Name ... method FullName (line 77) | func (e PlaceholderEnumValue) FullName() protoreflect.FullName ... method IsPlaceholder (line 78) | func (e PlaceholderEnumValue) IsPlaceholder() bool ... method Options (line 79) | func (e PlaceholderEnumValue) Options() protoreflect.ProtoMessage ... method Number (line 80) | func (e PlaceholderEnumValue) Number() protoreflect.EnumNumber ... method ProtoType (line 81) | func (e PlaceholderEnumValue) ProtoType(protoreflect.EnumValueDescript... method ProtoInternal (line 82) | func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) ... type PlaceholderMessage (line 85) | type PlaceholderMessage method ParentFile (line 87) | func (m PlaceholderMessage) ParentFile() protoreflect.FileDescriptor ... method Parent (line 88) | func (m PlaceholderMessage) Parent() protoreflect.Descriptor ... method Index (line 89) | func (m PlaceholderMessage) Index() int ... method Syntax (line 90) | func (m PlaceholderMessage) Syntax() protoreflect.Syntax ... method Name (line 91) | func (m PlaceholderMessage) Name() protoreflect.Name ... method FullName (line 92) | func (m PlaceholderMessage) FullName() protoreflect.FullName ... method IsPlaceholder (line 93) | func (m PlaceholderMessage) IsPlaceholder() bool ... method Options (line 94) | func (m PlaceholderMessage) Options() protoreflect.ProtoMessage ... method IsMapEntry (line 95) | func (m PlaceholderMessage) IsMapEntry() bool ... method Fields (line 96) | func (m PlaceholderMessage) Fields() protoreflect.FieldDescriptors ... method Oneofs (line 97) | func (m PlaceholderMessage) Oneofs() protoreflect.OneofDescriptors ... method ReservedNames (line 98) | func (m PlaceholderMessage) ReservedNames() protoreflect.Names ... method ReservedRanges (line 99) | func (m PlaceholderMessage) ReservedRanges() protoreflect.FieldRanges ... method RequiredNumbers (line 100) | func (m PlaceholderMessage) RequiredNumbers() protoreflect.FieldNumber... method ExtensionRanges (line 101) | func (m PlaceholderMessage) ExtensionRanges() protoreflect.FieldRanges... method ExtensionRangeOptions (line 102) | func (m PlaceholderMessage) ExtensionRangeOptions(int) protoreflect.Pr... method Messages (line 105) | func (m PlaceholderMessage) Messages() protoreflect.MessageDescriptors... method Enums (line 106) | func (m PlaceholderMessage) Enums() protoreflect.EnumDescriptors ... method Extensions (line 107) | func (m PlaceholderMessage) Extensions() protoreflect.ExtensionDescrip... method ProtoType (line 108) | func (m PlaceholderMessage) ProtoType(protoreflect.MessageDescriptor) ... method ProtoInternal (line 109) | func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/filetype/build.go type Builder (line 52) | type Builder struct method Build (line 121) | func (tb Builder) Build() (out Out) { type Out (line 117) | type Out struct type depIdxs (line 262) | type depIdxs method Get (line 265) | func (x depIdxs) Get(i, j int32) int32 { type resolverByIndex (line 270) | type resolverByIndex struct method FindEnumByIndex (line 282) | func (r *resolverByIndex) FindEnumByIndex(i, j int32, es []filedesc.En... method FindMessageByIndex (line 290) | func (r *resolverByIndex) FindMessageByIndex(i, j int32, es []filedesc... type fileRegistry (line 275) | type fileRegistry interface FILE: vendor/google.golang.org/protobuf/internal/flags/flags.go constant ProtoLegacy (line 17) | ProtoLegacy = protoLegacy constant LazyUnmarshalExtensions (line 24) | LazyUnmarshalExtensions = ProtoLegacy FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go constant protoLegacy (line 10) | protoLegacy = false FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go constant protoLegacy (line 10) | protoLegacy = true FILE: vendor/google.golang.org/protobuf/internal/genid/any_gen.go constant File_google_protobuf_any_proto (line 13) | File_google_protobuf_any_proto = "google/protobuf/any.proto" constant Any_message_name (line 17) | Any_message_name protoreflect.Name = "Any" constant Any_message_fullname (line 18) | Any_message_fullname protoreflect.FullName = "google.protobuf.Any" constant Any_TypeUrl_field_name (line 23) | Any_TypeUrl_field_name protoreflect.Name = "type_url" constant Any_Value_field_name (line 24) | Any_Value_field_name protoreflect.Name = "value" constant Any_TypeUrl_field_fullname (line 26) | Any_TypeUrl_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_Value_field_fullname (line 27) | Any_Value_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_TypeUrl_field_number (line 32) | Any_TypeUrl_field_number protoreflect.FieldNumber = 1 constant Any_Value_field_number (line 33) | Any_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/api_gen.go constant File_google_protobuf_api_proto (line 13) | File_google_protobuf_api_proto = "google/protobuf/api.proto" constant Api_message_name (line 17) | Api_message_name protoreflect.Name = "Api" constant Api_message_fullname (line 18) | Api_message_fullname protoreflect.FullName = "google.protobuf.Api" constant Api_Name_field_name (line 23) | Api_Name_field_name protoreflect.Name = "name" constant Api_Methods_field_name (line 24) | Api_Methods_field_name protoreflect.Name = "methods" constant Api_Options_field_name (line 25) | Api_Options_field_name protoreflect.Name = "options" constant Api_Version_field_name (line 26) | Api_Version_field_name protoreflect.Name = "version" constant Api_SourceContext_field_name (line 27) | Api_SourceContext_field_name protoreflect.Name = "source_context" constant Api_Mixins_field_name (line 28) | Api_Mixins_field_name protoreflect.Name = "mixins" constant Api_Syntax_field_name (line 29) | Api_Syntax_field_name protoreflect.Name = "syntax" constant Api_Name_field_fullname (line 31) | Api_Name_field_fullname protoreflect.FullName = "google.protobu... constant Api_Methods_field_fullname (line 32) | Api_Methods_field_fullname protoreflect.FullName = "google.protobu... constant Api_Options_field_fullname (line 33) | Api_Options_field_fullname protoreflect.FullName = "google.protobu... constant Api_Version_field_fullname (line 34) | Api_Version_field_fullname protoreflect.FullName = "google.protobu... constant Api_SourceContext_field_fullname (line 35) | Api_SourceContext_field_fullname protoreflect.FullName = "google.protobu... constant Api_Mixins_field_fullname (line 36) | Api_Mixins_field_fullname protoreflect.FullName = "google.protobu... constant Api_Syntax_field_fullname (line 37) | Api_Syntax_field_fullname protoreflect.FullName = "google.protobu... constant Api_Name_field_number (line 42) | Api_Name_field_number protoreflect.FieldNumber = 1 constant Api_Methods_field_number (line 43) | Api_Methods_field_number protoreflect.FieldNumber = 2 constant Api_Options_field_number (line 44) | Api_Options_field_number protoreflect.FieldNumber = 3 constant Api_Version_field_number (line 45) | Api_Version_field_number protoreflect.FieldNumber = 4 constant Api_SourceContext_field_number (line 46) | Api_SourceContext_field_number protoreflect.FieldNumber = 5 constant Api_Mixins_field_number (line 47) | Api_Mixins_field_number protoreflect.FieldNumber = 6 constant Api_Syntax_field_number (line 48) | Api_Syntax_field_number protoreflect.FieldNumber = 7 constant Method_message_name (line 53) | Method_message_name protoreflect.Name = "Method" constant Method_message_fullname (line 54) | Method_message_fullname protoreflect.FullName = "google.protobuf.Method" constant Method_Name_field_name (line 59) | Method_Name_field_name protoreflect.Name = "name" constant Method_RequestTypeUrl_field_name (line 60) | Method_RequestTypeUrl_field_name protoreflect.Name = "request_type_url" constant Method_RequestStreaming_field_name (line 61) | Method_RequestStreaming_field_name protoreflect.Name = "request_streaming" constant Method_ResponseTypeUrl_field_name (line 62) | Method_ResponseTypeUrl_field_name protoreflect.Name = "response_type_url" constant Method_ResponseStreaming_field_name (line 63) | Method_ResponseStreaming_field_name protoreflect.Name = "response_stream... constant Method_Options_field_name (line 64) | Method_Options_field_name protoreflect.Name = "options" constant Method_Syntax_field_name (line 65) | Method_Syntax_field_name protoreflect.Name = "syntax" constant Method_Name_field_fullname (line 67) | Method_Name_field_fullname protoreflect.FullName = "google.... constant Method_RequestTypeUrl_field_fullname (line 68) | Method_RequestTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_RequestStreaming_field_fullname (line 69) | Method_RequestStreaming_field_fullname protoreflect.FullName = "google.... constant Method_ResponseTypeUrl_field_fullname (line 70) | Method_ResponseTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_ResponseStreaming_field_fullname (line 71) | Method_ResponseStreaming_field_fullname protoreflect.FullName = "google.... constant Method_Options_field_fullname (line 72) | Method_Options_field_fullname protoreflect.FullName = "google.... constant Method_Syntax_field_fullname (line 73) | Method_Syntax_field_fullname protoreflect.FullName = "google.... constant Method_Name_field_number (line 78) | Method_Name_field_number protoreflect.FieldNumber = 1 constant Method_RequestTypeUrl_field_number (line 79) | Method_RequestTypeUrl_field_number protoreflect.FieldNumber = 2 constant Method_RequestStreaming_field_number (line 80) | Method_RequestStreaming_field_number protoreflect.FieldNumber = 3 constant Method_ResponseTypeUrl_field_number (line 81) | Method_ResponseTypeUrl_field_number protoreflect.FieldNumber = 4 constant Method_ResponseStreaming_field_number (line 82) | Method_ResponseStreaming_field_number protoreflect.FieldNumber = 5 constant Method_Options_field_number (line 83) | Method_Options_field_number protoreflect.FieldNumber = 6 constant Method_Syntax_field_number (line 84) | Method_Syntax_field_number protoreflect.FieldNumber = 7 constant Mixin_message_name (line 89) | Mixin_message_name protoreflect.Name = "Mixin" constant Mixin_message_fullname (line 90) | Mixin_message_fullname protoreflect.FullName = "google.protobuf.Mixin" constant Mixin_Name_field_name (line 95) | Mixin_Name_field_name protoreflect.Name = "name" constant Mixin_Root_field_name (line 96) | Mixin_Root_field_name protoreflect.Name = "root" constant Mixin_Name_field_fullname (line 98) | Mixin_Name_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Root_field_fullname (line 99) | Mixin_Root_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Name_field_number (line 104) | Mixin_Name_field_number protoreflect.FieldNumber = 1 constant Mixin_Root_field_number (line 105) | Mixin_Root_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go constant File_google_protobuf_descriptor_proto (line 13) | File_google_protobuf_descriptor_proto = "google/protobuf/descriptor.proto" constant FileDescriptorSet_message_name (line 17) | FileDescriptorSet_message_name protoreflect.Name = "FileDescript... constant FileDescriptorSet_message_fullname (line 18) | FileDescriptorSet_message_fullname protoreflect.FullName = "google.proto... constant FileDescriptorSet_File_field_name (line 23) | FileDescriptorSet_File_field_name protoreflect.Name = "file" constant FileDescriptorSet_File_field_fullname (line 25) | FileDescriptorSet_File_field_fullname protoreflect.FullName = "google.pr... constant FileDescriptorSet_File_field_number (line 30) | FileDescriptorSet_File_field_number protoreflect.FieldNumber = 1 constant FileDescriptorProto_message_name (line 35) | FileDescriptorProto_message_name protoreflect.Name = "FileDescri... constant FileDescriptorProto_message_fullname (line 36) | FileDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant FileDescriptorProto_Name_field_name (line 41) | FileDescriptorProto_Name_field_name protoreflect.Name = "name" constant FileDescriptorProto_Package_field_name (line 42) | FileDescriptorProto_Package_field_name protoreflect.Name = "pac... constant FileDescriptorProto_Dependency_field_name (line 43) | FileDescriptorProto_Dependency_field_name protoreflect.Name = "dep... constant FileDescriptorProto_PublicDependency_field_name (line 44) | FileDescriptorProto_PublicDependency_field_name protoreflect.Name = "pub... constant FileDescriptorProto_WeakDependency_field_name (line 45) | FileDescriptorProto_WeakDependency_field_name protoreflect.Name = "wea... constant FileDescriptorProto_MessageType_field_name (line 46) | FileDescriptorProto_MessageType_field_name protoreflect.Name = "mes... constant FileDescriptorProto_EnumType_field_name (line 47) | FileDescriptorProto_EnumType_field_name protoreflect.Name = "enu... constant FileDescriptorProto_Service_field_name (line 48) | FileDescriptorProto_Service_field_name protoreflect.Name = "ser... constant FileDescriptorProto_Extension_field_name (line 49) | FileDescriptorProto_Extension_field_name protoreflect.Name = "ext... constant FileDescriptorProto_Options_field_name (line 50) | FileDescriptorProto_Options_field_name protoreflect.Name = "opt... constant FileDescriptorProto_SourceCodeInfo_field_name (line 51) | FileDescriptorProto_SourceCodeInfo_field_name protoreflect.Name = "sou... constant FileDescriptorProto_Syntax_field_name (line 52) | FileDescriptorProto_Syntax_field_name protoreflect.Name = "syn... constant FileDescriptorProto_Edition_field_name (line 53) | FileDescriptorProto_Edition_field_name protoreflect.Name = "edi... constant FileDescriptorProto_Name_field_fullname (line 55) | FileDescriptorProto_Name_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Package_field_fullname (line 56) | FileDescriptorProto_Package_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Dependency_field_fullname (line 57) | FileDescriptorProto_Dependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_PublicDependency_field_fullname (line 58) | FileDescriptorProto_PublicDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_WeakDependency_field_fullname (line 59) | FileDescriptorProto_WeakDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_MessageType_field_fullname (line 60) | FileDescriptorProto_MessageType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_EnumType_field_fullname (line 61) | FileDescriptorProto_EnumType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Service_field_fullname (line 62) | FileDescriptorProto_Service_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Extension_field_fullname (line 63) | FileDescriptorProto_Extension_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Options_field_fullname (line 64) | FileDescriptorProto_Options_field_fullname protoreflect.FullNam... constant FileDescriptorProto_SourceCodeInfo_field_fullname (line 65) | FileDescriptorProto_SourceCodeInfo_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Syntax_field_fullname (line 66) | FileDescriptorProto_Syntax_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Edition_field_fullname (line 67) | FileDescriptorProto_Edition_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Name_field_number (line 72) | FileDescriptorProto_Name_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Package_field_number (line 73) | FileDescriptorProto_Package_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Dependency_field_number (line 74) | FileDescriptorProto_Dependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_PublicDependency_field_number (line 75) | FileDescriptorProto_PublicDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_WeakDependency_field_number (line 76) | FileDescriptorProto_WeakDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_MessageType_field_number (line 77) | FileDescriptorProto_MessageType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_EnumType_field_number (line 78) | FileDescriptorProto_EnumType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Service_field_number (line 79) | FileDescriptorProto_Service_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Extension_field_number (line 80) | FileDescriptorProto_Extension_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Options_field_number (line 81) | FileDescriptorProto_Options_field_number protoreflect.FieldNumb... constant FileDescriptorProto_SourceCodeInfo_field_number (line 82) | FileDescriptorProto_SourceCodeInfo_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Syntax_field_number (line 83) | FileDescriptorProto_Syntax_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Edition_field_number (line 84) | FileDescriptorProto_Edition_field_number protoreflect.FieldNumb... constant DescriptorProto_message_name (line 89) | DescriptorProto_message_name protoreflect.Name = "DescriptorProto" constant DescriptorProto_message_fullname (line 90) | DescriptorProto_message_fullname protoreflect.FullName = "google.protobu... constant DescriptorProto_Name_field_name (line 95) | DescriptorProto_Name_field_name protoreflect.Name = "name" constant DescriptorProto_Field_field_name (line 96) | DescriptorProto_Field_field_name protoreflect.Name = "field" constant DescriptorProto_Extension_field_name (line 97) | DescriptorProto_Extension_field_name protoreflect.Name = "extension" constant DescriptorProto_NestedType_field_name (line 98) | DescriptorProto_NestedType_field_name protoreflect.Name = "nested_type" constant DescriptorProto_EnumType_field_name (line 99) | DescriptorProto_EnumType_field_name protoreflect.Name = "enum_type" constant DescriptorProto_ExtensionRange_field_name (line 100) | DescriptorProto_ExtensionRange_field_name protoreflect.Name = "extension... constant DescriptorProto_OneofDecl_field_name (line 101) | DescriptorProto_OneofDecl_field_name protoreflect.Name = "oneof_decl" constant DescriptorProto_Options_field_name (line 102) | DescriptorProto_Options_field_name protoreflect.Name = "options" constant DescriptorProto_ReservedRange_field_name (line 103) | DescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_... constant DescriptorProto_ReservedName_field_name (line 104) | DescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_... constant DescriptorProto_Name_field_fullname (line 106) | DescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Field_field_fullname (line 107) | DescriptorProto_Field_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Extension_field_fullname (line 108) | DescriptorProto_Extension_field_fullname protoreflect.FullName = "g... constant DescriptorProto_NestedType_field_fullname (line 109) | DescriptorProto_NestedType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_EnumType_field_fullname (line 110) | DescriptorProto_EnumType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ExtensionRange_field_fullname (line 111) | DescriptorProto_ExtensionRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_OneofDecl_field_fullname (line 112) | DescriptorProto_OneofDecl_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Options_field_fullname (line 113) | DescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedRange_field_fullname (line 114) | DescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedName_field_fullname (line 115) | DescriptorProto_ReservedName_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Name_field_number (line 120) | DescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant DescriptorProto_Field_field_number (line 121) | DescriptorProto_Field_field_number protoreflect.FieldNumber = 2 constant DescriptorProto_Extension_field_number (line 122) | DescriptorProto_Extension_field_number protoreflect.FieldNumber = 6 constant DescriptorProto_NestedType_field_number (line 123) | DescriptorProto_NestedType_field_number protoreflect.FieldNumber = 3 constant DescriptorProto_EnumType_field_number (line 124) | DescriptorProto_EnumType_field_number protoreflect.FieldNumber = 4 constant DescriptorProto_ExtensionRange_field_number (line 125) | DescriptorProto_ExtensionRange_field_number protoreflect.FieldNumber = 5 constant DescriptorProto_OneofDecl_field_number (line 126) | DescriptorProto_OneofDecl_field_number protoreflect.FieldNumber = 8 constant DescriptorProto_Options_field_number (line 127) | DescriptorProto_Options_field_number protoreflect.FieldNumber = 7 constant DescriptorProto_ReservedRange_field_number (line 128) | DescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 9 constant DescriptorProto_ReservedName_field_number (line 129) | DescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 10 constant DescriptorProto_ExtensionRange_message_name (line 134) | DescriptorProto_ExtensionRange_message_name protoreflect.Name = ... constant DescriptorProto_ExtensionRange_message_fullname (line 135) | DescriptorProto_ExtensionRange_message_fullname protoreflect.FullName = ... constant DescriptorProto_ExtensionRange_Start_field_name (line 140) | DescriptorProto_ExtensionRange_Start_field_name protoreflect.Name = "s... constant DescriptorProto_ExtensionRange_End_field_name (line 141) | DescriptorProto_ExtensionRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ExtensionRange_Options_field_name (line 142) | DescriptorProto_ExtensionRange_Options_field_name protoreflect.Name = "o... constant DescriptorProto_ExtensionRange_Start_field_fullname (line 144) | DescriptorProto_ExtensionRange_Start_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_End_field_fullname (line 145) | DescriptorProto_ExtensionRange_End_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Options_field_fullname (line 146) | DescriptorProto_ExtensionRange_Options_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Start_field_number (line 151) | DescriptorProto_ExtensionRange_Start_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_End_field_number (line 152) | DescriptorProto_ExtensionRange_End_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_Options_field_number (line 153) | DescriptorProto_ExtensionRange_Options_field_number protoreflect.FieldNu... constant DescriptorProto_ReservedRange_message_name (line 158) | DescriptorProto_ReservedRange_message_name protoreflect.Name = "... constant DescriptorProto_ReservedRange_message_fullname (line 159) | DescriptorProto_ReservedRange_message_fullname protoreflect.FullName = "... constant DescriptorProto_ReservedRange_Start_field_name (line 164) | DescriptorProto_ReservedRange_Start_field_name protoreflect.Name = "start" constant DescriptorProto_ReservedRange_End_field_name (line 165) | DescriptorProto_ReservedRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ReservedRange_Start_field_fullname (line 167) | DescriptorProto_ReservedRange_Start_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_End_field_fullname (line 168) | DescriptorProto_ReservedRange_End_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_Start_field_number (line 173) | DescriptorProto_ReservedRange_Start_field_number protoreflect.FieldNumbe... constant DescriptorProto_ReservedRange_End_field_number (line 174) | DescriptorProto_ReservedRange_End_field_number protoreflect.FieldNumbe... constant ExtensionRangeOptions_message_name (line 179) | ExtensionRangeOptions_message_name protoreflect.Name = "Extensio... constant ExtensionRangeOptions_message_fullname (line 180) | ExtensionRangeOptions_message_fullname protoreflect.FullName = "google.p... constant ExtensionRangeOptions_UninterpretedOption_field_name (line 185) | ExtensionRangeOptions_UninterpretedOption_field_name protoreflect.Name =... constant ExtensionRangeOptions_UninterpretedOption_field_fullname (line 187) | ExtensionRangeOptions_UninterpretedOption_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_UninterpretedOption_field_number (line 192) | ExtensionRangeOptions_UninterpretedOption_field_number protoreflect.Fiel... constant FieldDescriptorProto_message_name (line 197) | FieldDescriptorProto_message_name protoreflect.Name = "FieldDesc... constant FieldDescriptorProto_message_fullname (line 198) | FieldDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant FieldDescriptorProto_Name_field_name (line 203) | FieldDescriptorProto_Name_field_name protoreflect.Name = "name" constant FieldDescriptorProto_Number_field_name (line 204) | FieldDescriptorProto_Number_field_name protoreflect.Name = "number" constant FieldDescriptorProto_Label_field_name (line 205) | FieldDescriptorProto_Label_field_name protoreflect.Name = "label" constant FieldDescriptorProto_Type_field_name (line 206) | FieldDescriptorProto_Type_field_name protoreflect.Name = "type" constant FieldDescriptorProto_TypeName_field_name (line 207) | FieldDescriptorProto_TypeName_field_name protoreflect.Name = "type... constant FieldDescriptorProto_Extendee_field_name (line 208) | FieldDescriptorProto_Extendee_field_name protoreflect.Name = "exte... constant FieldDescriptorProto_DefaultValue_field_name (line 209) | FieldDescriptorProto_DefaultValue_field_name protoreflect.Name = "defa... constant FieldDescriptorProto_OneofIndex_field_name (line 210) | FieldDescriptorProto_OneofIndex_field_name protoreflect.Name = "oneo... constant FieldDescriptorProto_JsonName_field_name (line 211) | FieldDescriptorProto_JsonName_field_name protoreflect.Name = "json... constant FieldDescriptorProto_Options_field_name (line 212) | FieldDescriptorProto_Options_field_name protoreflect.Name = "opti... constant FieldDescriptorProto_Proto3Optional_field_name (line 213) | FieldDescriptorProto_Proto3Optional_field_name protoreflect.Name = "prot... constant FieldDescriptorProto_Name_field_fullname (line 215) | FieldDescriptorProto_Name_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Number_field_fullname (line 216) | FieldDescriptorProto_Number_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Label_field_fullname (line 217) | FieldDescriptorProto_Label_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Type_field_fullname (line 218) | FieldDescriptorProto_Type_field_fullname protoreflect.FullName... constant FieldDescriptorProto_TypeName_field_fullname (line 219) | FieldDescriptorProto_TypeName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Extendee_field_fullname (line 220) | FieldDescriptorProto_Extendee_field_fullname protoreflect.FullName... constant FieldDescriptorProto_DefaultValue_field_fullname (line 221) | FieldDescriptorProto_DefaultValue_field_fullname protoreflect.FullName... constant FieldDescriptorProto_OneofIndex_field_fullname (line 222) | FieldDescriptorProto_OneofIndex_field_fullname protoreflect.FullName... constant FieldDescriptorProto_JsonName_field_fullname (line 223) | FieldDescriptorProto_JsonName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Options_field_fullname (line 224) | FieldDescriptorProto_Options_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Proto3Optional_field_fullname (line 225) | FieldDescriptorProto_Proto3Optional_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Name_field_number (line 230) | FieldDescriptorProto_Name_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Number_field_number (line 231) | FieldDescriptorProto_Number_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Label_field_number (line 232) | FieldDescriptorProto_Label_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_field_number (line 233) | FieldDescriptorProto_Type_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_TypeName_field_number (line 234) | FieldDescriptorProto_TypeName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Extendee_field_number (line 235) | FieldDescriptorProto_Extendee_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_DefaultValue_field_number (line 236) | FieldDescriptorProto_DefaultValue_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_OneofIndex_field_number (line 237) | FieldDescriptorProto_OneofIndex_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_JsonName_field_number (line 238) | FieldDescriptorProto_JsonName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Options_field_number (line 239) | FieldDescriptorProto_Options_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Proto3Optional_field_number (line 240) | FieldDescriptorProto_Proto3Optional_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_enum_fullname (line 245) | FieldDescriptorProto_Type_enum_fullname = "google.protobuf.FieldDescript... constant FieldDescriptorProto_Type_enum_name (line 246) | FieldDescriptorProto_Type_enum_name = "Type" constant FieldDescriptorProto_Label_enum_fullname (line 251) | FieldDescriptorProto_Label_enum_fullname = "google.protobuf.FieldDescrip... constant FieldDescriptorProto_Label_enum_name (line 252) | FieldDescriptorProto_Label_enum_name = "Label" constant OneofDescriptorProto_message_name (line 257) | OneofDescriptorProto_message_name protoreflect.Name = "OneofDesc... constant OneofDescriptorProto_message_fullname (line 258) | OneofDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant OneofDescriptorProto_Name_field_name (line 263) | OneofDescriptorProto_Name_field_name protoreflect.Name = "name" constant OneofDescriptorProto_Options_field_name (line 264) | OneofDescriptorProto_Options_field_name protoreflect.Name = "options" constant OneofDescriptorProto_Name_field_fullname (line 266) | OneofDescriptorProto_Name_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Options_field_fullname (line 267) | OneofDescriptorProto_Options_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Name_field_number (line 272) | OneofDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant OneofDescriptorProto_Options_field_number (line 273) | OneofDescriptorProto_Options_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_message_name (line 278) | EnumDescriptorProto_message_name protoreflect.Name = "EnumDescri... constant EnumDescriptorProto_message_fullname (line 279) | EnumDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant EnumDescriptorProto_Name_field_name (line 284) | EnumDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumDescriptorProto_Value_field_name (line 285) | EnumDescriptorProto_Value_field_name protoreflect.Name = "value" constant EnumDescriptorProto_Options_field_name (line 286) | EnumDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumDescriptorProto_ReservedRange_field_name (line 287) | EnumDescriptorProto_ReservedRange_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_ReservedName_field_name (line 288) | EnumDescriptorProto_ReservedName_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_Name_field_fullname (line 290) | EnumDescriptorProto_Name_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Value_field_fullname (line 291) | EnumDescriptorProto_Value_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Options_field_fullname (line 292) | EnumDescriptorProto_Options_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedRange_field_fullname (line 293) | EnumDescriptorProto_ReservedRange_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedName_field_fullname (line 294) | EnumDescriptorProto_ReservedName_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Name_field_number (line 299) | EnumDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumDescriptorProto_Value_field_number (line 300) | EnumDescriptorProto_Value_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_Options_field_number (line 301) | EnumDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant EnumDescriptorProto_ReservedRange_field_number (line 302) | EnumDescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 4 constant EnumDescriptorProto_ReservedName_field_number (line 303) | EnumDescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 5 constant EnumDescriptorProto_EnumReservedRange_message_name (line 308) | EnumDescriptorProto_EnumReservedRange_message_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_message_fullname (line 309) | EnumDescriptorProto_EnumReservedRange_message_fullname protoreflect.Full... constant EnumDescriptorProto_EnumReservedRange_Start_field_name (line 314) | EnumDescriptorProto_EnumReservedRange_Start_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_End_field_name (line 315) | EnumDescriptorProto_EnumReservedRange_End_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_Start_field_fullname (line 317) | EnumDescriptorProto_EnumReservedRange_Start_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_End_field_fullname (line 318) | EnumDescriptorProto_EnumReservedRange_End_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_Start_field_number (line 323) | EnumDescriptorProto_EnumReservedRange_Start_field_number protoreflect.Fi... constant EnumDescriptorProto_EnumReservedRange_End_field_number (line 324) | EnumDescriptorProto_EnumReservedRange_End_field_number protoreflect.Fi... constant EnumValueDescriptorProto_message_name (line 329) | EnumValueDescriptorProto_message_name protoreflect.Name = "EnumV... constant EnumValueDescriptorProto_message_fullname (line 330) | EnumValueDescriptorProto_message_fullname protoreflect.FullName = "googl... constant EnumValueDescriptorProto_Name_field_name (line 335) | EnumValueDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumValueDescriptorProto_Number_field_name (line 336) | EnumValueDescriptorProto_Number_field_name protoreflect.Name = "number" constant EnumValueDescriptorProto_Options_field_name (line 337) | EnumValueDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumValueDescriptorProto_Name_field_fullname (line 339) | EnumValueDescriptorProto_Name_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Number_field_fullname (line 340) | EnumValueDescriptorProto_Number_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Options_field_fullname (line 341) | EnumValueDescriptorProto_Options_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Name_field_number (line 346) | EnumValueDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumValueDescriptorProto_Number_field_number (line 347) | EnumValueDescriptorProto_Number_field_number protoreflect.FieldNumber = 2 constant EnumValueDescriptorProto_Options_field_number (line 348) | EnumValueDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant ServiceDescriptorProto_message_name (line 353) | ServiceDescriptorProto_message_name protoreflect.Name = "Service... constant ServiceDescriptorProto_message_fullname (line 354) | ServiceDescriptorProto_message_fullname protoreflect.FullName = "google.... constant ServiceDescriptorProto_Name_field_name (line 359) | ServiceDescriptorProto_Name_field_name protoreflect.Name = "name" constant ServiceDescriptorProto_Method_field_name (line 360) | ServiceDescriptorProto_Method_field_name protoreflect.Name = "method" constant ServiceDescriptorProto_Options_field_name (line 361) | ServiceDescriptorProto_Options_field_name protoreflect.Name = "options" constant ServiceDescriptorProto_Name_field_fullname (line 363) | ServiceDescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Method_field_fullname (line 364) | ServiceDescriptorProto_Method_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Options_field_fullname (line 365) | ServiceDescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Name_field_number (line 370) | ServiceDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant ServiceDescriptorProto_Method_field_number (line 371) | ServiceDescriptorProto_Method_field_number protoreflect.FieldNumber = 2 constant ServiceDescriptorProto_Options_field_number (line 372) | ServiceDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant MethodDescriptorProto_message_name (line 377) | MethodDescriptorProto_message_name protoreflect.Name = "MethodDe... constant MethodDescriptorProto_message_fullname (line 378) | MethodDescriptorProto_message_fullname protoreflect.FullName = "google.p... constant MethodDescriptorProto_Name_field_name (line 383) | MethodDescriptorProto_Name_field_name protoreflect.Name = "name" constant MethodDescriptorProto_InputType_field_name (line 384) | MethodDescriptorProto_InputType_field_name protoreflect.Name = "in... constant MethodDescriptorProto_OutputType_field_name (line 385) | MethodDescriptorProto_OutputType_field_name protoreflect.Name = "ou... constant MethodDescriptorProto_Options_field_name (line 386) | MethodDescriptorProto_Options_field_name protoreflect.Name = "op... constant MethodDescriptorProto_ClientStreaming_field_name (line 387) | MethodDescriptorProto_ClientStreaming_field_name protoreflect.Name = "cl... constant MethodDescriptorProto_ServerStreaming_field_name (line 388) | MethodDescriptorProto_ServerStreaming_field_name protoreflect.Name = "se... constant MethodDescriptorProto_Name_field_fullname (line 390) | MethodDescriptorProto_Name_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_InputType_field_fullname (line 391) | MethodDescriptorProto_InputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_OutputType_field_fullname (line 392) | MethodDescriptorProto_OutputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Options_field_fullname (line 393) | MethodDescriptorProto_Options_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ClientStreaming_field_fullname (line 394) | MethodDescriptorProto_ClientStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ServerStreaming_field_fullname (line 395) | MethodDescriptorProto_ServerStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Name_field_number (line 400) | MethodDescriptorProto_Name_field_number protoreflect.FieldNum... constant MethodDescriptorProto_InputType_field_number (line 401) | MethodDescriptorProto_InputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_OutputType_field_number (line 402) | MethodDescriptorProto_OutputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_Options_field_number (line 403) | MethodDescriptorProto_Options_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ClientStreaming_field_number (line 404) | MethodDescriptorProto_ClientStreaming_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ServerStreaming_field_number (line 405) | MethodDescriptorProto_ServerStreaming_field_number protoreflect.FieldNum... constant FileOptions_message_name (line 410) | FileOptions_message_name protoreflect.Name = "FileOptions" constant FileOptions_message_fullname (line 411) | FileOptions_message_fullname protoreflect.FullName = "google.protobuf.Fi... constant FileOptions_JavaPackage_field_name (line 416) | FileOptions_JavaPackage_field_name protoreflect.Name = "ja... constant FileOptions_JavaOuterClassname_field_name (line 417) | FileOptions_JavaOuterClassname_field_name protoreflect.Name = "ja... constant FileOptions_JavaMultipleFiles_field_name (line 418) | FileOptions_JavaMultipleFiles_field_name protoreflect.Name = "ja... constant FileOptions_JavaGenerateEqualsAndHash_field_name (line 419) | FileOptions_JavaGenerateEqualsAndHash_field_name protoreflect.Name = "ja... constant FileOptions_JavaStringCheckUtf8_field_name (line 420) | FileOptions_JavaStringCheckUtf8_field_name protoreflect.Name = "ja... constant FileOptions_OptimizeFor_field_name (line 421) | FileOptions_OptimizeFor_field_name protoreflect.Name = "op... constant FileOptions_GoPackage_field_name (line 422) | FileOptions_GoPackage_field_name protoreflect.Name = "go... constant FileOptions_CcGenericServices_field_name (line 423) | FileOptions_CcGenericServices_field_name protoreflect.Name = "cc... constant FileOptions_JavaGenericServices_field_name (line 424) | FileOptions_JavaGenericServices_field_name protoreflect.Name = "ja... constant FileOptions_PyGenericServices_field_name (line 425) | FileOptions_PyGenericServices_field_name protoreflect.Name = "py... constant FileOptions_PhpGenericServices_field_name (line 426) | FileOptions_PhpGenericServices_field_name protoreflect.Name = "ph... constant FileOptions_Deprecated_field_name (line 427) | FileOptions_Deprecated_field_name protoreflect.Name = "de... constant FileOptions_CcEnableArenas_field_name (line 428) | FileOptions_CcEnableArenas_field_name protoreflect.Name = "cc... constant FileOptions_ObjcClassPrefix_field_name (line 429) | FileOptions_ObjcClassPrefix_field_name protoreflect.Name = "ob... constant FileOptions_CsharpNamespace_field_name (line 430) | FileOptions_CsharpNamespace_field_name protoreflect.Name = "cs... constant FileOptions_SwiftPrefix_field_name (line 431) | FileOptions_SwiftPrefix_field_name protoreflect.Name = "sw... constant FileOptions_PhpClassPrefix_field_name (line 432) | FileOptions_PhpClassPrefix_field_name protoreflect.Name = "ph... constant FileOptions_PhpNamespace_field_name (line 433) | FileOptions_PhpNamespace_field_name protoreflect.Name = "ph... constant FileOptions_PhpMetadataNamespace_field_name (line 434) | FileOptions_PhpMetadataNamespace_field_name protoreflect.Name = "ph... constant FileOptions_RubyPackage_field_name (line 435) | FileOptions_RubyPackage_field_name protoreflect.Name = "ru... constant FileOptions_UninterpretedOption_field_name (line 436) | FileOptions_UninterpretedOption_field_name protoreflect.Name = "un... constant FileOptions_JavaPackage_field_fullname (line 438) | FileOptions_JavaPackage_field_fullname protoreflect.FullNa... constant FileOptions_JavaOuterClassname_field_fullname (line 439) | FileOptions_JavaOuterClassname_field_fullname protoreflect.FullNa... constant FileOptions_JavaMultipleFiles_field_fullname (line 440) | FileOptions_JavaMultipleFiles_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenerateEqualsAndHash_field_fullname (line 441) | FileOptions_JavaGenerateEqualsAndHash_field_fullname protoreflect.FullNa... constant FileOptions_JavaStringCheckUtf8_field_fullname (line 442) | FileOptions_JavaStringCheckUtf8_field_fullname protoreflect.FullNa... constant FileOptions_OptimizeFor_field_fullname (line 443) | FileOptions_OptimizeFor_field_fullname protoreflect.FullNa... constant FileOptions_GoPackage_field_fullname (line 444) | FileOptions_GoPackage_field_fullname protoreflect.FullNa... constant FileOptions_CcGenericServices_field_fullname (line 445) | FileOptions_CcGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenericServices_field_fullname (line 446) | FileOptions_JavaGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PyGenericServices_field_fullname (line 447) | FileOptions_PyGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PhpGenericServices_field_fullname (line 448) | FileOptions_PhpGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_Deprecated_field_fullname (line 449) | FileOptions_Deprecated_field_fullname protoreflect.FullNa... constant FileOptions_CcEnableArenas_field_fullname (line 450) | FileOptions_CcEnableArenas_field_fullname protoreflect.FullNa... constant FileOptions_ObjcClassPrefix_field_fullname (line 451) | FileOptions_ObjcClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_CsharpNamespace_field_fullname (line 452) | FileOptions_CsharpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_SwiftPrefix_field_fullname (line 453) | FileOptions_SwiftPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpClassPrefix_field_fullname (line 454) | FileOptions_PhpClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpNamespace_field_fullname (line 455) | FileOptions_PhpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_PhpMetadataNamespace_field_fullname (line 456) | FileOptions_PhpMetadataNamespace_field_fullname protoreflect.FullNa... constant FileOptions_RubyPackage_field_fullname (line 457) | FileOptions_RubyPackage_field_fullname protoreflect.FullNa... constant FileOptions_UninterpretedOption_field_fullname (line 458) | FileOptions_UninterpretedOption_field_fullname protoreflect.FullNa... constant FileOptions_JavaPackage_field_number (line 463) | FileOptions_JavaPackage_field_number protoreflect.FieldNum... constant FileOptions_JavaOuterClassname_field_number (line 464) | FileOptions_JavaOuterClassname_field_number protoreflect.FieldNum... constant FileOptions_JavaMultipleFiles_field_number (line 465) | FileOptions_JavaMultipleFiles_field_number protoreflect.FieldNum... constant FileOptions_JavaGenerateEqualsAndHash_field_number (line 466) | FileOptions_JavaGenerateEqualsAndHash_field_number protoreflect.FieldNum... constant FileOptions_JavaStringCheckUtf8_field_number (line 467) | FileOptions_JavaStringCheckUtf8_field_number protoreflect.FieldNum... constant FileOptions_OptimizeFor_field_number (line 468) | FileOptions_OptimizeFor_field_number protoreflect.FieldNum... constant FileOptions_GoPackage_field_number (line 469) | FileOptions_GoPackage_field_number protoreflect.FieldNum... constant FileOptions_CcGenericServices_field_number (line 470) | FileOptions_CcGenericServices_field_number protoreflect.FieldNum... constant FileOptions_JavaGenericServices_field_number (line 471) | FileOptions_JavaGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PyGenericServices_field_number (line 472) | FileOptions_PyGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PhpGenericServices_field_number (line 473) | FileOptions_PhpGenericServices_field_number protoreflect.FieldNum... constant FileOptions_Deprecated_field_number (line 474) | FileOptions_Deprecated_field_number protoreflect.FieldNum... constant FileOptions_CcEnableArenas_field_number (line 475) | FileOptions_CcEnableArenas_field_number protoreflect.FieldNum... constant FileOptions_ObjcClassPrefix_field_number (line 476) | FileOptions_ObjcClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_CsharpNamespace_field_number (line 477) | FileOptions_CsharpNamespace_field_number protoreflect.FieldNum... constant FileOptions_SwiftPrefix_field_number (line 478) | FileOptions_SwiftPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpClassPrefix_field_number (line 479) | FileOptions_PhpClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpNamespace_field_number (line 480) | FileOptions_PhpNamespace_field_number protoreflect.FieldNum... constant FileOptions_PhpMetadataNamespace_field_number (line 481) | FileOptions_PhpMetadataNamespace_field_number protoreflect.FieldNum... constant FileOptions_RubyPackage_field_number (line 482) | FileOptions_RubyPackage_field_number protoreflect.FieldNum... constant FileOptions_UninterpretedOption_field_number (line 483) | FileOptions_UninterpretedOption_field_number protoreflect.FieldNum... constant FileOptions_OptimizeMode_enum_fullname (line 488) | FileOptions_OptimizeMode_enum_fullname = "google.protobuf.FileOptions.Op... constant FileOptions_OptimizeMode_enum_name (line 489) | FileOptions_OptimizeMode_enum_name = "OptimizeMode" constant MessageOptions_message_name (line 494) | MessageOptions_message_name protoreflect.Name = "MessageOptions" constant MessageOptions_message_fullname (line 495) | MessageOptions_message_fullname protoreflect.FullName = "google.protobuf... constant MessageOptions_MessageSetWireFormat_field_name (line 500) | MessageOptions_MessageSetWireFormat_field_name protoreflec... constant MessageOptions_NoStandardDescriptorAccessor_field_name (line 501) | MessageOptions_NoStandardDescriptorAccessor_field_name protoreflec... constant MessageOptions_Deprecated_field_name (line 502) | MessageOptions_Deprecated_field_name protoreflec... constant MessageOptions_MapEntry_field_name (line 503) | MessageOptions_MapEntry_field_name protoreflec... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_name (line 504) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflec... constant MessageOptions_UninterpretedOption_field_name (line 505) | MessageOptions_UninterpretedOption_field_name protoreflec... constant MessageOptions_MessageSetWireFormat_field_fullname (line 507) | MessageOptions_MessageSetWireFormat_field_fullname protore... constant MessageOptions_NoStandardDescriptorAccessor_field_fullname (line 508) | MessageOptions_NoStandardDescriptorAccessor_field_fullname protore... constant MessageOptions_Deprecated_field_fullname (line 509) | MessageOptions_Deprecated_field_fullname protore... constant MessageOptions_MapEntry_field_fullname (line 510) | MessageOptions_MapEntry_field_fullname protore... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname (line 511) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protore... constant MessageOptions_UninterpretedOption_field_fullname (line 512) | MessageOptions_UninterpretedOption_field_fullname protore... constant MessageOptions_MessageSetWireFormat_field_number (line 517) | MessageOptions_MessageSetWireFormat_field_number protorefl... constant MessageOptions_NoStandardDescriptorAccessor_field_number (line 518) | MessageOptions_NoStandardDescriptorAccessor_field_number protorefl... constant MessageOptions_Deprecated_field_number (line 519) | MessageOptions_Deprecated_field_number protorefl... constant MessageOptions_MapEntry_field_number (line 520) | MessageOptions_MapEntry_field_number protorefl... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_number (line 521) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_number protorefl... constant MessageOptions_UninterpretedOption_field_number (line 522) | MessageOptions_UninterpretedOption_field_number protorefl... constant FieldOptions_message_name (line 527) | FieldOptions_message_name protoreflect.Name = "FieldOptions" constant FieldOptions_message_fullname (line 528) | FieldOptions_message_fullname protoreflect.FullName = "google.protobuf.F... constant FieldOptions_Ctype_field_name (line 533) | FieldOptions_Ctype_field_name protoreflect.Name = "ctype" constant FieldOptions_Packed_field_name (line 534) | FieldOptions_Packed_field_name protoreflect.Name = "packed" constant FieldOptions_Jstype_field_name (line 535) | FieldOptions_Jstype_field_name protoreflect.Name = "jstype" constant FieldOptions_Lazy_field_name (line 536) | FieldOptions_Lazy_field_name protoreflect.Name = "lazy" constant FieldOptions_UnverifiedLazy_field_name (line 537) | FieldOptions_UnverifiedLazy_field_name protoreflect.Name = "unverif... constant FieldOptions_Deprecated_field_name (line 538) | FieldOptions_Deprecated_field_name protoreflect.Name = "depreca... constant FieldOptions_Weak_field_name (line 539) | FieldOptions_Weak_field_name protoreflect.Name = "weak" constant FieldOptions_DebugRedact_field_name (line 540) | FieldOptions_DebugRedact_field_name protoreflect.Name = "debug_r... constant FieldOptions_Retention_field_name (line 541) | FieldOptions_Retention_field_name protoreflect.Name = "retention" constant FieldOptions_Target_field_name (line 542) | FieldOptions_Target_field_name protoreflect.Name = "target" constant FieldOptions_UninterpretedOption_field_name (line 543) | FieldOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant FieldOptions_Ctype_field_fullname (line 545) | FieldOptions_Ctype_field_fullname protoreflect.FullName = ... constant FieldOptions_Packed_field_fullname (line 546) | FieldOptions_Packed_field_fullname protoreflect.FullName = ... constant FieldOptions_Jstype_field_fullname (line 547) | FieldOptions_Jstype_field_fullname protoreflect.FullName = ... constant FieldOptions_Lazy_field_fullname (line 548) | FieldOptions_Lazy_field_fullname protoreflect.FullName = ... constant FieldOptions_UnverifiedLazy_field_fullname (line 549) | FieldOptions_UnverifiedLazy_field_fullname protoreflect.FullName = ... constant FieldOptions_Deprecated_field_fullname (line 550) | FieldOptions_Deprecated_field_fullname protoreflect.FullName = ... constant FieldOptions_Weak_field_fullname (line 551) | FieldOptions_Weak_field_fullname protoreflect.FullName = ... constant FieldOptions_DebugRedact_field_fullname (line 552) | FieldOptions_DebugRedact_field_fullname protoreflect.FullName = ... constant FieldOptions_Retention_field_fullname (line 553) | FieldOptions_Retention_field_fullname protoreflect.FullName = ... constant FieldOptions_Target_field_fullname (line 554) | FieldOptions_Target_field_fullname protoreflect.FullName = ... constant FieldOptions_UninterpretedOption_field_fullname (line 555) | FieldOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant FieldOptions_Ctype_field_number (line 560) | FieldOptions_Ctype_field_number protoreflect.FieldNumber = 1 constant FieldOptions_Packed_field_number (line 561) | FieldOptions_Packed_field_number protoreflect.FieldNumber = 2 constant FieldOptions_Jstype_field_number (line 562) | FieldOptions_Jstype_field_number protoreflect.FieldNumber = 6 constant FieldOptions_Lazy_field_number (line 563) | FieldOptions_Lazy_field_number protoreflect.FieldNumber = 5 constant FieldOptions_UnverifiedLazy_field_number (line 564) | FieldOptions_UnverifiedLazy_field_number protoreflect.FieldNumber = 15 constant FieldOptions_Deprecated_field_number (line 565) | FieldOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant FieldOptions_Weak_field_number (line 566) | FieldOptions_Weak_field_number protoreflect.FieldNumber = 10 constant FieldOptions_DebugRedact_field_number (line 567) | FieldOptions_DebugRedact_field_number protoreflect.FieldNumber = 16 constant FieldOptions_Retention_field_number (line 568) | FieldOptions_Retention_field_number protoreflect.FieldNumber = 17 constant FieldOptions_Target_field_number (line 569) | FieldOptions_Target_field_number protoreflect.FieldNumber = 18 constant FieldOptions_UninterpretedOption_field_number (line 570) | FieldOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant FieldOptions_CType_enum_fullname (line 575) | FieldOptions_CType_enum_fullname = "google.protobuf.FieldOptions.CType" constant FieldOptions_CType_enum_name (line 576) | FieldOptions_CType_enum_name = "CType" constant FieldOptions_JSType_enum_fullname (line 581) | FieldOptions_JSType_enum_fullname = "google.protobuf.FieldOptions.JSType" constant FieldOptions_JSType_enum_name (line 582) | FieldOptions_JSType_enum_name = "JSType" constant FieldOptions_OptionRetention_enum_fullname (line 587) | FieldOptions_OptionRetention_enum_fullname = "google.protobuf.FieldOptio... constant FieldOptions_OptionRetention_enum_name (line 588) | FieldOptions_OptionRetention_enum_name = "OptionRetention" constant FieldOptions_OptionTargetType_enum_fullname (line 593) | FieldOptions_OptionTargetType_enum_fullname = "google.protobuf.FieldOpti... constant FieldOptions_OptionTargetType_enum_name (line 594) | FieldOptions_OptionTargetType_enum_name = "OptionTargetType" constant OneofOptions_message_name (line 599) | OneofOptions_message_name protoreflect.Name = "OneofOptions" constant OneofOptions_message_fullname (line 600) | OneofOptions_message_fullname protoreflect.FullName = "google.protobuf.O... constant OneofOptions_UninterpretedOption_field_name (line 605) | OneofOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant OneofOptions_UninterpretedOption_field_fullname (line 607) | OneofOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant OneofOptions_UninterpretedOption_field_number (line 612) | OneofOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant EnumOptions_message_name (line 617) | EnumOptions_message_name protoreflect.Name = "EnumOptions" constant EnumOptions_message_fullname (line 618) | EnumOptions_message_fullname protoreflect.FullName = "google.protobuf.En... constant EnumOptions_AllowAlias_field_name (line 623) | EnumOptions_AllowAlias_field_name protoreflect.N... constant EnumOptions_Deprecated_field_name (line 624) | EnumOptions_Deprecated_field_name protoreflect.N... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_name (line 625) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflect.N... constant EnumOptions_UninterpretedOption_field_name (line 626) | EnumOptions_UninterpretedOption_field_name protoreflect.N... constant EnumOptions_AllowAlias_field_fullname (line 628) | EnumOptions_AllowAlias_field_fullname protorefle... constant EnumOptions_Deprecated_field_fullname (line 629) | EnumOptions_Deprecated_field_fullname protorefle... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname (line 630) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protorefle... constant EnumOptions_UninterpretedOption_field_fullname (line 631) | EnumOptions_UninterpretedOption_field_fullname protorefle... constant EnumOptions_AllowAlias_field_number (line 636) | EnumOptions_AllowAlias_field_number protoreflect... constant EnumOptions_Deprecated_field_number (line 637) | EnumOptions_Deprecated_field_number protoreflect... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_number (line 638) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_number protoreflect... constant EnumOptions_UninterpretedOption_field_number (line 639) | EnumOptions_UninterpretedOption_field_number protoreflect... constant EnumValueOptions_message_name (line 644) | EnumValueOptions_message_name protoreflect.Name = "EnumValueOpti... constant EnumValueOptions_message_fullname (line 645) | EnumValueOptions_message_fullname protoreflect.FullName = "google.protob... constant EnumValueOptions_Deprecated_field_name (line 650) | EnumValueOptions_Deprecated_field_name protoreflect.Name = "dep... constant EnumValueOptions_UninterpretedOption_field_name (line 651) | EnumValueOptions_UninterpretedOption_field_name protoreflect.Name = "uni... constant EnumValueOptions_Deprecated_field_fullname (line 653) | EnumValueOptions_Deprecated_field_fullname protoreflect.FullNam... constant EnumValueOptions_UninterpretedOption_field_fullname (line 654) | EnumValueOptions_UninterpretedOption_field_fullname protoreflect.FullNam... constant EnumValueOptions_Deprecated_field_number (line 659) | EnumValueOptions_Deprecated_field_number protoreflect.FieldNumb... constant EnumValueOptions_UninterpretedOption_field_number (line 660) | EnumValueOptions_UninterpretedOption_field_number protoreflect.FieldNumb... constant ServiceOptions_message_name (line 665) | ServiceOptions_message_name protoreflect.Name = "ServiceOptions" constant ServiceOptions_message_fullname (line 666) | ServiceOptions_message_fullname protoreflect.FullName = "google.protobuf... constant ServiceOptions_Deprecated_field_name (line 671) | ServiceOptions_Deprecated_field_name protoreflect.Name = "depre... constant ServiceOptions_UninterpretedOption_field_name (line 672) | ServiceOptions_UninterpretedOption_field_name protoreflect.Name = "unint... constant ServiceOptions_Deprecated_field_fullname (line 674) | ServiceOptions_Deprecated_field_fullname protoreflect.FullName ... constant ServiceOptions_UninterpretedOption_field_fullname (line 675) | ServiceOptions_UninterpretedOption_field_fullname protoreflect.FullName ... constant ServiceOptions_Deprecated_field_number (line 680) | ServiceOptions_Deprecated_field_number protoreflect.FieldNumber... constant ServiceOptions_UninterpretedOption_field_number (line 681) | ServiceOptions_UninterpretedOption_field_number protoreflect.FieldNumber... constant MethodOptions_message_name (line 686) | MethodOptions_message_name protoreflect.Name = "MethodOptions" constant MethodOptions_message_fullname (line 687) | MethodOptions_message_fullname protoreflect.FullName = "google.protobuf.... constant MethodOptions_Deprecated_field_name (line 692) | MethodOptions_Deprecated_field_name protoreflect.Name = "deprec... constant MethodOptions_IdempotencyLevel_field_name (line 693) | MethodOptions_IdempotencyLevel_field_name protoreflect.Name = "idempo... constant MethodOptions_UninterpretedOption_field_name (line 694) | MethodOptions_UninterpretedOption_field_name protoreflect.Name = "uninte... constant MethodOptions_Deprecated_field_fullname (line 696) | MethodOptions_Deprecated_field_fullname protoreflect.FullName =... constant MethodOptions_IdempotencyLevel_field_fullname (line 697) | MethodOptions_IdempotencyLevel_field_fullname protoreflect.FullName =... constant MethodOptions_UninterpretedOption_field_fullname (line 698) | MethodOptions_UninterpretedOption_field_fullname protoreflect.FullName =... constant MethodOptions_Deprecated_field_number (line 703) | MethodOptions_Deprecated_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_field_number (line 704) | MethodOptions_IdempotencyLevel_field_number protoreflect.FieldNumber ... constant MethodOptions_UninterpretedOption_field_number (line 705) | MethodOptions_UninterpretedOption_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_enum_fullname (line 710) | MethodOptions_IdempotencyLevel_enum_fullname = "google.protobuf.MethodOp... constant MethodOptions_IdempotencyLevel_enum_name (line 711) | MethodOptions_IdempotencyLevel_enum_name = "IdempotencyLevel" constant UninterpretedOption_message_name (line 716) | UninterpretedOption_message_name protoreflect.Name = "Uninterpre... constant UninterpretedOption_message_fullname (line 717) | UninterpretedOption_message_fullname protoreflect.FullName = "google.pro... constant UninterpretedOption_Name_field_name (line 722) | UninterpretedOption_Name_field_name protoreflect.Name = "name" constant UninterpretedOption_IdentifierValue_field_name (line 723) | UninterpretedOption_IdentifierValue_field_name protoreflect.Name = "ide... constant UninterpretedOption_PositiveIntValue_field_name (line 724) | UninterpretedOption_PositiveIntValue_field_name protoreflect.Name = "pos... constant UninterpretedOption_NegativeIntValue_field_name (line 725) | UninterpretedOption_NegativeIntValue_field_name protoreflect.Name = "neg... constant UninterpretedOption_DoubleValue_field_name (line 726) | UninterpretedOption_DoubleValue_field_name protoreflect.Name = "dou... constant UninterpretedOption_StringValue_field_name (line 727) | UninterpretedOption_StringValue_field_name protoreflect.Name = "str... constant UninterpretedOption_AggregateValue_field_name (line 728) | UninterpretedOption_AggregateValue_field_name protoreflect.Name = "agg... constant UninterpretedOption_Name_field_fullname (line 730) | UninterpretedOption_Name_field_fullname protoreflect.FullNam... constant UninterpretedOption_IdentifierValue_field_fullname (line 731) | UninterpretedOption_IdentifierValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_PositiveIntValue_field_fullname (line 732) | UninterpretedOption_PositiveIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_NegativeIntValue_field_fullname (line 733) | UninterpretedOption_NegativeIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_DoubleValue_field_fullname (line 734) | UninterpretedOption_DoubleValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_StringValue_field_fullname (line 735) | UninterpretedOption_StringValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_AggregateValue_field_fullname (line 736) | UninterpretedOption_AggregateValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_Name_field_number (line 741) | UninterpretedOption_Name_field_number protoreflect.FieldNumb... constant UninterpretedOption_IdentifierValue_field_number (line 742) | UninterpretedOption_IdentifierValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_PositiveIntValue_field_number (line 743) | UninterpretedOption_PositiveIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NegativeIntValue_field_number (line 744) | UninterpretedOption_NegativeIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_DoubleValue_field_number (line 745) | UninterpretedOption_DoubleValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_StringValue_field_number (line 746) | UninterpretedOption_StringValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_AggregateValue_field_number (line 747) | UninterpretedOption_AggregateValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NamePart_message_name (line 752) | UninterpretedOption_NamePart_message_name protoreflect.Name = "N... constant UninterpretedOption_NamePart_message_fullname (line 753) | UninterpretedOption_NamePart_message_fullname protoreflect.FullName = "g... constant UninterpretedOption_NamePart_NamePart_field_name (line 758) | UninterpretedOption_NamePart_NamePart_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_IsExtension_field_name (line 759) | UninterpretedOption_NamePart_IsExtension_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_NamePart_field_fullname (line 761) | UninterpretedOption_NamePart_NamePart_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_IsExtension_field_fullname (line 762) | UninterpretedOption_NamePart_IsExtension_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_NamePart_field_number (line 767) | UninterpretedOption_NamePart_NamePart_field_number protoreflect.Field... constant UninterpretedOption_NamePart_IsExtension_field_number (line 768) | UninterpretedOption_NamePart_IsExtension_field_number protoreflect.Field... constant SourceCodeInfo_message_name (line 773) | SourceCodeInfo_message_name protoreflect.Name = "SourceCodeInfo" constant SourceCodeInfo_message_fullname (line 774) | SourceCodeInfo_message_fullname protoreflect.FullName = "google.protobuf... constant SourceCodeInfo_Location_field_name (line 779) | SourceCodeInfo_Location_field_name protoreflect.Name = "location" constant SourceCodeInfo_Location_field_fullname (line 781) | SourceCodeInfo_Location_field_fullname protoreflect.FullName = "google.p... constant SourceCodeInfo_Location_field_number (line 786) | SourceCodeInfo_Location_field_number protoreflect.FieldNumber = 1 constant SourceCodeInfo_Location_message_name (line 791) | SourceCodeInfo_Location_message_name protoreflect.Name = "Location" constant SourceCodeInfo_Location_message_fullname (line 792) | SourceCodeInfo_Location_message_fullname protoreflect.FullName = "google... constant SourceCodeInfo_Location_Path_field_name (line 797) | SourceCodeInfo_Location_Path_field_name protoreflect.... constant SourceCodeInfo_Location_Span_field_name (line 798) | SourceCodeInfo_Location_Span_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingComments_field_name (line 799) | SourceCodeInfo_Location_LeadingComments_field_name protoreflect.... constant SourceCodeInfo_Location_TrailingComments_field_name (line 800) | SourceCodeInfo_Location_TrailingComments_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingDetachedComments_field_name (line 801) | SourceCodeInfo_Location_LeadingDetachedComments_field_name protoreflect.... constant SourceCodeInfo_Location_Path_field_fullname (line 803) | SourceCodeInfo_Location_Path_field_fullname protorefl... constant SourceCodeInfo_Location_Span_field_fullname (line 804) | SourceCodeInfo_Location_Span_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingComments_field_fullname (line 805) | SourceCodeInfo_Location_LeadingComments_field_fullname protorefl... constant SourceCodeInfo_Location_TrailingComments_field_fullname (line 806) | SourceCodeInfo_Location_TrailingComments_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingDetachedComments_field_fullname (line 807) | SourceCodeInfo_Location_LeadingDetachedComments_field_fullname protorefl... constant SourceCodeInfo_Location_Path_field_number (line 812) | SourceCodeInfo_Location_Path_field_number protoreflec... constant SourceCodeInfo_Location_Span_field_number (line 813) | SourceCodeInfo_Location_Span_field_number protoreflec... constant SourceCodeInfo_Location_LeadingComments_field_number (line 814) | SourceCodeInfo_Location_LeadingComments_field_number protoreflec... constant SourceCodeInfo_Location_TrailingComments_field_number (line 815) | SourceCodeInfo_Location_TrailingComments_field_number protoreflec... constant SourceCodeInfo_Location_LeadingDetachedComments_field_number (line 816) | SourceCodeInfo_Location_LeadingDetachedComments_field_number protoreflec... constant GeneratedCodeInfo_message_name (line 821) | GeneratedCodeInfo_message_name protoreflect.Name = "GeneratedCod... constant GeneratedCodeInfo_message_fullname (line 822) | GeneratedCodeInfo_message_fullname protoreflect.FullName = "google.proto... constant GeneratedCodeInfo_Annotation_field_name (line 827) | GeneratedCodeInfo_Annotation_field_name protoreflect.Name = "annotation" constant GeneratedCodeInfo_Annotation_field_fullname (line 829) | GeneratedCodeInfo_Annotation_field_fullname protoreflect.FullName = "goo... constant GeneratedCodeInfo_Annotation_field_number (line 834) | GeneratedCodeInfo_Annotation_field_number protoreflect.FieldNumber = 1 constant GeneratedCodeInfo_Annotation_message_name (line 839) | GeneratedCodeInfo_Annotation_message_name protoreflect.Name = "A... constant GeneratedCodeInfo_Annotation_message_fullname (line 840) | GeneratedCodeInfo_Annotation_message_fullname protoreflect.FullName = "g... constant GeneratedCodeInfo_Annotation_Path_field_name (line 845) | GeneratedCodeInfo_Annotation_Path_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_SourceFile_field_name (line 846) | GeneratedCodeInfo_Annotation_SourceFile_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Begin_field_name (line 847) | GeneratedCodeInfo_Annotation_Begin_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_End_field_name (line 848) | GeneratedCodeInfo_Annotation_End_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Semantic_field_name (line 849) | GeneratedCodeInfo_Annotation_Semantic_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Path_field_fullname (line 851) | GeneratedCodeInfo_Annotation_Path_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_SourceFile_field_fullname (line 852) | GeneratedCodeInfo_Annotation_SourceFile_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Begin_field_fullname (line 853) | GeneratedCodeInfo_Annotation_Begin_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_End_field_fullname (line 854) | GeneratedCodeInfo_Annotation_End_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Semantic_field_fullname (line 855) | GeneratedCodeInfo_Annotation_Semantic_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Path_field_number (line 860) | GeneratedCodeInfo_Annotation_Path_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_SourceFile_field_number (line 861) | GeneratedCodeInfo_Annotation_SourceFile_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Begin_field_number (line 862) | GeneratedCodeInfo_Annotation_Begin_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_End_field_number (line 863) | GeneratedCodeInfo_Annotation_End_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Semantic_field_number (line 864) | GeneratedCodeInfo_Annotation_Semantic_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Semantic_enum_fullname (line 869) | GeneratedCodeInfo_Annotation_Semantic_enum_fullname = "google.protobuf.G... constant GeneratedCodeInfo_Annotation_Semantic_enum_name (line 870) | GeneratedCodeInfo_Annotation_Semantic_enum_name = "Semantic" FILE: vendor/google.golang.org/protobuf/internal/genid/doc.go constant GoogleProtobuf_package (line 11) | GoogleProtobuf_package protoreflect.FullName = "google.protobuf" FILE: vendor/google.golang.org/protobuf/internal/genid/duration_gen.go constant File_google_protobuf_duration_proto (line 13) | File_google_protobuf_duration_proto = "google/protobuf/duration.proto" constant Duration_message_name (line 17) | Duration_message_name protoreflect.Name = "Duration" constant Duration_message_fullname (line 18) | Duration_message_fullname protoreflect.FullName = "google.protobuf.Durat... constant Duration_Seconds_field_name (line 23) | Duration_Seconds_field_name protoreflect.Name = "seconds" constant Duration_Nanos_field_name (line 24) | Duration_Nanos_field_name protoreflect.Name = "nanos" constant Duration_Seconds_field_fullname (line 26) | Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Nanos_field_fullname (line 27) | Duration_Nanos_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Seconds_field_number (line 32) | Duration_Seconds_field_number protoreflect.FieldNumber = 1 constant Duration_Nanos_field_number (line 33) | Duration_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/empty_gen.go constant File_google_protobuf_empty_proto (line 13) | File_google_protobuf_empty_proto = "google/protobuf/empty.proto" constant Empty_message_name (line 17) | Empty_message_name protoreflect.Name = "Empty" constant Empty_message_fullname (line 18) | Empty_message_fullname protoreflect.FullName = "google.protobuf.Empty" FILE: vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go constant File_google_protobuf_field_mask_proto (line 13) | File_google_protobuf_field_mask_proto = "google/protobuf/field_mask.proto" constant FieldMask_message_name (line 17) | FieldMask_message_name protoreflect.Name = "FieldMask" constant FieldMask_message_fullname (line 18) | FieldMask_message_fullname protoreflect.FullName = "google.protobuf.Fiel... constant FieldMask_Paths_field_name (line 23) | FieldMask_Paths_field_name protoreflect.Name = "paths" constant FieldMask_Paths_field_fullname (line 25) | FieldMask_Paths_field_fullname protoreflect.FullName = "google.protobuf.... constant FieldMask_Paths_field_number (line 30) | FieldMask_Paths_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/goname.go constant State_goname (line 9) | State_goname = "state" constant SizeCache_goname (line 11) | SizeCache_goname = "sizeCache" constant SizeCacheA_goname (line 12) | SizeCacheA_goname = "XXX_sizecache" constant WeakFields_goname (line 14) | WeakFields_goname = "weakFields" constant WeakFieldsA_goname (line 15) | WeakFieldsA_goname = "XXX_weak" constant UnknownFields_goname (line 17) | UnknownFields_goname = "unknownFields" constant UnknownFieldsA_goname (line 18) | UnknownFieldsA_goname = "XXX_unrecognized" constant ExtensionFields_goname (line 20) | ExtensionFields_goname = "extensionFields" constant ExtensionFieldsA_goname (line 21) | ExtensionFieldsA_goname = "XXX_InternalExtensions" constant ExtensionFieldsB_goname (line 22) | ExtensionFieldsB_goname = "XXX_extensions" constant WeakFieldPrefix_goname (line 24) | WeakFieldPrefix_goname = "XXX_weak_" FILE: vendor/google.golang.org/protobuf/internal/genid/map_entry.go constant MapEntry_Key_field_name (line 11) | MapEntry_Key_field_name protoreflect.Name = "key" constant MapEntry_Value_field_name (line 12) | MapEntry_Value_field_name protoreflect.Name = "value" constant MapEntry_Key_field_number (line 14) | MapEntry_Key_field_number protoreflect.FieldNumber = 1 constant MapEntry_Value_field_number (line 15) | MapEntry_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go constant File_google_protobuf_source_context_proto (line 13) | File_google_protobuf_source_context_proto = "google/protobuf/source_cont... constant SourceContext_message_name (line 17) | SourceContext_message_name protoreflect.Name = "SourceContext" constant SourceContext_message_fullname (line 18) | SourceContext_message_fullname protoreflect.FullName = "google.protobuf.... constant SourceContext_FileName_field_name (line 23) | SourceContext_FileName_field_name protoreflect.Name = "file_name" constant SourceContext_FileName_field_fullname (line 25) | SourceContext_FileName_field_fullname protoreflect.FullName = "google.pr... constant SourceContext_FileName_field_number (line 30) | SourceContext_FileName_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/struct_gen.go constant File_google_protobuf_struct_proto (line 13) | File_google_protobuf_struct_proto = "google/protobuf/struct.proto" constant NullValue_enum_fullname (line 17) | NullValue_enum_fullname = "google.protobuf.NullValue" constant NullValue_enum_name (line 18) | NullValue_enum_name = "NullValue" constant Struct_message_name (line 23) | Struct_message_name protoreflect.Name = "Struct" constant Struct_message_fullname (line 24) | Struct_message_fullname protoreflect.FullName = "google.protobuf.Struct" constant Struct_Fields_field_name (line 29) | Struct_Fields_field_name protoreflect.Name = "fields" constant Struct_Fields_field_fullname (line 31) | Struct_Fields_field_fullname protoreflect.FullName = "google.protobuf.St... constant Struct_Fields_field_number (line 36) | Struct_Fields_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_message_name (line 41) | Struct_FieldsEntry_message_name protoreflect.Name = "FieldsEntry" constant Struct_FieldsEntry_message_fullname (line 42) | Struct_FieldsEntry_message_fullname protoreflect.FullName = "google.prot... constant Struct_FieldsEntry_Key_field_name (line 47) | Struct_FieldsEntry_Key_field_name protoreflect.Name = "key" constant Struct_FieldsEntry_Value_field_name (line 48) | Struct_FieldsEntry_Value_field_name protoreflect.Name = "value" constant Struct_FieldsEntry_Key_field_fullname (line 50) | Struct_FieldsEntry_Key_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Value_field_fullname (line 51) | Struct_FieldsEntry_Value_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Key_field_number (line 56) | Struct_FieldsEntry_Key_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_Value_field_number (line 57) | Struct_FieldsEntry_Value_field_number protoreflect.FieldNumber = 2 constant Value_message_name (line 62) | Value_message_name protoreflect.Name = "Value" constant Value_message_fullname (line 63) | Value_message_fullname protoreflect.FullName = "google.protobuf.Value" constant Value_NullValue_field_name (line 68) | Value_NullValue_field_name protoreflect.Name = "null_value" constant Value_NumberValue_field_name (line 69) | Value_NumberValue_field_name protoreflect.Name = "number_value" constant Value_StringValue_field_name (line 70) | Value_StringValue_field_name protoreflect.Name = "string_value" constant Value_BoolValue_field_name (line 71) | Value_BoolValue_field_name protoreflect.Name = "bool_value" constant Value_StructValue_field_name (line 72) | Value_StructValue_field_name protoreflect.Name = "struct_value" constant Value_ListValue_field_name (line 73) | Value_ListValue_field_name protoreflect.Name = "list_value" constant Value_NullValue_field_fullname (line 75) | Value_NullValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NumberValue_field_fullname (line 76) | Value_NumberValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StringValue_field_fullname (line 77) | Value_StringValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_BoolValue_field_fullname (line 78) | Value_BoolValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StructValue_field_fullname (line 79) | Value_StructValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_ListValue_field_fullname (line 80) | Value_ListValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NullValue_field_number (line 85) | Value_NullValue_field_number protoreflect.FieldNumber = 1 constant Value_NumberValue_field_number (line 86) | Value_NumberValue_field_number protoreflect.FieldNumber = 2 constant Value_StringValue_field_number (line 87) | Value_StringValue_field_number protoreflect.FieldNumber = 3 constant Value_BoolValue_field_number (line 88) | Value_BoolValue_field_number protoreflect.FieldNumber = 4 constant Value_StructValue_field_number (line 89) | Value_StructValue_field_number protoreflect.FieldNumber = 5 constant Value_ListValue_field_number (line 90) | Value_ListValue_field_number protoreflect.FieldNumber = 6 constant Value_Kind_oneof_name (line 95) | Value_Kind_oneof_name protoreflect.Name = "kind" constant Value_Kind_oneof_fullname (line 97) | Value_Kind_oneof_fullname protoreflect.FullName = "google.protobuf.Value... constant ListValue_message_name (line 102) | ListValue_message_name protoreflect.Name = "ListValue" constant ListValue_message_fullname (line 103) | ListValue_message_fullname protoreflect.FullName = "google.protobuf.List... constant ListValue_Values_field_name (line 108) | ListValue_Values_field_name protoreflect.Name = "values" constant ListValue_Values_field_fullname (line 110) | ListValue_Values_field_fullname protoreflect.FullName = "google.protobuf... constant ListValue_Values_field_number (line 115) | ListValue_Values_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go constant File_google_protobuf_timestamp_proto (line 13) | File_google_protobuf_timestamp_proto = "google/protobuf/timestamp.proto" constant Timestamp_message_name (line 17) | Timestamp_message_name protoreflect.Name = "Timestamp" constant Timestamp_message_fullname (line 18) | Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Time... constant Timestamp_Seconds_field_name (line 23) | Timestamp_Seconds_field_name protoreflect.Name = "seconds" constant Timestamp_Nanos_field_name (line 24) | Timestamp_Nanos_field_name protoreflect.Name = "nanos" constant Timestamp_Seconds_field_fullname (line 26) | Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Nanos_field_fullname (line 27) | Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Seconds_field_number (line 32) | Timestamp_Seconds_field_number protoreflect.FieldNumber = 1 constant Timestamp_Nanos_field_number (line 33) | Timestamp_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/type_gen.go constant File_google_protobuf_type_proto (line 13) | File_google_protobuf_type_proto = "google/protobuf/type.proto" constant Syntax_enum_fullname (line 17) | Syntax_enum_fullname = "google.protobuf.Syntax" constant Syntax_enum_name (line 18) | Syntax_enum_name = "Syntax" constant Type_message_name (line 23) | Type_message_name protoreflect.Name = "Type" constant Type_message_fullname (line 24) | Type_message_fullname protoreflect.FullName = "google.protobuf.Type" constant Type_Name_field_name (line 29) | Type_Name_field_name protoreflect.Name = "name" constant Type_Fields_field_name (line 30) | Type_Fields_field_name protoreflect.Name = "fields" constant Type_Oneofs_field_name (line 31) | Type_Oneofs_field_name protoreflect.Name = "oneofs" constant Type_Options_field_name (line 32) | Type_Options_field_name protoreflect.Name = "options" constant Type_SourceContext_field_name (line 33) | Type_SourceContext_field_name protoreflect.Name = "source_context" constant Type_Syntax_field_name (line 34) | Type_Syntax_field_name protoreflect.Name = "syntax" constant Type_Name_field_fullname (line 36) | Type_Name_field_fullname protoreflect.FullName = "google.protob... constant Type_Fields_field_fullname (line 37) | Type_Fields_field_fullname protoreflect.FullName = "google.protob... constant Type_Oneofs_field_fullname (line 38) | Type_Oneofs_field_fullname protoreflect.FullName = "google.protob... constant Type_Options_field_fullname (line 39) | Type_Options_field_fullname protoreflect.FullName = "google.protob... constant Type_SourceContext_field_fullname (line 40) | Type_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Type_Syntax_field_fullname (line 41) | Type_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Type_Name_field_number (line 46) | Type_Name_field_number protoreflect.FieldNumber = 1 constant Type_Fields_field_number (line 47) | Type_Fields_field_number protoreflect.FieldNumber = 2 constant Type_Oneofs_field_number (line 48) | Type_Oneofs_field_number protoreflect.FieldNumber = 3 constant Type_Options_field_number (line 49) | Type_Options_field_number protoreflect.FieldNumber = 4 constant Type_SourceContext_field_number (line 50) | Type_SourceContext_field_number protoreflect.FieldNumber = 5 constant Type_Syntax_field_number (line 51) | Type_Syntax_field_number protoreflect.FieldNumber = 6 constant Field_message_name (line 56) | Field_message_name protoreflect.Name = "Field" constant Field_message_fullname (line 57) | Field_message_fullname protoreflect.FullName = "google.protobuf.Field" constant Field_Kind_field_name (line 62) | Field_Kind_field_name protoreflect.Name = "kind" constant Field_Cardinality_field_name (line 63) | Field_Cardinality_field_name protoreflect.Name = "cardinality" constant Field_Number_field_name (line 64) | Field_Number_field_name protoreflect.Name = "number" constant Field_Name_field_name (line 65) | Field_Name_field_name protoreflect.Name = "name" constant Field_TypeUrl_field_name (line 66) | Field_TypeUrl_field_name protoreflect.Name = "type_url" constant Field_OneofIndex_field_name (line 67) | Field_OneofIndex_field_name protoreflect.Name = "oneof_index" constant Field_Packed_field_name (line 68) | Field_Packed_field_name protoreflect.Name = "packed" constant Field_Options_field_name (line 69) | Field_Options_field_name protoreflect.Name = "options" constant Field_JsonName_field_name (line 70) | Field_JsonName_field_name protoreflect.Name = "json_name" constant Field_DefaultValue_field_name (line 71) | Field_DefaultValue_field_name protoreflect.Name = "default_value" constant Field_Kind_field_fullname (line 73) | Field_Kind_field_fullname protoreflect.FullName = "google.protob... constant Field_Cardinality_field_fullname (line 74) | Field_Cardinality_field_fullname protoreflect.FullName = "google.protob... constant Field_Number_field_fullname (line 75) | Field_Number_field_fullname protoreflect.FullName = "google.protob... constant Field_Name_field_fullname (line 76) | Field_Name_field_fullname protoreflect.FullName = "google.protob... constant Field_TypeUrl_field_fullname (line 77) | Field_TypeUrl_field_fullname protoreflect.FullName = "google.protob... constant Field_OneofIndex_field_fullname (line 78) | Field_OneofIndex_field_fullname protoreflect.FullName = "google.protob... constant Field_Packed_field_fullname (line 79) | Field_Packed_field_fullname protoreflect.FullName = "google.protob... constant Field_Options_field_fullname (line 80) | Field_Options_field_fullname protoreflect.FullName = "google.protob... constant Field_JsonName_field_fullname (line 81) | Field_JsonName_field_fullname protoreflect.FullName = "google.protob... constant Field_DefaultValue_field_fullname (line 82) | Field_DefaultValue_field_fullname protoreflect.FullName = "google.protob... constant Field_Kind_field_number (line 87) | Field_Kind_field_number protoreflect.FieldNumber = 1 constant Field_Cardinality_field_number (line 88) | Field_Cardinality_field_number protoreflect.FieldNumber = 2 constant Field_Number_field_number (line 89) | Field_Number_field_number protoreflect.FieldNumber = 3 constant Field_Name_field_number (line 90) | Field_Name_field_number protoreflect.FieldNumber = 4 constant Field_TypeUrl_field_number (line 91) | Field_TypeUrl_field_number protoreflect.FieldNumber = 6 constant Field_OneofIndex_field_number (line 92) | Field_OneofIndex_field_number protoreflect.FieldNumber = 7 constant Field_Packed_field_number (line 93) | Field_Packed_field_number protoreflect.FieldNumber = 8 constant Field_Options_field_number (line 94) | Field_Options_field_number protoreflect.FieldNumber = 9 constant Field_JsonName_field_number (line 95) | Field_JsonName_field_number protoreflect.FieldNumber = 10 constant Field_DefaultValue_field_number (line 96) | Field_DefaultValue_field_number protoreflect.FieldNumber = 11 constant Field_Kind_enum_fullname (line 101) | Field_Kind_enum_fullname = "google.protobuf.Field.Kind" constant Field_Kind_enum_name (line 102) | Field_Kind_enum_name = "Kind" constant Field_Cardinality_enum_fullname (line 107) | Field_Cardinality_enum_fullname = "google.protobuf.Field.Cardinality" constant Field_Cardinality_enum_name (line 108) | Field_Cardinality_enum_name = "Cardinality" constant Enum_message_name (line 113) | Enum_message_name protoreflect.Name = "Enum" constant Enum_message_fullname (line 114) | Enum_message_fullname protoreflect.FullName = "google.protobuf.Enum" constant Enum_Name_field_name (line 119) | Enum_Name_field_name protoreflect.Name = "name" constant Enum_Enumvalue_field_name (line 120) | Enum_Enumvalue_field_name protoreflect.Name = "enumvalue" constant Enum_Options_field_name (line 121) | Enum_Options_field_name protoreflect.Name = "options" constant Enum_SourceContext_field_name (line 122) | Enum_SourceContext_field_name protoreflect.Name = "source_context" constant Enum_Syntax_field_name (line 123) | Enum_Syntax_field_name protoreflect.Name = "syntax" constant Enum_Name_field_fullname (line 125) | Enum_Name_field_fullname protoreflect.FullName = "google.protob... constant Enum_Enumvalue_field_fullname (line 126) | Enum_Enumvalue_field_fullname protoreflect.FullName = "google.protob... constant Enum_Options_field_fullname (line 127) | Enum_Options_field_fullname protoreflect.FullName = "google.protob... constant Enum_SourceContext_field_fullname (line 128) | Enum_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Enum_Syntax_field_fullname (line 129) | Enum_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Enum_Name_field_number (line 134) | Enum_Name_field_number protoreflect.FieldNumber = 1 constant Enum_Enumvalue_field_number (line 135) | Enum_Enumvalue_field_number protoreflect.FieldNumber = 2 constant Enum_Options_field_number (line 136) | Enum_Options_field_number protoreflect.FieldNumber = 3 constant Enum_SourceContext_field_number (line 137) | Enum_SourceContext_field_number protoreflect.FieldNumber = 4 constant Enum_Syntax_field_number (line 138) | Enum_Syntax_field_number protoreflect.FieldNumber = 5 constant EnumValue_message_name (line 143) | EnumValue_message_name protoreflect.Name = "EnumValue" constant EnumValue_message_fullname (line 144) | EnumValue_message_fullname protoreflect.FullName = "google.protobuf.Enum... constant EnumValue_Name_field_name (line 149) | EnumValue_Name_field_name protoreflect.Name = "name" constant EnumValue_Number_field_name (line 150) | EnumValue_Number_field_name protoreflect.Name = "number" constant EnumValue_Options_field_name (line 151) | EnumValue_Options_field_name protoreflect.Name = "options" constant EnumValue_Name_field_fullname (line 153) | EnumValue_Name_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Number_field_fullname (line 154) | EnumValue_Number_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Options_field_fullname (line 155) | EnumValue_Options_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Name_field_number (line 160) | EnumValue_Name_field_number protoreflect.FieldNumber = 1 constant EnumValue_Number_field_number (line 161) | EnumValue_Number_field_number protoreflect.FieldNumber = 2 constant EnumValue_Options_field_number (line 162) | EnumValue_Options_field_number protoreflect.FieldNumber = 3 constant Option_message_name (line 167) | Option_message_name protoreflect.Name = "Option" constant Option_message_fullname (line 168) | Option_message_fullname protoreflect.FullName = "google.protobuf.Option" constant Option_Name_field_name (line 173) | Option_Name_field_name protoreflect.Name = "name" constant Option_Value_field_name (line 174) | Option_Value_field_name protoreflect.Name = "value" constant Option_Name_field_fullname (line 176) | Option_Name_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Value_field_fullname (line 177) | Option_Value_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Name_field_number (line 182) | Option_Name_field_number protoreflect.FieldNumber = 1 constant Option_Value_field_number (line 183) | Option_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers.go constant WrapperValue_Value_field_name (line 11) | WrapperValue_Value_field_name protoreflect.Name = "value" constant WrapperValue_Value_field_number (line 12) | WrapperValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go constant File_google_protobuf_wrappers_proto (line 13) | File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto" constant DoubleValue_message_name (line 17) | DoubleValue_message_name protoreflect.Name = "DoubleValue" constant DoubleValue_message_fullname (line 18) | DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.Do... constant DoubleValue_Value_field_name (line 23) | DoubleValue_Value_field_name protoreflect.Name = "value" constant DoubleValue_Value_field_fullname (line 25) | DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant DoubleValue_Value_field_number (line 30) | DoubleValue_Value_field_number protoreflect.FieldNumber = 1 constant FloatValue_message_name (line 35) | FloatValue_message_name protoreflect.Name = "FloatValue" constant FloatValue_message_fullname (line 36) | FloatValue_message_fullname protoreflect.FullName = "google.protobuf.Flo... constant FloatValue_Value_field_name (line 41) | FloatValue_Value_field_name protoreflect.Name = "value" constant FloatValue_Value_field_fullname (line 43) | FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant FloatValue_Value_field_number (line 48) | FloatValue_Value_field_number protoreflect.FieldNumber = 1 constant Int64Value_message_name (line 53) | Int64Value_message_name protoreflect.Name = "Int64Value" constant Int64Value_message_fullname (line 54) | Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int64Value_Value_field_name (line 59) | Int64Value_Value_field_name protoreflect.Name = "value" constant Int64Value_Value_field_fullname (line 61) | Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int64Value_Value_field_number (line 66) | Int64Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt64Value_message_name (line 71) | UInt64Value_message_name protoreflect.Name = "UInt64Value" constant UInt64Value_message_fullname (line 72) | UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt64Value_Value_field_name (line 77) | UInt64Value_Value_field_name protoreflect.Name = "value" constant UInt64Value_Value_field_fullname (line 79) | UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt64Value_Value_field_number (line 84) | UInt64Value_Value_field_number protoreflect.FieldNumber = 1 constant Int32Value_message_name (line 89) | Int32Value_message_name protoreflect.Name = "Int32Value" constant Int32Value_message_fullname (line 90) | Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int32Value_Value_field_name (line 95) | Int32Value_Value_field_name protoreflect.Name = "value" constant Int32Value_Value_field_fullname (line 97) | Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int32Value_Value_field_number (line 102) | Int32Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt32Value_message_name (line 107) | UInt32Value_message_name protoreflect.Name = "UInt32Value" constant UInt32Value_message_fullname (line 108) | UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt32Value_Value_field_name (line 113) | UInt32Value_Value_field_name protoreflect.Name = "value" constant UInt32Value_Value_field_fullname (line 115) | UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt32Value_Value_field_number (line 120) | UInt32Value_Value_field_number protoreflect.FieldNumber = 1 constant BoolValue_message_name (line 125) | BoolValue_message_name protoreflect.Name = "BoolValue" constant BoolValue_message_fullname (line 126) | BoolValue_message_fullname protoreflect.FullName = "google.protobuf.Bool... constant BoolValue_Value_field_name (line 131) | BoolValue_Value_field_name protoreflect.Name = "value" constant BoolValue_Value_field_fullname (line 133) | BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.... constant BoolValue_Value_field_number (line 138) | BoolValue_Value_field_number protoreflect.FieldNumber = 1 constant StringValue_message_name (line 143) | StringValue_message_name protoreflect.Name = "StringValue" constant StringValue_message_fullname (line 144) | StringValue_message_fullname protoreflect.FullName = "google.protobuf.St... constant StringValue_Value_field_name (line 149) | StringValue_Value_field_name protoreflect.Name = "value" constant StringValue_Value_field_fullname (line 151) | StringValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant StringValue_Value_field_number (line 156) | StringValue_Value_field_number protoreflect.FieldNumber = 1 constant BytesValue_message_name (line 161) | BytesValue_message_name protoreflect.Name = "BytesValue" constant BytesValue_message_fullname (line 162) | BytesValue_message_fullname protoreflect.FullName = "google.protobuf.Byt... constant BytesValue_Value_field_name (line 167) | BytesValue_Value_field_name protoreflect.Name = "value" constant BytesValue_Value_field_fullname (line 169) | BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant BytesValue_Value_field_number (line 174) | BytesValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/impl/api_export.go type Export (line 21) | type Export struct method NewError (line 25) | func (Export) NewError(f string, x ...interface{}) error { method EnumOf (line 35) | func (Export) EnumOf(e enum) protoreflect.Enum { method EnumDescriptorOf (line 48) | func (Export) EnumDescriptorOf(e enum) protoreflect.EnumDescriptor { method EnumTypeOf (line 61) | func (Export) EnumTypeOf(e enum) protoreflect.EnumType { method EnumStringOf (line 74) | func (Export) EnumStringOf(ed protoreflect.EnumDescriptor, n protorefl... method ProtoMessageV1Of (line 95) | func (Export) ProtoMessageV1Of(m message) protoiface.MessageV1 { method protoMessageV2Of (line 110) | func (Export) protoMessageV2Of(m message) protoreflect.ProtoMessage { method ProtoMessageV2Of (line 127) | func (Export) ProtoMessageV2Of(m message) protoreflect.ProtoMessage { method MessageOf (line 139) | func (Export) MessageOf(m message) protoreflect.Message { method MessageDescriptorOf (line 151) | func (Export) MessageDescriptorOf(m message) protoreflect.MessageDescr... method MessageTypeOf (line 163) | func (Export) MessageTypeOf(m message) protoreflect.MessageType { method MessageStringOf (line 175) | func (Export) MessageStringOf(m protoreflect.ProtoMessage) string { type legacyMessageWrapper (line 87) | type legacyMessageWrapper struct method Reset (line 89) | func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) } method String (line 90) | func (m legacyMessageWrapper) String() string { return Export{}.Messag... method ProtoMessage (line 91) | func (m legacyMessageWrapper) ProtoMessage() {} FILE: vendor/google.golang.org/protobuf/internal/impl/checkinit.go method checkInitialized (line 15) | func (mi *MessageInfo) checkInitialized(in protoiface.CheckInitializedIn... method checkInitializedPointer (line 25) | func (mi *MessageInfo) checkInitializedPointer(p pointer) error { method isInitExtensions (line 65) | func (mi *MessageInfo) isInitExtensions(ext *map[int32]ExtensionField) e... function needsInitCheck (line 93) | func needsInitCheck(md protoreflect.MessageDescriptor) bool { function needsInitCheckLocked (line 104) | func needsInitCheckLocked(md protoreflect.MessageDescriptor) (has bool) { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_extension.go type extensionFieldInfo (line 16) | type extensionFieldInfo struct function getExtensionFieldInfo (line 26) | func getExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFiel... function legacyLoadExtensionFieldInfo (line 35) | func legacyLoadExtensionFieldInfo(xt protoreflect.ExtensionType) *extens... function makeExtensionFieldInfo (line 46) | func makeExtensionFieldInfo(xd protoreflect.ExtensionDescriptor) *extens... type lazyExtensionValue (line 72) | type lazyExtensionValue struct type ExtensionField (line 81) | type ExtensionField struct method appendLazyBytes (line 90) | func (f *ExtensionField) appendLazyBytes(xt protoreflect.ExtensionType... method canLazy (line 100) | func (f *ExtensionField) canLazy(xt protoreflect.ExtensionType) bool { method lazyInit (line 110) | func (f *ExtensionField) lazyInit() { method Set (line 157) | func (f *ExtensionField) Set(t protoreflect.ExtensionType, v protorefl... method SetLazy (line 165) | func (f *ExtensionField) SetLazy(t protoreflect.ExtensionType, fn func... method Value (line 172) | func (f *ExtensionField) Value() protoreflect.Value { method Type (line 184) | func (f ExtensionField) Type() protoreflect.ExtensionType { method IsSet (line 190) | func (f ExtensionField) IsSet() bool { function IsLazy (line 196) | func IsLazy(m protoreflect.Message, fd protoreflect.FieldDescriptor) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_field.go type errInvalidUTF8 (line 20) | type errInvalidUTF8 struct method Error (line 22) | func (errInvalidUTF8) Error() string { return "string field contai... method InvalidUTF8 (line 23) | func (errInvalidUTF8) InvalidUTF8() bool { return true } method Unwrap (line 24) | func (errInvalidUTF8) Unwrap() error { return errors.Error } method initOneofFieldCoders (line 33) | func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescrip... function makeWeakMessageFieldCoder (line 121) | func makeWeakMessageFieldCoder(fd protoreflect.FieldDescriptor) pointerC... function makeMessageFieldCoder (line 193) | func makeMessageFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.T... function sizeMessageInfo (line 231) | func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendMessageInfo (line 235) | func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeMessageInfo (line 241) | func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *cod... function isInitMessageInfo (line 261) | func isInitMessageInfo(p pointer, f *coderFieldInfo) error { function sizeMessage (line 265) | func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int { function appendMessage (line 269) | func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marsh... function consumeMessage (line 275) | func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts... function sizeMessageValue (line 295) | func sizeMessageValue(v protoreflect.Value, tagsize int, opts marshalOpt... function appendMessageValue (line 300) | func appendMessageValue(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeMessageValue (line 305) | func consumeMessageValue(b []byte, v protoreflect.Value, _ protowire.Num... function isInitMessageValue (line 311) | func isInitMessageValue(v protoreflect.Value) error { function sizeGroupValue (line 324) | func sizeGroupValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendGroupValue (line 329) | func appendGroupValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeGroupValue (line 334) | func consumeGroupValue(b []byte, v protoreflect.Value, num protowire.Num... function makeGroupFieldCoder (line 348) | func makeGroupFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Typ... function sizeGroupType (line 387) | func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int { function appendGroupType (line 391) | func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeGroupType (line 398) | func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeGroup (line 408) | func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int { function appendGroup (line 412) | func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshal... function consumeGroup (line 419) | func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp ... function makeMessageSliceFieldCoder (line 439) | func makeMessageSliceFieldCoder(fd protoreflect.FieldDescriptor, ft refl... function sizeMessageSliceInfo (line 469) | func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOpti... function appendMessageSliceInfo (line 478) | func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts... function consumeMessageSliceInfo (line 493) | func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f... function isInitMessageSliceInfo (line 513) | func isInitMessageSliceInfo(p pointer, f *coderFieldInfo) error { function sizeMessageSlice (line 523) | func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ mar... function appendMessageSlice (line 533) | func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType refl... function consumeMessageSlice (line 549) | func consumeMessageSlice(b []byte, p pointer, goType reflect.Type, wtyp ... function isInitMessageSlice (line 571) | func isInitMessageSlice(p pointer, goType reflect.Type) error { function sizeMessageSliceValue (line 584) | func sizeMessageSliceValue(listv protoreflect.Value, tagsize int, opts m... function appendMessageSliceValue (line 594) | func appendMessageSliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeMessageSliceValue (line 611) | func consumeMessageSliceValue(b []byte, listv protoreflect.Value, _ prot... function isInitMessageSliceValue (line 634) | func isInitMessageSliceValue(listv protoreflect.Value) error { function sizeGroupSliceValue (line 653) | func sizeGroupSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendGroupSliceValue (line 663) | func appendGroupSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeGroupSliceValue (line 679) | func consumeGroupSliceValue(b []byte, listv protoreflect.Value, num prot... function makeGroupSliceFieldCoder (line 710) | func makeGroupSliceFieldCoder(fd protoreflect.FieldDescriptor, ft reflec... function sizeGroupSlice (line 741) | func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ ... function appendGroupSlice (line 751) | func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType r... function consumeGroupSlice (line 766) | func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp p... function sizeGroupSliceInfo (line 788) | func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOption... function appendGroupSliceInfo (line 797) | func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts m... function consumeGroupSliceInfo (line 811) | func consumeGroupSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *... function asMessage (line 825) | func asMessage(v reflect.Value) protoreflect.ProtoMessage { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_gen.go function sizeBool (line 18) | func sizeBool(p pointer, f *coderFieldInfo, opts marshalOptions) (size i... function appendBool (line 24) | func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeBool (line 32) | func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderField... function sizeBoolNoZero (line 64) | func sizeBoolNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBoolNoZero (line 74) | func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function sizeBoolPtr (line 93) | func sizeBoolPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendBoolPtr (line 100) | func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeBoolPtr (line 108) | func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeBoolSlice (line 143) | func sizeBoolSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendBoolSlice (line 152) | func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeBoolSlice (line 162) | func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeBoolPackedSlice (line 222) | func sizeBoolPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendBoolPackedSlice (line 235) | func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... function sizeBoolValue (line 260) | func sizeBoolValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendBoolValue (line 265) | func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeBoolValue (line 272) | func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeBoolSliceValue (line 302) | func sizeBoolSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendBoolSliceValue (line 312) | func appendBoolSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeBoolSliceValue (line 323) | func consumeBoolSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeBoolPackedSliceValue (line 381) | func sizeBoolPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendBoolPackedSliceValue (line 396) | func appendBoolPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeEnumValue (line 424) | func sizeEnumValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendEnumValue (line 429) | func appendEnumValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeEnumValue (line 436) | func consumeEnumValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeEnumSliceValue (line 466) | func sizeEnumSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendEnumSliceValue (line 476) | func appendEnumSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeEnumSliceValue (line 487) | func consumeEnumSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeEnumPackedSliceValue (line 545) | func sizeEnumPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendEnumPackedSliceValue (line 560) | func appendEnumPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeInt32 (line 588) | func sizeInt32(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt32 (line 594) | func appendInt32(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt32 (line 602) | func consumeInt32(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt32NoZero (line 634) | func sizeInt32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt32NoZero (line 644) | func appendInt32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt32Ptr (line 663) | func sizeInt32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt32Ptr (line 670) | func appendInt32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt32Ptr (line 678) | func consumeInt32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt32Slice (line 713) | func sizeInt32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt32Slice (line 722) | func appendInt32Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt32Slice (line 732) | func consumeInt32Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt32PackedSlice (line 792) | func sizeInt32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt32PackedSlice (line 805) | func appendInt32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt32Value (line 830) | func sizeInt32Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt32Value (line 835) | func appendInt32Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt32Value (line 842) | func consumeInt32Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt32SliceValue (line 872) | func sizeInt32SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt32SliceValue (line 882) | func appendInt32SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt32SliceValue (line 893) | func consumeInt32SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt32PackedSliceValue (line 951) | func sizeInt32PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt32PackedSliceValue (line 966) | func appendInt32PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint32 (line 994) | func sizeSint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint32 (line 1000) | func appendSint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint32 (line 1008) | func consumeSint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint32NoZero (line 1040) | func sizeSint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint32NoZero (line 1050) | func appendSint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint32Ptr (line 1069) | func sizeSint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint32Ptr (line 1076) | func appendSint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint32Ptr (line 1084) | func consumeSint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint32Slice (line 1119) | func sizeSint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint32Slice (line 1128) | func appendSint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint32Slice (line 1138) | func consumeSint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint32PackedSlice (line 1198) | func sizeSint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint32PackedSlice (line 1211) | func appendSint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint32Value (line 1236) | func sizeSint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint32Value (line 1241) | func appendSint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint32Value (line 1248) | func consumeSint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint32SliceValue (line 1278) | func sizeSint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint32SliceValue (line 1288) | func appendSint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint32SliceValue (line 1299) | func consumeSint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint32PackedSliceValue (line 1357) | func sizeSint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint32PackedSliceValue (line 1372) | func appendSint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint32 (line 1400) | func sizeUint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint32 (line 1406) | func appendUint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint32 (line 1414) | func consumeUint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint32NoZero (line 1446) | func sizeUint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint32NoZero (line 1456) | func appendUint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint32Ptr (line 1475) | func sizeUint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint32Ptr (line 1482) | func appendUint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint32Ptr (line 1490) | func consumeUint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint32Slice (line 1525) | func sizeUint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint32Slice (line 1534) | func appendUint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint32Slice (line 1544) | func consumeUint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint32PackedSlice (line 1604) | func sizeUint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint32PackedSlice (line 1617) | func appendUint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint32Value (line 1642) | func sizeUint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint32Value (line 1647) | func appendUint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint32Value (line 1654) | func consumeUint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint32SliceValue (line 1684) | func sizeUint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint32SliceValue (line 1694) | func appendUint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint32SliceValue (line 1705) | func consumeUint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint32PackedSliceValue (line 1763) | func sizeUint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint32PackedSliceValue (line 1778) | func appendUint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeInt64 (line 1806) | func sizeInt64(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt64 (line 1812) | func appendInt64(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt64 (line 1820) | func consumeInt64(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt64NoZero (line 1852) | func sizeInt64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt64NoZero (line 1862) | func appendInt64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt64Ptr (line 1881) | func sizeInt64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt64Ptr (line 1888) | func appendInt64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt64Ptr (line 1896) | func consumeInt64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt64Slice (line 1931) | func sizeInt64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt64Slice (line 1940) | func appendInt64Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt64Slice (line 1950) | func consumeInt64Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt64PackedSlice (line 2010) | func sizeInt64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt64PackedSlice (line 2023) | func appendInt64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt64Value (line 2048) | func sizeInt64Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt64Value (line 2053) | func appendInt64Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt64Value (line 2060) | func consumeInt64Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt64SliceValue (line 2090) | func sizeInt64SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt64SliceValue (line 2100) | func appendInt64SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt64SliceValue (line 2111) | func consumeInt64SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt64PackedSliceValue (line 2169) | func sizeInt64PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt64PackedSliceValue (line 2184) | func appendInt64PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint64 (line 2212) | func sizeSint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint64 (line 2218) | func appendSint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint64 (line 2226) | func consumeSint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint64NoZero (line 2258) | func sizeSint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint64NoZero (line 2268) | func appendSint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint64Ptr (line 2287) | func sizeSint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint64Ptr (line 2294) | func appendSint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint64Ptr (line 2302) | func consumeSint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint64Slice (line 2337) | func sizeSint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint64Slice (line 2346) | func appendSint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint64Slice (line 2356) | func consumeSint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint64PackedSlice (line 2416) | func sizeSint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint64PackedSlice (line 2429) | func appendSint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint64Value (line 2454) | func sizeSint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint64Value (line 2459) | func appendSint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint64Value (line 2466) | func consumeSint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint64SliceValue (line 2496) | func sizeSint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint64SliceValue (line 2506) | func appendSint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint64SliceValue (line 2517) | func consumeSint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint64PackedSliceValue (line 2575) | func sizeSint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint64PackedSliceValue (line 2590) | func appendSint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint64 (line 2618) | func sizeUint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint64 (line 2624) | func appendUint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint64 (line 2632) | func consumeUint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint64NoZero (line 2664) | func sizeUint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint64NoZero (line 2674) | func appendUint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint64Ptr (line 2693) | func sizeUint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint64Ptr (line 2700) | func appendUint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint64Ptr (line 2708) | func consumeUint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint64Slice (line 2743) | func sizeUint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint64Slice (line 2752) | func appendUint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint64Slice (line 2762) | func consumeUint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint64PackedSlice (line 2822) | func sizeUint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint64PackedSlice (line 2835) | func appendUint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint64Value (line 2860) | func sizeUint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint64Value (line 2865) | func appendUint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint64Value (line 2872) | func consumeUint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint64SliceValue (line 2902) | func sizeUint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint64SliceValue (line 2912) | func appendUint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint64SliceValue (line 2923) | func consumeUint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint64PackedSliceValue (line 2981) | func sizeUint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint64PackedSliceValue (line 2996) | func appendUint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeSfixed32 (line 3024) | func sizeSfixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed32 (line 3030) | func appendSfixed32(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed32 (line 3038) | func consumeSfixed32(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed32NoZero (line 3060) | func sizeSfixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed32NoZero (line 3070) | func appendSfixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed32Ptr (line 3089) | func sizeSfixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed32Ptr (line 3095) | func appendSfixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed32Ptr (line 3103) | func consumeSfixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed32Slice (line 3128) | func sizeSfixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed32Slice (line 3135) | func appendSfixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed32Slice (line 3145) | func consumeSfixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed32PackedSlice (line 3185) | func sizeSfixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed32PackedSlice (line 3195) | func appendSfixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed32Value (line 3217) | func sizeSfixed32Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed32Value (line 3222) | func appendSfixed32Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed32Value (line 3229) | func consumeSfixed32Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed32SliceValue (line 3249) | func sizeSfixed32SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed32SliceValue (line 3256) | func appendSfixed32SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed32SliceValue (line 3267) | func consumeSfixed32SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed32PackedSliceValue (line 3305) | func sizeSfixed32PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed32PackedSliceValue (line 3316) | func appendSfixed32PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed32 (line 3340) | func sizeFixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed32 (line 3346) | func appendFixed32(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed32 (line 3354) | func consumeFixed32(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed32NoZero (line 3376) | func sizeFixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed32NoZero (line 3386) | func appendFixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed32Ptr (line 3405) | func sizeFixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed32Ptr (line 3411) | func appendFixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed32Ptr (line 3419) | func consumeFixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed32Slice (line 3444) | func sizeFixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed32Slice (line 3451) | func appendFixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed32Slice (line 3461) | func consumeFixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed32PackedSlice (line 3501) | func sizeFixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed32PackedSlice (line 3511) | func appendFixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed32Value (line 3533) | func sizeFixed32Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed32Value (line 3538) | func appendFixed32Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed32Value (line 3545) | func consumeFixed32Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed32SliceValue (line 3565) | func sizeFixed32SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed32SliceValue (line 3572) | func appendFixed32SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed32SliceValue (line 3583) | func consumeFixed32SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed32PackedSliceValue (line 3621) | func sizeFixed32PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed32PackedSliceValue (line 3632) | func appendFixed32PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeFloat (line 3656) | func sizeFloat(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendFloat (line 3662) | func appendFloat(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeFloat (line 3670) | func consumeFloat(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeFloatNoZero (line 3692) | func sizeFloatNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendFloatNoZero (line 3702) | func appendFloatNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeFloatPtr (line 3721) | func sizeFloatPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendFloatPtr (line 3727) | func appendFloatPtr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeFloatPtr (line 3735) | func consumeFloatPtr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeFloatSlice (line 3760) | func sizeFloatSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFloatSlice (line 3767) | func appendFloatSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFloatSlice (line 3777) | func consumeFloatSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFloatPackedSlice (line 3817) | func sizeFloatPackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendFloatPackedSlice (line 3827) | func appendFloatPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeFloatValue (line 3849) | func sizeFloatValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendFloatValue (line 3854) | func appendFloatValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeFloatValue (line 3861) | func consumeFloatValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeFloatSliceValue (line 3881) | func sizeFloatSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendFloatSliceValue (line 3888) | func appendFloatSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeFloatSliceValue (line 3899) | func consumeFloatSliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeFloatPackedSliceValue (line 3937) | func sizeFloatPackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendFloatPackedSliceValue (line 3948) | func appendFloatPackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSfixed64 (line 3972) | func sizeSfixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed64 (line 3978) | func appendSfixed64(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed64 (line 3986) | func consumeSfixed64(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed64NoZero (line 4008) | func sizeSfixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed64NoZero (line 4018) | func appendSfixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed64Ptr (line 4037) | func sizeSfixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed64Ptr (line 4043) | func appendSfixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed64Ptr (line 4051) | func consumeSfixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed64Slice (line 4076) | func sizeSfixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed64Slice (line 4083) | func appendSfixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed64Slice (line 4093) | func consumeSfixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed64PackedSlice (line 4133) | func sizeSfixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed64PackedSlice (line 4143) | func appendSfixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed64Value (line 4165) | func sizeSfixed64Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed64Value (line 4170) | func appendSfixed64Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed64Value (line 4177) | func consumeSfixed64Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed64SliceValue (line 4197) | func sizeSfixed64SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed64SliceValue (line 4204) | func appendSfixed64SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed64SliceValue (line 4215) | func consumeSfixed64SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed64PackedSliceValue (line 4253) | func sizeSfixed64PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed64PackedSliceValue (line 4264) | func appendSfixed64PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed64 (line 4288) | func sizeFixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed64 (line 4294) | func appendFixed64(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed64 (line 4302) | func consumeFixed64(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed64NoZero (line 4324) | func sizeFixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed64NoZero (line 4334) | func appendFixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed64Ptr (line 4353) | func sizeFixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed64Ptr (line 4359) | func appendFixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed64Ptr (line 4367) | func consumeFixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed64Slice (line 4392) | func sizeFixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed64Slice (line 4399) | func appendFixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed64Slice (line 4409) | func consumeFixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed64PackedSlice (line 4449) | func sizeFixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed64PackedSlice (line 4459) | func appendFixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed64Value (line 4481) | func sizeFixed64Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed64Value (line 4486) | func appendFixed64Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed64Value (line 4493) | func consumeFixed64Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed64SliceValue (line 4513) | func sizeFixed64SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed64SliceValue (line 4520) | func appendFixed64SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed64SliceValue (line 4531) | func consumeFixed64SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed64PackedSliceValue (line 4569) | func sizeFixed64PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed64PackedSliceValue (line 4580) | func appendFixed64PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeDouble (line 4604) | func sizeDouble(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendDouble (line 4610) | func appendDouble(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeDouble (line 4618) | func consumeDouble(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeDoubleNoZero (line 4640) | func sizeDoubleNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendDoubleNoZero (line 4650) | func appendDoubleNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeDoublePtr (line 4669) | func sizeDoublePtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendDoublePtr (line 4675) | func appendDoublePtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeDoublePtr (line 4683) | func consumeDoublePtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeDoubleSlice (line 4708) | func sizeDoubleSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendDoubleSlice (line 4715) | func appendDoubleSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeDoubleSlice (line 4725) | func consumeDoubleSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeDoublePackedSlice (line 4765) | func sizeDoublePackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendDoublePackedSlice (line 4775) | func appendDoublePackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeDoubleValue (line 4797) | func sizeDoubleValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendDoubleValue (line 4802) | func appendDoubleValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeDoubleValue (line 4809) | func consumeDoubleValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeDoubleSliceValue (line 4829) | func sizeDoubleSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendDoubleSliceValue (line 4836) | func appendDoubleSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeDoubleSliceValue (line 4847) | func consumeDoubleSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeDoublePackedSliceValue (line 4885) | func sizeDoublePackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendDoublePackedSliceValue (line 4896) | func appendDoublePackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeString (line 4920) | func sizeString(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendString (line 4926) | func appendString(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeString (line 4934) | func consumeString(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function appendStringValidateUTF8 (line 4955) | func appendStringValidateUTF8(b []byte, p pointer, f *coderFieldInfo, op... function consumeStringValidateUTF8 (line 4966) | func consumeStringValidateUTF8(b []byte, p pointer, wtyp protowire.Type,... function sizeStringNoZero (line 4991) | func sizeStringNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendStringNoZero (line 5001) | func appendStringNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function appendStringNoZeroValidateUTF8 (line 5020) | func appendStringNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldIn... function sizeStringPtr (line 5042) | func sizeStringPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendStringPtr (line 5049) | func appendStringPtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeStringPtr (line 5057) | func consumeStringPtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function appendStringPtrValidateUTF8 (line 5083) | func appendStringPtrValidateUTF8(b []byte, p pointer, f *coderFieldInfo,... function consumeStringPtrValidateUTF8 (line 5094) | func consumeStringPtrValidateUTF8(b []byte, p pointer, wtyp protowire.Ty... function sizeStringSlice (line 5122) | func sizeStringSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendStringSlice (line 5131) | func appendStringSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeStringSlice (line 5141) | func consumeStringSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendStringSliceValidateUTF8 (line 5163) | func appendStringSliceValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeStringSliceValidateUTF8 (line 5176) | func consumeStringSliceValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeStringValue (line 5201) | func sizeStringValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendStringValue (line 5206) | func appendStringValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeStringValue (line 5213) | func consumeStringValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function appendStringValueValidateUTF8 (line 5233) | func appendStringValueValidateUTF8(b []byte, v protoreflect.Value, wiret... function consumeStringValueValidateUTF8 (line 5243) | func consumeStringValueValidateUTF8(b []byte, _ protoreflect.Value, _ pr... function sizeStringSliceValue (line 5266) | func sizeStringSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendStringSliceValue (line 5276) | func appendStringSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeStringSliceValue (line 5287) | func consumeStringSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeBytes (line 5309) | func sizeBytes(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendBytes (line 5315) | func appendBytes(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeBytes (line 5323) | func consumeBytes(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function appendBytesValidateUTF8 (line 5344) | func appendBytesValidateUTF8(b []byte, p pointer, f *coderFieldInfo, opt... function consumeBytesValidateUTF8 (line 5355) | func consumeBytesValidateUTF8(b []byte, p pointer, wtyp protowire.Type, ... function sizeBytesNoZero (line 5380) | func sizeBytesNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendBytesNoZero (line 5390) | func appendBytesNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeBytesNoZero (line 5402) | func consumeBytesNoZero(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendBytesNoZeroValidateUTF8 (line 5424) | func appendBytesNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeBytesNoZeroValidateUTF8 (line 5438) | func consumeBytesNoZeroValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeBytesSlice (line 5462) | func sizeBytesSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBytesSlice (line 5471) | func appendBytesSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeBytesSlice (line 5481) | func consumeBytesSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function appendBytesSliceValidateUTF8 (line 5503) | func appendBytesSliceValidateUTF8(b []byte, p pointer, f *coderFieldInfo... function consumeBytesSliceValidateUTF8 (line 5516) | func consumeBytesSliceValidateUTF8(b []byte, p pointer, wtyp protowire.T... function sizeBytesValue (line 5541) | func sizeBytesValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendBytesValue (line 5546) | func appendBytesValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeBytesValue (line 5553) | func consumeBytesValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeBytesSliceValue (line 5573) | func sizeBytesSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendBytesSliceValue (line 5583) | func appendBytesSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeBytesSliceValue (line 5594) | func consumeBytesSliceValue(b []byte, listv protoreflect.Value, _ protow... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map.go type mapInfo (line 16) | type mapInfo struct function encoderFuncsForMap (line 27) | func encoderFuncsForMap(fd protoreflect.FieldDescriptor, ft reflect.Type... constant mapKeyTagSize (line 87) | mapKeyTagSize = 1 constant mapValTagSize (line 88) | mapValTagSize = 1 function sizeMap (line 91) | func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts ... function consumeMap (line 114) | func consumeMap(b []byte, mapv reflect.Value, wtyp protowire.Type, mapi ... function consumeMapOfMessage (line 171) | func consumeMapOfMessage(b []byte, mapv reflect.Value, wtyp protowire.Ty... function appendMapItem (line 235) | func appendMapItem(b []byte, keyrv, valrv reflect.Value, mapi *mapInfo, ... function appendMap (line 266) | func appendMap(b []byte, mapv reflect.Value, mapi *mapInfo, f *coderFiel... function appendMapDeterministic (line 285) | func appendMapDeterministic(b []byte, mapv reflect.Value, mapi *mapInfo,... function isInitMap (line 314) | func isInitMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo) err... function mergeMap (line 339) | func mergeMap(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMapOfBytes (line 354) | func mergeMapOfBytes(dst, src pointer, f *coderFieldInfo, opts mergeOpti... function mergeMapOfMessage (line 369) | func mergeMapOfMessage(dst, src pointer, f *coderFieldInfo, opts mergeOp... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go type mapIter (line 12) | type mapIter struct method Next (line 23) | func (i *mapIter) Next() bool { method Key (line 32) | func (i *mapIter) Key() reflect.Value { method Value (line 36) | func (i *mapIter) Value() reflect.Value { function mapRange (line 19) | func mapRange(v reflect.Value) *mapIter { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go function mapRange (line 12) | func mapRange(v reflect.Value) *reflect.MapIter { return v.MapRange() } FILE: vendor/google.golang.org/protobuf/internal/impl/codec_message.go type coderMessageInfo (line 22) | type coderMessageInfo struct type coderFieldInfo (line 37) | type coderFieldInfo struct method makeCoderMethods (line 50) | func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) { method getUnknownBytes (line 197) | func (mi *MessageInfo) getUnknownBytes(p pointer) *[]byte { method mutableUnknownBytes (line 207) | func (mi *MessageInfo) mutableUnknownBytes(p pointer) *[]byte { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go function sizeMessageSet (line 16) | func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (si... function marshalMessageSet (line 39) | func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marsha... function marshalMessageSetField (line 84) | func marshalMessageSetField(mi *MessageInfo, b []byte, x ExtensionField,... function unmarshalMessageSet (line 96) | func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unma... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go function sizeEnum (line 16) | func sizeEnum(p pointer, f *coderFieldInfo, _ marshalOptions) (size int) { function appendEnum (line 21) | func appendEnum(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeEnum (line 28) | func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderField... function mergeEnum (line 41) | func mergeEnum(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumNoZero (line 52) | func sizeEnumNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendEnumNoZero (line 59) | func appendEnumNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function mergeEnumNoZero (line 66) | func mergeEnumNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPtr (line 79) | func sizeEnumPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendEnumPtr (line 83) | func appendEnumPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeEnumPtr (line 87) | func consumeEnumPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function mergeEnumPtr (line 97) | func mergeEnumPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumSlice (line 112) | func sizeEnumSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendEnumSlice (line 120) | func appendEnumSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeEnumSlice (line 129) | func consumeEnumSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function mergeEnumSlice (line 163) | func mergeEnumSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPackedSlice (line 174) | func sizeEnumPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendEnumPackedSlice (line 187) | func appendEnumPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_tables.go type pointerCoderFuncs (line 17) | type pointerCoderFuncs struct type valueCoderFuncs (line 27) | type valueCoderFuncs struct function fieldCoder (line 37) | func fieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) (*Mess... function encoderFuncsForValue (line 437) | func encoderFuncsForValue(fd protoreflect.FieldDescriptor) valueCoderFun... FILE: vendor/google.golang.org/protobuf/internal/impl/convert.go type unwrapper (line 16) | type unwrapper interface type Converter (line 21) | type Converter interface function NewConverter (line 53) | func NewConverter(t reflect.Type, fd protoreflect.FieldDescriptor) Conve... function newSingularConverter (line 89) | func newSingularConverter(t reflect.Type, fd protoreflect.FieldDescripto... type boolConverter (line 145) | type boolConverter struct method PBValueOf (line 150) | func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 156) | func (c *boolConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 159) | func (c *boolConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 163) | func (c *boolConverter) IsValidGo(v reflect.Value) bool { method New (line 166) | func (c *boolConverter) New() protoreflect.Value { return c.def } method Zero (line 167) | func (c *boolConverter) Zero() protoreflect.Value { return c.def } type int32Converter (line 169) | type int32Converter struct method PBValueOf (line 174) | func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 180) | func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 183) | func (c *int32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 187) | func (c *int32Converter) IsValidGo(v reflect.Value) bool { method New (line 190) | func (c *int32Converter) New() protoreflect.Value { return c.def } method Zero (line 191) | func (c *int32Converter) Zero() protoreflect.Value { return c.def } type int64Converter (line 193) | type int64Converter struct method PBValueOf (line 198) | func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 204) | func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 207) | func (c *int64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 211) | func (c *int64Converter) IsValidGo(v reflect.Value) bool { method New (line 214) | func (c *int64Converter) New() protoreflect.Value { return c.def } method Zero (line 215) | func (c *int64Converter) Zero() protoreflect.Value { return c.def } type uint32Converter (line 217) | type uint32Converter struct method PBValueOf (line 222) | func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 228) | func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 231) | func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 235) | func (c *uint32Converter) IsValidGo(v reflect.Value) bool { method New (line 238) | func (c *uint32Converter) New() protoreflect.Value { return c.def } method Zero (line 239) | func (c *uint32Converter) Zero() protoreflect.Value { return c.def } type uint64Converter (line 241) | type uint64Converter struct method PBValueOf (line 246) | func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 252) | func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 255) | func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 259) | func (c *uint64Converter) IsValidGo(v reflect.Value) bool { method New (line 262) | func (c *uint64Converter) New() protoreflect.Value { return c.def } method Zero (line 263) | func (c *uint64Converter) Zero() protoreflect.Value { return c.def } type float32Converter (line 265) | type float32Converter struct method PBValueOf (line 270) | func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 276) | func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 279) | func (c *float32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 283) | func (c *float32Converter) IsValidGo(v reflect.Value) bool { method New (line 286) | func (c *float32Converter) New() protoreflect.Value { return c.def } method Zero (line 287) | func (c *float32Converter) Zero() protoreflect.Value { return c.def } type float64Converter (line 289) | type float64Converter struct method PBValueOf (line 294) | func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 300) | func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 303) | func (c *float64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 307) | func (c *float64Converter) IsValidGo(v reflect.Value) bool { method New (line 310) | func (c *float64Converter) New() protoreflect.Value { return c.def } method Zero (line 311) | func (c *float64Converter) Zero() protoreflect.Value { return c.def } type stringConverter (line 313) | type stringConverter struct method PBValueOf (line 318) | func (c *stringConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 324) | func (c *stringConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 333) | func (c *stringConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 337) | func (c *stringConverter) IsValidGo(v reflect.Value) bool { method New (line 340) | func (c *stringConverter) New() protoreflect.Value { return c.def } method Zero (line 341) | func (c *stringConverter) Zero() protoreflect.Value { return c.def } type bytesConverter (line 343) | type bytesConverter struct method PBValueOf (line 348) | func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 357) | func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 360) | func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 364) | func (c *bytesConverter) IsValidGo(v reflect.Value) bool { method New (line 367) | func (c *bytesConverter) New() protoreflect.Value { return c.def } method Zero (line 368) | func (c *bytesConverter) Zero() protoreflect.Value { return c.def } type enumConverter (line 370) | type enumConverter struct method PBValueOf (line 385) | func (c *enumConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 392) | func (c *enumConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 396) | func (c *enumConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 401) | func (c *enumConverter) IsValidGo(v reflect.Value) bool { method New (line 405) | func (c *enumConverter) New() protoreflect.Value { method Zero (line 409) | func (c *enumConverter) Zero() protoreflect.Value { function newEnumConverter (line 375) | func newEnumConverter(goType reflect.Type, fd protoreflect.FieldDescript... type messageConverter (line 413) | type messageConverter struct method PBValueOf (line 421) | func (c *messageConverter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 438) | func (c *messageConverter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 462) | func (c *messageConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 476) | func (c *messageConverter) IsValidGo(v reflect.Value) bool { method New (line 480) | func (c *messageConverter) New() protoreflect.Value { method Zero (line 487) | func (c *messageConverter) Zero() protoreflect.Value { method isNonPointer (line 493) | func (c *messageConverter) isNonPointer() bool { function newMessageConverter (line 417) | func newMessageConverter(goType reflect.Type) Converter { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_list.go function newListConverter (line 14) | func newListConverter(t reflect.Type, fd protoreflect.FieldDescriptor) C... type listConverter (line 24) | type listConverter struct method PBValueOf (line 29) | func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 38) | func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 46) | func (c *listConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 54) | func (c *listConverter) IsValidGo(v reflect.Value) bool { method New (line 58) | func (c *listConverter) New() protoreflect.Value { method Zero (line 62) | func (c *listConverter) Zero() protoreflect.Value { type listPtrConverter (line 66) | type listPtrConverter struct method PBValueOf (line 71) | func (c *listPtrConverter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 78) | func (c *listPtrConverter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 82) | func (c *listPtrConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 90) | func (c *listPtrConverter) IsValidGo(v reflect.Value) bool { method New (line 94) | func (c *listPtrConverter) New() protoreflect.Value { method Zero (line 98) | func (c *listPtrConverter) Zero() protoreflect.Value { type listReflect (line 102) | type listReflect struct method Len (line 107) | func (ls *listReflect) Len() int { method Get (line 113) | func (ls *listReflect) Get(i int) protoreflect.Value { method Set (line 116) | func (ls *listReflect) Set(i int, v protoreflect.Value) { method Append (line 119) | func (ls *listReflect) Append(v protoreflect.Value) { method AppendMutable (line 122) | func (ls *listReflect) AppendMutable() protoreflect.Value { method Truncate (line 130) | func (ls *listReflect) Truncate(i int) { method NewElement (line 133) | func (ls *listReflect) NewElement() protoreflect.Value { method IsValid (line 136) | func (ls *listReflect) IsValid() bool { method protoUnwrap (line 139) | func (ls *listReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_map.go type mapConverter (line 14) | type mapConverter struct method PBValueOf (line 30) | func (c *mapConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 37) | func (c *mapConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 41) | func (c *mapConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 49) | func (c *mapConverter) IsValidGo(v reflect.Value) bool { method New (line 53) | func (c *mapConverter) New() protoreflect.Value { method Zero (line 57) | func (c *mapConverter) Zero() protoreflect.Value { function newMapConverter (line 19) | func newMapConverter(t reflect.Type, fd protoreflect.FieldDescriptor) *m... type mapReflect (line 61) | type mapReflect struct method Len (line 67) | func (ms *mapReflect) Len() int { method Has (line 70) | func (ms *mapReflect) Has(k protoreflect.MapKey) bool { method Get (line 75) | func (ms *mapReflect) Get(k protoreflect.MapKey) protoreflect.Value { method Set (line 83) | func (ms *mapReflect) Set(k protoreflect.MapKey, v protoreflect.Value) { method Clear (line 88) | func (ms *mapReflect) Clear(k protoreflect.MapKey) { method Mutable (line 92) | func (ms *mapReflect) Mutable(k protoreflect.MapKey) protoreflect.Value { method Range (line 103) | func (ms *mapReflect) Range(f func(protoreflect.MapKey, protoreflect.V... method NewValue (line 113) | func (ms *mapReflect) NewValue() protoreflect.Value { method IsValid (line 116) | func (ms *mapReflect) IsValid() bool { method protoUnwrap (line 119) | func (ms *mapReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/decode.go type unmarshalOptions (line 22) | type unmarshalOptions struct method Options (line 31) | func (o unmarshalOptions) Options() proto.UnmarshalOptions { method DiscardUnknown (line 40) | func (o unmarshalOptions) DiscardUnknown() bool { method IsDefault (line 44) | func (o unmarshalOptions) IsDefault() bool { type unmarshalOutput (line 53) | type unmarshalOutput struct method unmarshal (line 59) | func (mi *MessageInfo) unmarshal(in protoiface.UnmarshalInput) (protoifa... method unmarshalPointer (line 88) | func (mi *MessageInfo) unmarshalPointer(b []byte, p pointer, groupTag pr... method unmarshalExtension (line 207) | func (mi *MessageInfo) unmarshalExtension(b []byte, num protowire.Number... function skipExtension (line 259) | func skipExtension(b []byte, xi *extensionFieldInfo, num protowire.Numbe... FILE: vendor/google.golang.org/protobuf/internal/impl/encode.go type marshalOptions (line 17) | type marshalOptions struct method Options (line 21) | func (o marshalOptions) Options() proto.MarshalOptions { method Deterministic (line 29) | func (o marshalOptions) Deterministic() bool { return o.flags&piface.M... method UseCachedSize (line 30) | func (o marshalOptions) UseCachedSize() bool { return o.flags&piface.M... method size (line 33) | func (mi *MessageInfo) size(in piface.SizeInput) piface.SizeOutput { method sizePointer (line 46) | func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size... method sizePointerSlow (line 59) | func (mi *MessageInfo) sizePointerSlow(p pointer, opts marshalOptions) (... method marshal (line 100) | func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.Marsh... method marshalAppendPointer (line 113) | func (mi *MessageInfo) marshalAppendPointer(b []byte, p pointer, opts ma... method sizeExtensions (line 152) | func (mi *MessageInfo) sizeExtensions(ext *map[int32]ExtensionField, opt... method appendExtensions (line 166) | func (mi *MessageInfo) appendExtensions(b []byte, ext *map[int32]Extensi... FILE: vendor/google.golang.org/protobuf/internal/impl/enum.go type EnumInfo (line 13) | type EnumInfo struct method New (line 18) | func (t *EnumInfo) New(n protoreflect.EnumNumber) protoreflect.Enum { method Descriptor (line 21) | func (t *EnumInfo) Descriptor() protoreflect.EnumDescriptor { return t... FILE: vendor/google.golang.org/protobuf/internal/impl/extension.go type ExtensionInfo (line 21) | type ExtensionInfo struct method New (line 92) | func (xi *ExtensionInfo) New() protoreflect.Value { method Zero (line 95) | func (xi *ExtensionInfo) Zero() protoreflect.Value { method ValueOf (line 98) | func (xi *ExtensionInfo) ValueOf(v interface{}) protoreflect.Value { method InterfaceOf (line 101) | func (xi *ExtensionInfo) InterfaceOf(v protoreflect.Value) interface{} { method IsValidValue (line 104) | func (xi *ExtensionInfo) IsValidValue(v protoreflect.Value) bool { method IsValidInterface (line 107) | func (xi *ExtensionInfo) IsValidInterface(v interface{}) bool { method TypeDescriptor (line 110) | func (xi *ExtensionInfo) TypeDescriptor() protoreflect.ExtensionTypeDe... method lazyInit (line 117) | func (xi *ExtensionInfo) lazyInit() Converter { method lazyInitSlow (line 124) | func (xi *ExtensionInfo) lazyInitSlow() { constant extensionInfoUninitialized (line 81) | extensionInfoUninitialized = 0 constant extensionInfoDescInit (line 82) | extensionInfoDescInit = 1 constant extensionInfoFullInit (line 83) | extensionInfoFullInit = 2 function InitExtensionInfo (line 86) | func InitExtensionInfo(xi *ExtensionInfo, xd protoreflect.ExtensionDescr... type extensionTypeDescriptor (line 146) | type extensionTypeDescriptor struct method Type (line 151) | func (xtd *extensionTypeDescriptor) Type() protoreflect.ExtensionType { method Descriptor (line 154) | func (xtd *extensionTypeDescriptor) Descriptor() protoreflect.Extensio... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go function legacyEnumName (line 21) | func legacyEnumName(ed protoreflect.EnumDescriptor) string { function legacyWrapEnum (line 36) | func legacyWrapEnum(v reflect.Value) protoreflect.Enum { function legacyLoadEnumType (line 45) | func legacyLoadEnumType(t reflect.Type) protoreflect.EnumType { type legacyEnumType (line 64) | type legacyEnumType struct method New (line 70) | func (t *legacyEnumType) New(n protoreflect.EnumNumber) protoreflect.E... method Descriptor (line 78) | func (t *legacyEnumType) Descriptor() protoreflect.EnumDescriptor { type legacyEnumWrapper (line 82) | type legacyEnumWrapper struct method Descriptor (line 88) | func (e *legacyEnumWrapper) Descriptor() protoreflect.EnumDescriptor { method Type (line 91) | func (e *legacyEnumWrapper) Type() protoreflect.EnumType { method Number (line 94) | func (e *legacyEnumWrapper) Number() protoreflect.EnumNumber { method ProtoReflect (line 97) | func (e *legacyEnumWrapper) ProtoReflect() protoreflect.Enum { method protoUnwrap (line 100) | func (e *legacyEnumWrapper) protoUnwrap() interface{} { function LegacyLoadEnumDesc (line 117) | func LegacyLoadEnumDesc(t reflect.Type) protoreflect.EnumDescriptor { function aberrantLoadEnumDesc (line 160) | func aberrantLoadEnumDesc(t reflect.Type) protoreflect.EnumDescriptor { function AberrantDeriveFullName (line 194) | func AberrantDeriveFullName(t reflect.Type) protoreflect.FullName { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_export.go method LegacyEnumName (line 23) | func (Export) LegacyEnumName(ed protoreflect.EnumDescriptor) string { method LegacyMessageTypeOf (line 29) | func (Export) LegacyMessageTypeOf(m protoiface.MessageV1, name protorefl... method UnmarshalJSONEnum (line 39) | func (Export) UnmarshalJSONEnum(ed protoreflect.EnumDescriptor, b []byte... method CompressGZIP (line 61) | func (Export) CompressGZIP(in []byte) (out []byte) { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go method initToLegacy (line 20) | func (xi *ExtensionInfo) initToLegacy() { method initFromLegacy (line 75) | func (xi *ExtensionInfo) initFromLegacy() { type placeholderExtension (line 140) | type placeholderExtension struct method ParentFile (line 145) | func (x placeholderExtension) ParentFile() protoreflect.FileDescriptor... method Parent (line 146) | func (x placeholderExtension) Parent() protoreflect.Descriptor ... method Index (line 147) | func (x placeholderExtension) Index() int ... method Syntax (line 148) | func (x placeholderExtension) Syntax() protoreflect.Syntax ... method Name (line 149) | func (x placeholderExtension) Name() protoreflect.Name ... method FullName (line 150) | func (x placeholderExtension) FullName() protoreflect.FullName ... method IsPlaceholder (line 151) | func (x placeholderExtension) IsPlaceholder() bool ... method Options (line 152) | func (x placeholderExtension) Options() protoreflect.ProtoMessage ... method Number (line 153) | func (x placeholderExtension) Number() protoreflect.FieldNumber ... method Cardinality (line 154) | func (x placeholderExtension) Cardinality() protoreflect.Cardinality ... method Kind (line 155) | func (x placeholderExtension) Kind() protoreflect.Kind ... method HasJSONName (line 156) | func (x placeholderExtension) HasJSONName() bool ... method JSONName (line 157) | func (x placeholderExtension) JSONName() string ... method TextName (line 158) | func (x placeholderExtension) TextName() string ... method HasPresence (line 159) | func (x placeholderExtension) HasPresence() bool ... method HasOptionalKeyword (line 160) | func (x placeholderExtension) HasOptionalKeyword() bool ... method IsExtension (line 161) | func (x placeholderExtension) IsExtension() bool ... method IsWeak (line 162) | func (x placeholderExtension) IsWeak() bool ... method IsPacked (line 163) | func (x placeholderExtension) IsPacked() bool ... method IsList (line 164) | func (x placeholderExtension) IsList() bool ... method IsMap (line 165) | func (x placeholderExtension) IsMap() bool ... method MapKey (line 166) | func (x placeholderExtension) MapKey() protoreflect.FieldDescriptor ... method MapValue (line 167) | func (x placeholderExtension) MapValue() protoreflect.FieldDescriptor ... method HasDefault (line 168) | func (x placeholderExtension) HasDefault() bool ... method Default (line 169) | func (x placeholderExtension) Default() protoreflect.Value ... method DefaultEnumValue (line 170) | func (x placeholderExtension) DefaultEnumValue() protoreflect.EnumValu... method ContainingOneof (line 171) | func (x placeholderExtension) ContainingOneof() protoreflect.OneofDesc... method ContainingMessage (line 172) | func (x placeholderExtension) ContainingMessage() protoreflect.Message... method Enum (line 173) | func (x placeholderExtension) Enum() protoreflect.EnumDescriptor ... method Message (line 174) | func (x placeholderExtension) Message() protoreflect.MessageDescriptor... method ProtoType (line 175) | func (x placeholderExtension) ProtoType(protoreflect.FieldDescriptor) ... method ProtoInternal (line 176) | func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_file.go type enumV1 (line 27) | type enumV1 interface type messageV1 (line 30) | type messageV1 interface function legacyLoadFileDesc (line 43) | func legacyLoadFileDesc(b []byte) protoreflect.FileDescriptor { type resolverOnly (line 69) | type resolverOnly struct method FindFileByPath (line 73) | func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDe... method FindDescriptorByName (line 76) | func (r resolverOnly) FindDescriptorByName(name protoreflect.FullName)... method RegisterFile (line 79) | func (resolverOnly) RegisterFile(protoreflect.FileDescriptor) error { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_message.go function legacyWrapMessage (line 24) | func legacyWrapMessage(v reflect.Value) protoreflect.Message { function legacyLoadMessageType (line 36) | func legacyLoadMessageType(t reflect.Type, name protoreflect.FullName) p... function legacyLoadMessageInfo (line 48) | func legacyLoadMessageInfo(t reflect.Type, name protoreflect.FullName) *... function LegacyLoadMessageDesc (line 90) | func LegacyLoadMessageDesc(t reflect.Type) protoreflect.MessageDescriptor { function legacyLoadMessageDesc (line 93) | func legacyLoadMessageDesc(t reflect.Type, name protoreflect.FullName) p... function aberrantLoadMessageDesc (line 165) | func aberrantLoadMessageDesc(t reflect.Type, name protoreflect.FullName)... function aberrantLoadMessageDescReentrant (line 173) | func aberrantLoadMessageDescReentrant(t reflect.Type, name protoreflect.... function aberrantDeriveMessageName (line 268) | func aberrantDeriveMessageName(t reflect.Type, name protoreflect.FullNam... function aberrantAppendField (line 287) | func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag,... type placeholderEnumValues (line 361) | type placeholderEnumValues struct method ByNumber (line 365) | func (placeholderEnumValues) ByNumber(n protoreflect.EnumNumber) proto... type legacyMarshaler (line 370) | type legacyMarshaler interface type legacyUnmarshaler (line 375) | type legacyUnmarshaler interface type legacyMerger (line 380) | type legacyMerger interface function legacyMarshal (line 396) | func legacyMarshal(in protoiface.MarshalInput) (protoiface.MarshalOutput... function legacyUnmarshal (line 411) | func legacyUnmarshal(in protoiface.UnmarshalInput) (protoiface.Unmarshal... function legacyMerge (line 420) | func legacyMerge(in protoiface.MergeInput) protoiface.MergeOutput { type aberrantMessageType (line 460) | type aberrantMessageType struct method New (line 464) | func (mt aberrantMessageType) New() protoreflect.Message { method Zero (line 470) | func (mt aberrantMessageType) Zero() protoreflect.Message { method GoType (line 473) | func (mt aberrantMessageType) GoType() reflect.Type { method Descriptor (line 476) | func (mt aberrantMessageType) Descriptor() protoreflect.MessageDescrip... type aberrantMessage (line 485) | type aberrantMessage struct method Reset (line 490) | func (m aberrantMessage) Reset() { method ProtoReflect (line 500) | func (m aberrantMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 504) | func (m aberrantMessage) Descriptor() protoreflect.MessageDescriptor { method Type (line 507) | func (m aberrantMessage) Type() protoreflect.MessageType { method New (line 510) | func (m aberrantMessage) New() protoreflect.Message { method Interface (line 516) | func (m aberrantMessage) Interface() protoreflect.ProtoMessage { method Range (line 519) | func (m aberrantMessage) Range(f func(protoreflect.FieldDescriptor, pr... method Has (line 522) | func (m aberrantMessage) Has(protoreflect.FieldDescriptor) bool { method Clear (line 525) | func (m aberrantMessage) Clear(protoreflect.FieldDescriptor) { method Get (line 528) | func (m aberrantMessage) Get(fd protoreflect.FieldDescriptor) protoref... method Set (line 534) | func (m aberrantMessage) Set(protoreflect.FieldDescriptor, protoreflec... method Mutable (line 537) | func (m aberrantMessage) Mutable(protoreflect.FieldDescriptor) protore... method NewField (line 540) | func (m aberrantMessage) NewField(protoreflect.FieldDescriptor) protor... method WhichOneof (line 543) | func (m aberrantMessage) WhichOneof(protoreflect.OneofDescriptor) prot... method GetUnknown (line 546) | func (m aberrantMessage) GetUnknown() protoreflect.RawFields { method SetUnknown (line 549) | func (m aberrantMessage) SetUnknown(protoreflect.RawFields) { method IsValid (line 552) | func (m aberrantMessage) IsValid() bool { method ProtoMethods (line 558) | func (m aberrantMessage) ProtoMethods() *protoiface.Methods { method protoUnwrap (line 561) | func (m aberrantMessage) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/merge.go type mergeOptions (line 16) | type mergeOptions struct method Merge (line 18) | func (o mergeOptions) Merge(dst, src proto.Message) { method merge (line 23) | func (mi *MessageInfo) merge(in protoiface.MergeInput) protoiface.MergeO... method mergePointer (line 36) | func (mi *MessageInfo) mergePointer(dst, src pointer, opts mergeOptions) { function mergeScalarValue (line 88) | func mergeScalarValue(dst, src protoreflect.Value, opts mergeOptions) pr... function mergeBytesValue (line 92) | func mergeBytesValue(dst, src protoreflect.Value, opts mergeOptions) pro... function mergeListValue (line 96) | func mergeListValue(dst, src protoreflect.Value, opts mergeOptions) prot... function mergeBytesListValue (line 105) | func mergeBytesListValue(dst, src protoreflect.Value, opts mergeOptions)... function mergeMessageListValue (line 116) | func mergeMessageListValue(dst, src protoreflect.Value, opts mergeOption... function mergeMessageValue (line 127) | func mergeMessageValue(dst, src protoreflect.Value, opts mergeOptions) p... function mergeMessage (line 132) | func mergeMessage(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMessageSlice (line 148) | func mergeMessageSlice(dst, src pointer, f *coderFieldInfo, opts mergeOp... function mergeBytes (line 160) | func mergeBytes(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBytesNoZero (line 164) | func mergeBytesNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeBytesSlice (line 171) | func mergeBytesSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { FILE: vendor/google.golang.org/protobuf/internal/impl/merge_gen.go function mergeBool (line 11) | func mergeBool(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolNoZero (line 15) | func mergeBoolNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolPtr (line 22) | func mergeBoolPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolSlice (line 30) | func mergeBoolSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32 (line 36) | func mergeInt32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32NoZero (line 40) | func mergeInt32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt32Ptr (line 47) | func mergeInt32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32Slice (line 55) | func mergeInt32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32 (line 61) | func mergeUint32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32NoZero (line 65) | func mergeUint32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint32Ptr (line 72) | func mergeUint32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32Slice (line 80) | func mergeUint32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64 (line 86) | func mergeInt64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64NoZero (line 90) | func mergeInt64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64Ptr (line 97) | func mergeInt64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64Slice (line 105) | func mergeInt64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64 (line 111) | func mergeUint64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64NoZero (line 115) | func mergeUint64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint64Ptr (line 122) | func mergeUint64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64Slice (line 130) | func mergeUint64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeFloat32 (line 136) | func mergeFloat32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32NoZero (line 140) | func mergeFloat32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat32Ptr (line 147) | func mergeFloat32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32Slice (line 155) | func mergeFloat32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeFloat64 (line 161) | func mergeFloat64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64NoZero (line 165) | func mergeFloat64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat64Ptr (line 172) | func mergeFloat64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64Slice (line 180) | func mergeFloat64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeString (line 186) | func mergeString(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringNoZero (line 190) | func mergeStringNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeStringPtr (line 197) | func mergeStringPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringSlice (line 205) | func mergeStringSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... FILE: vendor/google.golang.org/protobuf/internal/impl/message.go type MessageInfo (line 26) | type MessageInfo struct method init (line 67) | func (mi *MessageInfo) init() { method initOnce (line 76) | func (mi *MessageInfo) initOnce() { method getPointer (line 99) | func (mi *MessageInfo) getPointer(m protoreflect.Message) (p pointer, ... method makeStructInfo (line 142) | func (mi *MessageInfo) makeStructInfo(t reflect.Type) structInfo { method New (line 220) | func (mi *MessageInfo) New() protoreflect.Message { method Zero (line 227) | func (mi *MessageInfo) Zero() protoreflect.Message { method Descriptor (line 230) | func (mi *MessageInfo) Descriptor() protoreflect.MessageDescriptor { method Enum (line 233) | func (mi *MessageInfo) Enum(i int) protoreflect.EnumType { method Message (line 238) | func (mi *MessageInfo) Message(i int) protoreflect.MessageType { type exporter (line 50) | type exporter function getMessageInfo (line 55) | func getMessageInfo(mt reflect.Type) *MessageInfo { type structInfo (line 126) | type structInfo struct type mapEntryType (line 252) | type mapEntryType struct method New (line 257) | func (mt mapEntryType) New() protoreflect.Message { method Zero (line 260) | func (mt mapEntryType) Zero() protoreflect.Message { method Descriptor (line 263) | func (mt mapEntryType) Descriptor() protoreflect.MessageDescriptor { method Enum (line 266) | func (mt mapEntryType) Enum(i int) protoreflect.EnumType { method Message (line 273) | func (mt mapEntryType) Message(i int) protoreflect.MessageType { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect.go type reflectMessageInfo (line 16) | type reflectMessageInfo struct method makeReflectFuncs (line 41) | func (mi *MessageInfo) makeReflectFuncs(t reflect.Type, si structInfo) { method makeKnownFieldsFunc (line 54) | func (mi *MessageInfo) makeKnownFieldsFunc(si structInfo) { method makeUnknownFieldsFunc (line 116) | func (mi *MessageInfo) makeUnknownFieldsFunc(t reflect.Type, si structIn... method makeExtensionFieldsFunc (line 166) | func (mi *MessageInfo) makeExtensionFieldsFunc(t reflect.Type, si struct... method makeFieldTypes (line 181) | func (mi *MessageInfo) makeFieldTypes(si structInfo) { type extensionMap (line 234) | type extensionMap method Range (line 236) | func (m *extensionMap) Range(f func(protoreflect.FieldDescriptor, prot... method Has (line 250) | func (m *extensionMap) Has(xt protoreflect.ExtensionType) (ok bool) { method Clear (line 269) | func (m *extensionMap) Clear(xt protoreflect.ExtensionType) { method Get (line 272) | func (m *extensionMap) Get(xt protoreflect.ExtensionType) protoreflect... method Set (line 281) | func (m *extensionMap) Set(xt protoreflect.ExtensionType, v protorefle... method Mutable (line 305) | func (m *extensionMap) Mutable(xt protoreflect.ExtensionType) protoref... type MessageState (line 358) | type MessageState struct type messageState (line 366) | type messageState type messageDataType (line 377) | type messageDataType struct type messageReflectWrapper (line 383) | type messageReflectWrapper method pointer (line 408) | func (m *messageReflectWrapper) pointer() pointer { return m.p } method messageInfo (line 409) | func (m *messageReflectWrapper) messageInfo() *MessageInfo { return m.... type messageIfaceWrapper (line 384) | type messageIfaceWrapper method Reset (line 412) | func (m *messageIfaceWrapper) Reset() { method ProtoReflect (line 422) | func (m *messageIfaceWrapper) ProtoReflect() protoreflect.Message { method protoUnwrap (line 425) | func (m *messageIfaceWrapper) protoUnwrap() interface{} { method MessageOf (line 397) | func (mi *MessageInfo) MessageOf(m interface{}) protoreflect.Message { method checkField (line 431) | func (mi *MessageInfo) checkField(fd protoreflect.FieldDescriptor) (*fie... FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go type fieldInfo (line 18) | type fieldInfo struct function fieldInfoForMissing (line 31) | func fieldInfoForMissing(fd protoreflect.FieldDescriptor) fieldInfo { function fieldInfoForOneof (line 64) | func fieldInfoForOneof(fd protoreflect.FieldDescriptor, fs reflect.Struc... function fieldInfoForMap (line 147) | func fieldInfoForMap(fd protoreflect.FieldDescriptor, fs reflect.StructF... function fieldInfoForList (line 200) | func fieldInfoForList(fd protoreflect.FieldDescriptor, fs reflect.Struct... function fieldInfoForScalar (line 255) | func fieldInfoForScalar(fd protoreflect.FieldDescriptor, fs reflect.Stru... function fieldInfoForWeakMessage (line 341) | func fieldInfoForWeakMessage(fd protoreflect.FieldDescriptor, weakOffset... function fieldInfoForMessage (line 414) | func fieldInfoForMessage(fd protoreflect.FieldDescriptor, fs reflect.Str... type oneofInfo (line 466) | type oneofInfo struct function makeOneofInfo (line 471) | func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exp... function isZero (line 509) | func isZero(v reflect.Value) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go method Descriptor (line 14) | func (m *messageState) Descriptor() protoreflect.MessageDescriptor { method Type (line 17) | func (m *messageState) Type() protoreflect.MessageType { method New (line 20) | func (m *messageState) New() protoreflect.Message { method Interface (line 23) | func (m *messageState) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 26) | func (m *messageState) protoUnwrap() interface{} { method ProtoMethods (line 29) | func (m *messageState) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 39) | func (m *messageState) ProtoMessageInfo() *MessageInfo { method Range (line 43) | func (m *messageState) Range(f func(protoreflect.FieldDescriptor, protor... method Has (line 64) | func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 72) | func (m *messageState) Clear(fd protoreflect.FieldDescriptor) { method Get (line 80) | func (m *messageState) Get(fd protoreflect.FieldDescriptor) protoreflect... method Set (line 88) | func (m *messageState) Set(fd protoreflect.FieldDescriptor, v protorefle... method Mutable (line 96) | func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoref... method NewField (line 104) | func (m *messageState) NewField(fd protoreflect.FieldDescriptor) protore... method WhichOneof (line 112) | func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) proto... method GetUnknown (line 119) | func (m *messageState) GetUnknown() protoreflect.RawFields { method SetUnknown (line 123) | func (m *messageState) SetUnknown(b protoreflect.RawFields) { method IsValid (line 127) | func (m *messageState) IsValid() bool { method Descriptor (line 131) | func (m *messageReflectWrapper) Descriptor() protoreflect.MessageDescrip... method Type (line 134) | func (m *messageReflectWrapper) Type() protoreflect.MessageType { method New (line 137) | func (m *messageReflectWrapper) New() protoreflect.Message { method Interface (line 140) | func (m *messageReflectWrapper) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 146) | func (m *messageReflectWrapper) protoUnwrap() interface{} { method ProtoMethods (line 149) | func (m *messageReflectWrapper) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 159) | func (m *messageReflectWrapper) ProtoMessageInfo() *MessageInfo { method Range (line 163) | func (m *messageReflectWrapper) Range(f func(protoreflect.FieldDescripto... method Has (line 184) | func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 192) | func (m *messageReflectWrapper) Clear(fd protoreflect.FieldDescriptor) { method Get (line 200) | func (m *messageReflectWrapper) Get(fd protoreflect.FieldDescriptor) pro... method Set (line 208) | func (m *messageReflectWrapper) Set(fd protoreflect.FieldDescriptor, v p... method Mutable (line 216) | func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor)... method NewField (line 224) | func (m *messageReflectWrapper) NewField(fd protoreflect.FieldDescriptor... method WhichOneof (line 232) | func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescript... method GetUnknown (line 239) | func (m *messageReflectWrapper) GetUnknown() protoreflect.RawFields { method SetUnknown (line 243) | func (m *messageReflectWrapper) SetUnknown(b protoreflect.RawFields) { method IsValid (line 247) | func (m *messageReflectWrapper) IsValid() bool { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go constant UnsafeEnabled (line 16) | UnsafeEnabled = false type Pointer (line 19) | type Pointer interface type offset (line 23) | type offset struct method IsValid (line 43) | func (f offset) IsValid() bool { return f.index >= 0 } function offsetOf (line 29) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 52) | type pointer struct method IsNil (line 70) | func (p pointer) IsNil() bool { method Apply (line 76) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 87) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 96) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 100) | func (p pointer) Bool() *bool { return p.v.Interface().(*... method BoolPtr (line 101) | func (p pointer) BoolPtr() **bool { return p.v.Interface().(*... method BoolSlice (line 102) | func (p pointer) BoolSlice() *[]bool { return p.v.Interface().(*... method Int32 (line 103) | func (p pointer) Int32() *int32 { return p.v.Interface().(*... method Int32Ptr (line 104) | func (p pointer) Int32Ptr() **int32 { return p.v.Interface().(*... method Int32Slice (line 105) | func (p pointer) Int32Slice() *[]int32 { return p.v.Interface().(*... method Int64 (line 106) | func (p pointer) Int64() *int64 { return p.v.Interface().(*... method Int64Ptr (line 107) | func (p pointer) Int64Ptr() **int64 { return p.v.Interface().(*... method Int64Slice (line 108) | func (p pointer) Int64Slice() *[]int64 { return p.v.Interface().(*... method Uint32 (line 109) | func (p pointer) Uint32() *uint32 { return p.v.Interface().(*... method Uint32Ptr (line 110) | func (p pointer) Uint32Ptr() **uint32 { return p.v.Interface().(*... method Uint32Slice (line 111) | func (p pointer) Uint32Slice() *[]uint32 { return p.v.Interface().(*... method Uint64 (line 112) | func (p pointer) Uint64() *uint64 { return p.v.Interface().(*... method Uint64Ptr (line 113) | func (p pointer) Uint64Ptr() **uint64 { return p.v.Interface().(*... method Uint64Slice (line 114) | func (p pointer) Uint64Slice() *[]uint64 { return p.v.Interface().(*... method Float32 (line 115) | func (p pointer) Float32() *float32 { return p.v.Interface().(*... method Float32Ptr (line 116) | func (p pointer) Float32Ptr() **float32 { return p.v.Interface().(*... method Float32Slice (line 117) | func (p pointer) Float32Slice() *[]float32 { return p.v.Interface().(*... method Float64 (line 118) | func (p pointer) Float64() *float64 { return p.v.Interface().(*... method Float64Ptr (line 119) | func (p pointer) Float64Ptr() **float64 { return p.v.Interface().(*... method Float64Slice (line 120) | func (p pointer) Float64Slice() *[]float64 { return p.v.Interface().(*... method String (line 121) | func (p pointer) String() *string { return p.v.Interface().(*... method StringPtr (line 122) | func (p pointer) StringPtr() **string { return p.v.Interface().(*... method StringSlice (line 123) | func (p pointer) StringSlice() *[]string { return p.v.Interface().(*... method Bytes (line 124) | func (p pointer) Bytes() *[]byte { return p.v.Interface().(*... method BytesPtr (line 125) | func (p pointer) BytesPtr() **[]byte { return p.v.Interface().(*... method BytesSlice (line 126) | func (p pointer) BytesSlice() *[][]byte { return p.v.Interface().(*... method WeakFields (line 127) | func (p pointer) WeakFields() *weakFields { return (*weakFields)(p.v.... method Extensions (line 128) | func (p pointer) Extensions() *map[int32]ExtensionField { method Elem (line 132) | func (p pointer) Elem() pointer { method PointerSlice (line 138) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 152) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 158) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 55) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 60) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 65) | func pointerOfIface(v interface{}) pointer { method MessageStateOf (line 162) | func (Export) MessageStateOf(p Pointer) *messageState { panic("not s... method pointer (line 163) | func (ms *messageState) pointer() pointer { panic("not s... method messageInfo (line 164) | func (ms *messageState) messageInfo() *MessageInfo { panic("not s... method LoadMessageInfo (line 165) | func (ms *messageState) LoadMessageInfo() *MessageInfo { panic("not s... method StoreMessageInfo (line 166) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { panic("not s... type atomicNilMessage (line 168) | type atomicNilMessage struct method Init (line 173) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go constant UnsafeEnabled (line 16) | UnsafeEnabled = true type Pointer (line 19) | type Pointer type offset (line 23) | type offset method IsValid (line 31) | func (f offset) IsValid() bool { return f != invalidOffset } function offsetOf (line 26) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 40) | type pointer struct method IsNil (line 62) | func (p pointer) IsNil() bool { method Apply (line 68) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 77) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 83) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 88) | func (p pointer) Bool() *bool { return (*boo... method BoolPtr (line 89) | func (p pointer) BoolPtr() **bool { return (**bo... method BoolSlice (line 90) | func (p pointer) BoolSlice() *[]bool { return (*[]b... method Int32 (line 91) | func (p pointer) Int32() *int32 { return (*int... method Int32Ptr (line 92) | func (p pointer) Int32Ptr() **int32 { return (**in... method Int32Slice (line 93) | func (p pointer) Int32Slice() *[]int32 { return (*[]i... method Int64 (line 94) | func (p pointer) Int64() *int64 { return (*int... method Int64Ptr (line 95) | func (p pointer) Int64Ptr() **int64 { return (**in... method Int64Slice (line 96) | func (p pointer) Int64Slice() *[]int64 { return (*[]i... method Uint32 (line 97) | func (p pointer) Uint32() *uint32 { return (*uin... method Uint32Ptr (line 98) | func (p pointer) Uint32Ptr() **uint32 { return (**ui... method Uint32Slice (line 99) | func (p pointer) Uint32Slice() *[]uint32 { return (*[]u... method Uint64 (line 100) | func (p pointer) Uint64() *uint64 { return (*uin... method Uint64Ptr (line 101) | func (p pointer) Uint64Ptr() **uint64 { return (**ui... method Uint64Slice (line 102) | func (p pointer) Uint64Slice() *[]uint64 { return (*[]u... method Float32 (line 103) | func (p pointer) Float32() *float32 { return (*flo... method Float32Ptr (line 104) | func (p pointer) Float32Ptr() **float32 { return (**fl... method Float32Slice (line 105) | func (p pointer) Float32Slice() *[]float32 { return (*[]f... method Float64 (line 106) | func (p pointer) Float64() *float64 { return (*flo... method Float64Ptr (line 107) | func (p pointer) Float64Ptr() **float64 { return (**fl... method Float64Slice (line 108) | func (p pointer) Float64Slice() *[]float64 { return (*[]f... method String (line 109) | func (p pointer) String() *string { return (*str... method StringPtr (line 110) | func (p pointer) StringPtr() **string { return (**st... method StringSlice (line 111) | func (p pointer) StringSlice() *[]string { return (*[]s... method Bytes (line 112) | func (p pointer) Bytes() *[]byte { return (*[]b... method BytesPtr (line 113) | func (p pointer) BytesPtr() **[]byte { return (**[]... method BytesSlice (line 114) | func (p pointer) BytesSlice() *[][]byte { return (*[][... method WeakFields (line 115) | func (p pointer) WeakFields() *weakFields { return (*wea... method Extensions (line 116) | func (p pointer) Extensions() *map[int32]ExtensionField { return (*map... method Elem (line 118) | func (p pointer) Elem() pointer { method PointerSlice (line 125) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 132) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 137) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 43) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 48) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 53) | func pointerOfIface(v interface{}) pointer { constant _ (line 142) | _ = uint(unsafe.Sizeof(unsafe.Pointer(nil)) - unsafe.Sizeof(MessageState... method MessageStateOf (line 144) | func (Export) MessageStateOf(p Pointer) *messageState { method pointer (line 148) | func (ms *messageState) pointer() pointer { method messageInfo (line 152) | func (ms *messageState) messageInfo() *MessageInfo { method LoadMessageInfo (line 159) | func (ms *messageState) LoadMessageInfo() *MessageInfo { method StoreMessageInfo (line 162) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { type atomicNilMessage (line 166) | type atomicNilMessage struct method Init (line 168) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/validate.go type ValidationStatus (line 25) | type ValidationStatus method String (line 42) | func (v ValidationStatus) String() string { constant ValidationUnknown (line 33) | ValidationUnknown ValidationStatus = iota + 1 constant ValidationInvalid (line 36) | ValidationInvalid constant ValidationValid (line 39) | ValidationValid function Validate (line 59) | func Validate(mt protoreflect.MessageType, in protoiface.UnmarshalInput)... type validationInfo (line 77) | type validationInfo struct type validationType (line 91) | type validationType constant validationTypeOther (line 94) | validationTypeOther validationType = iota constant validationTypeMessage (line 95) | validationTypeMessage constant validationTypeGroup (line 96) | validationTypeGroup constant validationTypeMap (line 97) | validationTypeMap constant validationTypeRepeatedVarint (line 98) | validationTypeRepeatedVarint constant validationTypeRepeatedFixed32 (line 99) | validationTypeRepeatedFixed32 constant validationTypeRepeatedFixed64 (line 100) | validationTypeRepeatedFixed64 constant validationTypeVarint (line 101) | validationTypeVarint constant validationTypeFixed32 (line 102) | validationTypeFixed32 constant validationTypeFixed64 (line 103) | validationTypeFixed64 constant validationTypeBytes (line 104) | validationTypeBytes constant validationTypeUTF8String (line 105) | validationTypeUTF8String constant validationTypeMessageSetItem (line 106) | validationTypeMessageSetItem function newFieldValidationInfo (line 109) | func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protorefl... function newValidationInfo (line 145) | func newValidationInfo(fd protoreflect.FieldDescriptor, ft reflect.Type)... method validate (line 225) | func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opt... FILE: vendor/google.golang.org/protobuf/internal/impl/weak.go type weakFields (line 18) | type weakFields method get (line 20) | func (w weakFields) get(num protoreflect.FieldNumber) (protoreflect.Pr... method set (line 25) | func (w *weakFields) set(num protoreflect.FieldNumber, m protoreflect.... method clear (line 32) | func (w *weakFields) clear(num protoreflect.FieldNumber) { method HasWeak (line 36) | func (Export) HasWeak(w WeakFields, num protoreflect.FieldNumber) bool { method ClearWeak (line 41) | func (Export) ClearWeak(w *WeakFields, num protoreflect.FieldNumber) { method GetWeak (line 45) | func (Export) GetWeak(w WeakFields, num protoreflect.FieldNumber, name p... method SetWeak (line 56) | func (Export) SetWeak(w *WeakFields, num protoreflect.FieldNumber, name ... FILE: vendor/google.golang.org/protobuf/internal/order/order.go type FieldOrder (line 13) | type FieldOrder type KeyOrder (line 67) | type KeyOrder FILE: vendor/google.golang.org/protobuf/internal/order/range.go type messageField (line 15) | type messageField struct type FieldRanger (line 27) | type FieldRanger interface function RangeFields (line 33) | func RangeFields(fs FieldRanger, less FieldOrder, fn VisitField) { type mapEntry (line 66) | type mapEntry struct type EntryRanger (line 78) | type EntryRanger interface function RangeEntries (line 84) | func RangeEntries(es EntryRanger, less KeyOrder, fn VisitEntry) { FILE: vendor/google.golang.org/protobuf/internal/pragma/pragma.go type NoUnkeyedLiterals (line 12) | type NoUnkeyedLiterals struct type DoNotImplement (line 19) | type DoNotImplement interface type DoNotCompare (line 22) | type DoNotCompare type DoNotCopy (line 29) | type DoNotCopy FILE: vendor/google.golang.org/protobuf/internal/set/ints.go type int64s (line 11) | type int64s method Len (line 13) | func (bs *int64s) Len() int { method Has (line 16) | func (bs *int64s) Has(n uint64) bool { method Set (line 19) | func (bs *int64s) Set(n uint64) { method Clear (line 22) | func (bs *int64s) Clear(n uint64) { type Ints (line 27) | type Ints struct method Len (line 32) | func (bs *Ints) Len() int { method Has (line 35) | func (bs *Ints) Has(n uint64) bool { method Set (line 42) | func (bs *Ints) Set(n uint64) { method Clear (line 52) | func (bs *Ints) Clear(n uint64) { FILE: vendor/google.golang.org/protobuf/internal/strs/strings.go function EnforceUTF8 (line 19) | func EnforceUTF8(fd protoreflect.FieldDescriptor) bool { function GoCamelCase (line 32) | func GoCamelCase(s string) string { function GoSanitized (line 71) | func GoSanitized(s string) string { function JSONCamelCase (line 92) | func JSONCamelCase(s string) string { function JSONSnakeCase (line 110) | func JSONSnakeCase(s string) string { function MapEntryName (line 125) | func MapEntryName(s string) string { function EnumValueName (line 145) | func EnumValueName(s string) string { function TrimEnumPrefix (line 166) | func TrimEnumPrefix(s, prefix string) string { function isASCIILower (line 188) | func isASCIILower(c byte) bool { function isASCIIUpper (line 191) | func isASCIIUpper(c byte) bool { function isASCIIDigit (line 194) | func isASCIIDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_pure.go function UnsafeString (line 12) | func UnsafeString(b []byte) string { function UnsafeBytes (line 16) | func UnsafeBytes(s string) []byte { type Builder (line 20) | type Builder struct method AppendFullName (line 22) | func (*Builder) AppendFullName(prefix pref.FullName, name pref.Name) p... method MakeString (line 26) | func (*Builder) MakeString(b []byte) string { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go type stringHeader (line 17) | type stringHeader struct type sliceHeader (line 21) | type sliceHeader struct function UnsafeString (line 33) | func UnsafeString(b []byte) (s string) { function UnsafeBytes (line 45) | func UnsafeBytes(s string) (b []byte) { type Builder (line 56) | type Builder struct method AppendFullName (line 62) | func (sb *Builder) AppendFullName(prefix protoreflect.FullName, name p... method MakeString (line 76) | func (sb *Builder) MakeString(b []byte) string { method grow (line 82) | func (sb *Builder) grow(n int) { method last (line 93) | func (sb *Builder) last(n int) string { FILE: vendor/google.golang.org/protobuf/internal/version/version.go constant Major (line 53) | Major = 1 constant Minor (line 54) | Minor = 30 constant Patch (line 55) | Patch = 0 constant PreRelease (line 56) | PreRelease = "" function String (line 65) | func String() string { FILE: vendor/google.golang.org/protobuf/proto/checkinit.go function CheckInitialized (line 14) | func CheckInitialized(m Message) error { function checkInitialized (line 25) | func checkInitialized(m protoreflect.Message) error { function checkInitializedSlow (line 35) | func checkInitializedSlow(m protoreflect.Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode.go type UnmarshalOptions (line 24) | type UnmarshalOptions struct method Unmarshal (line 61) | func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { method UnmarshalState (line 73) | func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput)... method unmarshal (line 83) | func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) ... method unmarshalMessage (line 122) | func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Me... method unmarshalMessageSlow (line 127) | func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflec... method unmarshalSingular (line 191) | func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.T... method unmarshalMap (line 209) | func (o UnmarshalOptions) unmarshalMap(b []byte, wtyp protowire.Type, ... function Unmarshal (line 54) | func Unmarshal(b []byte, m Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode_gen.go method unmarshalScalar (line 22) | func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type,... method unmarshalList (line 194) | func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, l... FILE: vendor/google.golang.org/protobuf/proto/encode.go type MarshalOptions (line 21) | type MarshalOptions struct method Marshal (line 88) | func (o MarshalOptions) Marshal(m Message) ([]byte, error) { method MarshalAppend (line 119) | func (o MarshalOptions) MarshalAppend(b []byte, m Message) ([]byte, er... method MarshalState (line 133) | func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (prot... method marshal (line 140) | func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out... method marshalMessage (line 179) | func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Messag... method marshalMessageSlow (line 210) | func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Me... method marshalField (line 233) | func (o MarshalOptions) marshalField(b []byte, fd protoreflect.FieldDe... method marshalList (line 245) | func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDes... method marshalMap (line 272) | func (o MarshalOptions) marshalMap(b []byte, fd protoreflect.FieldDesc... function Marshal (line 74) | func Marshal(m Message) ([]byte, error) { function emptyBytesForMessage (line 110) | func emptyBytesForMessage(m Message) []byte { function growcap (line 190) | func growcap(oldcap, wantcap int) (newcap int) { constant speculativeLength (line 302) | speculativeLength = 1 function appendSpeculativeLength (line 304) | func appendSpeculativeLength(b []byte) ([]byte, int) { function finishSpeculativeLength (line 310) | func finishSpeculativeLength(b []byte, pos int) []byte { FILE: vendor/google.golang.org/protobuf/proto/encode_gen.go method marshalSingular (line 40) | func (o MarshalOptions) marshalSingular(b []byte, fd protoreflect.FieldD... FILE: vendor/google.golang.org/protobuf/proto/equal.go function Equal (line 41) | func Equal(x, y Message) bool { FILE: vendor/google.golang.org/protobuf/proto/extension.go function HasExtension (line 13) | func HasExtension(m Message, xt protoreflect.ExtensionType) bool { function ClearExtension (line 31) | func ClearExtension(m Message, xt protoreflect.ExtensionType) { function GetExtension (line 39) | func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} { function SetExtension (line 51) | func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{... function RangeExtensions (line 78) | func RangeExtensions(m Message, f func(protoreflect.ExtensionType, inter... FILE: vendor/google.golang.org/protobuf/proto/merge.go function Merge (line 25) | func Merge(dst, src Message) { function Clone (line 41) | func Clone(m Message) Message { type mergeOptions (line 64) | type mergeOptions struct method mergeMessage (line 66) | func (o mergeOptions) mergeMessage(dst, src protoreflect.Message) { method mergeList (line 104) | func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protore... method mergeMap (line 120) | func (o mergeOptions) mergeMap(dst, src protoreflect.Map, fd protorefl... method cloneBytes (line 137) | func (o mergeOptions) cloneBytes(v protoreflect.Value) protoreflect.Va... FILE: vendor/google.golang.org/protobuf/proto/messageset.go method sizeMessageSet (line 17) | func (o MarshalOptions) sizeMessageSet(m protoreflect.Message) (size int) { method marshalMessageSet (line 28) | func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Messa... method marshalMessageSetField (line 47) | func (o MarshalOptions) marshalMessageSetField(b []byte, fd protoreflect... method unmarshalMessageSet (line 59) | func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.M... method unmarshalMessageSetField (line 76) | func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Messag... FILE: vendor/google.golang.org/protobuf/proto/proto.go function init (line 32) | func init() { function MessageName (line 38) | func MessageName(m Message) protoreflect.FullName { FILE: vendor/google.golang.org/protobuf/proto/proto_methods.go constant hasProtoMethods (line 16) | hasProtoMethods = true function protoMethods (line 18) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/proto_reflect.go constant hasProtoMethods (line 16) | hasProtoMethods = false function protoMethods (line 18) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/reset.go function Reset (line 16) | func Reset(m Message) { function resetMessage (line 24) | func resetMessage(m protoreflect.Message) { FILE: vendor/google.golang.org/protobuf/proto/size.go function Size (line 15) | func Size(m Message) int { method Size (line 20) | func (o MarshalOptions) Size(m Message) int { method size (line 32) | func (o MarshalOptions) size(m protoreflect.Message) (size int) { method sizeMessageSlow (line 51) | func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size in... method sizeField (line 63) | func (o MarshalOptions) sizeField(fd protoreflect.FieldDescriptor, value... method sizeList (line 75) | func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.F... method sizeMap (line 90) | func (o MarshalOptions) sizeMap(num protowire.Number, fd protoreflect.Fi... FILE: vendor/google.golang.org/protobuf/proto/size_gen.go method sizeSingular (line 14) | func (o MarshalOptions) sizeSingular(num protowire.Number, kind protoref... FILE: vendor/google.golang.org/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int32 (line 11) | func Int32(v int32) *int32 { return &v } function Int64 (line 14) | func Int64(v int64) *int64 { return &v } function Float32 (line 17) | func Float32(v float32) *float32 { return &v } function Float64 (line 20) | func Float64(v float64) *float64 { return &v } function Uint32 (line 23) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 26) | func Uint64(v uint64) *uint64 { return &v } function String (line 29) | func String(v string) *string { return &v } FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc.go type Resolver (line 32) | type Resolver interface type FileOptions (line 38) | type FileOptions struct method New (line 84) | func (o FileOptions) New(fd *descriptorpb.FileDescriptorProto, r Resol... method NewFiles (line 238) | func (o FileOptions) NewFiles(fds *descriptorpb.FileDescriptorSet) (*p... method addFileDeps (line 254) | func (o FileOptions) addFileDeps(r *protoregistry.Files, fd *descripto... function NewFile (line 66) | func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoref... function NewFiles (line 72) | func NewFiles(fd *descriptorpb.FileDescriptorSet) (*protoregistry.Files,... type importSet (line 223) | type importSet method importPublic (line 225) | func (is importSet) importPublic(imps protoreflect.FileImports) { FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go type descsByName (line 17) | type descsByName method initEnumDeclarations (line 19) | func (r descsByName) initEnumDeclarations(eds []*descriptorpb.EnumDesc... method initEnumValuesFromDescriptorProto (line 47) | func (r descsByName) initEnumValuesFromDescriptorProto(vds []*descript... method initMessagesDeclarations (line 63) | func (r descsByName) initMessagesDeclarations(mds []*descriptorpb.Desc... method initFieldsFromDescriptorProto (line 117) | func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb... method initOneofsFromDescriptorProto (line 144) | func (r descsByName) initOneofsFromDescriptorProto(ods []*descriptorpb... method initExtensionDeclarations (line 159) | func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.Fie... method initServiceDeclarations (line 184) | func (r descsByName) initServiceDeclarations(sds []*descriptorpb.Servi... method initMethodsFromDescriptorProto (line 203) | func (r descsByName) initMethodsFromDescriptorProto(mds []*descriptorp... method makeBase (line 220) | func (r descsByName) makeBase(child, parent protoreflect.Descriptor, n... FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go type resolver (line 20) | type resolver struct method resolveMessageDependencies (line 28) | func (r *resolver) resolveMessageDependencies(ms []filedesc.Message, m... method resolveExtensionDependencies (line 68) | func (r *resolver) resolveExtensionDependencies(xs []filedesc.Extensio... method resolveServiceDependencies (line 88) | func (r *resolver) resolveServiceDependencies(ss []filedesc.Service, s... method findTarget (line 109) | func (r *resolver) findTarget(k protoreflect.Kind, scope protoreflect.... method findDescriptor (line 161) | func (r *resolver) findDescriptor(scope protoreflect.FullName, ref par... method findEnumDescriptor (line 204) | func (r *resolver) findEnumDescriptor(scope protoreflect.FullName, ref... method findMessageDescriptor (line 220) | func (r *resolver) findMessageDescriptor(scope protoreflect.FullName, ... type partialName (line 239) | type partialName method IsFull (line 241) | func (s partialName) IsFull() bool { method IsValid (line 245) | func (s partialName) IsValid() bool { method FullName (line 257) | func (s partialName) FullName() protoreflect.FullName { constant unknownPrefix (line 252) | unknownPrefix = "*." function unmarshalDefault (line 264) | func unmarshalDefault(s string, fd protoreflect.FieldDescriptor, allowUn... FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go function validateEnumDeclarations (line 22) | func validateEnumDeclarations(es []filedesc.Enum, eds []*descriptorpb.En... function validateMessageDeclarations (line 83) | func validateMessageDeclarations(ms []filedesc.Message, mds []*descripto... function validateExtensionDeclarations (line 228) | func validateExtensionDeclarations(xs []filedesc.Extension, xds []*descr... function isOptionalMessage (line 297) | func isOptionalMessage(fd protoreflect.FieldDescriptor) bool { function isPackable (line 302) | func isPackable(fd protoreflect.FieldDescriptor) bool { function checkValidGroup (line 312) | func checkValidGroup(fd protoreflect.FieldDescriptor) error { function checkValidMap (line 334) | func checkValidMap(fd protoreflect.FieldDescriptor) error { FILE: vendor/google.golang.org/protobuf/reflect/protodesc/proto.go function ToFileDescriptorProto (line 21) | func ToFileDescriptorProto(file protoreflect.FileDescriptor) *descriptor... function ToDescriptorProto (line 81) | func ToDescriptorProto(message protoreflect.MessageDescriptor) *descript... function ToFieldDescriptorProto (line 124) | func ToFieldDescriptorProto(field protoreflect.FieldDescriptor) *descrip... function ToOneofDescriptorProto (line 173) | func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descrip... function ToEnumDescriptorProto (line 182) | func ToEnumDescriptorProto(enum protoreflect.EnumDescriptor) *descriptor... function ToEnumValueDescriptorProto (line 205) | func ToEnumValueDescriptorProto(value protoreflect.EnumValueDescriptor) ... function ToServiceDescriptorProto (line 215) | func ToServiceDescriptorProto(service protoreflect.ServiceDescriptor) *d... function ToMethodDescriptorProto (line 228) | func ToMethodDescriptorProto(method protoreflect.MethodDescriptor) *desc... function fullNameOf (line 244) | func fullNameOf(d protoreflect.Descriptor) *string { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go type doNotImplement (line 141) | type doNotImplement type ProtoMessage (line 146) | type ProtoMessage interface type Syntax (line 149) | type Syntax method IsValid (line 159) | func (s Syntax) IsValid() bool { method String (line 169) | func (s Syntax) String() string { method GoString (line 181) | func (s Syntax) GoString() string { type syntax (line 151) | type syntax constant Proto2 (line 154) | Proto2 Syntax = 2 constant Proto3 (line 155) | Proto3 Syntax = 3 type Cardinality (line 193) | type Cardinality method IsValid (line 205) | func (c Cardinality) IsValid() bool { method String (line 215) | func (c Cardinality) String() string { method GoString (line 229) | func (c Cardinality) GoString() string { type cardinality (line 195) | type cardinality constant Optional (line 199) | Optional Cardinality = 1 constant Required (line 200) | Required Cardinality = 2 constant Repeated (line 201) | Repeated Cardinality = 3 type Kind (line 243) | type Kind method IsValid (line 270) | func (k Kind) IsValid() bool { method String (line 285) | func (k Kind) String() string { method GoString (line 329) | func (k Kind) GoString() string { type kind (line 245) | type kind constant BoolKind (line 249) | BoolKind Kind = 8 constant EnumKind (line 250) | EnumKind Kind = 14 constant Int32Kind (line 251) | Int32Kind Kind = 5 constant Sint32Kind (line 252) | Sint32Kind Kind = 17 constant Uint32Kind (line 253) | Uint32Kind Kind = 13 constant Int64Kind (line 254) | Int64Kind Kind = 3 constant Sint64Kind (line 255) | Sint64Kind Kind = 18 constant Uint64Kind (line 256) | Uint64Kind Kind = 4 constant Sfixed32Kind (line 257) | Sfixed32Kind Kind = 15 constant Fixed32Kind (line 258) | Fixed32Kind Kind = 7 constant FloatKind (line 259) | FloatKind Kind = 2 constant Sfixed64Kind (line 260) | Sfixed64Kind Kind = 16 constant Fixed64Kind (line 261) | Fixed64Kind Kind = 6 constant DoubleKind (line 262) | DoubleKind Kind = 1 constant StringKind (line 263) | StringKind Kind = 9 constant BytesKind (line 264) | BytesKind Kind = 12 constant MessageKind (line 265) | MessageKind Kind = 11 constant GroupKind (line 266) | GroupKind Kind = 10 type FieldNumbers (line 376) | type FieldNumbers interface type FieldRanges (line 388) | type FieldRanges interface type EnumNumber (line 400) | type EnumNumber type EnumRanges (line 403) | type EnumRanges interface type Name (line 416) | type Name method IsValid (line 420) | func (s Name) IsValid() bool { type Names (line 425) | type Names interface type FullName (line 442) | type FullName method IsValid (line 446) | func (s FullName) IsValid() bool { method Name (line 484) | func (n FullName) Name() Name { method Parent (line 493) | func (n FullName) Parent() FullName { method Append (line 503) | func (n FullName) Append(s Name) FullName { function consumeIdent (line 465) | func consumeIdent(s string) (i int) { function isLetter (line 475) | func isLetter(c byte) bool { function isLetterDigit (line 478) | func isLetterDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source.go type SourceLocations (line 12) | type SourceLocations interface type SourceLocation (line 36) | type SourceLocation struct type SourcePath (line 68) | type SourcePath method Equal (line 71) | func (p1 SourcePath) Equal(p2 SourcePath) bool { method String (line 92) | func (p SourcePath) String() string { method appendSingularField (line 103) | func (p *SourcePath) appendSingularField(b []byte, name string, f appe... method appendRepeatedField (line 116) | func (p *SourcePath) appendRepeatedField(b []byte, name string, f appe... type appendFunc (line 101) | type appendFunc FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go method appendFileDescriptorProto (line 9) | func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte { method appendDescriptorProto (line 44) | func (p *SourcePath) appendDescriptorProto(b []byte) []byte { method appendEnumDescriptorProto (line 73) | func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte { method appendServiceDescriptorProto (line 92) | func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte { method appendFieldDescriptorProto (line 107) | func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte { method appendFileOptions (line 138) | func (p *SourcePath) appendFileOptions(b []byte) []byte { method appendSourceCodeInfo (line 189) | func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte { method appendDescriptorProto_ExtensionRange (line 200) | func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []by... method appendOneofDescriptorProto (line 215) | func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte { method appendMessageOptions (line 228) | func (p *SourcePath) appendMessageOptions(b []byte) []byte { method appendDescriptorProto_ReservedRange (line 249) | func (p *SourcePath) appendDescriptorProto_ReservedRange(b []byte) []byte { method appendEnumValueDescriptorProto (line 262) | func (p *SourcePath) appendEnumValueDescriptorProto(b []byte) []byte { method appendEnumOptions (line 277) | func (p *SourcePath) appendEnumOptions(b []byte) []byte { method appendEnumDescriptorProto_EnumReservedRange (line 294) | func (p *SourcePath) appendEnumDescriptorProto_EnumReservedRange(b []byt... method appendMethodDescriptorProto (line 307) | func (p *SourcePath) appendMethodDescriptorProto(b []byte) []byte { method appendServiceOptions (line 328) | func (p *SourcePath) appendServiceOptions(b []byte) []byte { method appendFieldOptions (line 341) | func (p *SourcePath) appendFieldOptions(b []byte) []byte { method appendUninterpretedOption (line 372) | func (p *SourcePath) appendUninterpretedOption(b []byte) []byte { method appendSourceCodeInfo_Location (line 395) | func (p *SourcePath) appendSourceCodeInfo_Location(b []byte) []byte { method appendExtensionRangeOptions (line 414) | func (p *SourcePath) appendExtensionRangeOptions(b []byte) []byte { method appendOneofOptions (line 425) | func (p *SourcePath) appendOneofOptions(b []byte) []byte { method appendEnumValueOptions (line 436) | func (p *SourcePath) appendEnumValueOptions(b []byte) []byte { method appendMethodOptions (line 449) | func (p *SourcePath) appendMethodOptions(b []byte) []byte { method appendUninterpretedOption_NamePart (line 464) | func (p *SourcePath) appendUninterpretedOption_NamePart(b []byte) []byte { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/type.go type Descriptor (line 21) | type Descriptor interface type FileDescriptor (line 119) | type FileDescriptor interface type isFileDescriptor (line 144) | type isFileDescriptor interface type FileImports (line 147) | type FileImports interface type FileImport (line 157) | type FileImport struct type MessageDescriptor (line 185) | type MessageDescriptor interface type isMessageDescriptor (line 232) | type isMessageDescriptor interface type MessageType (line 237) | type MessageType interface type MessageFieldTypes (line 254) | type MessageFieldTypes interface type MessageDescriptors (line 273) | type MessageDescriptors interface type FieldDescriptor (line 291) | type FieldDescriptor interface type isFieldDescriptor (line 391) | type isFieldDescriptor interface type FieldDescriptors (line 394) | type FieldDescriptors interface type OneofDescriptor (line 417) | type OneofDescriptor interface type isOneofDescriptor (line 430) | type isOneofDescriptor interface type OneofDescriptors (line 433) | type OneofDescriptors interface type ExtensionTypeDescriptor (line 449) | type ExtensionTypeDescriptor interface type ExtensionDescriptors (line 461) | type ExtensionDescriptors interface type ExtensionType (line 495) | type ExtensionType interface type EnumDescriptor (line 536) | type EnumDescriptor interface type isEnumDescriptor (line 549) | type isEnumDescriptor interface type EnumType (line 552) | type EnumType interface type EnumDescriptors (line 563) | type EnumDescriptors interface type EnumValueDescriptor (line 583) | type EnumValueDescriptor interface type isEnumValueDescriptor (line 591) | type isEnumValueDescriptor interface type EnumValueDescriptors (line 594) | type EnumValueDescriptors interface type ServiceDescriptor (line 614) | type ServiceDescriptor interface type isServiceDescriptor (line 622) | type isServiceDescriptor interface type ServiceDescriptors (line 625) | type ServiceDescriptors interface type MethodDescriptor (line 639) | type MethodDescriptor interface type isMethodDescriptor (line 653) | type isMethodDescriptor interface type MethodDescriptors (line 656) | type MethodDescriptors interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value.go type Enum (line 13) | type Enum interface type Message (line 40) | type Message interface type RawFields (line 163) | type RawFields method IsValid (line 166) | func (b RawFields) IsValid() bool { type List (line 180) | type List interface type Map (line 232) | type Map interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_equal.go method Equal (line 41) | func (v1 Value) Equal(v2 Value) bool { function equalValue (line 45) | func equalValue(x, y Value) bool { function equalFloat (line 82) | func equalFloat(x, y float64) bool { function equalMessage (line 90) | func equalMessage(mx, my Message) bool { function equalList (line 119) | func equalList(x, y List) bool { function equalMap (line 132) | func equalMap(x, y Map) bool { function equalUnknown (line 147) | func equalUnknown(x, y RawFields) bool { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go type valueType (line 12) | type valueType constant nilType (line 15) | nilType valueType = iota constant boolType (line 16) | boolType constant int32Type (line 17) | int32Type constant int64Type (line 18) | int64Type constant uint32Type (line 19) | uint32Type constant uint64Type (line 20) | uint64Type constant float32Type (line 21) | float32Type constant float64Type (line 22) | float64Type constant stringType (line 23) | stringType constant bytesType (line 24) | bytesType constant enumType (line 25) | enumType constant ifaceType (line 26) | ifaceType type value (line 32) | type value struct function valueOfString (line 42) | func valueOfString(v string) Value { function valueOfBytes (line 45) | func valueOfBytes(v []byte) Value { function valueOfIface (line 48) | func valueOfIface(v interface{}) Value { method getString (line 52) | func (v Value) getString() string { method getBytes (line 55) | func (v Value) getBytes() []byte { method getIface (line 58) | func (v Value) getIface() interface{} { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go type Value (line 70) | type Value method IsValid (line 191) | func (v Value) IsValid() bool { method Interface (line 198) | func (v Value) Interface() interface{} { method typeName (line 227) | func (v Value) typeName() string { method panicMessage (line 265) | func (v Value) panicMessage(what string) string { method Bool (line 270) | func (v Value) Bool() bool { method Int (line 280) | func (v Value) Int() int64 { method Uint (line 290) | func (v Value) Uint() uint64 { method Float (line 300) | func (v Value) Float() float64 { method String (line 311) | func (v Value) String() string { method Bytes (line 321) | func (v Value) Bytes() []byte { method Enum (line 331) | func (v Value) Enum() EnumNumber { method Message (line 341) | func (v Value) Message() Message { method List (line 351) | func (v Value) List() List { method Map (line 361) | func (v Value) Map() Map { method MapKey (line 371) | func (v Value) MapKey() MapKey { function ValueOf (line 88) | func ValueOf(v interface{}) Value { function ValueOfBool (line 122) | func ValueOfBool(v bool) Value { function ValueOfInt32 (line 131) | func ValueOfInt32(v int32) Value { function ValueOfInt64 (line 136) | func ValueOfInt64(v int64) Value { function ValueOfUint32 (line 141) | func ValueOfUint32(v uint32) Value { function ValueOfUint64 (line 146) | func ValueOfUint64(v uint64) Value { function ValueOfFloat32 (line 151) | func ValueOfFloat32(v float32) Value { function ValueOfFloat64 (line 156) | func ValueOfFloat64(v float64) Value { function ValueOfString (line 161) | func ValueOfString(v string) Value { function ValueOfBytes (line 166) | func ValueOfBytes(v []byte) Value { function ValueOfEnum (line 171) | func ValueOfEnum(v EnumNumber) Value { function ValueOfMessage (line 176) | func ValueOfMessage(v Message) Value { function ValueOfList (line 181) | func ValueOfList(v List) Value { function ValueOfMap (line 186) | func ValueOfMap(v Map) Value { type MapKey (line 402) | type MapKey method IsValid (line 405) | func (k MapKey) IsValid() bool { method Interface (line 410) | func (k MapKey) Interface() interface{} { method Bool (line 415) | func (k MapKey) Bool() bool { method Int (line 420) | func (k MapKey) Int() int64 { method Uint (line 425) | func (k MapKey) Uint() uint64 { method String (line 431) | func (k MapKey) String() string { method Value (line 436) | func (k MapKey) Value() Value { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go type stringHeader (line 17) | type stringHeader struct type sliceHeader (line 21) | type sliceHeader struct type ifaceHeader (line 26) | type ifaceHeader struct function typeOf (line 48) | func typeOf(t interface{}) unsafe.Pointer { type value (line 58) | type value struct function valueOfString (line 75) | func valueOfString(v string) Value { function valueOfBytes (line 79) | func valueOfBytes(v []byte) Value { function valueOfIface (line 83) | func valueOfIface(v interface{}) Value { method getString (line 88) | func (v Value) getString() (x string) { method getBytes (line 92) | func (v Value) getBytes() (x []byte) { method getIface (line 96) | func (v Value) getIface() (x interface{}) { FILE: vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go type Files (line 85) | type Files struct method RegisterFile (line 114) | func (r *Files) RegisterFile(file protoreflect.FileDescriptor) error { method checkGenProtoConflict (line 183) | func (r *Files) checkGenProtoConflict(path string) { method FindDescriptorByName (line 222) | func (r *Files) FindDescriptorByName(name protoreflect.FullName) (prot... method FindFileByPath (line 315) | func (r *Files) FindFileByPath(path string) (protoreflect.FileDescript... method NumFiles (line 336) | func (r *Files) NumFiles() int { method RangeFiles (line 350) | func (r *Files) RangeFiles(f func(protoreflect.FileDescriptor) bool) { method NumFilesByPackage (line 368) | func (r *Files) NumFilesByPackage(name protoreflect.FullName) int { method RangeFilesByPackage (line 385) | func (r *Files) RangeFilesByPackage(name protoreflect.FullName, f func... type packageDescriptor (line 103) | type packageDescriptor struct function findDescriptorInMessage (line 270) | func findDescriptorInMessage(md protoreflect.MessageDescriptor, suffix n... type nameSuffix (line 300) | type nameSuffix method Pop (line 302) | func (s *nameSuffix) Pop() (name protoreflect.Name) { function rangeTopLevelDescriptors (line 406) | func rangeTopLevelDescriptors(fd protoreflect.FileDescriptor, f func(pro... type MessageTypeResolver (line 435) | type MessageTypeResolver interface type ExtensionTypeResolver (line 455) | type ExtensionTypeResolver interface type Types (line 478) | type Types struct method RegisterMessage (line 496) | func (r *Types) RegisterMessage(mt protoreflect.MessageType) error { method RegisterEnum (line 516) | func (r *Types) RegisterEnum(et protoreflect.EnumType) error { method RegisterExtension (line 536) | func (r *Types) RegisterExtension(xt protoreflect.ExtensionType) error { method register (line 573) | func (r *Types) register(kind string, desc protoreflect.Descriptor, ty... method FindEnumByName (line 594) | func (r *Types) FindEnumByName(enum protoreflect.FullName) (protorefle... method FindMessageByName (line 615) | func (r *Types) FindMessageByName(message protoreflect.FullName) (prot... method FindMessageByURL (line 636) | func (r *Types) FindMessageByURL(url string) (protoreflect.MessageType... method FindExtensionByName (line 666) | func (r *Types) FindExtensionByName(field protoreflect.FullName) (prot... method FindExtensionByNumber (line 707) | func (r *Types) FindExtensionByNumber(message protoreflect.FullName, f... method NumEnums (line 722) | func (r *Types) NumEnums() int { method RangeEnums (line 735) | func (r *Types) RangeEnums(f func(protoreflect.EnumType) bool) { method NumMessages (line 753) | func (r *Types) NumMessages() int { method RangeMessages (line 766) | func (r *Types) RangeMessages(f func(protoreflect.MessageType) bool) { method NumExtensions (line 784) | func (r *Types) NumExtensions() int { method RangeExtensions (line 797) | func (r *Types) RangeExtensions(f func(protoreflect.ExtensionType) boo... method NumExtensionsByMessage (line 816) | func (r *Types) NumExtensionsByMessage(message protoreflect.FullName) ... method RangeExtensionsByMessage (line 829) | func (r *Types) RangeExtensionsByMessage(message protoreflect.FullName... type typesByName (line 488) | type typesByName type extensionsByMessage (line 489) | type extensionsByMessage type extensionsByNumber (line 490) | type extensionsByNumber function typeName (line 844) | func typeName(t interface{}) string { function amendErrorWithCaller (line 857) | func amendErrorWithCaller(err error, prev, curr interface{}) error { function goPackage (line 866) | func goPackage(v interface{}) string { FILE: vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go type MessageV1 (line 7) | type MessageV1 interface type ExtensionRangeV1 (line 13) | type ExtensionRangeV1 struct FILE: vendor/google.golang.org/protobuf/runtime/protoiface/methods.go constant SupportMarshalDeterministic (line 49) | SupportMarshalDeterministic SupportFlags = 1 << iota constant SupportUnmarshalDiscardUnknown (line 52) | SupportUnmarshalDiscardUnknown constant MarshalDeterministic (line 91) | MarshalDeterministic MarshalInputFlags = 1 << iota constant MarshalUseCachedSize (line 92) | MarshalUseCachedSize constant UnmarshalDiscardUnknown (line 121) | UnmarshalDiscardUnknown UnmarshalInputFlags = 1 << iota constant UnmarshalInitialized (line 131) | UnmarshalInitialized UnmarshalOutputFlags = 1 << iota constant MergeComplete (line 155) | MergeComplete MergeOutputFlags = 1 << iota FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go constant UnsafeEnabled (line 21) | UnsafeEnabled = impl.UnsafeEnabled FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/version.go constant MaxVersion (line 14) | MaxVersion = version.Minor constant GenVersion (line 19) | GenVersion = 20 constant MinVersion (line 23) | MinVersion = 0 type EnforceVersion (line 52) | type EnforceVersion constant _ (line 58) | _ = EnforceVersion(GenVersion - MinVersion) constant _ (line 59) | _ = EnforceVersion(MaxVersion - GenVersion) FILE: vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go type FieldDescriptorProto_Type (line 51) | type FieldDescriptorProto_Type method Enum (line 129) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 135) | func (x FieldDescriptorProto_Type) String() string { method Descriptor (line 139) | func (FieldDescriptorProto_Type) Descriptor() protoreflect.EnumDescrip... method Type (line 143) | func (FieldDescriptorProto_Type) Type() protoreflect.EnumType { method Number (line 147) | func (x FieldDescriptorProto_Type) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 152) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 162) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_TYPE_DOUBLE (line 56) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 57) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 60) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 61) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 64) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 65) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 66) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 67) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 68) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 73) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 74) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 76) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 77) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 78) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 79) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 80) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 81) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 82) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 166) | type FieldDescriptorProto_Label method Enum (line 189) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 195) | func (x FieldDescriptorProto_Label) String() string { method Descriptor (line 199) | func (FieldDescriptorProto_Label) Descriptor() protoreflect.EnumDescri... method Type (line 203) | func (FieldDescriptorProto_Label) Type() protoreflect.EnumType { method Number (line 207) | func (x FieldDescriptorProto_Label) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 212) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 222) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 170) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 171) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 172) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 227) | type FileOptions_OptimizeMode method Enum (line 250) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 256) | func (x FileOptions_OptimizeMode) String() string { method Descriptor (line 260) | func (FileOptions_OptimizeMode) Descriptor() protoreflect.EnumDescript... method Type (line 264) | func (FileOptions_OptimizeMode) Type() protoreflect.EnumType { method Number (line 268) | func (x FileOptions_OptimizeMode) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 273) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 283) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { constant FileOptions_SPEED (line 230) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 232) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 233) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 287) | type FieldOptions_CType method Enum (line 310) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 316) | func (x FieldOptions_CType) String() string { method Descriptor (line 320) | func (FieldOptions_CType) Descriptor() protoreflect.EnumDescriptor { method Type (line 324) | func (FieldOptions_CType) Type() protoreflect.EnumType { method Number (line 328) | func (x FieldOptions_CType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 333) | func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 343) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_STRING (line 291) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 292) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 293) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 347) | type FieldOptions_JSType method Enum (line 372) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 378) | func (x FieldOptions_JSType) String() string { method Descriptor (line 382) | func (FieldOptions_JSType) Descriptor() protoreflect.EnumDescriptor { method Type (line 386) | func (FieldOptions_JSType) Type() protoreflect.EnumType { method Number (line 390) | func (x FieldOptions_JSType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 395) | func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 405) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_JS_NORMAL (line 351) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 353) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 355) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type FieldOptions_OptionRetention (line 412) | type FieldOptions_OptionRetention method Enum (line 434) | func (x FieldOptions_OptionRetention) Enum() *FieldOptions_OptionReten... method String (line 440) | func (x FieldOptions_OptionRetention) String() string { method Descriptor (line 444) | func (FieldOptions_OptionRetention) Descriptor() protoreflect.EnumDesc... method Type (line 448) | func (FieldOptions_OptionRetention) Type() protoreflect.EnumType { method Number (line 452) | func (x FieldOptions_OptionRetention) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 457) | func (x *FieldOptions_OptionRetention) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 467) | func (FieldOptions_OptionRetention) EnumDescriptor() ([]byte, []int) { constant FieldOptions_RETENTION_UNKNOWN (line 415) | FieldOptions_RETENTION_UNKNOWN FieldOptions_OptionRetention = 0 constant FieldOptions_RETENTION_RUNTIME (line 416) | FieldOptions_RETENTION_RUNTIME FieldOptions_OptionRetention = 1 constant FieldOptions_RETENTION_SOURCE (line 417) | FieldOptions_RETENTION_SOURCE FieldOptions_OptionRetention = 2 type FieldOptions_OptionTargetType (line 475) | type FieldOptions_OptionTargetType method Enum (line 518) | func (x FieldOptions_OptionTargetType) Enum() *FieldOptions_OptionTarg... method String (line 524) | func (x FieldOptions_OptionTargetType) String() string { method Descriptor (line 528) | func (FieldOptions_OptionTargetType) Descriptor() protoreflect.EnumDes... method Type (line 532) | func (FieldOptions_OptionTargetType) Type() protoreflect.EnumType { method Number (line 536) | func (x FieldOptions_OptionTargetType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 541) | func (x *FieldOptions_OptionTargetType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 551) | func (FieldOptions_OptionTargetType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_TARGET_TYPE_UNKNOWN (line 478) | FieldOptions_TARGET_TYPE_UNKNOWN FieldOptions_OptionTargetType = 0 constant FieldOptions_TARGET_TYPE_FILE (line 479) | FieldOptions_TARGET_TYPE_FILE FieldOptions_OptionTargetType = 1 constant FieldOptions_TARGET_TYPE_EXTENSION_RANGE (line 480) | FieldOptions_TARGET_TYPE_EXTENSION_RANGE FieldOptions_OptionTargetType = 2 constant FieldOptions_TARGET_TYPE_MESSAGE (line 481) | FieldOptions_TARGET_TYPE_MESSAGE FieldOptions_OptionTargetType = 3 constant FieldOptions_TARGET_TYPE_FIELD (line 482) | FieldOptions_TARGET_TYPE_FIELD FieldOptions_OptionTargetType = 4 constant FieldOptions_TARGET_TYPE_ONEOF (line 483) | FieldOptions_TARGET_TYPE_ONEOF FieldOptions_OptionTargetType = 5 constant FieldOptions_TARGET_TYPE_ENUM (line 484) | FieldOptions_TARGET_TYPE_ENUM FieldOptions_OptionTargetType = 6 constant FieldOptions_TARGET_TYPE_ENUM_ENTRY (line 485) | FieldOptions_TARGET_TYPE_ENUM_ENTRY FieldOptions_OptionTargetType = 7 constant FieldOptions_TARGET_TYPE_SERVICE (line 486) | FieldOptions_TARGET_TYPE_SERVICE FieldOptions_OptionTargetType = 8 constant FieldOptions_TARGET_TYPE_METHOD (line 487) | FieldOptions_TARGET_TYPE_METHOD FieldOptions_OptionTargetType = 9 type MethodOptions_IdempotencyLevel (line 558) | type MethodOptions_IdempotencyLevel method Enum (line 580) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 586) | func (x MethodOptions_IdempotencyLevel) String() string { method Descriptor (line 590) | func (MethodOptions_IdempotencyLevel) Descriptor() protoreflect.EnumDe... method Type (line 594) | func (MethodOptions_IdempotencyLevel) Type() protoreflect.EnumType { method Number (line 598) | func (x MethodOptions_IdempotencyLevel) Number() protoreflect.EnumNumb... method UnmarshalJSON (line 603) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 613) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 561) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 562) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 563) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type GeneratedCodeInfo_Annotation_Semantic (line 619) | type GeneratedCodeInfo_Annotation_Semantic method Enum (line 644) | func (x GeneratedCodeInfo_Annotation_Semantic) Enum() *GeneratedCodeIn... method String (line 650) | func (x GeneratedCodeInfo_Annotation_Semantic) String() string { method Descriptor (line 654) | func (GeneratedCodeInfo_Annotation_Semantic) Descriptor() protoreflect... method Type (line 658) | func (GeneratedCodeInfo_Annotation_Semantic) Type() protoreflect.EnumT... method Number (line 662) | func (x GeneratedCodeInfo_Annotation_Semantic) Number() protoreflect.E... method UnmarshalJSON (line 667) | func (x *GeneratedCodeInfo_Annotation_Semantic) UnmarshalJSON(b []byte... method EnumDescriptor (line 677) | func (GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor() ([]byte,... constant GeneratedCodeInfo_Annotation_NONE (line 623) | GeneratedCodeInfo_Annotation_NONE GeneratedCodeInfo_Annotation_Semantic = 0 constant GeneratedCodeInfo_Annotation_SET (line 625) | GeneratedCodeInfo_Annotation_SET GeneratedCodeInfo_Annotation_Semantic = 1 constant GeneratedCodeInfo_Annotation_ALIAS (line 627) | GeneratedCodeInfo_Annotation_ALIAS GeneratedCodeInfo_Annotation_Semantic... type FileDescriptorSet (line 683) | type FileDescriptorSet struct method Reset (line 691) | func (x *FileDescriptorSet) Reset() { method String (line 700) | func (x *FileDescriptorSet) String() string { method ProtoMessage (line 704) | func (*FileDescriptorSet) ProtoMessage() {} method ProtoReflect (line 706) | func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message { method Descriptor (line 719) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { method GetFile (line 723) | func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 731) | type FileDescriptorProto struct method Reset (line 765) | func (x *FileDescriptorProto) Reset() { method String (line 774) | func (x *FileDescriptorProto) String() string { method ProtoMessage (line 778) | func (*FileDescriptorProto) ProtoMessage() {} method ProtoReflect (line 780) | func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 793) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 797) | func (x *FileDescriptorProto) GetName() string { method GetPackage (line 804) | func (x *FileDescriptorProto) GetPackage() string { method GetDependency (line 811) | func (x *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 818) | func (x *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 825) | func (x *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 832) | func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 839) | func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 846) | func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 853) | func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 860) | func (x *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 867) | func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 874) | func (x *FileDescriptorProto) GetSyntax() string { method GetEdition (line 881) | func (x *FileDescriptorProto) GetEdition() string { type DescriptorProto (line 889) | type DescriptorProto struct method Reset (line 908) | func (x *DescriptorProto) Reset() { method String (line 917) | func (x *DescriptorProto) String() string { method ProtoMessage (line 921) | func (*DescriptorProto) ProtoMessage() {} method ProtoReflect (line 923) | func (x *DescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 936) | func (*DescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 940) | func (x *DescriptorProto) GetName() string { method GetField (line 947) | func (x *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 954) | func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 961) | func (x *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 968) | func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 975) | func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 982) | func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 989) | func (x *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 996) | func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 1003) | func (x *DescriptorProto) GetReservedName() []string { type ExtensionRangeOptions (line 1010) | type ExtensionRangeOptions struct method Reset (line 1020) | func (x *ExtensionRangeOptions) Reset() { method String (line 1029) | func (x *ExtensionRangeOptions) String() string { method ProtoMessage (line 1033) | func (*ExtensionRangeOptions) ProtoMessage() {} method ProtoReflect (line 1035) | func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1048) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 1052) | func (x *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... type FieldDescriptorProto (line 1060) | type FieldDescriptorProto struct method Reset (line 1118) | func (x *FieldDescriptorProto) Reset() { method String (line 1127) | func (x *FieldDescriptorProto) String() string { method ProtoMessage (line 1131) | func (*FieldDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1133) | func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1146) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1150) | func (x *FieldDescriptorProto) GetName() string { method GetNumber (line 1157) | func (x *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 1164) | func (x *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 1171) | func (x *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 1178) | func (x *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 1185) | func (x *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 1192) | func (x *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 1199) | func (x *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 1206) | func (x *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 1213) | func (x *FieldDescriptorProto) GetOptions() *FieldOptions { method GetProto3Optional (line 1220) | func (x *FieldDescriptorProto) GetProto3Optional() bool { type OneofDescriptorProto (line 1228) | type OneofDescriptorProto struct method Reset (line 1237) | func (x *OneofDescriptorProto) Reset() { method String (line 1246) | func (x *OneofDescriptorProto) String() string { method ProtoMessage (line 1250) | func (*OneofDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1252) | func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1265) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1269) | func (x *OneofDescriptorProto) GetName() string { method GetOptions (line 1276) | func (x *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 1284) | type EnumDescriptorProto struct method Reset (line 1301) | func (x *EnumDescriptorProto) Reset() { method String (line 1310) | func (x *EnumDescriptorProto) String() string { method ProtoMessage (line 1314) | func (*EnumDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1316) | func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1329) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1333) | func (x *EnumDescriptorProto) GetName() string { method GetValue (line 1340) | func (x *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 1347) | func (x *EnumDescriptorProto) GetOptions() *EnumOptions { method GetReservedRange (line 1354) | func (x *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProt... method GetReservedName (line 1361) | func (x *EnumDescriptorProto) GetReservedName() []string { type EnumValueDescriptorProto (line 1369) | type EnumValueDescriptorProto struct method Reset (line 1379) | func (x *EnumValueDescriptorProto) Reset() { method String (line 1388) | func (x *EnumValueDescriptorProto) String() string { method ProtoMessage (line 1392) | func (*EnumValueDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1394) | func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1407) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1411) | func (x *EnumValueDescriptorProto) GetName() string { method GetNumber (line 1418) | func (x *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 1425) | func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 1433) | type ServiceDescriptorProto struct method Reset (line 1443) | func (x *ServiceDescriptorProto) Reset() { method String (line 1452) | func (x *ServiceDescriptorProto) String() string { method ProtoMessage (line 1456) | func (*ServiceDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1475) | func (x *ServiceDescriptorProto) GetName() string { method GetMethod (line 1482) | func (x *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 1489) | func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 1497) | type MethodDescriptorProto struct method Reset (line 1520) | func (x *MethodDescriptorProto) Reset() { method String (line 1529) | func (x *MethodDescriptorProto) String() string { method ProtoMessage (line 1533) | func (*MethodDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1535) | func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1548) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1552) | func (x *MethodDescriptorProto) GetName() string { method GetInputType (line 1559) | func (x *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 1566) | func (x *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 1573) | func (x *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 1580) | func (x *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 1587) | func (x *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 1516) | Default_MethodDescriptorProto_ClientStreaming = bool(false) constant Default_MethodDescriptorProto_ServerStreaming (line 1517) | Default_MethodDescriptorProto_ServerStreaming = bool(false) type FileOptions (line 1594) | type FileOptions struct method Reset (line 1701) | func (x *FileOptions) Reset() { method String (line 1710) | func (x *FileOptions) String() string { method ProtoMessage (line 1714) | func (*FileOptions) ProtoMessage() {} method ProtoReflect (line 1716) | func (x *FileOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1729) | func (*FileOptions) Descriptor() ([]byte, []int) { method GetJavaPackage (line 1733) | func (x *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1740) | func (x *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1747) | func (x *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1755) | func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1762) | func (x *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1769) | func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1776) | func (x *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1783) | func (x *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1790) | func (x *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1797) | func (x *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1804) | func (x *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1811) | func (x *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1818) | func (x *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1825) | func (x *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1832) | func (x *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1839) | func (x *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1846) | func (x *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1853) | func (x *FileOptions) GetPhpNamespace() string { method GetPhpMetadataNamespace (line 1860) | func (x *FileOptions) GetPhpMetadataNamespace() string { method GetRubyPackage (line 1867) | func (x *FileOptions) GetRubyPackage() string { method GetUninterpretedOption (line 1874) | func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1690) | Default_FileOptions_JavaMultipleFiles = bool(false) constant Default_FileOptions_JavaStringCheckUtf8 (line 1691) | Default_FileOptions_JavaStringCheckUtf8 = bool(false) constant Default_FileOptions_OptimizeFor (line 1692) | Default_FileOptions_OptimizeFor = FileOptions_SPEED constant Default_FileOptions_CcGenericServices (line 1693) | Default_FileOptions_CcGenericServices = bool(false) constant Default_FileOptions_JavaGenericServices (line 1694) | Default_FileOptions_JavaGenericServices = bool(false) constant Default_FileOptions_PyGenericServices (line 1695) | Default_FileOptions_PyGenericServices = bool(false) constant Default_FileOptions_PhpGenericServices (line 1696) | Default_FileOptions_PhpGenericServices = bool(false) constant Default_FileOptions_Deprecated (line 1697) | Default_FileOptions_Deprecated = bool(false) constant Default_FileOptions_CcEnableArenas (line 1698) | Default_FileOptions_CcEnableArenas = bool(true) type MessageOptions (line 1881) | type MessageOptions struct method Reset (line 1966) | func (x *MessageOptions) Reset() { method String (line 1975) | func (x *MessageOptions) String() string { method ProtoMessage (line 1979) | func (*MessageOptions) ProtoMessage() {} method ProtoReflect (line 1981) | func (x *MessageOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1994) | func (*MessageOptions) Descriptor() ([]byte, []int) { method GetMessageSetWireFormat (line 1998) | func (x *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 2005) | func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 2012) | func (x *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 2019) | func (x *MessageOptions) GetMapEntry() bool { method GetDeprecatedLegacyJsonFieldConflicts (line 2027) | func (x *MessageOptions) GetDeprecatedLegacyJsonFieldConflicts() bool { method GetUninterpretedOption (line 2034) | func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 1961) | Default_MessageOptions_MessageSetWireFormat = bool(false) constant Default_MessageOptions_NoStandardDescriptorAccessor (line 1962) | Default_MessageOptions_NoStandardDescriptorAccessor = bool(false) constant Default_MessageOptions_Deprecated (line 1963) | Default_MessageOptions_Deprecated = bool(false) type FieldOptions (line 2041) | type FieldOptions struct method Reset (line 2132) | func (x *FieldOptions) Reset() { method String (line 2141) | func (x *FieldOptions) String() string { method ProtoMessage (line 2145) | func (*FieldOptions) ProtoMessage() {} method ProtoReflect (line 2147) | func (x *FieldOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2160) | func (*FieldOptions) Descriptor() ([]byte, []int) { method GetCtype (line 2164) | func (x *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 2171) | func (x *FieldOptions) GetPacked() bool { method GetJstype (line 2178) | func (x *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 2185) | func (x *FieldOptions) GetLazy() bool { method GetUnverifiedLazy (line 2192) | func (x *FieldOptions) GetUnverifiedLazy() bool { method GetDeprecated (line 2199) | func (x *FieldOptions) GetDeprecated() bool { method GetWeak (line 2206) | func (x *FieldOptions) GetWeak() bool { method GetDebugRedact (line 2213) | func (x *FieldOptions) GetDebugRedact() bool { method GetRetention (line 2220) | func (x *FieldOptions) GetRetention() FieldOptions_OptionRetention { method GetTarget (line 2227) | func (x *FieldOptions) GetTarget() FieldOptions_OptionTargetType { method GetUninterpretedOption (line 2234) | func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 2123) | Default_FieldOptions_Ctype = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 2124) | Default_FieldOptions_Jstype = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 2125) | Default_FieldOptions_Lazy = bool(false) constant Default_FieldOptions_UnverifiedLazy (line 2126) | Default_FieldOptions_UnverifiedLazy = bool(false) constant Default_FieldOptions_Deprecated (line 2127) | Default_FieldOptions_Deprecated = bool(false) constant Default_FieldOptions_Weak (line 2128) | Default_FieldOptions_Weak = bool(false) constant Default_FieldOptions_DebugRedact (line 2129) | Default_FieldOptions_DebugRedact = bool(false) type OneofOptions (line 2241) | type OneofOptions struct method Reset (line 2251) | func (x *OneofOptions) Reset() { method String (line 2260) | func (x *OneofOptions) String() string { method ProtoMessage (line 2264) | func (*OneofOptions) ProtoMessage() {} method ProtoReflect (line 2266) | func (x *OneofOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2279) | func (*OneofOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 2283) | func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 2290) | type EnumOptions struct method Reset (line 2322) | func (x *EnumOptions) Reset() { method String (line 2331) | func (x *EnumOptions) String() string { method ProtoMessage (line 2335) | func (*EnumOptions) ProtoMessage() {} method ProtoReflect (line 2337) | func (x *EnumOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2350) | func (*EnumOptions) Descriptor() ([]byte, []int) { method GetAllowAlias (line 2354) | func (x *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 2361) | func (x *EnumOptions) GetDeprecated() bool { method GetDeprecatedLegacyJsonFieldConflicts (line 2369) | func (x *EnumOptions) GetDeprecatedLegacyJsonFieldConflicts() bool { method GetUninterpretedOption (line 2376) | func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 2319) | Default_EnumOptions_Deprecated = bool(false) type EnumValueOptions (line 2383) | type EnumValueOptions struct method Reset (line 2403) | func (x *EnumValueOptions) Reset() { method String (line 2412) | func (x *EnumValueOptions) String() string { method ProtoMessage (line 2416) | func (*EnumValueOptions) ProtoMessage() {} method ProtoReflect (line 2418) | func (x *EnumValueOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2431) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2435) | func (x *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2442) | func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 2400) | Default_EnumValueOptions_Deprecated = bool(false) type ServiceOptions (line 2449) | type ServiceOptions struct method Reset (line 2469) | func (x *ServiceOptions) Reset() { method String (line 2478) | func (x *ServiceOptions) String() string { method ProtoMessage (line 2482) | func (*ServiceOptions) ProtoMessage() {} method ProtoReflect (line 2484) | func (x *ServiceOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2497) | func (*ServiceOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2501) | func (x *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2508) | func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 2466) | Default_ServiceOptions_Deprecated = bool(false) type MethodOptions (line 2515) | type MethodOptions struct method Reset (line 2537) | func (x *MethodOptions) Reset() { method String (line 2546) | func (x *MethodOptions) String() string { method ProtoMessage (line 2550) | func (*MethodOptions) ProtoMessage() {} method ProtoReflect (line 2552) | func (x *MethodOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2565) | func (*MethodOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2569) | func (x *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 2576) | func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 2583) | func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 2533) | Default_MethodOptions_Deprecated = bool(false) constant Default_MethodOptions_IdempotencyLevel (line 2534) | Default_MethodOptions_IdempotencyLevel = MethodOptions_IDEMPOTENCY_UNKNOWN type UninterpretedOption (line 2596) | type UninterpretedOption struct method Reset (line 2612) | func (x *UninterpretedOption) Reset() { method String (line 2621) | func (x *UninterpretedOption) String() string { method ProtoMessage (line 2625) | func (*UninterpretedOption) ProtoMessage() {} method ProtoReflect (line 2627) | func (x *UninterpretedOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2640) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { method GetName (line 2644) | func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 2651) | func (x *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 2658) | func (x *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 2665) | func (x *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 2672) | func (x *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 2679) | func (x *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 2686) | func (x *UninterpretedOption) GetAggregateValue() string { type SourceCodeInfo (line 2695) | type SourceCodeInfo struct method Reset (line 2751) | func (x *SourceCodeInfo) Reset() { method String (line 2760) | func (x *SourceCodeInfo) String() string { method ProtoMessage (line 2764) | func (*SourceCodeInfo) ProtoMessage() {} method ProtoReflect (line 2766) | func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2779) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { method GetLocation (line 2783) | func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type GeneratedCodeInfo (line 2793) | type GeneratedCodeInfo struct method Reset (line 2803) | func (x *GeneratedCodeInfo) Reset() { method String (line 2812) | func (x *GeneratedCodeInfo) String() string { method ProtoMessage (line 2816) | func (*GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 2818) | func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2831) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { method GetAnnotation (line 2835) | func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type DescriptorProto_ExtensionRange (line 2842) | type DescriptorProto_ExtensionRange struct method Reset (line 2852) | func (x *DescriptorProto_ExtensionRange) Reset() { method String (line 2861) | func (x *DescriptorProto_ExtensionRange) String() string { method ProtoMessage (line 2865) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method ProtoReflect (line 2867) | func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.M... method Descriptor (line 2880) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method GetStart (line 2884) | func (x *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 2891) | func (x *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 2898) | func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 2908) | type DescriptorProto_ReservedRange struct method Reset (line 2917) | func (x *DescriptorProto_ReservedRange) Reset() { method String (line 2926) | func (x *DescriptorProto_ReservedRange) String() string { method ProtoMessage (line 2930) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method ProtoReflect (line 2932) | func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Me... method Descriptor (line 2945) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method GetStart (line 2949) | func (x *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 2956) | func (x *DescriptorProto_ReservedRange) GetEnd() int32 { type EnumDescriptorProto_EnumReservedRange (line 2969) | type EnumDescriptorProto_EnumReservedRange struct method Reset (line 2978) | func (x *EnumDescriptorProto_EnumReservedRange) Reset() { method String (line 2987) | func (x *EnumDescriptorProto_EnumReservedRange) String() string { method ProtoMessage (line 2991) | func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} method ProtoReflect (line 2993) | func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protore... method Descriptor (line 3006) | func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []... method GetStart (line 3010) | func (x *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { method GetEnd (line 3017) | func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { type UninterpretedOption_NamePart (line 3029) | type UninterpretedOption_NamePart struct method Reset (line 3038) | func (x *UninterpretedOption_NamePart) Reset() { method String (line 3047) | func (x *UninterpretedOption_NamePart) String() string { method ProtoMessage (line 3051) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method ProtoReflect (line 3053) | func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Mes... method Descriptor (line 3066) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method GetNamePart (line 3070) | func (x *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 3077) | func (x *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo_Location (line 3084) | type SourceCodeInfo_Location struct method Reset (line 3182) | func (x *SourceCodeInfo_Location) Reset() { method String (line 3191) | func (x *SourceCodeInfo_Location) String() string { method ProtoMessage (line 3195) | func (*SourceCodeInfo_Location) ProtoMessage() {} method ProtoReflect (line 3197) | func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 3210) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { method GetPath (line 3214) | func (x *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 3221) | func (x *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 3228) | func (x *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 3235) | func (x *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 3242) | func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo_Annotation (line 3249) | type GeneratedCodeInfo_Annotation struct method Reset (line 3269) | func (x *GeneratedCodeInfo_Annotation) Reset() { method String (line 3278) | func (x *GeneratedCodeInfo_Annotation) String() string { method ProtoMessage (line 3282) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method ProtoReflect (line 3284) | func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Mes... method Descriptor (line 3297) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method GetPath (line 3301) | func (x *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 3308) | func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 3315) | func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 3322) | func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 { method GetSemantic (line 3329) | func (x *GeneratedCodeInfo_Annotation) GetSemantic() GeneratedCodeInfo... function file_google_protobuf_descriptor_proto_rawDescGZIP (line 3881) | func file_google_protobuf_descriptor_proto_rawDescGZIP() []byte { function init (line 3982) | func init() { file_google_protobuf_descriptor_proto_init() } function file_google_protobuf_descriptor_proto_init (line 3983) | func file_google_protobuf_descriptor_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go type Any (line 212) | type Any struct method MessageIs (line 323) | func (x *Any) MessageIs(m proto.Message) bool { method MessageName (line 337) | func (x *Any) MessageName() protoreflect.FullName { method MarshalFrom (line 350) | func (x *Any) MarshalFrom(m proto.Message) error { method UnmarshalTo (line 357) | func (x *Any) UnmarshalTo(m proto.Message) error { method UnmarshalNew (line 364) | func (x *Any) UnmarshalNew() (proto.Message, error) { method Reset (line 368) | func (x *Any) Reset() { method String (line 377) | func (x *Any) String() string { method ProtoMessage (line 381) | func (*Any) ProtoMessage() {} method ProtoReflect (line 383) | func (x *Any) ProtoReflect() protoreflect.Message { method Descriptor (line 396) | func (*Any) Descriptor() ([]byte, []int) { method GetTypeUrl (line 400) | func (x *Any) GetTypeUrl() string { method GetValue (line 407) | func (x *Any) GetValue() []byte { function New (line 250) | func New(src proto.Message) (*Any, error) { function MarshalFrom (line 262) | func MarshalFrom(dst *Any, src proto.Message, opts proto.MarshalOptions)... function UnmarshalTo (line 281) | func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOption... function UnmarshalNew (line 300) | func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Mess... function file_google_protobuf_any_proto_rawDescGZIP (line 439) | func file_google_protobuf_any_proto_rawDescGZIP() []byte { function init (line 458) | func init() { file_google_protobuf_any_proto_init() } function file_google_protobuf_any_proto_init (line 459) | func file_google_protobuf_any_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go type Duration (line 143) | type Duration struct method AsDuration (line 171) | func (x *Duration) AsDuration() time.Duration { method IsValid (line 192) | func (x *Duration) IsValid() bool { method CheckValid (line 200) | func (x *Duration) CheckValid() error { method check (line 226) | func (x *Duration) check() uint { method Reset (line 246) | func (x *Duration) Reset() { method String (line 255) | func (x *Duration) String() string { method ProtoMessage (line 259) | func (*Duration) ProtoMessage() {} method ProtoReflect (line 261) | func (x *Duration) ProtoReflect() protoreflect.Message { method Descriptor (line 274) | func (*Duration) Descriptor() ([]byte, []int) { method GetSeconds (line 278) | func (x *Duration) GetSeconds() int64 { method GetNanos (line 285) | func (x *Duration) GetNanos() int32 { function New (line 162) | func New(d time.Duration) *Duration { constant _ (line 218) | _ = iota constant invalidNil (line 219) | invalidNil constant invalidUnderflow (line 220) | invalidUnderflow constant invalidOverflow (line 221) | invalidOverflow constant invalidNanosRange (line 222) | invalidNanosRange constant invalidNanosSign (line 223) | invalidNanosSign function file_google_protobuf_duration_proto_rawDescGZIP (line 318) | func file_google_protobuf_duration_proto_rawDescGZIP() []byte { function init (line 337) | func init() { file_google_protobuf_duration_proto_init() } function file_google_protobuf_duration_proto_init (line 338) | func file_google_protobuf_duration_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go type Timestamp (line 172) | type Timestamp struct method AsTime (line 199) | func (x *Timestamp) AsTime() time.Time { method IsValid (line 205) | func (x *Timestamp) IsValid() bool { method CheckValid (line 213) | func (x *Timestamp) CheckValid() error { method check (line 236) | func (x *Timestamp) check() uint { method Reset (line 255) | func (x *Timestamp) Reset() { method String (line 264) | func (x *Timestamp) String() string { method ProtoMessage (line 268) | func (*Timestamp) ProtoMessage() {} method ProtoReflect (line 270) | func (x *Timestamp) ProtoReflect() protoreflect.Message { method Descriptor (line 283) | func (*Timestamp) Descriptor() ([]byte, []int) { method GetSeconds (line 287) | func (x *Timestamp) GetSeconds() int64 { method GetNanos (line 294) | func (x *Timestamp) GetNanos() int32 { function Now (line 189) | func Now() *Timestamp { function New (line 194) | func New(t time.Time) *Timestamp { constant _ (line 229) | _ = iota constant invalidNil (line 230) | invalidNil constant invalidUnderflow (line 231) | invalidUnderflow constant invalidOverflow (line 232) | invalidOverflow constant invalidNanos (line 233) | invalidNanos function file_google_protobuf_timestamp_proto_rawDescGZIP (line 327) | func file_google_protobuf_timestamp_proto_rawDescGZIP() []byte { function init (line 346) | func init() { file_google_protobuf_timestamp_proto_init() } function file_google_protobuf_timestamp_proto_init (line 347) | func file_google_protobuf_timestamp_proto_init() { FILE: vendor/gopkg.in/yaml.v3/apic.go function yaml_insert_token (line 29) | func yaml_insert_token(parser *yaml_parser_t, pos int, token *yaml_token... function yaml_parser_initialize (line 49) | func yaml_parser_initialize(parser *yaml_parser_t) bool { function yaml_parser_delete (line 58) | func yaml_parser_delete(parser *yaml_parser_t) { function yaml_string_read_handler (line 63) | func yaml_string_read_handler(parser *yaml_parser_t, buffer []byte) (n i... function yaml_reader_read_handler (line 73) | func yaml_reader_read_handler(parser *yaml_parser_t, buffer []byte) (n i... function yaml_parser_set_input_string (line 78) | func yaml_parser_set_input_string(parser *yaml_parser_t, input []byte) { function yaml_parser_set_input_reader (line 88) | func yaml_parser_set_input_reader(parser *yaml_parser_t, r io.Reader) { function yaml_parser_set_encoding (line 97) | func yaml_parser_set_encoding(parser *yaml_parser_t, encoding yaml_encod... function yaml_emitter_initialize (line 105) | func yaml_emitter_initialize(emitter *yaml_emitter_t) { function yaml_emitter_delete (line 116) | func yaml_emitter_delete(emitter *yaml_emitter_t) { function yaml_string_write_handler (line 121) | func yaml_string_write_handler(emitter *yaml_emitter_t, buffer []byte) e... function yaml_writer_write_handler (line 128) | func yaml_writer_write_handler(emitter *yaml_emitter_t, buffer []byte) e... function yaml_emitter_set_output_string (line 134) | func yaml_emitter_set_output_string(emitter *yaml_emitter_t, output_buff... function yaml_emitter_set_output_writer (line 143) | func yaml_emitter_set_output_writer(emitter *yaml_emitter_t, w io.Writer) { function yaml_emitter_set_encoding (line 152) | func yaml_emitter_set_encoding(emitter *yaml_emitter_t, encoding yaml_en... function yaml_emitter_set_canonical (line 160) | func yaml_emitter_set_canonical(emitter *yaml_emitter_t, canonical bool) { function yaml_emitter_set_indent (line 165) | func yaml_emitter_set_indent(emitter *yaml_emitter_t, indent int) { function yaml_emitter_set_width (line 173) | func yaml_emitter_set_width(emitter *yaml_emitter_t, width int) { function yaml_emitter_set_unicode (line 181) | func yaml_emitter_set_unicode(emitter *yaml_emitter_t, unicode bool) { function yaml_emitter_set_break (line 186) | func yaml_emitter_set_break(emitter *yaml_emitter_t, line_break yaml_bre... function yaml_stream_start_event_initialize (line 277) | func yaml_stream_start_event_initialize(event *yaml_event_t, encoding ya... function yaml_stream_end_event_initialize (line 285) | func yaml_stream_end_event_initialize(event *yaml_event_t) { function yaml_document_start_event_initialize (line 292) | func yaml_document_start_event_initialize( function yaml_document_end_event_initialize (line 307) | func yaml_document_end_event_initialize(event *yaml_event_t, implicit bo... function yaml_alias_event_initialize (line 315) | func yaml_alias_event_initialize(event *yaml_event_t, anchor []byte) bool { function yaml_scalar_event_initialize (line 324) | func yaml_scalar_event_initialize(event *yaml_event_t, anchor, tag, valu... function yaml_sequence_start_event_initialize (line 338) | func yaml_sequence_start_event_initialize(event *yaml_event_t, anchor, t... function yaml_sequence_end_event_initialize (line 350) | func yaml_sequence_end_event_initialize(event *yaml_event_t) bool { function yaml_mapping_start_event_initialize (line 358) | func yaml_mapping_start_event_initialize(event *yaml_event_t, anchor, ta... function yaml_mapping_end_event_initialize (line 369) | func yaml_mapping_end_event_initialize(event *yaml_event_t) { function yaml_event_delete (line 376) | func yaml_event_delete(event *yaml_event_t) { FILE: vendor/gopkg.in/yaml.v3/decode.go type parser (line 32) | type parser struct method init (line 62) | func (p *parser) init() { method destroy (line 71) | func (p *parser) destroy() { method expect (line 80) | func (p *parser) expect(e yaml_event_type_t) { method peek (line 99) | func (p *parser) peek() yaml_event_type_t { method fail (line 112) | func (p *parser) fail() { method anchor (line 140) | func (p *parser) anchor(n *Node, anchor []byte) { method parse (line 147) | func (p *parser) parse() *Node { method node (line 170) | func (p *parser) node(kind Kind, defaultTag, tag, value string) *Node { method parseChild (line 196) | func (p *parser) parseChild(parent *Node) *Node { method document (line 202) | func (p *parser) document() *Node { method alias (line 214) | func (p *parser) alias() *Node { method scalar (line 224) | func (p *parser) scalar() *Node { method sequence (line 254) | func (p *parser) sequence() *Node { method mapping (line 270) | func (p *parser) mapping() *Node { function newParser (line 41) | func newParser(b []byte) *parser { function newParserFromReader (line 53) | func newParserFromReader(r io.Reader) *parser { type decoder (line 313) | type decoder struct method terror (line 350) | func (d *decoder) terror(n *Node, tag string, out reflect.Value) { method callUnmarshaler (line 365) | func (d *decoder) callUnmarshaler(n *Node, u Unmarshaler) (good bool) { method callObsoleteUnmarshaler (line 377) | func (d *decoder) callObsoleteUnmarshaler(n *Node, u obsoleteUnmarshal... method prepare (line 406) | func (d *decoder) prepare(n *Node, out reflect.Value) (newout reflect.... method fieldByIndex (line 435) | func (d *decoder) fieldByIndex(n *Node, v reflect.Value, index []int) ... method unmarshal (line 484) | func (d *decoder) unmarshal(n *Node, out reflect.Value) (good bool) { method document (line 524) | func (d *decoder) document(n *Node, out reflect.Value) (good bool) { method alias (line 533) | func (d *decoder) alias(n *Node, out reflect.Value) (good bool) { method null (line 554) | func (d *decoder) null(out reflect.Value) bool { method scalar (line 565) | func (d *decoder) scalar(n *Node, out reflect.Value) bool { method sequence (line 729) | func (d *decoder) sequence(n *Node, out reflect.Value) (good bool) { method mapping (line 767) | func (d *decoder) mapping(n *Node, out reflect.Value) (good bool) { method mappingStruct (line 878) | func (d *decoder) mappingStruct(n *Node, out reflect.Value) (good bool) { method merge (line 959) | func (d *decoder) merge(parent *Node, merge *Node, out reflect.Value) { function newDecoder (line 340) | func newDecoder() *decoder { constant alias_ratio_range_low (line 458) | alias_ratio_range_low = 400000 constant alias_ratio_range_high (line 462) | alias_ratio_range_high = 4000000 constant alias_ratio_range (line 465) | alias_ratio_range = float64(alias_ratio_range_high - alias_ratio_range_low) function allowedAliasRatio (line 468) | func allowedAliasRatio(decodeCount int) float64 { function resetMap (line 548) | func resetMap(out reflect.Value) { function settableValueOf (line 722) | func settableValueOf(i interface{}) reflect.Value { function isStringMap (line 864) | func isStringMap(n *Node) bool { function failWantMap (line 955) | func failWantMap() { function isMerge (line 998) | func isMerge(n *Node) bool { FILE: vendor/gopkg.in/yaml.v3/emitterc.go function flush (line 31) | func flush(emitter *yaml_emitter_t) bool { function put (line 39) | func put(emitter *yaml_emitter_t, value byte) bool { function put_break (line 50) | func put_break(emitter *yaml_emitter_t) bool { function write (line 79) | func write(emitter *yaml_emitter_t, s []byte, i *int) bool { function write_all (line 107) | func write_all(emitter *yaml_emitter_t, s []byte) bool { function write_break (line 117) | func write_break(emitter *yaml_emitter_t, s []byte, i *int) bool { function yaml_emitter_set_emitter_error (line 139) | func yaml_emitter_set_emitter_error(emitter *yaml_emitter_t, problem str... function yaml_emitter_emit (line 146) | func yaml_emitter_emit(emitter *yaml_emitter_t, event *yaml_event_t) bool { function yaml_emitter_need_more_events (line 169) | func yaml_emitter_need_more_events(emitter *yaml_emitter_t) bool { function yaml_emitter_append_tag_directive (line 206) | func yaml_emitter_append_tag_directive(emitter *yaml_emitter_t, value *y... function yaml_emitter_increase_indent (line 229) | func yaml_emitter_increase_indent(emitter *yaml_emitter_t, flow, indentl... function yaml_emitter_state_machine (line 251) | func yaml_emitter_state_machine(emitter *yaml_emitter_t, event *yaml_eve... function yaml_emitter_emit_stream_start (line 318) | func yaml_emitter_emit_stream_start(emitter *yaml_emitter_t, event *yaml... function yaml_emitter_emit_document_start (line 359) | func yaml_emitter_emit_document_start(emitter *yaml_emitter_t, event *ya... function yaml_emitter_emit_document_content (line 482) | func yaml_emitter_emit_document_content(emitter *yaml_emitter_t, event *... function yaml_emitter_emit_document_end (line 501) | func yaml_emitter_emit_document_end(emitter *yaml_emitter_t, event *yaml... function yaml_emitter_emit_flow_sequence_item (line 532) | func yaml_emitter_emit_flow_sequence_item(emitter *yaml_emitter_t, event... function yaml_emitter_emit_flow_mapping_key (line 615) | func yaml_emitter_emit_flow_mapping_key(emitter *yaml_emitter_t, event *... function yaml_emitter_emit_flow_mapping_value (line 691) | func yaml_emitter_emit_flow_mapping_value(emitter *yaml_emitter_t, event... function yaml_emitter_emit_block_sequence_item (line 729) | func yaml_emitter_emit_block_sequence_item(emitter *yaml_emitter_t, even... function yaml_emitter_emit_block_mapping_key (line 765) | func yaml_emitter_emit_block_mapping_key(emitter *yaml_emitter_t, event ... function yaml_emitter_emit_block_mapping_value (line 803) | func yaml_emitter_emit_block_mapping_value(emitter *yaml_emitter_t, even... function yaml_emitter_silent_nil_event (line 850) | func yaml_emitter_silent_nil_event(emitter *yaml_emitter_t, event *yaml_... function yaml_emitter_emit_node (line 855) | func yaml_emitter_emit_node(emitter *yaml_emitter_t, event *yaml_event_t, function yaml_emitter_emit_alias (line 879) | func yaml_emitter_emit_alias(emitter *yaml_emitter_t, event *yaml_event_... function yaml_emitter_emit_scalar (line 889) | func yaml_emitter_emit_scalar(emitter *yaml_emitter_t, event *yaml_event... function yaml_emitter_emit_sequence_start (line 913) | func yaml_emitter_emit_sequence_start(emitter *yaml_emitter_t, event *ya... function yaml_emitter_emit_mapping_start (line 930) | func yaml_emitter_emit_mapping_start(emitter *yaml_emitter_t, event *yam... function yaml_emitter_check_empty_document (line 947) | func yaml_emitter_check_empty_document(emitter *yaml_emitter_t) bool { function yaml_emitter_check_empty_sequence (line 952) | func yaml_emitter_check_empty_sequence(emitter *yaml_emitter_t) bool { function yaml_emitter_check_empty_mapping (line 961) | func yaml_emitter_check_empty_mapping(emitter *yaml_emitter_t) bool { function yaml_emitter_check_simple_key (line 970) | func yaml_emitter_check_simple_key(emitter *yaml_emitter_t) bool { function yaml_emitter_select_scalar_style (line 1004) | func yaml_emitter_select_scalar_style(emitter *yaml_emitter_t, event *ya... function yaml_emitter_process_anchor (line 1053) | func yaml_emitter_process_anchor(emitter *yaml_emitter_t) bool { function yaml_emitter_process_tag (line 1068) | func yaml_emitter_process_tag(emitter *yaml_emitter_t) bool { function yaml_emitter_process_scalar (line 1097) | func yaml_emitter_process_scalar(emitter *yaml_emitter_t) bool { function yaml_emitter_process_head_comment (line 1118) | func yaml_emitter_process_head_comment(emitter *yaml_emitter_t) bool { function yaml_emitter_process_line_comment (line 1147) | func yaml_emitter_process_line_comment(emitter *yaml_emitter_t) bool { function yaml_emitter_process_foot_comment (line 1164) | func yaml_emitter_process_foot_comment(emitter *yaml_emitter_t) bool { function yaml_emitter_analyze_version_directive (line 1183) | func yaml_emitter_analyze_version_directive(emitter *yaml_emitter_t, ver... function yaml_emitter_analyze_tag_directive (line 1191) | func yaml_emitter_analyze_tag_directive(emitter *yaml_emitter_t, tag_dir... function yaml_emitter_analyze_anchor (line 1215) | func yaml_emitter_analyze_anchor(emitter *yaml_emitter_t, anchor []byte,... function yaml_emitter_analyze_tag (line 1238) | func yaml_emitter_analyze_tag(emitter *yaml_emitter_t, tag []byte) bool { function yaml_emitter_analyze_scalar (line 1255) | func yaml_emitter_analyze_scalar(emitter *yaml_emitter_t, value []byte) ... function yaml_emitter_analyze_event (line 1409) | func yaml_emitter_analyze_event(emitter *yaml_emitter_t, event *yaml_eve... function yaml_emitter_write_bom (line 1478) | func yaml_emitter_write_bom(emitter *yaml_emitter_t) bool { function yaml_emitter_write_indent (line 1490) | func yaml_emitter_write_indent(emitter *yaml_emitter_t) bool { function yaml_emitter_write_indicator (line 1517) | func yaml_emitter_write_indicator(emitter *yaml_emitter_t, indicator []b... function yaml_emitter_write_anchor (line 1532) | func yaml_emitter_write_anchor(emitter *yaml_emitter_t, value []byte) bo... function yaml_emitter_write_tag_handle (line 1541) | func yaml_emitter_write_tag_handle(emitter *yaml_emitter_t, value []byte... function yaml_emitter_write_tag_content (line 1555) | func yaml_emitter_write_tag_content(emitter *yaml_emitter_t, value []byt... function yaml_emitter_write_plain_scalar (line 1609) | func yaml_emitter_write_plain_scalar(emitter *yaml_emitter_t, value []by... function yaml_emitter_write_single_quoted_scalar (line 1668) | func yaml_emitter_write_single_quoted_scalar(emitter *yaml_emitter_t, va... function yaml_emitter_write_double_quoted_scalar (line 1727) | func yaml_emitter_write_double_quoted_scalar(emitter *yaml_emitter_t, va... function yaml_emitter_write_block_scalar_hints (line 1848) | func yaml_emitter_write_block_scalar_hints(emitter *yaml_emitter_t, valu... function yaml_emitter_write_literal_scalar (line 1890) | func yaml_emitter_write_literal_scalar(emitter *yaml_emitter_t, value []... function yaml_emitter_write_folded_scalar (line 1927) | func yaml_emitter_write_folded_scalar(emitter *yaml_emitter_t, value []b... function yaml_emitter_write_comment (line 1985) | func yaml_emitter_write_comment(emitter *yaml_emitter_t, comment []byte)... FILE: vendor/gopkg.in/yaml.v3/encode.go type encoder (line 31) | type encoder struct method init (line 56) | func (e *encoder) init() { method finish (line 69) | func (e *encoder) finish() { method destroy (line 75) | func (e *encoder) destroy() { method emit (line 79) | func (e *encoder) emit() { method must (line 84) | func (e *encoder) must(ok bool) { method marshalDoc (line 94) | func (e *encoder) marshalDoc(tag string, in reflect.Value) { method marshal (line 111) | func (e *encoder) marshal(tag string, in reflect.Value) { method mapv (line 186) | func (e *encoder) mapv(tag string, in reflect.Value) { method fieldByIndex (line 197) | func (e *encoder) fieldByIndex(v reflect.Value, index []int) (field re... method structv (line 214) | func (e *encoder) structv(tag string, in reflect.Value) { method mappingv (line 256) | func (e *encoder) mappingv(tag string, f func()) { method slicev (line 270) | func (e *encoder) slicev(tag string, in reflect.Value) { method stringv (line 324) | func (e *encoder) stringv(tag string, in reflect.Value) { method boolv (line 365) | func (e *encoder) boolv(tag string, in reflect.Value) { method intv (line 375) | func (e *encoder) intv(tag string, in reflect.Value) { method uintv (line 380) | func (e *encoder) uintv(tag string, in reflect.Value) { method timev (line 385) | func (e *encoder) timev(tag string, in reflect.Value) { method floatv (line 391) | func (e *encoder) floatv(tag string, in reflect.Value) { method nilv (line 410) | func (e *encoder) nilv() { method emitScalar (line 414) | func (e *encoder) emitScalar(value, anchor, tag string, style yaml_sca... method nodev (line 428) | func (e *encoder) nodev(in reflect.Value) { method node (line 432) | func (e *encoder) node(node *Node, tail string) { function newEncoder (line 40) | func newEncoder() *encoder { function newEncoderWithWriter (line 48) | func newEncoderWithWriter(w io.Writer) *encoder { function isBase60Float (line 292) | func isBase60Float(s string) (result bool) { function isOldBool (line 314) | func isOldBool(s string) (result bool) { FILE: vendor/gopkg.in/yaml.v3/parserc.go function peek_token (line 68) | func peek_token(parser *yaml_parser_t) *yaml_token_t { function yaml_parser_unfold_comments (line 80) | func yaml_parser_unfold_comments(parser *yaml_parser_t, token *yaml_toke... function skip_token (line 111) | func skip_token(parser *yaml_parser_t) { function yaml_parser_parse (line 119) | func yaml_parser_parse(parser *yaml_parser_t, event *yaml_event_t) bool { function yaml_parser_set_parser_error (line 133) | func yaml_parser_set_parser_error(parser *yaml_parser_t, problem string,... function yaml_parser_set_parser_error_context (line 140) | func yaml_parser_set_parser_error_context(parser *yaml_parser_t, context... function yaml_parser_state_machine (line 150) | func yaml_parser_state_machine(parser *yaml_parser_t, event *yaml_event_... function yaml_parser_parse_stream_start (line 231) | func yaml_parser_parse_stream_start(parser *yaml_parser_t, event *yaml_e... function yaml_parser_parse_document_start (line 255) | func yaml_parser_parse_document_start(parser *yaml_parser_t, event *yaml... function yaml_parser_parse_document_content (line 361) | func yaml_parser_parse_document_content(parser *yaml_parser_t, event *ya... function yaml_parser_parse_document_end (line 385) | func yaml_parser_parse_document_end(parser *yaml_parser_t, event *yaml_e... function yaml_parser_set_event_comments (line 418) | func yaml_parser_set_event_comments(parser *yaml_parser_t, event *yaml_e... function yaml_parser_parse_node (line 455) | func yaml_parser_parse_node(parser *yaml_parser_t, event *yaml_event_t, ... function yaml_parser_parse_block_sequence_entry (line 687) | func yaml_parser_parse_block_sequence_entry(parser *yaml_parser_t, event... function yaml_parser_parse_indentless_sequence_entry (line 744) | func yaml_parser_parse_indentless_sequence_entry(parser *yaml_parser_t, ... function yaml_parser_split_stem_comment (line 786) | func yaml_parser_split_stem_comment(parser *yaml_parser_t, stem_len int) { function yaml_parser_parse_block_mapping_key (line 816) | func yaml_parser_parse_block_mapping_key(parser *yaml_parser_t, event *y... function yaml_parser_parse_block_mapping_value (line 891) | func yaml_parser_parse_block_mapping_value(parser *yaml_parser_t, event ... function yaml_parser_parse_flow_sequence_entry (line 928) | func yaml_parser_parse_flow_sequence_entry(parser *yaml_parser_t, event ... function yaml_parser_parse_flow_sequence_entry_mapping_key (line 995) | func yaml_parser_parse_flow_sequence_entry_mapping_key(parser *yaml_pars... function yaml_parser_parse_flow_sequence_entry_mapping_value (line 1016) | func yaml_parser_parse_flow_sequence_entry_mapping_value(parser *yaml_pa... function yaml_parser_parse_flow_sequence_entry_mapping_end (line 1040) | func yaml_parser_parse_flow_sequence_entry_mapping_end(parser *yaml_pars... function yaml_parser_parse_flow_mapping_key (line 1066) | func yaml_parser_parse_flow_mapping_key(parser *yaml_parser_t, event *ya... function yaml_parser_parse_flow_mapping_value (line 1133) | func yaml_parser_parse_flow_mapping_value(parser *yaml_parser_t, event *... function yaml_parser_process_empty_scalar (line 1158) | func yaml_parser_process_empty_scalar(parser *yaml_parser_t, event *yaml... function yaml_parser_process_directives (line 1176) | func yaml_parser_process_directives(parser *yaml_parser_t, function yaml_parser_append_tag_directive (line 1238) | func yaml_parser_append_tag_directive(parser *yaml_parser_t, value yaml_... FILE: vendor/gopkg.in/yaml.v3/readerc.go function yaml_parser_set_reader_error (line 30) | func yaml_parser_set_reader_error(parser *yaml_parser_t, problem string,... constant bom_UTF8 (line 40) | bom_UTF8 = "\xef\xbb\xbf" constant bom_UTF16LE (line 41) | bom_UTF16LE = "\xff\xfe" constant bom_UTF16BE (line 42) | bom_UTF16BE = "\xfe\xff" function yaml_parser_determine_encoding (line 47) | func yaml_parser_determine_encoding(parser *yaml_parser_t) bool { function yaml_parser_update_raw_buffer (line 78) | func yaml_parser_update_raw_buffer(parser *yaml_parser_t) bool { function yaml_parser_update_buffer (line 113) | func yaml_parser_update_buffer(parser *yaml_parser_t, length int) bool { FILE: vendor/gopkg.in/yaml.v3/resolve.go type resolveMapItem (line 27) | type resolveMapItem struct function init (line 35) | func init() { constant nullTag (line 71) | nullTag = "!!null" constant boolTag (line 72) | boolTag = "!!bool" constant strTag (line 73) | strTag = "!!str" constant intTag (line 74) | intTag = "!!int" constant floatTag (line 75) | floatTag = "!!float" constant timestampTag (line 76) | timestampTag = "!!timestamp" constant seqTag (line 77) | seqTag = "!!seq" constant mapTag (line 78) | mapTag = "!!map" constant binaryTag (line 79) | binaryTag = "!!binary" constant mergeTag (line 80) | mergeTag = "!!merge" function init (line 86) | func init() { constant longTagPrefix (line 94) | longTagPrefix = "tag:yaml.org,2002:" function shortTag (line 96) | func shortTag(tag string) string { function longTag (line 106) | func longTag(tag string) string { function resolvableTag (line 116) | func resolvableTag(tag string) bool { function resolve (line 126) | func resolve(tag string, in string) (rtag string, out interface{}) { function encodeBase64 (line 269) | func encodeBase64(s string) string { function parseTimestamp (line 306) | func parseTimestamp(s string) (time.Time, bool) { FILE: vendor/gopkg.in/yaml.v3/scannerc.go function cache (line 507) | func cache(parser *yaml_parser_t, length int) bool { function skip (line 513) | func skip(parser *yaml_parser_t) { function skip_line (line 523) | func skip_line(parser *yaml_parser_t) { function read (line 542) | func read(parser *yaml_parser_t, s []byte) []byte { function read_line (line 568) | func read_line(parser *yaml_parser_t, s []byte) []byte { function yaml_parser_scan (line 602) | func yaml_parser_scan(parser *yaml_parser_t, token *yaml_token_t) bool { function yaml_parser_set_scanner_error (line 631) | func yaml_parser_set_scanner_error(parser *yaml_parser_t, context string... function yaml_parser_set_scanner_tag_error (line 640) | func yaml_parser_set_scanner_tag_error(parser *yaml_parser_t, directive ... function trace (line 648) | func trace(args ...interface{}) func() { function yaml_parser_fetch_more_tokens (line 657) | func yaml_parser_fetch_more_tokens(parser *yaml_parser_t) bool { function yaml_parser_fetch_next_token (line 687) | func yaml_parser_fetch_next_token(parser *yaml_parser_t) (ok bool) { function yaml_simple_key_is_valid (line 883) | func yaml_simple_key_is_valid(parser *yaml_parser_t, simple_key *yaml_si... function yaml_parser_save_simple_key (line 911) | func yaml_parser_save_simple_key(parser *yaml_parser_t) bool { function yaml_parser_remove_simple_key (line 939) | func yaml_parser_remove_simple_key(parser *yaml_parser_t) bool { constant max_flow_level (line 956) | max_flow_level = 10000 function yaml_parser_increase_flow_level (line 959) | func yaml_parser_increase_flow_level(parser *yaml_parser_t) bool { function yaml_parser_decrease_flow_level (line 979) | func yaml_parser_decrease_flow_level(parser *yaml_parser_t) bool { constant max_indents (line 990) | max_indents = 10000 function yaml_parser_roll_indent (line 995) | func yaml_parser_roll_indent(parser *yaml_parser_t, column, number int, ... function yaml_parser_unroll_indent (line 1029) | func yaml_parser_unroll_indent(parser *yaml_parser_t, column int, scan_m... function yaml_parser_fetch_stream_start (line 1083) | func yaml_parser_fetch_stream_start(parser *yaml_parser_t) bool { function yaml_parser_fetch_stream_end (line 1111) | func yaml_parser_fetch_stream_end(parser *yaml_parser_t) bool { function yaml_parser_fetch_directive (line 1142) | func yaml_parser_fetch_directive(parser *yaml_parser_t) bool { function yaml_parser_fetch_document_indicator (line 1166) | func yaml_parser_fetch_document_indicator(parser *yaml_parser_t, typ yam... function yaml_parser_fetch_flow_collection_start (line 1200) | func yaml_parser_fetch_flow_collection_start(parser *yaml_parser_t, typ ... function yaml_parser_fetch_flow_collection_end (line 1232) | func yaml_parser_fetch_flow_collection_end(parser *yaml_parser_t, typ ya... function yaml_parser_fetch_flow_entry (line 1264) | func yaml_parser_fetch_flow_entry(parser *yaml_parser_t) bool { function yaml_parser_fetch_block_entry (line 1289) | func yaml_parser_fetch_block_entry(parser *yaml_parser_t) bool { function yaml_parser_fetch_key (line 1331) | func yaml_parser_fetch_key(parser *yaml_parser_t) bool { function yaml_parser_fetch_value (line 1370) | func yaml_parser_fetch_value(parser *yaml_parser_t) bool { function yaml_parser_fetch_anchor (line 1440) | func yaml_parser_fetch_anchor(parser *yaml_parser_t, typ yaml_token_type... function yaml_parser_fetch_tag (line 1459) | func yaml_parser_fetch_tag(parser *yaml_parser_t) bool { function yaml_parser_fetch_block_scalar (line 1478) | func yaml_parser_fetch_block_scalar(parser *yaml_parser_t, literal bool)... function yaml_parser_fetch_flow_scalar (line 1497) | func yaml_parser_fetch_flow_scalar(parser *yaml_parser_t, single bool) b... function yaml_parser_fetch_plain_scalar (line 1516) | func yaml_parser_fetch_plain_scalar(parser *yaml_parser_t) bool { function yaml_parser_scan_to_next_token (line 1535) | func yaml_parser_scan_to_next_token(parser *yaml_parser_t) bool { function yaml_parser_scan_directive (line 1622) | func yaml_parser_scan_directive(parser *yaml_parser_t, token *yaml_token... function yaml_parser_scan_directive_name (line 1727) | func yaml_parser_scan_directive_name(parser *yaml_parser_t, start_mark y... function yaml_parser_scan_version_directive_value (line 1763) | func yaml_parser_scan_version_directive_value(parser *yaml_parser_t, sta... constant max_number_length (line 1795) | max_number_length = 2 function yaml_parser_scan_version_directive_number (line 1804) | func yaml_parser_scan_version_directive_number(parser *yaml_parser_t, st... function yaml_parser_scan_tag_directive_value (line 1840) | func yaml_parser_scan_tag_directive_value(parser *yaml_parser_t, start_m... function yaml_parser_scan_anchor (line 1898) | func yaml_parser_scan_anchor(parser *yaml_parser_t, token *yaml_token_t,... function yaml_parser_scan_tag (line 1956) | func yaml_parser_scan_tag(parser *yaml_parser_t, token *yaml_token_t) bo... function yaml_parser_scan_tag_handle (line 2041) | func yaml_parser_scan_tag_handle(parser *yaml_parser_t, directive bool, ... function yaml_parser_scan_tag_uri (line 2086) | func yaml_parser_scan_tag_uri(parser *yaml_parser_t, directive bool, hea... function yaml_parser_scan_uri_escapes (line 2144) | func yaml_parser_scan_uri_escapes(parser *yaml_parser_t, directive bool,... function yaml_parser_scan_block_scalar (line 2190) | func yaml_parser_scan_block_scalar(parser *yaml_parser_t, token *yaml_to... function yaml_parser_scan_block_scalar_breaks (line 2381) | func yaml_parser_scan_block_scalar_breaks(parser *yaml_parser_t, indent ... function yaml_parser_scan_flow_scalar (line 2435) | func yaml_parser_scan_flow_scalar(parser *yaml_parser_t, token *yaml_tok... function yaml_parser_scan_plain_scalar (line 2691) | func yaml_parser_scan_plain_scalar(parser *yaml_parser_t, token *yaml_to... function yaml_parser_scan_line_comment (line 2834) | func yaml_parser_scan_line_comment(parser *yaml_parser_t, token_mark yam... function yaml_parser_scan_comments (line 2885) | func yaml_parser_scan_comments(parser *yaml_parser_t, scan_mark yaml_mar... FILE: vendor/gopkg.in/yaml.v3/sorter.go type keyList (line 23) | type keyList method Len (line 25) | func (l keyList) Len() int { return len(l) } method Swap (line 26) | func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } method Less (line 27) | func (l keyList) Less(i, j int) bool { function keyFloat (line 103) | func keyFloat(v reflect.Value) (f float64, ok bool) { function numLess (line 122) | func numLess(a, b reflect.Value) bool { FILE: vendor/gopkg.in/yaml.v3/writerc.go function yaml_emitter_set_writer_error (line 26) | func yaml_emitter_set_writer_error(emitter *yaml_emitter_t, problem stri... function yaml_emitter_flush (line 33) | func yaml_emitter_flush(emitter *yaml_emitter_t) bool { FILE: vendor/gopkg.in/yaml.v3/yaml.go type Unmarshaler (line 36) | type Unmarshaler interface type obsoleteUnmarshaler (line 40) | type obsoleteUnmarshaler interface type Marshaler (line 50) | type Marshaler interface function Unmarshal (line 88) | func Unmarshal(in []byte, out interface{}) (err error) { type Decoder (line 93) | type Decoder struct method KnownFields (line 110) | func (dec *Decoder) KnownFields(enable bool) { method Decode (line 119) | func (dec *Decoder) Decode(v interface{}) (err error) { function NewDecoder (line 102) | func NewDecoder(r io.Reader) *Decoder { function unmarshal (line 156) | func unmarshal(in []byte, out interface{}, strict bool) (err error) { function Marshal (line 218) | func Marshal(in interface{}) (out []byte, err error) { type Encoder (line 229) | type Encoder struct method Encode (line 249) | func (e *Encoder) Encode(v interface{}) (err error) { method SetIndent (line 274) | func (e *Encoder) SetIndent(spaces int) { method Close (line 283) | func (e *Encoder) Close() (err error) { function NewEncoder (line 236) | func NewEncoder(w io.Writer) *Encoder { function handleErr (line 289) | func handleErr(err *error) { type yamlError (line 299) | type yamlError struct function fail (line 303) | func fail(err error) { function failf (line 307) | func failf(format string, args ...interface{}) { type TypeError (line 315) | type TypeError struct method Error (line 319) | func (e *TypeError) Error() string { type Kind (line 323) | type Kind constant DocumentNode (line 326) | DocumentNode Kind = 1 << iota constant SequenceNode (line 327) | SequenceNode constant MappingNode (line 328) | MappingNode constant ScalarNode (line 329) | ScalarNode constant AliasNode (line 330) | AliasNode type Style (line 333) | type Style constant TaggedStyle (line 336) | TaggedStyle Style = 1 << iota constant DoubleQuotedStyle (line 337) | DoubleQuotedStyle constant SingleQuotedStyle (line 338) | SingleQuotedStyle constant LiteralStyle (line 339) | LiteralStyle constant FoldedStyle (line 340) | FoldedStyle constant FlowStyle (line 341) | FlowStyle type Node (line 372) | type Node struct method Decode (line 142) | func (n *Node) Decode(v interface{}) (err error) { method Encode (line 259) | func (n *Node) Encode(v interface{}) (err error) { method IsZero (line 419) | func (n *Node) IsZero() bool { method LongTag (line 428) | func (n *Node) LongTag() string { method ShortTag (line 435) | func (n *Node) ShortTag() string { method indicatedString (line 463) | func (n *Node) indicatedString() bool { method SetString (line 471) | func (n *Node) SetString(s string) { type structInfo (line 492) | type structInfo struct type fieldInfo (line 505) | type fieldInfo struct function init (line 522) | func init() { function getStructInfo (line 527) | func getStructInfo(st reflect.Type) (*structInfo, error) { type IsZeroer (line 656) | type IsZeroer interface function isZero (line 660) | func isZero(v reflect.Value) bool { FILE: vendor/gopkg.in/yaml.v3/yamlh.go type yaml_version_directive_t (line 31) | type yaml_version_directive_t struct type yaml_tag_directive_t (line 37) | type yaml_tag_directive_t struct type yaml_encoding_t (line 42) | type yaml_encoding_t constant yaml_ANY_ENCODING (line 47) | yaml_ANY_ENCODING yaml_encoding_t = iota constant yaml_UTF8_ENCODING (line 49) | yaml_UTF8_ENCODING constant yaml_UTF16LE_ENCODING (line 50) | yaml_UTF16LE_ENCODING constant yaml_UTF16BE_ENCODING (line 51) | yaml_UTF16BE_ENCODING type yaml_break_t (line 54) | type yaml_break_t constant yaml_ANY_BREAK (line 59) | yaml_ANY_BREAK yaml_break_t = iota constant yaml_CR_BREAK (line 61) | yaml_CR_BREAK constant yaml_LN_BREAK (line 62) | yaml_LN_BREAK constant yaml_CRLN_BREAK (line 63) | yaml_CRLN_BREAK type yaml_error_type_t (line 66) | type yaml_error_type_t constant yaml_NO_ERROR (line 71) | yaml_NO_ERROR yaml_error_type_t = iota constant yaml_MEMORY_ERROR (line 73) | yaml_MEMORY_ERROR constant yaml_READER_ERROR (line 74) | yaml_READER_ERROR constant yaml_SCANNER_ERROR (line 75) | yaml_SCANNER_ERROR constant yaml_PARSER_ERROR (line 76) | yaml_PARSER_ERROR constant yaml_COMPOSER_ERROR (line 77) | yaml_COMPOSER_ERROR constant yaml_WRITER_ERROR (line 78) | yaml_WRITER_ERROR constant yaml_EMITTER_ERROR (line 79) | yaml_EMITTER_ERROR type yaml_mark_t (line 83) | type yaml_mark_t struct type yaml_style_t (line 91) | type yaml_style_t type yaml_scalar_style_t (line 93) | type yaml_scalar_style_t constant yaml_ANY_SCALAR_STYLE (line 98) | yaml_ANY_SCALAR_STYLE yaml_scalar_style_t = 0 constant yaml_PLAIN_SCALAR_STYLE (line 100) | yaml_PLAIN_SCALAR_STYLE yaml_scalar_style_t = 1 << iota constant yaml_SINGLE_QUOTED_SCALAR_STYLE (line 101) | yaml_SINGLE_QUOTED_SCALAR_STYLE constant yaml_DOUBLE_QUOTED_SCALAR_STYLE (line 102) | yaml_DOUBLE_QUOTED_SCALAR_STYLE constant yaml_LITERAL_SCALAR_STYLE (line 103) | yaml_LITERAL_SCALAR_STYLE constant yaml_FOLDED_SCALAR_STYLE (line 104) | yaml_FOLDED_SCALAR_STYLE type yaml_sequence_style_t (line 107) | type yaml_sequence_style_t constant yaml_ANY_SEQUENCE_STYLE (line 112) | yaml_ANY_SEQUENCE_STYLE yaml_sequence_style_t = iota constant yaml_BLOCK_SEQUENCE_STYLE (line 114) | yaml_BLOCK_SEQUENCE_STYLE constant yaml_FLOW_SEQUENCE_STYLE (line 115) | yaml_FLOW_SEQUENCE_STYLE type yaml_mapping_style_t (line 118) | type yaml_mapping_style_t constant yaml_ANY_MAPPING_STYLE (line 123) | yaml_ANY_MAPPING_STYLE yaml_mapping_style_t = iota constant yaml_BLOCK_MAPPING_STYLE (line 125) | yaml_BLOCK_MAPPING_STYLE constant yaml_FLOW_MAPPING_STYLE (line 126) | yaml_FLOW_MAPPING_STYLE type yaml_token_type_t (line 131) | type yaml_token_type_t method String (line 166) | func (tt yaml_token_type_t) String() string { constant yaml_NO_TOKEN (line 136) | yaml_NO_TOKEN yaml_token_type_t = iota constant yaml_STREAM_START_TOKEN (line 138) | yaml_STREAM_START_TOKEN constant yaml_STREAM_END_TOKEN (line 139) | yaml_STREAM_END_TOKEN constant yaml_VERSION_DIRECTIVE_TOKEN (line 141) | yaml_VERSION_DIRECTIVE_TOKEN constant yaml_TAG_DIRECTIVE_TOKEN (line 142) | yaml_TAG_DIRECTIVE_TOKEN constant yaml_DOCUMENT_START_TOKEN (line 143) | yaml_DOCUMENT_START_TOKEN constant yaml_DOCUMENT_END_TOKEN (line 144) | yaml_DOCUMENT_END_TOKEN constant yaml_BLOCK_SEQUENCE_START_TOKEN (line 146) | yaml_BLOCK_SEQUENCE_START_TOKEN constant yaml_BLOCK_MAPPING_START_TOKEN (line 147) | yaml_BLOCK_MAPPING_START_TOKEN constant yaml_BLOCK_END_TOKEN (line 148) | yaml_BLOCK_END_TOKEN constant yaml_FLOW_SEQUENCE_START_TOKEN (line 150) | yaml_FLOW_SEQUENCE_START_TOKEN constant yaml_FLOW_SEQUENCE_END_TOKEN (line 151) | yaml_FLOW_SEQUENCE_END_TOKEN constant yaml_FLOW_MAPPING_START_TOKEN (line 152) | yaml_FLOW_MAPPING_START_TOKEN constant yaml_FLOW_MAPPING_END_TOKEN (line 153) | yaml_FLOW_MAPPING_END_TOKEN constant yaml_BLOCK_ENTRY_TOKEN (line 155) | yaml_BLOCK_ENTRY_TOKEN constant yaml_FLOW_ENTRY_TOKEN (line 156) | yaml_FLOW_ENTRY_TOKEN constant yaml_KEY_TOKEN (line 157) | yaml_KEY_TOKEN constant yaml_VALUE_TOKEN (line 158) | yaml_VALUE_TOKEN constant yaml_ALIAS_TOKEN (line 160) | yaml_ALIAS_TOKEN constant yaml_ANCHOR_TOKEN (line 161) | yaml_ANCHOR_TOKEN constant yaml_TAG_TOKEN (line 162) | yaml_TAG_TOKEN constant yaml_SCALAR_TOKEN (line 163) | yaml_SCALAR_TOKEN type yaml_token_t (line 217) | type yaml_token_t struct type yaml_event_type_t (line 246) | type yaml_event_type_t method String (line 281) | func (e yaml_event_type_t) String() string { constant yaml_NO_EVENT (line 251) | yaml_NO_EVENT yaml_event_type_t = iota constant yaml_STREAM_START_EVENT (line 253) | yaml_STREAM_START_EVENT constant yaml_STREAM_END_EVENT (line 254) | yaml_STREAM_END_EVENT constant yaml_DOCUMENT_START_EVENT (line 255) | yaml_DOCUMENT_START_EVENT constant yaml_DOCUMENT_END_EVENT (line 256) | yaml_DOCUMENT_END_EVENT constant yaml_ALIAS_EVENT (line 257) | yaml_ALIAS_EVENT constant yaml_SCALAR_EVENT (line 258) | yaml_SCALAR_EVENT constant yaml_SEQUENCE_START_EVENT (line 259) | yaml_SEQUENCE_START_EVENT constant yaml_SEQUENCE_END_EVENT (line 260) | yaml_SEQUENCE_END_EVENT constant yaml_MAPPING_START_EVENT (line 261) | yaml_MAPPING_START_EVENT constant yaml_MAPPING_END_EVENT (line 262) | yaml_MAPPING_END_EVENT constant yaml_TAIL_COMMENT_EVENT (line 263) | yaml_TAIL_COMMENT_EVENT type yaml_event_t (line 289) | type yaml_event_t struct method scalar_style (line 332) | func (e *yaml_event_t) scalar_style() yaml_scalar_style_t { return... method sequence_style (line 333) | func (e *yaml_event_t) sequence_style() yaml_sequence_style_t { return... method mapping_style (line 334) | func (e *yaml_event_t) mapping_style() yaml_mapping_style_t { return... constant yaml_NULL_TAG (line 339) | yaml_NULL_TAG = "tag:yaml.org,2002:null" constant yaml_BOOL_TAG (line 340) | yaml_BOOL_TAG = "tag:yaml.org,2002:bool" constant yaml_STR_TAG (line 341) | yaml_STR_TAG = "tag:yaml.org,2002:str" constant yaml_INT_TAG (line 342) | yaml_INT_TAG = "tag:yaml.org,2002:int" constant yaml_FLOAT_TAG (line 343) | yaml_FLOAT_TAG = "tag:yaml.org,2002:float" constant yaml_TIMESTAMP_TAG (line 344) | yaml_TIMESTAMP_TAG = "tag:yaml.org,2002:timestamp" constant yaml_SEQ_TAG (line 346) | yaml_SEQ_TAG = "tag:yaml.org,2002:seq" constant yaml_MAP_TAG (line 347) | yaml_MAP_TAG = "tag:yaml.org,2002:map" constant yaml_BINARY_TAG (line 350) | yaml_BINARY_TAG = "tag:yaml.org,2002:binary" constant yaml_MERGE_TAG (line 351) | yaml_MERGE_TAG = "tag:yaml.org,2002:merge" constant yaml_DEFAULT_SCALAR_TAG (line 353) | yaml_DEFAULT_SCALAR_TAG = yaml_STR_TAG constant yaml_DEFAULT_SEQUENCE_TAG (line 354) | yaml_DEFAULT_SEQUENCE_TAG = yaml_SEQ_TAG constant yaml_DEFAULT_MAPPING_TAG (line 355) | yaml_DEFAULT_MAPPING_TAG = yaml_MAP_TAG type yaml_node_type_t (line 358) | type yaml_node_type_t constant yaml_NO_NODE (line 363) | yaml_NO_NODE yaml_node_type_t = iota constant yaml_SCALAR_NODE (line 365) | yaml_SCALAR_NODE constant yaml_SEQUENCE_NODE (line 366) | yaml_SEQUENCE_NODE constant yaml_MAPPING_NODE (line 367) | yaml_MAPPING_NODE type yaml_node_item_t (line 371) | type yaml_node_item_t type yaml_node_pair_t (line 374) | type yaml_node_pair_t struct type yaml_node_t (line 380) | type yaml_node_t struct type yaml_document_t (line 414) | type yaml_document_t struct type yaml_read_handler_t (line 449) | type yaml_read_handler_t type yaml_simple_key_t (line 452) | type yaml_simple_key_t struct type yaml_parser_state_t (line 460) | type yaml_parser_state_t method String (line 490) | func (ps yaml_parser_state_t) String() string { constant yaml_PARSE_STREAM_START_STATE (line 463) | yaml_PARSE_STREAM_START_STATE yaml_parser_state_t = iota constant yaml_PARSE_IMPLICIT_DOCUMENT_START_STATE (line 465) | yaml_PARSE_IMPLICIT_DOCUMENT_START_STATE constant yaml_PARSE_DOCUMENT_START_STATE (line 466) | yaml_PARSE_DOCUMENT_START_STATE constant yaml_PARSE_DOCUMENT_CONTENT_STATE (line 467) | yaml_PARSE_DOCUMENT_CONTENT_STATE constant yaml_PARSE_DOCUMENT_END_STATE (line 468) | yaml_PARSE_DOCUMENT_END_STATE constant yaml_PARSE_BLOCK_NODE_STATE (line 469) | yaml_PARSE_BLOCK_NODE_STATE constant yaml_PARSE_BLOCK_NODE_OR_INDENTLESS_SEQUENCE_STATE (line 470) | yaml_PARSE_BLOCK_NODE_OR_INDENTLESS_SEQUENCE_STATE constant yaml_PARSE_FLOW_NODE_STATE (line 471) | yaml_PARSE_FLOW_NODE_STATE constant yaml_PARSE_BLOCK_SEQUENCE_FIRST_ENTRY_STATE (line 472) | yaml_PARSE_BLOCK_SEQUENCE_FIRST_ENTRY_STATE constant yaml_PARSE_BLOCK_SEQUENCE_ENTRY_STATE (line 473) | yaml_PARSE_BLOCK_SEQUENCE_ENTRY_STATE constant yaml_PARSE_INDENTLESS_SEQUENCE_ENTRY_STATE (line 474) | yaml_PARSE_INDENTLESS_SEQUENCE_ENTRY_STATE constant yaml_PARSE_BLOCK_MAPPING_FIRST_KEY_STATE (line 475) | yaml_PARSE_BLOCK_MAPPING_FIRST_KEY_STATE constant yaml_PARSE_BLOCK_MAPPING_KEY_STATE (line 476) | yaml_PARSE_BLOCK_MAPPING_KEY_STATE constant yaml_PARSE_BLOCK_MAPPING_VALUE_STATE (line 477) | yaml_PARSE_BLOCK_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_SEQUENCE_FIRST_ENTRY_STATE (line 478) | yaml_PARSE_FLOW_SEQUENCE_FIRST_ENTRY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_STATE (line 479) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_KEY_STATE (line 480) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_KEY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_VALUE_STATE (line 481) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_END_STATE (line 482) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_END_STATE constant yaml_PARSE_FLOW_MAPPING_FIRST_KEY_STATE (line 483) | yaml_PARSE_FLOW_MAPPING_FIRST_KEY_STATE constant yaml_PARSE_FLOW_MAPPING_KEY_STATE (line 484) | yaml_PARSE_FLOW_MAPPING_KEY_STATE constant yaml_PARSE_FLOW_MAPPING_VALUE_STATE (line 485) | yaml_PARSE_FLOW_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_MAPPING_EMPTY_VALUE_STATE (line 486) | yaml_PARSE_FLOW_MAPPING_EMPTY_VALUE_STATE constant yaml_PARSE_END_STATE (line 487) | yaml_PARSE_END_STATE type yaml_alias_data_t (line 545) | type yaml_alias_data_t struct type yaml_parser_t (line 555) | type yaml_parser_t struct type yaml_comment_t (line 641) | type yaml_comment_t struct type yaml_write_handler_t (line 669) | type yaml_write_handler_t type yaml_emitter_state_t (line 671) | type yaml_emitter_state_t constant yaml_EMIT_STREAM_START_STATE (line 676) | yaml_EMIT_STREAM_START_STATE yaml_emitter_state_t = iota constant yaml_EMIT_FIRST_DOCUMENT_START_STATE (line 678) | yaml_EMIT_FIRST_DOCUMENT_START_STATE constant yaml_EMIT_DOCUMENT_START_STATE (line 679) | yaml_EMIT_DOCUMENT_START_STATE constant yaml_EMIT_DOCUMENT_CONTENT_STATE (line 680) | yaml_EMIT_DOCUMENT_CONTENT_STATE constant yaml_EMIT_DOCUMENT_END_STATE (line 681) | yaml_EMIT_DOCUMENT_END_STATE constant yaml_EMIT_FLOW_SEQUENCE_FIRST_ITEM_STATE (line 682) | yaml_EMIT_FLOW_SEQUENCE_FIRST_ITEM_STATE constant yaml_EMIT_FLOW_SEQUENCE_TRAIL_ITEM_STATE (line 683) | yaml_EMIT_FLOW_SEQUENCE_TRAIL_ITEM_STATE constant yaml_EMIT_FLOW_SEQUENCE_ITEM_STATE (line 684) | yaml_EMIT_FLOW_SEQUENCE_ITEM_STATE constant yaml_EMIT_FLOW_MAPPING_FIRST_KEY_STATE (line 685) | yaml_EMIT_FLOW_MAPPING_FIRST_KEY_STATE constant yaml_EMIT_FLOW_MAPPING_TRAIL_KEY_STATE (line 686) | yaml_EMIT_FLOW_MAPPING_TRAIL_KEY_STATE constant yaml_EMIT_FLOW_MAPPING_KEY_STATE (line 687) | yaml_EMIT_FLOW_MAPPING_KEY_STATE constant yaml_EMIT_FLOW_MAPPING_SIMPLE_VALUE_STATE (line 688) | yaml_EMIT_FLOW_MAPPING_SIMPLE_VALUE_STATE constant yaml_EMIT_FLOW_MAPPING_VALUE_STATE (line 689) | yaml_EMIT_FLOW_MAPPING_VALUE_STATE constant yaml_EMIT_BLOCK_SEQUENCE_FIRST_ITEM_STATE (line 690) | yaml_EMIT_BLOCK_SEQUENCE_FIRST_ITEM_STATE constant yaml_EMIT_BLOCK_SEQUENCE_ITEM_STATE (line 691) | yaml_EMIT_BLOCK_SEQUENCE_ITEM_STATE constant yaml_EMIT_BLOCK_MAPPING_FIRST_KEY_STATE (line 692) | yaml_EMIT_BLOCK_MAPPING_FIRST_KEY_STATE constant yaml_EMIT_BLOCK_MAPPING_KEY_STATE (line 693) | yaml_EMIT_BLOCK_MAPPING_KEY_STATE constant yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE (line 694) | yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE constant yaml_EMIT_BLOCK_MAPPING_VALUE_STATE (line 695) | yaml_EMIT_BLOCK_MAPPING_VALUE_STATE constant yaml_EMIT_END_STATE (line 696) | yaml_EMIT_END_STATE type yaml_emitter_t (line 703) | type yaml_emitter_t struct FILE: vendor/gopkg.in/yaml.v3/yamlprivateh.go constant input_raw_buffer_size (line 27) | input_raw_buffer_size = 512 constant input_buffer_size (line 31) | input_buffer_size = input_raw_buffer_size * 3 constant output_buffer_size (line 34) | output_buffer_size = 128 constant output_raw_buffer_size (line 38) | output_raw_buffer_size = (output_buffer_size*2 + 2) constant initial_stack_size (line 41) | initial_stack_size = 16 constant initial_queue_size (line 42) | initial_queue_size = 16 constant initial_string_size (line 43) | initial_string_size = 16 function is_alpha (line 48) | func is_alpha(b []byte, i int) bool { function is_digit (line 53) | func is_digit(b []byte, i int) bool { function as_digit (line 58) | func as_digit(b []byte, i int) int { function is_hex (line 63) | func is_hex(b []byte, i int) bool { function as_hex (line 68) | func as_hex(b []byte, i int) int { function is_ascii (line 80) | func is_ascii(b []byte, i int) bool { function is_printable (line 85) | func is_printable(b []byte, i int) bool { function is_z (line 98) | func is_z(b []byte, i int) bool { function is_bom (line 103) | func is_bom(b []byte, i int) bool { function is_space (line 108) | func is_space(b []byte, i int) bool { function is_tab (line 113) | func is_tab(b []byte, i int) bool { function is_blank (line 118) | func is_blank(b []byte, i int) bool { function is_break (line 124) | func is_break(b []byte, i int) bool { function is_crlf (line 132) | func is_crlf(b []byte, i int) bool { function is_breakz (line 137) | func is_breakz(b []byte, i int) bool { function is_spacez (line 151) | func is_spacez(b []byte, i int) bool { function is_blankz (line 166) | func is_blankz(b []byte, i int) bool { function width (line 181) | func width(b byte) int { FILE: vendor/k8s.io/klog/v2/contextual.go function SetLogger (line 59) | func SetLogger(logger logr.Logger) { function SetLoggerWithOptions (line 72) | func SetLoggerWithOptions(logger logr.Logger, opts ...LoggerOption) { function ContextualLogger (line 86) | func ContextualLogger(enabled bool) LoggerOption { function FlushLogger (line 93) | func FlushLogger(flush func()) LoggerOption { function WriteKlogBuffer (line 109) | func WriteKlogBuffer(write func([]byte)) LoggerOption { type LoggerOption (line 117) | type LoggerOption type loggerOptions (line 119) | type loggerOptions struct type logWriter (line 126) | type logWriter struct function ClearLogger (line 136) | func ClearLogger() { function EnableContextualLogging (line 149) | func EnableContextualLogging(enabled bool) { function FromContext (line 156) | func FromContext(ctx context.Context) Logger { function TODO (line 169) | func TODO() Logger { function Background (line 177) | func Background() Logger { function LoggerWithValues (line 189) | func LoggerWithValues(logger Logger, kv ...interface{}) Logger { function LoggerWithName (line 198) | func LoggerWithName(logger Logger, name string) Logger { function NewContext (line 207) | func NewContext(ctx context.Context, logger Logger) context.Context { FILE: vendor/k8s.io/klog/v2/exit.go function FlushAndExit (line 49) | func FlushAndExit(flushTimeout time.Duration, exitCode int) { function timeoutFlush (line 58) | func timeoutFlush(timeout time.Duration) { FILE: vendor/k8s.io/klog/v2/internal/buffer/buffer.go type Buffer (line 37) | type Buffer struct method twoDigits (line 77) | func (buf *Buffer) twoDigits(i, d int) { method nDigits (line 86) | func (buf *Buffer) nDigits(n, i, d int, pad byte) { method someDigits (line 98) | func (buf *Buffer) someDigits(i, d int) int { method FormatHeader (line 115) | func (buf *Buffer) FormatHeader(s severity.Severity, file string, line... method SprintHeader (line 153) | func (buf *Buffer) SprintHeader(s severity.Severity, now time.Time) st... function GetBuffer (line 50) | func GetBuffer() *Buffer { function PutBuffer (line 57) | func PutBuffer(b *Buffer) { constant digits (line 74) | digits = "0123456789" FILE: vendor/k8s.io/klog/v2/internal/clock/clock.go type PassiveClock (line 24) | type PassiveClock interface type Clock (line 31) | type Clock interface type WithTicker (line 50) | type WithTicker interface type WithDelayedExecution (line 58) | type WithDelayedExecution interface type WithTickerAndDelayedExecution (line 68) | type WithTickerAndDelayedExecution interface type Ticker (line 77) | type Ticker interface type RealClock (line 85) | type RealClock struct method Now (line 88) | func (RealClock) Now() time.Time { method Since (line 93) | func (RealClock) Since(ts time.Time) time.Duration { method After (line 100) | func (RealClock) After(d time.Duration) <-chan time.Time { method NewTimer (line 105) | func (RealClock) NewTimer(d time.Duration) Timer { method AfterFunc (line 112) | func (RealClock) AfterFunc(d time.Duration, f func()) Timer { method Tick (line 121) | func (RealClock) Tick(d time.Duration) <-chan time.Time { method NewTicker (line 126) | func (RealClock) NewTicker(d time.Duration) Ticker { method Sleep (line 134) | func (RealClock) Sleep(d time.Duration) { type Timer (line 140) | type Timer interface type realTimer (line 149) | type realTimer struct method C (line 154) | func (r *realTimer) C() <-chan time.Time { method Stop (line 159) | func (r *realTimer) Stop() bool { method Reset (line 164) | func (r *realTimer) Reset(d time.Duration) bool { type realTicker (line 168) | type realTicker struct method C (line 172) | func (r *realTicker) C() <-chan time.Time { method Stop (line 176) | func (r *realTicker) Stop() { FILE: vendor/k8s.io/klog/v2/internal/dbg/dbg.go function Stacks (line 26) | func Stacks(all bool) []byte { FILE: vendor/k8s.io/klog/v2/internal/serialize/keyvalues.go type textWriter (line 27) | type textWriter interface function WithValues (line 34) | func WithValues(oldKV, newKV []interface{}) []interface{} { function MergeKVs (line 60) | func MergeKVs(first, second []interface{}) []interface{} { type Formatter (line 98) | type Formatter struct method MergeAndFormatKVs (line 106) | func (f Formatter) MergeAndFormatKVs(b *bytes.Buffer, first, second []... method KVListFormat (line 157) | func (f Formatter) KVListFormat(b *bytes.Buffer, keysAndValues ...inte... method KVFormat (line 176) | func (f Formatter) KVFormat(b *bytes.Buffer, k, v interface{}) { method AnyToString (line 246) | func (f Formatter) AnyToString(v interface{}) string { type AnyToStringFunc (line 102) | type AnyToStringFunc function MergeAndFormatKVs (line 149) | func MergeAndFormatKVs(b *bytes.Buffer, first, second []interface{}) { constant missingValue (line 153) | missingValue = "(MISSING)" function KVListFormat (line 170) | func KVListFormat(b *bytes.Buffer, keysAndValues ...interface{}) { function KVFormat (line 241) | func KVFormat(b *bytes.Buffer, k, v interface{}) { function StringerToString (line 255) | func StringerToString(s fmt.Stringer) (ret string) { function MarshalerToValue (line 267) | func MarshalerToValue(m logr.Marshaler) (ret interface{}) { function ErrorToString (line 279) | func ErrorToString(err error) (ret string) { function writeTextWriterValue (line 289) | func writeTextWriterValue(b *bytes.Buffer, v textWriter) { function writeStringValue (line 299) | func writeStringValue(b *bytes.Buffer, quote bool, v string) { FILE: vendor/k8s.io/klog/v2/internal/severity/severity.go type Severity (line 25) | type Severity constant InfoLog (line 31) | InfoLog Severity = iota constant WarningLog (line 32) | WarningLog constant ErrorLog (line 33) | ErrorLog constant FatalLog (line 34) | FatalLog constant NumSeverity (line 35) | NumSeverity = 4 constant Char (line 39) | Char = "IWEF" function ByName (line 50) | func ByName(s string) (Severity, bool) { FILE: vendor/k8s.io/klog/v2/k8s_references.go type ObjectRef (line 29) | type ObjectRef struct method String (line 34) | func (ref ObjectRef) String() string { method WriteText (line 46) | func (ref ObjectRef) WriteText(out *bytes.Buffer) { method writeUnquoted (line 52) | func (ref ObjectRef) writeUnquoted(out *bytes.Buffer) { method MarshalLog (line 62) | func (ref ObjectRef) MarshalLog() interface{} { type KMetadata (line 72) | type KMetadata interface function KObj (line 78) | func KObj(obj KMetadata) ObjectRef { function KRef (line 93) | func KRef(namespace, name string) ObjectRef { function KObjs (line 103) | func KObjs(arg interface{}) []ObjectRef { function KObjSlice (line 129) | func KObjSlice(arg interface{}) interface{} { type kobjSlice (line 133) | type kobjSlice struct method String (line 140) | func (ks kobjSlice) String() string { method MarshalLog (line 148) | func (ks kobjSlice) MarshalLog() interface{} { method process (line 156) | func (ks kobjSlice) process() (objs []interface{}, err string) { method WriteText (line 183) | func (ks kobjSlice) WriteText(out *bytes.Buffer) { FILE: vendor/k8s.io/klog/v2/klog.go type severityValue (line 105) | type severityValue struct method get (line 110) | func (s *severityValue) get() severity.Severity { method set (line 115) | func (s *severityValue) set(val severity.Severity) { method String (line 120) | func (s *severityValue) String() string { method Get (line 125) | func (s *severityValue) Get() interface{} { method Set (line 130) | func (s *severityValue) Set(value string) error { type OutputStats (line 147) | type OutputStats struct method Lines (line 153) | func (s *OutputStats) Lines() int64 { method Bytes (line 158) | func (s *OutputStats) Bytes() int64 { type Level (line 186) | type Level method get (line 189) | func (l *Level) get() Level { method set (line 194) | func (l *Level) set(val Level) { method String (line 199) | func (l *Level) String() string { method Get (line 204) | func (l *Level) Get() interface{} { method Set (line 209) | func (l *Level) Set(value string) error { type moduleSpec (line 221) | type moduleSpec struct method String (line 243) | func (m *moduleSpec) String() string { method serialize (line 250) | func (m *moduleSpec) serialize() string { method Get (line 263) | func (m *moduleSpec) Get() interface{} { method Set (line 271) | func (m *moduleSpec) Set(value string) error { type modulePat (line 227) | type modulePat struct method match (line 235) | func (m *modulePat) match(file string) bool { function parseModuleSpec (line 282) | func parseModuleSpec(value string) ([]modulePat, error) { function isLiteral (line 312) | func isLiteral(pattern string) bool { type traceLocation (line 317) | type traceLocation struct method isSet (line 324) | func (t *traceLocation) isSet() bool { method match (line 331) | func (t *traceLocation) match(file string, line int) bool { method String (line 341) | func (t *traceLocation) String() string { method Get (line 350) | func (t *traceLocation) Get() interface{} { method Set (line 359) | func (t *traceLocation) Set(value string) error { type flushSyncWriter (line 391) | type flushSyncWriter interface function init (line 401) | func init() { function InitFlags (line 431) | func InitFlags(flagset *flag.FlagSet) { function Flush (line 442) | func Flush() { type settings (line 447) | type settings struct method deepCopy (line 518) | func (s settings) deepCopy() settings { type loggingT (line 535) | type loggingT struct method setVState (line 555) | func (l *loggingT) setVState(verbosity Level, filter []modulePat, setF... method header (line 644) | func (l *loggingT) header(s severity.Severity, depth int) (*buffer.Buf... method formatHeader (line 664) | func (l *loggingT) formatHeader(s severity.Severity, file string, line... method println (line 674) | func (l *loggingT) println(s severity.Severity, logger *logWriter, fil... method printlnDepth (line 678) | func (l *loggingT) printlnDepth(s severity.Severity, logger *logWriter... method print (line 694) | func (l *loggingT) print(s severity.Severity, logger *logWriter, filte... method printDepth (line 698) | func (l *loggingT) printDepth(s severity.Severity, logger *logWriter, ... method printf (line 717) | func (l *loggingT) printf(s severity.Severity, logger *logWriter, filt... method printfDepth (line 721) | func (l *loggingT) printfDepth(s severity.Severity, logger *logWriter,... method printWithFileLine (line 743) | func (l *loggingT) printWithFileLine(s severity.Severity, logger *logW... method errorS (line 763) | func (l *loggingT) errorS(err error, logger *logWriter, filter LogFilt... method infoS (line 775) | func (l *loggingT) infoS(logger *logWriter, filter LogFilter, depth in... method printS (line 788) | func (l *loggingT) printS(err error, s severity.Severity, depth int, m... method output (line 856) | func (l *loggingT) output(s severity.Severity, logger *logWriter, buf ... method exit (line 974) | func (l *loggingT) exit(err error) { method createFiles (line 1077) | func (l *loggingT) createFiles(sev severity.Severity) error { method lockAndFlushAll (line 1191) | func (l *loggingT) lockAndFlushAll() { method flushAll (line 1199) | func (l *loggingT) flushAll() { method setV (line 1267) | func (l *loggingT) setV(pc uintptr) Level { function CaptureState (line 577) | func CaptureState() State { type State (line 590) | type State interface type state (line 595) | type state struct method Restore (line 602) | func (s *state) Restore() { type redirectBuffer (line 805) | type redirectBuffer struct method Sync (line 809) | func (rb *redirectBuffer) Sync() error { method Flush (line 813) | func (rb *redirectBuffer) Flush() error { method Write (line 817) | func (rb *redirectBuffer) Write(bytes []byte) (n int, err error) { function SetOutput (line 822) | func SetOutput(w io.Writer) { function SetOutputBySeverity (line 834) | func SetOutputBySeverity(name string, w io.Writer) { function LogToStderr (line 848) | func LogToStderr(stderr bool) { type syncBuffer (line 989) | type syncBuffer struct method Sync (line 998) | func (sb *syncBuffer) Sync() error { method Write (line 1016) | func (sb *syncBuffer) Write(p []byte) (n int, err error) { method rotateFile (line 1033) | func (sb *syncBuffer) rotateFile(now time.Time, startup bool) error { function CalculateMaxSize (line 1003) | func CalculateMaxSize() uint64 { constant bufferSize (line 1073) | bufferSize = 256 * 1024 constant flushInterval (line 1100) | flushInterval = 5 * time.Second type flushDaemon (line 1103) | type flushDaemon struct method run (line 1125) | func (f *flushDaemon) run(interval time.Duration) { method stop (line 1154) | func (f *flushDaemon) stop() { method isRunning (line 1170) | func (f *flushDaemon) isRunning() bool { function newFlushDaemon (line 1113) | func newFlushDaemon(flush func(), tickClock clock.WithTicker) *flushDaem... function StopFlushDaemon (line 1179) | func StopFlushDaemon() { function StartFlushDaemon (line 1185) | func StartFlushDaemon(interval time.Duration) { function CopyStandardLogTo (line 1220) | func CopyStandardLogTo(name string) { type logBridge (line 1233) | type logBridge method Write (line 1237) | func (lb logBridge) Write(b []byte) (n int, err error) { type Verbose (line 1289) | type Verbose struct method Enabled (line 1365) | func (v Verbose) Enabled() bool { method Info (line 1371) | func (v Verbose) Info(args ...interface{}) { method InfoDepth (line 1379) | func (v Verbose) InfoDepth(depth int, args ...interface{}) { method Infoln (line 1387) | func (v Verbose) Infoln(args ...interface{}) { method InfolnDepth (line 1395) | func (v Verbose) InfolnDepth(depth int, args ...interface{}) { method Infof (line 1403) | func (v Verbose) Infof(format string, args ...interface{}) { method InfofDepth (line 1411) | func (v Verbose) InfofDepth(depth int, format string, args ...interfac... method InfoS (line 1419) | func (v Verbose) InfoS(msg string, keysAndValues ...interface{}) { method InfoSDepth (line 1433) | func (v Verbose) InfoSDepth(depth int, msg string, keysAndValues ...in... method Error (line 1440) | func (v Verbose) Error(err error, msg string, args ...interface{}) { method ErrorS (line 1448) | func (v Verbose) ErrorS(err error, msg string, keysAndValues ...interf... function newVerbose (line 1294) | func newVerbose(level Level, b bool) Verbose { function V (line 1321) | func V(level Level) Verbose { function VDepth (line 1328) | func VDepth(depth int, level Level) Verbose { function InfoSDepth (line 1427) | func InfoSDepth(depth int, msg string, keysAndValues ...interface{}) { function Info (line 1456) | func Info(args ...interface{}) { function InfoDepth (line 1462) | func InfoDepth(depth int, args ...interface{}) { function Infoln (line 1468) | func Infoln(args ...interface{}) { function InfolnDepth (line 1474) | func InfolnDepth(depth int, args ...interface{}) { function Infof (line 1480) | func Infof(format string, args ...interface{}) { function InfofDepth (line 1486) | func InfofDepth(depth int, format string, args ...interface{}) { function InfoS (line 1498) | func InfoS(msg string, keysAndValues ...interface{}) { function Warning (line 1504) | func Warning(args ...interface{}) { function WarningDepth (line 1510) | func WarningDepth(depth int, args ...interface{}) { function Warningln (line 1516) | func Warningln(args ...interface{}) { function WarninglnDepth (line 1522) | func WarninglnDepth(depth int, args ...interface{}) { function Warningf (line 1528) | func Warningf(format string, args ...interface{}) { function WarningfDepth (line 1534) | func WarningfDepth(depth int, format string, args ...interface{}) { function Error (line 1540) | func Error(args ...interface{}) { function ErrorDepth (line 1546) | func ErrorDepth(depth int, args ...interface{}) { function Errorln (line 1552) | func Errorln(args ...interface{}) { function ErrorlnDepth (line 1558) | func ErrorlnDepth(depth int, args ...interface{}) { function Errorf (line 1564) | func Errorf(format string, args ...interface{}) { function ErrorfDepth (line 1570) | func ErrorfDepth(depth int, format string, args ...interface{}) { function ErrorS (line 1583) | func ErrorS(err error, msg string, keysAndValues ...interface{}) { function ErrorSDepth (line 1589) | func ErrorSDepth(depth int, err error, msg string, keysAndValues ...inte... function Fatal (line 1607) | func Fatal(args ...interface{}) { function FatalDepth (line 1613) | func FatalDepth(depth int, args ...interface{}) { function Fatalln (line 1620) | func Fatalln(args ...interface{}) { function FatallnDepth (line 1626) | func FatallnDepth(depth int, args ...interface{}) { function Fatalf (line 1633) | func Fatalf(format string, args ...interface{}) { function FatalfDepth (line 1639) | func FatalfDepth(depth int, format string, args ...interface{}) { function Exit (line 1649) | func Exit(args ...interface{}) { function ExitDepth (line 1656) | func ExitDepth(depth int, args ...interface{}) { function Exitln (line 1662) | func Exitln(args ...interface{}) { function ExitlnDepth (line 1669) | func ExitlnDepth(depth int, args ...interface{}) { function Exitf (line 1676) | func Exitf(format string, args ...interface{}) { function ExitfDepth (line 1683) | func ExitfDepth(depth int, format string, args ...interface{}) { type LogFilter (line 1690) | type LogFilter interface function SetLogFilter (line 1700) | func SetLogFilter(filter LogFilter) { FILE: vendor/k8s.io/klog/v2/klog_file.go function createLogDirs (line 37) | func createLogDirs() { function init (line 52) | func init() { function shortHostname (line 60) | func shortHostname(hostname string) string { function logName (line 69) | func logName(tag string, t time.Time) (name, link string) { function create (line 93) | func create(tag string, t time.Time, startup bool) (f *os.File, filename... function openOrCreate (line 123) | func openOrCreate(name string, startup bool) (*os.File, error) { FILE: vendor/k8s.io/klog/v2/klog_file_others.go function getUserName (line 10) | func getUserName() string { FILE: vendor/k8s.io/klog/v2/klog_file_windows.go function getUserName (line 11) | func getUserName() string { FILE: vendor/k8s.io/klog/v2/klogr.go function NewKlogr (line 28) | func NewKlogr() Logger { type klogger (line 34) | type klogger struct method Init (line 41) | func (l *klogger) Init(info logr.RuntimeInfo) { method Info (line 45) | func (l *klogger) Info(level int, msg string, kvList ...interface{}) { method Enabled (line 54) | func (l *klogger) Enabled(level int) bool { method Error (line 59) | func (l *klogger) Error(err error, msg string, kvList ...interface{}) { method WithName (line 70) | func (l klogger) WithName(name string) logr.LogSink { method WithValues (line 78) | func (l klogger) WithValues(kvList ...interface{}) logr.LogSink { method WithCallDepth (line 83) | func (l klogger) WithCallDepth(depth int) logr.LogSink {