Home | History | Annotate | Download | only in net

Lines Matching full:nil

21 	{100, nil, &netFD{sotype: syscall.SOCK_STREAM}, nil},
24 {0, nil, &netFD{sotype: syscall.SOCK_STREAM}, io.EOF},
28 {100, nil, &netFD{sotype: syscall.SOCK_DGRAM}, nil},
31 {0, nil, &netFD{sotype: syscall.SOCK_DGRAM}, nil},
35 {100, nil, &netFD{sotype: syscall.SOCK_SEQPACKET}, nil},
38 {0, nil, &netFD{sotype: syscall.SOCK_SEQPACKET}, io.EOF},
42 {100, nil, &netFD{sotype: syscall.SOCK_RAW}, nil},
45 {0, nil, &netFD{sotype: syscall.SOCK_RAW}, nil},