Skip to content

Instantly share code, notes, and snippets.

@raorn
Created March 6, 2013 10:24
Show Gist options
  • Save raorn/5098356 to your computer and use it in GitHub Desktop.
Save raorn/5098356 to your computer and use it in GitHub Desktop.
socket(PF_NETLINK, SOCK_RAW, 12) = 3
getsockname(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, [12]) = 0
bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(3, {sa_family=AF_NETLINK, pid=20838, groups=00000000}, [12]) = 0
bind(3, {sa_family=AF_NETLINK, pid=20838, groups=00000000}, 12) = 0
sendto(3, "$\0\0\0\1\1\1\3<\0317Q\0\0\0\0\2\0\0\0\10\0\10\0\0\0\0\0\10\0\25\0"..., 36, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = -1 ECONNREFUSED (Connection refused)
close(3) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment