taglinefilesource code
sys_socket586net/socket.cif ((fd1 = sys_socket(family, type, protocol)) < 0) 
sys_socket599net/socket.cif ((fd2 = sys_socket(family, type, protocol)) < 0) 
sys_socket1201net/socket.creturn(sys_socket(a0,a1,get_user(args+2)));