Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. (native "@" "getaddrinfo" 'I "127.0.0.1" "http" '(NIL (48) . 0) '(R1 (8 . N) (0 . 8)))
  2. (native "@" "getaddrinfo" 'I "127.0.0.1" "http" '(NIL (48) . 0) '(R2 (8 . N) (0 . 8)))
  3. (println 'R1 R1 'R2 R2)
  4. (println (struct R1 '(I I I I I I N N N)))
  5. (println (struct R2 '(I I I I I I N N N)))
  6. (println (struct R1 '(B . 48)))
  7. (println (struct R2 '(B . 48)))
  8.  
  9.  
  10. R1 36225984 R2 36229872
  11. (0 2 1 6 16 1667590754 36226032 0 36229632)
  12. (0 2 1 6 16 0 36229920 0 36229952)
  13. (0 0 0 0 2 0 0 0 1 0 0 0 6 0 0 0 16 0 0 0 98 106 101 99 240 195 40 2 0 0 0 0 0 0 0 0 0 0 0 0 0 210 40 2 0 0 0 0)
  14. (0 0 0 0 2 0 0 0 1 0 0 0 6 0 0 0 16 0 0 0 0 0 0 0 32 211 40 2 0 0 0 0 0 0 0 0 0 0 0 0 64 211 40 2 0 0 0 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement